Hi all , I am using RedHat6.1 , jboss2.1 and jdk1.3. I have created entity bean and deployed to jboss container. The problems that i have facing is that when i create my own finder method : findByUser(String loginid) throws RemoteException,FinderException. When i tried to call the find method , i hit the error below : javax.ejb.FinderException: Find failed at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:245) at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:220) at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:122) at org.jboss.ejb.plugins.jrmp.server.JRMPContainerInvoker_Stub.invokeHome(Unknown Source) at org.jboss.ejb.plugins.jrmp.interfaces.HomeProxy.invoke(HomeProxy.java:248) at $Proxy0.findByUsers(Unknown Source) at com.cesma.ecommerce.pmg.user.Untitled1.main(Untitled1.java:23) What is happening here ??? Anybody have any idea ? Calling findByPrimaryKey method is ok. Thanks wt. _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user