JBoss Community

Re: Does JBPM5 support class loading from database

created by Kris Verlaenen in jBPM - View the full discussion

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

Start a new discussion in jBPM at Community