mirror of
https://github.com/apache/activemq.git
synced 2025-03-06 16:09:25 +00:00
We're using Resin and trying to use 4.0-RC2. It just so happens that Resin makes this call in ConnectionPool.init(ManagedConnectionFactory): ManagedConnection mConn = mcf.createManagedConnection(subject, null); So, eventually that null info gets dereferenced and BOOM! com.caucho.server.webapp.Application.start java.lang.NullPointerException at org.apache.activemq.ra.ActiveMQResourceAdapter.createConnectionFactory(ActiveMQResourceAdapter.java:156) at org.apache.activemq.ra.ActiveMQResourceAdapter.makeConnection(ActiveMQResourceAdapter.java:100) at org.apache.activemq.ra.ActiveMQManagedConnectionFactory.createManagedConnection(ActiveMQManagedConnectionFactory.java:103) at com.caucho.jca.ConnectionPool.init(ConnectionPool.java:462) git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@392556 13f79535-47bb-0310-9956-ffa450edef68
Welcome to ActiveMQ =================== ActiveMQ is a high performance Apache 2.0 licenced Message Broker and JMS 1.1 implementation. To help you get started, try the following links:- Getting Started http://incubator.apache.org/activemq/Getting+Started Building http://incubator.apache.org/activemq/Building Examples http://incubator.apache.org/activemq/Examples We welcome contributions of all kinds, for details of how you can help http://incubator.apache.org/activemq/Contributing Please refer to the website for details of finding the issue tracker, email lists, wiki or IRC channel http://incubator.apache.org/activemq/ Please help us make ActiveMQ better - we appreciate any feedback you may have. Enjoy! ----------------- The ActiveMQ team
Description
Languages
Java
97%
JavaScript
1.7%
HTML
0.6%
Shell
0.3%
CSS
0.1%
Other
0.1%