You might try exploding the war (if it isn't already), then unjar the 
WEB-INF/lib/jbpm-webapp-3.1.jar file and place the classes in the 
WEB-INF/classes directory and remove the jar file (or change its name by giving 
it a .bak extension).  This will give you direct access to the class files used 
by the webapp.  Then you can make your changes to the Beans in your editor of 
choice and copy the resulting class files into the WEB-INF/classes directory 
(in the correct package directory too of course) overwriting the ones that you 
unjarred.  This might be the easiest and most transparent way for you to make 
sure that your updated class files are getting used by the server.  Then if you 
get everything working the way you want it, you can worry about rebuilding the 
application later.

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

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


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to