You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Kevan Miller (JIRA)" <ji...@apache.org> on 2010/06/01 03:09:38 UTC

[jira] Updated: (GERONIMO-5357) Run ActiveMQ 5.4 in Geronimo 2.2?

     [ https://issues.apache.org/jira/browse/GERONIMO-5357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevan Miller updated GERONIMO-5357:
-----------------------------------

    Attachment: amq54.patch

This builds. Server starts, but testsuite fails. Also seeing the JMS MDB sample fail with the following:

javax.naming.NameNotFoundException: comp
	at org.apache.xbean.naming.context.AbstractContext.lookup(AbstractContext.java:167)
	at org.apache.xbean.naming.context.AbstractContext.lookup(AbstractContext.java:619)
	at org.apache.xbean.naming.context.AbstractContext.lookupFinalContext(AbstractContext.java:196)
	at org.apache.xbean.naming.context.AbstractContext.addDeepBinding(AbstractContext.java:241)
	at org.apache.xbean.naming.context.AbstractContext.bind(AbstractContext.java:660)
	at org.apache.xbean.naming.context.AbstractContext.bind(AbstractContext.java:651)
	at org.apache.openejb.core.mdb.MdbInstanceFactory.constructBean(MdbInstanceFactory.java:188)
	at org.apache.openejb.core.mdb.MdbInstanceFactory.createInstance(MdbInstanceFactory.java:112)
	at org.apache.openejb.core.mdb.EndpointHandler.<init>(EndpointHandler.java:79)
	at org.apache.openejb.core.mdb.EndpointFactory.createEndpoint(EndpointFactory.java:67)
	at org.apache.activemq.ra.ServerSessionPoolImpl.createEndpoint(ServerSessionPoolImpl.java:92)
	at org.apache.activemq.ra.ServerSessionPoolImpl.createServerSessionImpl(ServerSessionPoolImpl.java:76)
	at org.apache.activemq.ra.ServerSessionPoolImpl.getServerSession(ServerSessionPoolImpl.java:116)
	at org.apache.activemq.ActiveMQConnectionConsumer.dispatch(ActiveMQConnectionConsumer.java:129)
	at org.apache.activemq.ActiveMQConnection$2.processMessageDispatch(ActiveMQConnection.java:1707)
	at org.apache.activemq.command.MessageDispatch.visit(MessageDispatch.java:108)
	at org.apache.activemq.ActiveMQConnection.onCommand(ActiveMQConnection.java:1688)
	at org.apache.activemq.transport.ResponseCorrelator.onCommand(ResponseCorrelator.java:116)
	at org.apache.activemq.transport.TransportFilter.onCommand(TransportFilter.java:69)
	at org.apache.activemq.transport.TransportFilter.onCommand(TransportFilter.java:69)
	at org.apache.activemq.transport.fanout.FanoutTransport.transportListenerOnCommand(FanoutTransport.java:581)
	at org.apache.activemq.transport.fanout.FanoutTransport$FanoutTransportHandler.onCommand(FanoutTransport.java:127)
	at org.apache.activemq.transport.WireFormatNegotiator.onCommand(WireFormatNegotiator.java:113)
	at org.apache.activemq.transport.InactivityMonitor.onCommand(InactivityMonitor.java:217)
	at org.apache.activemq.transport.TransportSupport.doConsume(TransportSupport.java:83)
	at org.apache.activemq.transport.tcp.TcpTransport.doRun(TcpTransport.java:219)
	at org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:201)
	at java.lang.Thread.run(Thread.java:637)




> Run ActiveMQ 5.4 in Geronimo 2.2?
> ---------------------------------
>
>                 Key: GERONIMO-5357
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5357
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: ActiveMQ
>    Affects Versions: 2.2.1
>            Reporter: Kevan Miller
>             Fix For: 2.2.1
>
>         Attachments: amq54.patch
>
>
> I'd like to be able to run ActiveMQ 5.4-SNAPSHOT can run in Geronimo 2.2.1. AMQ 5.4 contains some fixes that it would be nice to pick up. 
> Will use this Jira to track the associated changes.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.