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]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
