Community

Unable to load JBPM 4.3 in spring web application context

reply from Jaber C. Mourad in jBPM - View the full discussion

Finally, I found it !

 

It is an ugly maven dependency for jbpm-api to jboss-j2ee !

 

I don't know if it's really used but excuding it solve my reloading issue !

 

        <dependency>
            <groupId>org.jbpm.jbpm4</groupId>
            <artifactId>jbpm-api</artifactId>
            <version>4.3</version>
            <exclusions>
                <exclusion>
                    <artifactId>jboss-j2ee</artifactId>
                    <groupId>jboss</groupId>
                </exclusion>
            </exclusions>
        </dependency>

 

Regards

Reply to this message by going to Community

Start a new discussion in jBPM at Community