Kris Verlaenen [
http://community.jboss.org/people/KrisVerlaenen] created the discussion
"Re: Does JBPM5 support class loading from database"
To view the discussion, visit:
http://community.jboss.org/message/573012#573012
--------------------------------------------------------------
You can specify the classloader that needs to be used. Would that solve your issue?
For example:
KnowledgeBuilderConfiguration config =
KnowledgeBuilderFactory.newKnowledgeBuilderConfiguration(properties, *classloaders*);
KnowledgeBuilder kbuilder = KnowledgeBuilderFactory.newKnowledgeBuilder(config);
... // add processes here
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/573012#573012]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]