I get a stacktrace that indicates (I think) some misconfiguration with my @In 
and @Name annotations.
However I have no indication what name is looked up and why (from what other 
component).
Would it be possible to get a better error message here?

Caused by: java.lang.NullPointerException
        at org.jboss.seam.Component.forName(Component.java:1011)
        at 
org.jboss.seam.ejb.SeamInterceptor.getSeamComponent(SeamInterceptor.java:61)
        at 
org.jboss.seam.ejb.SeamInterceptor.aroundInvoke(SeamInterceptor.java:34)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:589)
        at 
org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:120)
        at 
org.jboss.ejb3.interceptor.EJB3InterceptorsInterceptor.invoke(EJB3InterceptorsInterceptor.java:62)
        at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:98)
        at 
org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47)
        at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:98)
        at org.jboss.aspects.tx.TxPolicy.invokeInOurTx(TxPolicy.java:79)
        ... 41 more

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

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


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to