[
https://jira.jboss.org/jira/browse/JBSEAM-4160?page=com.atlassian.jira.pl...
]
David Schlotfeldt commented on JBSEAM-4160:
-------------------------------------------
Oops, I forgot to paste the two lines of code from Jbpm.java. Here they are:
JbpmExpressionEvaluator.setExpressionEvaluator( new SeamExpressionEvaluator() );
UserCodeInterceptorConfig.setUserCodeInterceptor( new SeamUserCodeInterceptor() );
jbpm class definitions cannot be shared
---------------------------------------
Key: JBSEAM-4160
URL:
https://jira.jboss.org/jira/browse/JBSEAM-4160
Project: Seam
Issue Type: Bug
Affects Versions: 2.1.1.GA
Reporter: David Schlotfeldt
Priority: Critical
The following two method calls from Jbpm.java
set static properties. If you share the jbpm jar between projects, and you have a project
that uses jbpm but doesn't use Seam, the project will still end up using
SeamExpressionEvaluator and SeamUserCodeInterceptor
See this entry for more details:
https://jira.jboss.org/jira/browse/JBPM-2194
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira