[jboss-user] [JBoss Seam] - Re: Stateless Injection

2006-07-27 Thread ovidiucn
Ok... I think i forgot something. I'm using also facelets and i have also overriden the default suffix property in web.xml file; that is: | context-param | param-namejavax.faces.DEFAULT_SUFFIX/param-name | param-value.xhtml/param-value | /context-param |

[jboss-user] [JBoss Seam] - Re: Stateless Injection

2006-07-27 Thread [EMAIL PROTECTED]
Use your debugger to find out if SeamInterceptor is *really* wrapping the calls to the stateless bean. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3961257#3961257 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3961257

[jboss-user] [JBoss Seam] - Re: Stateless Injection

2006-07-26 Thread ovidiucn
Ok. /* WEB-INF/classes/seam.properties exists is empty */ /* service-security.jar#!seam.properties exists is empty */ /* ejb-jar.xml */ | ejb-jar |assembly-descriptor | interceptor-binding | ejb-name*/ejb-name |

[jboss-user] [JBoss Seam] - Re: Stateless Injection

2006-07-25 Thread ovidiucn
Thank you for being so quick. /***/ /* local interface */ @Local public interface UserManagementLocal { public Collection getUsers (); } /***/ /* business logic */ @Name(userManagement) @Stateless public class

[jboss-user] [JBoss Seam] - Re: Stateless Injection

2006-07-25 Thread [EMAIL PROTECTED]
Now please post it all again, but with code tags. What is in ejb-jar.xml? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3960733#3960733 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3960733

[jboss-user] [JBoss Seam] - Re: Stateless Injection

2006-07-24 Thread CptnKirk
Show your code. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3960454#3960454 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3960454 ___ jboss-user mailing list