You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by dg...@attbi.com on 2003/02/17 04:53:26 UTC

JBoss Enum Reload Problem

Hi -

I am using the Enum class and JBoss 3.  When I reload my ear, any use of my 
Enums causes ClassCastExceptions.  After looking at the code, there does not 
appear to be a way to clear the map in Enum.cEnumClasses which keeps my out-of-
date Enum definitions.

Has anyone else run into this problem and how did you work around it?

Thanks...
Dorothy