Bugs item #563120, was opened at 2002-05-31 22:45 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=563120&group_id=22866
Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: JD Brennan (jazzdevotee) Assigned to: Nobody/Anonymous (nobody) Summary: ClassCastException after redeploy Initial Comment: Linux (2.2 kernel) JDK 1.4 ========================================= ======================================= JBoss Bootstrap Environment JBOSS_HOME: /opt/jboss-3.0.0 JAVA: /opt/j2sdk1.4.0/bin/java JAVA_OPTS: -server -Dprogram.name=run.sh CLASSPATH: /opt/jboss- 3.0.0/bin/run.jar:/opt/j2sdk1.4.0/lib/tools.jar ========================================= ======================================= 15:15:05,459 INFO [Server] JBoss Release: JBoss- 3.0.0 CVSTag=JBoss_3_0_0 Steps: 1) call a bean that serializes object X that implements interface Y somewhere (I store it in a mysql database). 2) call a bean that deserializes the object and casts it to the interface Y. 3) redeploy the ejb jar file that contains the bean (hot redeploy. Don't restart JBoss. 4) repeat step 2 Excepted: Same result as Step 2 Actual: ClassCastException ---------------------------------------------------------------------- Comment By: Kenny Smith (subsstuff1) Date: 2002-06-04 15:44 Message: Logged In: YES user_id=548391 Same problem here: redeploy then classcastexception JBoss 3.0RC2, JVM1.4, winXP after jboss restart, ok ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2002-06-04 14:45 Message: Logged In: NO I have similar problem (and the same setup: jboss3.0.0, linux, jdk1.4.0) I'm using JavaBean in application scope for JSP and when I redeploy I get ClassCastException. After restart jboss works OK. ---------------------------------------------------------------------- Comment By: Marius Kotsbak (mkotsbak) Date: 2002-05-31 23:28 Message: Logged In: YES user_id=366650 The problem often disappear when restarting jboss, but I havent't seen it at all at IBMs 1.3 VM, just sun's 1.4, as you here. Therefore it can be a VM-bug, or jboss using the VM in a wrong way. I think this is the same bug as my #562972. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=563120&group_id=22866 _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
