You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Tomasz Mazan (JIRA)" <ji...@apache.org> on 2007/12/05 11:59:44 UTC

[jira] Updated: (GERONIMO-3673) MessageDrivenBean injection issue

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

Tomasz Mazan updated GERONIMO-3673:
-----------------------------------

    Attachment: ejb-jar.xml

> 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.