Check LANGUAGES  is in ur classpath and see return type and parameters
implement Serializable interface.

> -----Original Message-----
> From: Vasagi K [SMTP:[EMAIL PROTECTED]]
> Sent: Thursday, March 15, 2001 12:01 AM
> To:   [EMAIL PROTECTED]
> Subject:      A urgent enquiry about a unmarshall exception
>
> Hi everyone,
>
> While working on EJBs, i was trying to call a method on a Bean. Then it
> gave the following Exception:
>
> " G:\core_to_ejb\com\test\userinterface>java com.test.userinterface.Client
>
>   Beginning statefulSession.Client...
>
>   Entered into example() method.
>   Created FactoryBean
>   Created MaintainBean
>   called getObject() on FactoryBean
>   Created ResultBean
>   Created FilterBean
>   Calling getData() on FactoryBean
>   There was an exception while creating and using the Trader.
>   This indicates that there was a problem communicating with the server:
> java.rmi.
>   RemoteException: ; nested exception is:
>           weblogic.rmi.ServerException: A remote exception occurred while
> executin
>   g the method on the remote object
>    - with nested exception:
>   [weblogic.rmi.UnmarshalException: error unmarshalling arguments
>    - with nested exception:
>   [java.lang.ClassNotFoundException: com.test.userinterface.Languages]]
>
>   End statefulSession.Client... "
>
> As you can see, the method name is "getData( )". The arguments passed were
> (UIEnum.LANGUAGES,0,0,vector,grpObj,result)  where,
> 1) "UIEnum" is a user-defined  interface with LANGUAGES being a module
> level varialbe which is public static final with value '0'
> 2) "vector" is java.util.Vector object
> 3) "grpObj" is of type "iGroups" which is a user defined class.
> 4)"result" is another bean
>
>
>
> Please anybody help me about this.
>
>
>
> Bye.
>
> ==========================================================================
> =
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
> body
> of the message "signoff EJB-INTEREST".  For general help, send email to
> [EMAIL PROTECTED] and include in the body of the message "help".
WARNING: The information in this message is confidential and may be legally
privileged. It is intended solely for the addressee.  Access to this message
by anyone else is unauthorised.  If you are not the intended recipient, any
disclosure, copying, or distribution of the message, or any action or
omission taken by you in reliance on it, is prohibited and may be unlawful.
Please immediately contact the sender if you have received this message in
error. Thank you.----------------- HCL Perot Systems

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to