[jboss-user] [EJB 3.0] - Re: Dependency injection is not working

2009-07-08 Thread jaikiran
Please try this on JBoss AS 5.1.0 GA View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242346#4242346 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242346 ___ jboss-user mailing

[jboss-user] [EJB 3.0] - Re: Dependency injection is not working

2009-07-07 Thread daviddev
Thanks for replying. I am using JBOSS 4.2.3_GA View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242223#4242223 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242223 ___ jboss-u

[jboss-user] [EJB 3.0] - Re: Dependency injection is not working

2009-07-07 Thread jaikiran
Which version of JBossAS do you use? Try this against AS 5.1.0 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242196#4242196 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242196 ___

[jboss-user] [EJB 3.0] - Re: Dependency injection is not working

2009-07-07 Thread daviddev
Hi, thanks for answering. I did try to use only the name of the property within the env-entry definition ass you mentioned but I still have the same problem. Even worth, the message driven bean are not properly initialised. I need to do a look up of the context to get the appropriate value of

[jboss-user] [EJB 3.0] - Re: Dependency injection is not working

2009-07-07 Thread jaikiran
com.messaging.messagemanager.receiving.IncomingMessageHandler/applicationName | Change this to: applicationName The syntax that you used seems to be applicable when a injection-target is used instead of java annotations. anonymous wrote : | Any good references/internet link that could hel