[JBoss-user] [Advanced Documentation] - Re: Invoking Ejb of Jboss 3.2.3 from JBoss 4.0.2

2005-10-18 Thread jkurt
Answering your question; make an xml based call using webservices.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3901740#3901740

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3901740


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: Invoking Ejb of Jboss 3.2.3 from JBoss 4.0.2

2005-10-18 Thread jkurt
These is a class called org.jboss.util.id.GUID which contains static final long 
serialVersionUID = 3289509836244263718L in 4.0.2 and it is 6926421946503004889 
in 3.2.6. This class can be found in the followaing jars:
lib/jboss-common.jar, client/jbossall-client.jar, 
client/jboss-common-client.jar, 
server/all/deploy/management/console-mgr.sar/web-console.war/applet.jar, 
server/default/deploy/management/console-mgr.sar/web-console.war/applet.jar

During (de)serialization of an object this class is used (rmi, jms), and it 
will  complain and refuse. Looks to me that peaceful coexistence of 3.2.6 and 
4.0.2 is pretty well broken by jboss. This particular issue is NOT JVM related. 
I hope JBoss had very good reasons to break this kind of backwards 
compatibility, it is causing us quite some grief.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3901731#3901731

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3901731


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user