Have you checked that the libraries are in the correct path?
What version of jbpm are you using? What is your application server? When 
starting up the server, have you seen the hibernate mappings? This is the first 
indication that hibernate maps correctly and your factory is in place.  

If you plan to use the web application in jbpm 3.02, the easiest is to run it 
in Jboss bec. it makes use of mbeans (check the sar file). If you know how to 
configure it in other app servers thats fine, otherwise you have to devise your 
own way. Since JbpmSessionFactory must be loaded only once (for performance 
reasons), maybe you can be creative and use BMP instead or make your own 
JbpmSessionFactory, at least it will work in other app servers. You can use 
static but as we know its use is discouraged in managed environments.

If you dont want to do any of those things, and you want something simpler, 
check the 3.1 version instead. But, again, I don't know if it works in other 
app servers cause its pretty much JBoss-specific. 

Regards,

Elmo      

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

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


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