[jboss-user] [EJB 3.0] - Re: Issues with EJB 3.0/ JBoss 4.0.5

2007-09-14 Thread avthosar
Hello, I tried using the -Dorg.jboss.j2ee.Serialization option, but I am still getting the following exception. Any idea what could be the reason? 11:54:50,538 ERROR [STDERR] Caused by: java.io.InvalidClassException: org.jboss.util.id.GUID; local class incompatible: stream classdesc

[jboss-user] [EJB 3.0] - Re: Issues with EJB 3.0/ JBoss 4.0.5

2007-09-14 Thread jaikiran
Since your client is 4.0.x talking to JBoss 3.2.x, the parameter to be passed is -Dorg.jboss.j2ee.LegacySerialization As per this JIRA http://jira.jboss.com/jira/browse/JBAS-2718 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084311#4084311 Reply to the

[jboss-user] [EJB 3.0] - Re: Issues with EJB 3.0/ JBoss 4.0.5

2007-09-13 Thread avthosar
Hello, I am now using JBoss 3.2.8 as server, which is hosting a 3rd party API called JBilling, which used EjB2.xand my client (EJB 3.0) is based on Jboss 4.0.5. When I try to connect to the server I get an exception, the stacktrace is given below. I checked the jars containing the class

[jboss-user] [EJB 3.0] - Re: Issues with EJB 3.0/ JBoss 4.0.5

2007-09-13 Thread jaikiran
Where are you getting this error? At the client(Jboss4.x) or on the server(Jboss3.x)? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4083923#4083923 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4083923

[jboss-user] [EJB 3.0] - Re: Issues with EJB 3.0/ JBoss 4.0.5

2007-09-13 Thread avthosar
I am getting this error at the client(Jboss4.x) end. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4083941#4083941 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4083941 ___

[jboss-user] [EJB 3.0] - Re: Issues with EJB 3.0/ JBoss 4.0.5

2007-09-13 Thread jaikiran
Does the jmx-console (of JBoss4.x) method mentioned in one of my posts above, show that this class is being loaded from more than one jar? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4083948#4083948 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Issues with EJB 3.0/ JBoss 4.0.5

2007-09-13 Thread avthosar
Hello, The output is given below. It shows only 1 instance. Am I missing out on something? org.jboss.util.id.GUID Information Repository cache version: org.jboss.util.id.GUID(1579a30)[EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]

[jboss-user] [EJB 3.0] - Re: Issues with EJB 3.0/ JBoss 4.0.5

2007-09-13 Thread avthosar
This is the output on the server end. Only 1 instance of GUID here as well. org.jboss.util.id.GUID Information Repository cache version: org.jboss.util.id.GUID(3f96ee)[EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] file:/C:/Program%20Files/Java/jdk1.6.0_01/lib/tools.jar

[jboss-user] [EJB 3.0] - Re: Issues with EJB 3.0/ JBoss 4.0.5

2007-09-11 Thread avthosar
Hello, I did remove some jar, and now that particular exception is gone, but I am getting a new excpetion which says that java.lang.IllegalStateException: Failed to find method for hash:-2 768991178878534186 Is it also related to jar files? Need some advice on how to proceed. Thanks View

[jboss-user] [EJB 3.0] - Re: Issues with EJB 3.0/ JBoss 4.0.5

2007-09-11 Thread jaikiran
anonymous wrote : java.lang.IllegalStateException: Failed to find method for hash:-2 | 768991178878534186 These type of exceptions occur if you have different versions of JBoss jars on the server and the client. The client appears to be using a different version of some JBoss jar than the

[jboss-user] [EJB 3.0] - Re: Issues with EJB 3.0/ JBoss 4.0.5

2007-09-11 Thread avthosar
Hello, Thanks for your quick replies. Given below is the complete stacktrace. Actually the client code is running being called from within EJB 3.0 deployed on JBoss 4.0.5 and the Server part is deployed on JBoss 3.x. @jaikiran are you jaikiran pai? 11:42:00,267 ERROR [STDERR]

[jboss-user] [EJB 3.0] - Re: Issues with EJB 3.0/ JBoss 4.0.5

2007-09-11 Thread jaikiran
Looks like the classes are incompatible between these 2 versions. avthosar wrote : | @jaikiran are you jaikiran pai? | | Yes. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4082851#4082851 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Issues with EJB 3.0/ JBoss 4.0.5

2007-09-11 Thread jaikiran
And when you say you are using JBoss3.x as the server, which exact version are you using? I just looked up the JIRA for JBoss Application Server and found a similar issue there http://jira.jboss.com/jira/browse/JBAS-2803. Its been mentioned that its been fixed in JBossAS-3.2.8.SP1 View the

[jboss-user] [EJB 3.0] - Re: Issues with EJB 3.0/ JBoss 4.0.5

2007-09-11 Thread avthosar
Thanks jaikiran, you remember last thursday you helped me solve the authentication issue. Actually the problem is that I am not able to figure out the version of JBoss as it has been shipped with JBilling Server, I guess they have modified the Jboss. So how can I find out the version? Thanks

[jboss-user] [EJB 3.0] - Re: Issues with EJB 3.0/ JBoss 4.0.5

2007-09-11 Thread jaikiran
anonymous wrote : Thanks jaikiran, you remember last thursday you helped me solve the authentication issue. Ahh... I remember now :) I was sure i had heard about a similar setup, as yours, but wasnt able to recollect where. avthosar wrote : So how can I find out the version? | | If

[jboss-user] [EJB 3.0] - Re: Issues with EJB 3.0/ JBoss 4.0.5

2007-09-10 Thread jaikiran
anonymous wrote : java.lang.ClassCastException: org.jboss.remoting.InvokerLocator cannot be cast to org.jboss.remoting.InvokerLocator Looks like you have more than one jar file in the classpath which has this class. Have a look at :