Hello, I am not having any knowledge about google app engine. I am working on one enterprise application, in which I am using GWT, Struts2, Hibernate. Now I am integrating EJB session beans in business layer. I need to call session beans from GWT servlet. When I do JNDI lookup, I am getting AccessControlException. I spent quite a lot time in resolving this issue. From eclipse, I unchecked "Use google app engine" from Project Explorer->Properties->Google->App Engine. After doing this everything works fine. My question is what is consequence of disabling Google app engine? Right now, I had prepared on hello world application for testing Gwt-EJB integration. Can there be any other issues if I don't use Google App Engine?
I would also like to ask that whether there is any workaround to get rid of this issue? something like changing some policy file or permission settings from google app engine? I am really on fire to solve this issue.
-- 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 [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-appengine-java?hl=en.
