[jboss-user] [Remoting] - ClassCast Exception while recieving the OrderedMap from remo

2007-07-18 Thread _pankie
I am using JDK 1.5_12update. Iam using Jboss-4.2.0GA. My EJB Version is 2.1 Actually I am recieving the VO Object from the EJB Method. VO contains Hastable, OrderedMap and many other Objects... While retrieving the OrderMap i got the error of Classcast Exception mentioned Below. Whereas I can re

[jboss-user] [Beginners Corner] - Re: Linkage Error While returning the OrderedMap from EJB

2007-07-17 Thread _pankie
"jaikiran" wrote : Looks like that class is present in multiple jar files (which are loaded by different classloaders). Have a look at http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassCastExceptions. See if it helps identify those jars. | | Nops, There is only one jar file common-collections.

[jboss-user] [JCA/JBoss] - Linkage Error While returning the OrderedMap from EJB

2007-07-17 Thread _pankie
I am Using Jboss 4.2.0 GA. I have deployed the Stateless Session Bean (EJB 2.1) in Jboss 4.2.0 GA I can lookup the bean can invoke the method properly. My Method returns the VO Object properly but i have a getter & setter for the OrderedMap. OM get set properly but while retriving it i get Li