Hi I got problem with injecting Jms ConnectionFactory to my MDB, which needs it to send message to queue different to that it's listening to. During deployment I get "only" WARN in my logs:
WARN [OpenEJB] Injection data not found in enc: jndiName='DispatcherJmsXAConnectionFactory', target=class myapp.dispatcher.feedback.JmsRequestFeedbackBean/jmsConnFactory and during application's work NullPointerException when I try to access this jmsConnFactory property. With David Jenks we investingated strange form of metadata complete deployment descriptor. It indicates a kind of bug with deploying application regards Beniamin -- View this message in context: http://www.nabble.com/MessageDrivenBean-injection-issue-tf4948855s134.html#a14169372 Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.
