Can somebody help , I have upgraded my application from JBOSS 2.4 to Jboss 4 
everything else works fine but when my finder is returning 2 records and it 
goes into 
Enumeration code then it throws, java.rmi.NoSuchObjectException.But the same 
code works well if enumeration gets only one record.Can any body help in 
this.For reference i am putting the stack trace below 

17:18:36,366 ERROR [LogInterceptor] TransactionRolledbackException in method: 
public abstract com.calloff.model.CalloffVO 
com.calloff.persistance.Calloff.getData() throws java.rmi.RemoteException, 
causedBy:
                java.rmi.NoSuchObjectException: Entity not found: [EMAIL 
PROTECTED]
                        at 
org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:187)
                        at 
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:313)
                        at 
org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:146)
                        at 
org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:123)
                        at 
org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:192)
                        at 
org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:122)
                        at 
org.jboss.ejb.EntityContainer.internalInvoke(EntityContainer.java:514)
                        at org.jboss.ejb.Container.invoke(Container.java:870)
                        at sun.reflect.GeneratedMethodAccessor78.invoke(Unknown 
Source)
                        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                        at java.lang.reflect.Method.invoke(Method.java:585)
                        at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:144)
                        at 
org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
                        at 
org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
                        at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
                        at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
                        at 
org.jboss.invocation.local.LocalInvoker$MBeanServerAction.invoke(LocalInvoker.java:155)
                        at 
org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:104)
                        at 
org.jboss.invocation.InvokerInterceptor.invokeLocal(InvokerInterceptor.java:115)
                        at 
org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:101)
                        at 
org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:46)
                        at 
org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:55)
                        at 
org.jboss.proxy.ejb.EntityInterceptor.invoke(EntityInterceptor.java:97)
                        at 
org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:91)
                        at $Proxy372.getData(Unknown Source)
                        at 
com.calloff.business.CalloffHandlerEJB.updateCalloffContract(CalloffHandlerEJB.java:603)
                        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.invocation.Invocation.performCall(Invocation.java:345)
                        at 
org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:214)
                        at 
org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:185)
                        at 
org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:113)
                        at 
org.jboss.webservice.server.ServiceEndpointInterceptor.invoke(ServiceEndpointInterceptor.java:51)
                        at 
org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:48)
                        at 
org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:105)
                        at 
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:313)
                        at 
org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:146)
                        at 
org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:123)
                        at 
org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:192)
                        at 
org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:122)
                        at 
org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:624)
                        at org.jboss.ejb.Container.invoke(Container.java:870)
                        at sun.reflect.GeneratedMethodAccessor78.invoke(Unknown 
Source)
                        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                        at java.lang.reflect.Method.invoke(Method.java:585)
                        at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:144)
                        at 
org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
                        at 
org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
                        at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
                        at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
                        at 
org.jboss.invocation.local.LocalInvoker$MBeanServerAction.invoke(LocalInvoker.java:155)
                        at 
org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:104)
                        at 
org.jboss.invocation.InvokerInterceptor.invokeLocal(InvokerInterceptor.java:115)
                        at 
org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:101)
                        at 
org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:46)
                        at 
org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:55)
                        at 
org.jboss.proxy.ejb.StatelessSessionInterceptor.invoke(StatelessSessionInterceptor.java:97)
                        at 
org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:91)
                        at $Proxy466.updateCalloffContract(Unknown Source)
                        at 
com.contract.business.ContractHandlerEJB.updateContractValue(ContractHandlerEJB.java:3263)
                        at 
com.contract.business.ContractHandlerEJB.perform(ContractHandlerEJB.java:171)
                        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.invocation.Invocation.performCall(Invocation.java:345)
                        at 
org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:214)
                        at 
org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:185)
                        at 
org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:113)
                        at 
org.jboss.webservice.server.ServiceEndpointInterceptor.invoke(ServiceEndpointInterceptor.java:51)
                        at 
org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:48)
                        at 
org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:105)
                        at 
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:313)
                        at 
org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:146)
                        at 
org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:123)
                        at 
org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:192)
                        at 
org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:122)
                        at 
org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:624)
                        at org.jboss.ejb.Container.invoke(Container.java:870)
                        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.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:144)
                        at 
org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
                        at 
org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
                        at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
                        at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
                        at 
org.jboss.invocation.local.LocalInvoker$MBeanServerAction.invoke(LocalInvoker.java:155)
                        at 
org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:104)
                        at 
org.jboss.invocation.InvokerInterceptor.invokeLocal(InvokerInterceptor.java:115)
                        at 
org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:101)
                        at 
org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:46)
                        at 
org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:55)
                        at 
org.jboss.proxy.ejb.StatelessSessionInterceptor.invoke(StatelessSessionInterceptor.java:97)
                        at 
org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:91)
                        at $Proxy428.perform(Unknown Source)
                        at 
com.handler.BusinessProcessorEJB.handleEvent(BusinessProcessorEJB.java:101)
                        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.invocation.Invocation.performCall(Invocation.java:345)
                        at 
org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:214)
                        at 
org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:185)
                        at 
org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:113)
                        at 
org.jboss.webservice.server.ServiceEndpointInterceptor.invoke(ServiceEndpointInterceptor.java:51)
                        at 
org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:48)
                        at 
org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:105)
                        at 
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:313)
                        at 
org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:146)
                        at 
org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:123)
                        at 
org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:192)
                        at 
org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:122)
                        at 
org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:624)
                        at org.jboss.ejb.Container.invoke(Container.java:870)
                        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.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:144)
                        at 
org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
                        at 
org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
                        at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
                        at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
                        at 
org.jboss.invocation.jrmp.server.JRMPInvoker$MBeanServerAction.invoke(JRMPInvoker.java:805)
                        at 
org.jboss.invocation.jrmp.server.JRMPInvoker.invoke(JRMPInvoker.java:406)
                        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 
sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
                        at sun.rmi.transport.Transport$1.run(Transport.java:153)
                        at java.security.AccessController.doPrivileged(Nataive 
Method)
                        at 
sun.rmi.transport.Transport.serviceCall(Transport.java:149)
                        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:595)

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

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


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to