Impossible to deploy EAR with resource of type ConnectionFactory after it's
been deployed and undeployed
--------------------------------------------------------------------------------------------------------
Key: GERONIMO-3542
URL: https://issues.apache.org/jira/browse/GERONIMO-3542
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Components: deployment, OpenEJB
Affects Versions: 2.1
Reporter: Jacek Laskowski
Deploy an EAR with resource definition of type javax.jms.ConnectionFactory,
undeploy and attempt to deploy it again. javax.naming.NameAlreadyBoundException
is thrown that results in bizarre error message stack that ends with
J2EEApplication=pl.jaceklaskowski.mdb/SampleEAR/1.0/ear,j2eeType=EJBModule,name=TicketServiceMDB.jar
did not start because Creating application failed:
c:\geronimo\var\temp\geronimo-deploymentUtil745.jar: Error deploying
'TicketServiceMDBBean'. Exception: class
org.apache.openejb.OpenEJBException: Unable to create activation
spec: ResourceAdapter is not of type:
org.apache.activemq.ra.ActiveMQResourceAdapter: Unable to create
activation spec: ResourceAdapter is not of type:
org.apache.activemq.ra.ActiveMQResourceAdapter
Attached is a sample app to play with and reproduce the issue.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.