[jboss-user] [JBoss jBPM] - Re: dependencies classes used in process

2009-07-15 Thread johan.kumps
Hi Kukeltje,

Thanks for replying!

I'm using 4.0 final. 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4243668#4243668

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4243668
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: dependencies classes used in process

2009-07-15 Thread jbarrez
Johan, 

The main issue here is that classes need to be found by the classloader on 
deploy-time, since they are instantiated for caching purposes.

If you use the JBoss integration, you could put these dependencies in the 
userlibs folder. 

The other 'workaround' is to have the deployment of processes in your webapp 
itself. Eg write an EJB to deploy the processes, so that your domain classes 
can be found on the regular classpath.

But thanks for pointing us to this issue. We'll definitely have a discussion on 
how to ease the development in regular web apps.


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4243771#4243771

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4243771
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: dependencies classes used in process

2009-07-13 Thread kukeltje
jBPM 3 or 4? In 3 deployment do not have a classloader. Processinstances when 
actualy running in a thread (so not when they are just in the db) have a 
classloader. That behaviour is configurable to some extend. But you should be 
able to use e.g. the war classloader when jBPM is running embedded.

For 4 I have no idea (yet)

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4243328#4243328

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4243328
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user