I am having a very confusing scenario in my application. Intially in our development environment we were using JBoss-3.0.4. But when moving to real environment we moved to JBoss3.0.7.
Here one of the main scenario of the application is failing. The scenario is one RMI VM tries to update the DB by passing an argument to a session bean. Now in the RMI VM the following exception is thrown:
java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
java.rmi.ServerException: RuntimeException; nested exception is:
java.lang.IllegalArgumentException: wrong number of arguments
This is th epoint were the RMI VM makes the call to the remote interface.
This process was/is working perfectly fine with JBoss-3.0.4.
The major change we had is in the classpath. i.e instead of copying the eight recommend jars to the client VM classpath, now only we are using jbossall-client.jar. Also we have moved all jboss related ports to 51000 range ports.(Also I dont see jaas.jar anymore under clients folder)
Please suggest is there anything wrong with the way we migrated to 3.0.7 or is there something wrong with 3.0.7 itself.
Thanks Muraly
------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user