similar issue

trying to serialize an Object from ejb3 layer to web layer (servlet).

did not happend on 4.0.3sp1 and before (EJBRC3).

------------------------------

type Exception report

message 

description The server encountered an internal error () that prevented it from 
fulfilling this request.

exception 

java.lang.ClassCastException: org.jboss.ejb3.stateless.StatelessBeanContext
        
org.jboss.ejb3.injection.ExtendedPersistenceContextInjector.inject(ExtendedPersistenceContextInjector.java:57)
        
org.jboss.ejb3.injection.ExtendedPersistenceContextInjector.inject(ExtendedPersistenceContextInjector.java:52)
        org.jboss.ejb3.AbstractPool.create(AbstractPool.java:88)
        org.jboss.ejb3.ThreadlocalPool.get(ThreadlocalPool.java:48)
        
org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:51)
        
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:98)
        
org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:78)
        
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:98)
        
org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:47)
        
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:98)
        
org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106)
        
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:98)
        
org.jboss.ejb3.stateless.StatelessContainer.dynamicInvoke(StatelessContainer.java:219)
        
org.jboss.ejb3.remoting.IsLocalInterceptor.invoke(IsLocalInterceptor.java:55)
        
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:98)
        
org.jboss.ejb3.stateless.StatelessRemoteProxy.invoke(StatelessRemoteProxy.java:102)
        $Proxy407.fetchContentItemType(Unknown Source)
        com.foo.boo.web.generic.TestServlet.doPost(TestServlet.java:36)
        com.foo.boo.web.generic.TestServlet.doGet(TestServlet.java:20)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:697)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
        
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)


note The full stack trace of the root cause is available in the Apache 
Tomcat/5.5.12 logs.



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

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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to