• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Consequnces of not using Google App Engine in Eclipse - GWT project

 
Ranch Hand
Posts: 111
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

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?
 
Ranch Hand
Posts: 106
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
JNDI classes are not supported by the google app engine. when you check google app engine in eclipse, the app engine causes error because you are using JNDI.

http://groups.google.com/group/google-appengine-java/web/will-it-play-in-app-engine?pli=1
 
Ranch Hand
Posts: 77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Do you want your app to be deployed on the App Engine or are you planning to run it on your Appserver ?

Thanks

- Harjit
 
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic