[
https://jira.jboss.org/jira/browse/JBPM-2349?page=com.atlassian.jira.plug...
]
Tom Baeyens resolved JBPM-2349.
-------------------------------
Resolution: Out of Date
jta transaction stuff changed. binding now is this
public class JtaTransactionInterceptorBinding extends WireInterceptorBinding {
public JtaTransactionInterceptorBinding() {
super("jta-transaction-interceptor");
}
public Object parse(Element element, Parse parse, Parser parser) {
return new ObjectDescriptor(JtaTransactionInterceptor.class);
}
}
binding error in JtaTransactionIterceptor. Fieldnames do not match
with the config of the Binder
------------------------------------------------------------------------------------------------
Key: JBPM-2349
URL:
https://jira.jboss.org/jira/browse/JBPM-2349
Project: JBoss jBPM
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: jBPM 4.0.CR1
Environment: tomcat with bitronix
Reporter: Leon Pennings
Priority: Blocker
Fields in JtaTransactionInterceptor:
protected String userTransactionJndiName = "UserTransaction";
JtaTransactionInterceptorBinding:
descriptor.addInjection("userTransactionName", new
StringDescriptor(userTransactionName));
So bindings do not occur - I cannot set the jndi name
--
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