0 Replies Latest reply on Mar 2, 2004 12:02 PM by aslani

    Getting exception after putting relations between entity bea

    aslani

      After putting relations between CMP beans, we are getting this exception when calling CMP beans from stateless beans. Can someone plz help us, we are stuck :



      org.jboss.tm.JBossTransactionRolledbackException: Internal error getting results for field member type; CausedByException is:
       Unable to load to deserialize result: java.io.EOFException; CausedByException is:
       Internal error getting results for field member type; CausedByException is:
       Unable to load to deserialize result: java.io.EOFException; nested exception is:
       javax.ejb.EJBException: Internal error getting results for field member type; CausedByException is:
       Unable to load to deserialize result: java.io.EOFException; - nested throwable: (javax.ejb.EJBException: Internal error getting results for field member type; CausedByException is:
       Unable to load to deserialize result: java.io.EOFException)
       at org.jboss.ejb.plugins.LogInterceptor.handleException(LogInterceptor.java:262)
       at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:195)
       at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:122)
       at org.jboss.ejb.StatelessSessionContainer.internalInvoke(StatelessSessionContainer.java:331)
       at org.jboss.ejb.Container.invoke(Container.java:700)
       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:324)
       at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
       at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
       at org.jboss.invocation.jrmp.server.JRMPInvoker.invoke(JRMPInvoker.java:367)
       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:324)
       at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:261)
       at sun.rmi.transport.Transport$1.run(Transport.java:148)
       at java.security.AccessController.doPrivileged(Native Method)
       at sun.rmi.transport.Transport.serviceCall(Transport.java:144)
       at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
       at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
       at java.lang.Thread.run(Thread.java:534)