[jboss-user] [JBoss Seam] - Re: Seam EJB Injection Classloading issue

pete.muir@jboss.org do-not-reply at jboss.com
Sun Oct 14 16:24:30 EDT 2007


Sorry, no way I have time to wade through your project. And no, it was not clear from your post what you were trying to do.

anonymous wrote : Lets try to be very straightforward... Is Seam supposed to be able to inject a reference for a SessionBean deployed anywhere in a JNDI compliant Server using @In annotation? 

Yes (much easier to parse those few short sentences ;) ).  Try 

<component name="fooBean" 
  |           scope="SESSION" jndi-name="FooBean/remote" auto-create="true" 
  |           class="foo.bar.server.ejb.IFooRemote"/>

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4095038#4095038

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4095038



More information about the jboss-user mailing list