This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Hibernate Persistence Manager for JbossMQbyorn Dec 3, 2006 12:12 AM (in response to npujol)Why do you want to use Hibernate for this?? 
- 
        2. Re: Hibernate Persistence Manager for JbossMQnpujol Dec 3, 2006 10:54 AM (in response to npujol)As you probably know *-jdbc2-service.xml and *-jdbc-state-service.xml contain SQL statements. Unfortunately, as you also know, while SQL is a standard there exists database differences. This is is the reason why Jboss provides out of the box different flavors of *-jdbc2-service.xml and *-jdbc-state-service.xml such oracle-jdbc2-service.xml, mysql-jdbc2-service.xml, postgres-jdbc2-service.xml etc.... (look into your $JBOSS_INSTALL/docs/examples/jms. I need to support different databases and would like to make it easy for my users. 
 Nicolas
 
    