You can't set the naming strategey from components.xml due to a limitation in passing in objects. If you are using JPA you can set it in persistence.xml, otherwise grab the hibernateSessionFactory on startup and set it in code
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094548#4094548 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094548 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
