I have an hibernate mbean configured in hibernate-service.xml for jboss 4.3.2.
As far as I understand the mbean properties match the hibernate properties from hibernate config file.
I have
Code:
<property name="hibernate.connection.provider_class">uk.somecompany.hibernate.MyConnectionProvider</property>
but this does not seem to set the connection provider class at all ?
Does this property need to be set together with another property in order for it to be set ?
Help will be much appreciated.
Thanks
Admir