JBPM-Enterprise ejb-jar.xml spelling error
------------------------------------------
Key: JBPM-1990
URL:
https://jira.jboss.org/jira/browse/JBPM-1990
Project: JBoss jBPM
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Core Engine
Affects Versions: jBPM 3.3.1 GA
Reporter: Aslak
The EJB 2.1 deployment descriptor for the CommandServiceBean contains a spelling error in
the resource-ref element:
{code}
<res-type>javax.jms.ConnnectionFactory</res-type>
{code}
this should be(only 2 'n's):
{code}
<res-type>javax.jms.ConnectionFactory</res-type>
{code}
[
http://anonsvn.jboss.org/repos/jbpm/jbpm3/trunk/modules/enterprise/src/ma...]
This causes some interesting issues on Weblogic since the resource-ref element describes
if the ConnectionFactory returned from JNDI is pooled and auto enlisted in
XA([http://e-docs.bea.com/wls/docs103/jms/j2ee.html]). This is described correctly in the
web.xml file, so async steps in a process with, jms configured only works if JBPM first
was initialized via the web context(That way JmsMessageServiceFactoryImpl holds a ref to
the 'correct' ConnectionFactory).
--
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