[JBoss-user] [JBoss Seam] - Re: Problem injecting default resource bundle to session bea

2006-06-26 Thread johnnybe
I'm sorry. Tracked down the error to a mistake on my side. My packaging configuration was broken, so the Seam ejb-interceptor was not properly registered. Thanks for your patience with a newbie :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953484#395348

[JBoss-user] [JBoss Seam] - Re: Problem injecting default resource bundle to session bea

2006-06-25 Thread johnnybe
I just found out that it is not just a problem of injecting the messages bundle, since no injections at all are working within my bean. I checked everything I found in the forum for injection and nothing works for me. My JNDI pattern is set correctly and @Intercept(ALWAYS) doesn't work either. St

[JBoss-user] [JBoss Seam] - Re: Problem injecting default resource bundle to session bea

2006-06-25 Thread johnnybe
Hi gavin, the stack trace of the NPE is following: javax.faces.el.EvaluationException: /subscribe.xhtml @18,215 value="#{subscribe.email}": Exception getting value of property email of base of type : $Proxy113 | at com.sun.facelets.el.LegacyValueBinding.getValue(LegacyValueBinding.java:6

[JBoss-user] [JBoss Seam] - Re: Problem injecting default resource bundle to session bea

2006-06-24 Thread [EMAIL PROTECTED]
Show me the stack trace of the NPE, does it come from your code, of inside Seam? Does org.jboss.seam.core.Messages.getMessages() ever get called? (Try putting a breakpoint there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953184#3953184 Reply to the post