[
https://jira.jboss.org/jira/browse/JBPM-1619?page=com.atlassian.jira.plug...
]
Alejandro Guizar resolved JBPM-1619.
------------------------------------
Resolution: Won't Fix
Martin, please reopen if you encounter problems with the EAP.
Wrong JNDI lookup to java:comp/env space in non-EJB enterprise
components
-------------------------------------------------------------------------
Key: JBPM-1619
URL:
https://jira.jboss.org/jira/browse/JBPM-1619
Project: JBoss jBPM
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Core Engine
Affects Versions: jBPM 3.2.3
Reporter: Martin Putz
Assignee: Alejandro Guizar
Attachments: JBPM-1619.patch
The following components of the enterprise archive attempt to make a lookup from their
local JNDI environment at java:comp/env:
- org.jbpm.msg.jms.JmsMessageServiceFactoryImpl
- org.jbpm.scheduler.ejbtimer.EjbSchedulerServiceFactory
- org.jbpm.scheduler.ejbtimer.EntitySchedulerServiceFactory
As these components are no EJB's, they have no local JNDI environment. The lookup
should use the In-VM space by default (eg. java:/JmsXA), and it should be possible to
override the lookup locations through jbpm.cfg.xml (see JBPM-960).
--
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