I'm almost there. 
So I put all the necessary runtime librarries (jars) in place and the previeous 
error(java.lang.NoClassDefFoundError) is gone, however now I get the following 
error:

exception 

javax.servlet.ServletException: Filter execution threw an exception
        org.jbpm.webapp.filter.ContextFilter.doFilter(ContextFilter.java:19)
        org.jbpm.webapp.filter.LogFilter.doFilter(LogFilter.java:38)


root cause 

java.lang.ExceptionInInitializerError
        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)



Any Idea?

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

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


-------------------------------------------------------
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