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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...