Bugs item #571930, was opened at 2002-06-20 22:25
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=571930&group_id=22866

Category: JBossServer
Group: v3.0 Rabbit Hole
Status: Open
Resolution: None
Priority: 5
Submitted By: rick labanca (rickla)
Assigned to: Nobody/Anonymous (nobody)
Summary: rmi marshaling fails for user objects

Initial Comment:
If you try to call an rmi server from jboss/jetty, and 
send a user defined object, marshaling fails.

This is because the vm doesn't seem to see the class 
on the server side, yet it did see it enough to compile 
the jsp page fine.

It can be resolved by adding the classes to 
jboss_classpath, or placing the class in the 
jboss_home/lib. Neither is a good long term solution for 
packaging apps to be self contained.

This worked in 2.4. Attached is a war file with a small 
rmi server and test page to show the problem. For 
simplicity i have the source also shoved into the classes 
area in the war.

Get the classes out of the war and start the server 
locally (java rmitest.Server), and then deploy the war, 
run /rmitest/test.jsp to see the error. Adding the rmitest 
directory  you use for the server to jboss_classpath will 
make it run  correctly.

rick

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=571930&group_id=22866


-------------------------------------------------------
Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to