Thanks for your reply,

I used ant to build the webapp (build.webapp)  and it was successful.
So then I tried to copy the jbpm.war to tomact, the server runs fine.
When I try to open the context in a browser I get:

java.lang.NoClassDefFoundError: org/hibernate/HibernateException
        org.jbpm.webapp.context.PersistenceContext.(PersistenceContext.java:11)
        java.lang.Class.forName0(Native Method)
        java.lang.Class.forName(Class.java:141)
        org.jbpm.webapp.context.Context.class$(Context.java:33)
        org.jbpm.webapp.context.Context.getPersistenceContext(Context.java:33)
        
org.jbpm.webapp.filter.PersistenceFilter.doFilter(PersistenceFilter.java:22)
        org.jbpm.webapp.filter.ContextFilter.doFilter(ContextFilter.java:19)
        org.jbpm.webapp.filter.LogFilter.doFilter(LogFilter.java:38)

I even made a classes folder under tomcat\web-app\jpbm\web-inf\ and copied the 
classes in the build directory(_.classes\org) under it.
and still I get the same error.

Is that the right way to do it?
how can I deploy it manually?

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

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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to