Even if the application that works normally in the local is deployed
to the App engine of Google, it doesn't work normally on the server. I
found that the up-loaded JavaScript file wasn't found from the log of
the Administration Console, and that it didn't work normally. Please
inform me if you know something about like this problem.
  The situation of this problem is as follows.
(1)The page is composed of the templating and composite components by
using MyFaces.
(2)It tries to include the JavaScript file in the template by the
following tag descriptions.
    <h:outputScript library="javascript" name="JavaScript file name"
target="head" />
(3)Arrangement of the JavaScript file of the deployed war directory is
as follows.
    war
        resources
            javascript
                JavaScript file
(4)The log of the Administration Console is as follows.
    org.apache.myfaces.renderkit.html.HtmlScriptRenderer encodeEnd:
Resource referenced by resourceName [JavaScript file name] and
libraryName javascript not found in call to
ResourceHandler.createResource. It will be silenty ignored.
(5)It has been confirmed that the above application of the war
directory works normally by using the GAE Java SDK plug-in in eclipse.
(6)The main environments are as follows.
    GAE Java SDK 1.5.2 plug-in
    appengine-java-sdk-1.5.2
    MyFaces 2.0.8
    el-api-1.1.jar
    el-impl-1.1.jar
    Java JDK 1.6.0_23
    eclipse3.6.2

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to