• 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

JBoss Seam, troubles working with WAR files

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

I'm trying to get the Jboss seam examples working with the WAR format...but when using Statefull seam components i always
get a "Component not Bound Exception"...

It works fine when I use the EAR packaging...

The reason i was trying to work with WAR is that the hot deploy seems to work fine with stateless beans... and I don't need to restart
the server each time... I couldn't find a way to hot deploy with EAR files...

Any hint on helping me out would be great!
Thanks a lot!
Dave
 
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

Davide Crudo wrote:
The reason i was trying to work with WAR is that the hot deploy seems to work fine with stateless beans... and I don't need to restart
the server each time... I couldn't find a way to hot deploy with EAR files...



See these

Exploded deployment

Redeploy exploded applications
reply
    Bookmark Topic Watch Topic
  • New Topic