Hello,
Thanks for your help.
I have been working on my application for a while deploying directly
on oc4j, that was a happy world, but today I had to run the
application in hosted mode and got the next exception:
[ERROR] Unable to find type
'org.eagle.app.docUpload.client.DocUpload'
(you can see below that class defined as entry point)
DocUpload is a file upload tool with its separate set of classes in
the same project, it has its own gwt.xml file also:
<module>
<!-- Inherit the core Web Toolkit stuff. -->
<inherits name='com.google.gwt.user.User'/>
<inherits name='com.google.gwt.json.JSON'/>
<!-- Specify the app entry point class. -->
<entry-point class='org.eagle.app.docUpload.client.DocUpload'/>
<stylesheet src="KitchenSink.css"/>
<stylesheet src="eagle.css"/>
<servlet path='/services/docUploadService'
class='org.eagle.app.docUpload.server.DocUploadServiceImpl'/>
<servlet path='/services/fileUploadService'
class='org.eagle.app.docUpload.server.FileUploadServlet'/>
<servlet path='/services/imageService'
class='org.eagle.app.docUpload.server.DocumentFetchServlet'/>
</module>
I repeat, the exception is only thrown in hosted mode, deploying on
oc4j everything is perfect. I am puzzled.
Please advise.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---