Hey Guys,
I have no clue where to start with this one...
I am getting this exception intermittently:
Code:
java.lang.NullPointerException
   at javassist.util.proxy.RuntimeSupport$DefaultMethodHandler.invoke(RuntimeSupport.java:37)
   at com.verani.common.backPage.User_$$_javassist_33.getHibernateLazyInitializer(User_$$_javassist_33.java)
   at org.directwebremoting.hibernate.H3BeanConverter.getClass(H3BeanConverter.java:139)
   at com.verani.common.dwr.H3SmartBeanConverter.getPropertyMapFromObject(H3SmartBeanConverter.java:39)
   at com.verani.common.dwr.H3SmartBeanConverter.convertInbound(H3SmartBeanConverter.java:157)
   ... 27 more
I have upgraded to Javassist 3.9.0...this seemed to have worked for a while, but after the application has been running for a while the exceptions started cropping up again...I can't see any reason for this.  I found a few posts here referencing a similar exception, but the solutions did not work.  My class (User) already has a no-arg constructor.  Also, I cannot disable proxying of the class because that causes all kinds of other problems.