
com.jeteye.domain.Tag.getHibernateLazyInitializer()Lorg/hibernate/proxy/LazyInitializer;
A new Error that i got from hibernate when I execute search tag or query-search: My scenario is the following:
Execute search, the first time no problem, the secont time works fine the third time it breaks, I got the following exceptio:
ERROR [com.jeteye.servlet.JeteyeServlet] Uncaught exception encountered, check console output for probable cause
java.lang.NoSuchMethodError: com.jeteye.domain.Tag.getHibernateLazyInitializer()Lorg/hibernate/proxy/LazyInitializer;
So I googled and I found that this is a bug, however, some people claims to hibernate and cglib others claims to JVM in linux but not in windows.
Now, I'm going to switch from JVM to jrocket to excetute the same scenario and see if I have the same error.
Take a look the hibernate web site for more info


