[jboss-user] [JBoss/Spring Integration] - Re: EJB Injection.
alesj
do-not-reply at jboss.com
Fri May 11 16:22:56 EDT 2007
My first thoughts on this are that it is probably a misuse.
My original use case was to enable fine grained beans in EJBs and _not_ vice versa.
What about if you try with a lazy proxies around actual EJB when referencing them in POJOs?
So that the actual JNDI hit will be when the EJB bean is first used.
Or you could change the deployment order - EJBs before Spring beans.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4045130#4045130
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4045130
More information about the jboss-user
mailing list