JBoss Community

Re: jbpm-human-task has dependency on jboss-seam -- causing issues with JSF

created by Pascal S in jBPM Development - View the full discussion

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

Start a new discussion in jBPM Development at Community