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
"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.
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