I made the exception go away in my setup by adding a "depends-on" that referred to the connection factory bean in the declaration of my JCA container. Try changing the opening tag of your JCA container to the following:
<bean id="jencks" class="org.jencks.JCAContainer" depends-on="jmsConnectionFactory"> -- View this message in context: http://www.nabble.com/java.lang.NullPointerException%3A-managedConnectionFactory-is-null-tf4484969.html#a13917336 Sent from the jencks - user mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
