[
https://issues.apache.org/jira/browse/GERONIMO-3673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12548749
]
Tomasz Mazan commented on GERONIMO-3673:
----------------------------------------
It looks like Geronimo<->Eclipse integration issue.
Eclipse:
If I starts Geronimo (using Eclipse's "run") with deployed application all is
working fine. The problem appears if I redeploy (or undeploy + deploy)
application. What could be important - I deploy EAR application containing JAR.
If then I shutdown server and start it again, all is working
Ant:
If I deploy/undeploy/redeploy ejb.jar using ant task that uses geronimo
deployer.jar all works fine.
regards
Beniamin
> 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.