[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-934) NPE in SessionBeanInterceptor

Pete Muir (JIRA) jira-events at lists.jboss.org
Sun Feb 25 17:56:35 EST 2007


NPE in SessionBeanInterceptor
-----------------------------

                 Key: JBSEAM-934
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-934
             Project: JBoss Seam
          Issue Type: Bug
          Components: Core
    Affects Versions: 1.1.7.CR1
            Reporter: Pete Muir
         Assigned To: Pete Muir
            Priority: Trivial
             Fix For: 1.1.7.GA


2007-02-25 22:49:37,109 DEBUG [org.jboss.seam.intercept.SessionBeanInterceptor] post construct phase for component instantiated outside Seam, assuming default role: mailListener
2007-02-25 22:49:37,110 DEBUG [org.jboss.resource.adapter.mail.inflow.MailActivation] onMessage delivery failure
java.lang.RuntimeException: java.lang.NullPointerException
        at org.jboss.ejb3.interceptor.LifecycleInterceptorHandler.postConstruct(LifecycleInterceptorHandler.java:113)
        at org.jboss.ejb3.EJBContainer.invokePostConstruct(EJBContainer.java:558)
        at org.jboss.ejb3.AbstractPool.create(AbstractPool.java:129)
        at org.jboss.ejb3.StrictMaxPool.get(StrictMaxPool.java:137)
        at org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:54)
        at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
        at org.jboss.ejb3.mdb.MessagingContainer.localInvoke(MessagingContainer.java:245)
        at org.jboss.ejb3.mdb.inflow.MessageInflowLocalProxy.delivery(MessageInflowLocalProxy.java:268)
        at org.jboss.ejb3.mdb.inflow.MessageInflowLocalProxy.invoke(MessageInflowLocalProxy.java:138)
        at $Proxy168.onMessage(Unknown Source)
        at org.jboss.resource.adapter.mail.inflow.MailActivation.deliverMsg(MailActivation.java:149)
        at org.jboss.resource.adapter.mail.inflow.MailActivation.run(MailActivation.java:125)
        at org.jboss.resource.work.WorkWrapper.execute(WorkWrapper.java:204)
        at org.jboss.util.threadpool.BasicTaskWrapper.run(BasicTaskWrapper.java:275)
        at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:727)
        at java.lang.Thread.run(Thread.java:595)
Caused by: java.lang.NullPointerException
        at org.jboss.seam.intercept.SessionBeanInterceptor.postConstruct(SessionBeanInterceptor.java:117)
        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:585)
        at org.jboss.ejb3.interceptor.LifecycleInvocationContextImpl.proceed(LifecycleInvocationContextImpl.java:131)
        at org.jboss.ejb3.interceptor.LifecycleInterceptorHandler.postConstruct(LifecycleInterceptorHandler.java:109)
        ... 15 more


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list