I ran into a problem with tomcat 4.1.31.

I am trying to create ProxyFactoryBean and add an advisor. I was trying to force Spring to create CGLIB proxies first by not specifying interfaces. It worked fine within a testing environment but hicks up in Tomcat 4.1.31. If I force spring to create JDK proxies everything works allright.

The spring version is 1.2.3 CGLIB version is 2.1_2 nodep one. Is there something special about tomcat CGLIB I have to know? Does anyone know what might this be?