BTW, we are using WAS 6.1.
If we change a class contained in an ejb jar that is contained in a deployed exploded ear, then when WAS subsequently accesses that class, we see java.lang.VerifyError for that class.
If we bounce WAS, we no longer see java.lang.VerifyError, but also do not see the changes we made to the class.
We can only concluded from this that hot swap does not yet work for classes contained in an ejb jar that is contained in an exploded ear deployment.
Is this correct? Is our only workaround to go through time-consuming redeployment when we change a class in an ejb jar?
Ralph Harnden