Ian Hunter wrote:
> 
> I've managed to get the examples working, and I've decided to roll my own
> EJB. I've basically managed to get everything up and compiled, used GenDD,
> GenIC and CheckEJB. All is well until I run a client (based on
> ClientAccount.java in eb) which gives me the following exception when
> executing findAllWorkers() in the home interface.
> 
> Exception getting Worker list: java.rmi.UnmarshalException: error
> unmarshalling propagation context; nested exception is:
>         java.io.InvalidClassException:
> org.objectweb.jonas.jtm.ControlImpl_Stub;
>  Local class not compatible: stream classdesc
> serialVersionUID=36269421414410386 73 local class
> serialVersionUID=-9085982368892354930
> 
> Can somebody suggest please where I should be looking.
> 
> Many Thanks
> Ian Hunter

To a similar problem Gabriel Lawrence  has yet responded in the
jonas-user
mailing list:

"This message here usually happens when the classes on your client dont
match 
those on the EJB server or the EJB server doesnt macth those in the 
RMIRegistry... 

Check that you have the latest .class files everywhere and that your 
classpaths are set up correctly... "

thanks Gabriel,

-- 
        Philippe

Philippe Coq  Groupe Bulll/BullSoft/OpenMaster  Phone: (33) 04 76 29 78
49
Bull S.A  - 1 rue de Provence - 38432 Echirolles Cedex France
[EMAIL PROTECTED]  http://www-frec.bull.com
Download our EJBServer at http://www.bullsoft.com/ejb
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".

Reply via email to