[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-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 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 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 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 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/JBoss] - Issues with EJB 3.0/ JBoss 4.0.5

2007-09-10 Thread avthosar
Hello, I am using a 3rd party API called JBilling, which used EjB2.x and runs over Jboss 3.x, they have provided a Jar file to called JBilling API to access the JBilling Server, I have written a sample code to interact with same which includes the JBilling client jar, this code perfectly in

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

2007-09-10 Thread avthosar
Hello, I am using a 3rd party API called JBilling, which used EjB2.x and runs over Jboss 3.x, they have provided a Jar file to called JBilling API to access the JBilling Server, I have written a sample code to interact with same which includes the JBilling client jar, this code perfectly in

[jboss-user] [Javassist user questions] - JBoss Apache Integration

2006-11-13 Thread avthosar
I am trying to Integrate JBoss 4.0.4 with Apache Webserver 2.2 using mod_jk 1.3.x on Windows XP, but I am not able to do so. I have read many articles, but nothing has worked, can any one please tell me the step by step procedure. View the original post :