[jboss-user] [jBPM] - Unable to load JBPM 4.3 in spring web application context

Jaber C. Mourad do-not-reply at jboss.com
Fri May 21 08:49:09 EDT 2010


Jaber C. Mourad [http://community.jboss.org/people/newbeewan] replied to the discussion

"Unable to load JBPM 4.3 in spring web application context"

To view the discussion, visit: http://community.jboss.org/message/544206#544206

--------------------------------------------------------------
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
[http://community.jboss.org/message/544206#544206]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20100521/0c5fb4bd/attachment-0001.html 


More information about the jboss-user mailing list