• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Problem deploying spring - gwt application in JBoss 5.0.1 GA

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

I am having an application which uses gwt at the client side and using the dispatcher servlet i have done the mapping for processing gwt requests. The GWT requests are Rpc requests and hence I am getting an exception on the jboss console which says


But if i run a simple gwt sample application i do not get this error.

Please suggest what should be done.

Thanks and Regards,
Suhas
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This was a bug which got fixed in 6.0.0.M1 of JBoss AS. Here's the discussion. Your workaround is to remove the jar file containing javax.servlet.* classes from your application packaging. See this too.
 
Suhas Bilaye
Ranch Hand
Posts: 80
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks a ton,

I used the Jboss 4.2.2 GA for my deployment it works fine but still it shows the conflict while loading gwt-user.jar and jeee.jar saying that the conflict is with the javax.servlet.Servlet class
and hence these jars have not been loaded

What do you suggest should i continue with this jboss or should i switch to 6.0

Thanks and Regards,
Suhas
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic