Look in the server log. There should be at least one exception stack
trace in there as well. The first one should tell you what went wrong.

-danch

Russell wrote:
> 
>   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
Confidential e-mail for addressee only.  Access to this e-mail by anyone else is 
unauthorized.
If you have received this message in error, please notify the sender immediately by 
reply e-mail 
and destroy the original communication.


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to