I need to add some Hibernate settings to my JBoss EJB3 deployment.

The jars are currently scanned at deployment time, annotations are detected, 
and the entities deployed all great.

But I want to set an org.hibernate.Interceptor in hibernate, so I need to get 
into that process.

How can I do this?

I've tried looking at Hibernate's Entity Manager documentation, and found an 
Ejb3Configuration class, but that doesn't do the scanning for annotations. I 
looked at Hibernate's PersistenceXmlLoader - also doesn't do the EJB3 scaning 
bit.

I don't think I can use any of these. Jboss seems to need to do its own thing. 
How can I access JBoss's EJB3 deployment process, and add hibernate settings to 
it - particularly Interceptors?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933102#3933102

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933102


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to