MessageDrivenBean injection issue --------------------------------- Key: GERONIMO-3673 URL: https://issues.apache.org/jira/browse/GERONIMO-3673 Project: Geronimo Issue Type: Bug Security Level: public (Regular issues) Affects Versions: 2.0.2 Reporter: Tomasz Mazan Attachments: ejb-jar.xml, JmsRequestFeedbackBean.java, metadata-complete-dd.xml, openejb-jar.xml
I found 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: <i>WARN [OpenEJB] Injection data not found in enc: jndiName='DispatcherJmsXAConnectionFactory', target=class myapp.dispatcher.feedback.JmsRequestFeedbackBean/jmsConnFactory</i> 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 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.