Pascal S [
http://community.jboss.org/people/spascal] created the discussion
"Re: jbpm-human-task has dependency on jboss-seam -- causing issues with JSF"
To view the discussion, visit:
http://community.jboss.org/message/645047#645047
--------------------------------------------------------------
Hi,
i have found a workaround for this issue.
The problem is, that the class org.jbpm.userprofile.UserProfileManager has a Seam 2.2
dependency.
My solution was:
modify the sourcecode of jBPM 5.2
remove all dependencies to seam 2 in the jbpm-human-task module and add the dependency:
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.4.1</version>
</dependency>
After that, delete or modify the class:
org.jbpm.userprofile.UserProfileManager
and the test:
org.jbpm.userprofile.UserProfileManagerTest
compile
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/645047#645047]
Start a new discussion in jBPM Development at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]