Yes, I would have thought that you would define it in components.xml, but don't know
the syntax as you need to specify an EJB (or JNDI) name rather than the class for the
component
Just looked at the components xsd and tried the following as a result:
<component name="mySeamComponent"
jndi-name="mydomain/TargetEJB/local" scope="stateless"/>
but nothing is injected and consequently get an NPE.
Any ideas?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036686#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...