[jboss-dev-forums] [jBPM Development] - Re: jbpm-human-task has dependency on jboss-seam -- causing issues with JSF
Pascal S
do-not-reply at jboss.com
Fri Jan 6 08:51:58 EST 2012
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&containerType=14&container=2035]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20120106/d2f1ac9e/attachment.html
More information about the jboss-dev-forums
mailing list