If the warnings become annoying, you can filter them out in the log4j config file. Look
for it under jboss-home/server/default/conf/log4j.xml. Add the following category:
<category
name="org.hibernate.engine.StatefulPersistenceContext.ProxyWarnLog">
| <priority value="ERROR"/>
| </category>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134446#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...