hi..
it seemed the closest forum to post this, i have a hibernate issue. (can't post on hibernate forums).
for some reason, in doing a hot deploy in in jboss we a home grown web application which re-starts ormSession (using spring orm with hibernate), when doing this for the second time, (we are using hibernate 2.1.7c) we fall on nullpointerException which originates from this:
PersistentEnum.class.isAssignableFrom(..)
when doing PersistentEnum.class.toString() in eclipse on that breakpoint i get a NullPointerException.. how is this possible?