[jboss-user] [JBoss Seam] - Re: hot deployment in EAR

tom_goring do-not-reply at jboss.com
Fri Jan 11 05:49:10 EST 2008


I don't know about Jboss Tools but the hot deployed POJO's need to go in the exploded :
<EAR Dir>/<WAR Dir>/WEB-INF/dev 
directory.

You also need to think about class loading issues as your code deployed in you EJB.jar file won't see your actions handlers.  Also any code in you WAR (WEB-INF/classes) will not see the hot deployed actions (only seam sees them).  Provided your laying is OK this works fine however. 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118976#4118976

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118976



More information about the jboss-user mailing list