Hibernate version:
2.1.6
Mapping documents:
None
Code between sessionFactory.openSession() and session.close():
None
Full stack trace of any exception that occurs:
None
Name and version of the database you are using:
MySQL - JBoss 3.2.5
Debug level Hibernate log excerpt:
I know it really has little to do with hibernate itself, I am just curious. I am trying to replicate properties set by *.properties file and I know I can do most properties in the mbean configuration jboss-service.xml. But I noticed that in the MBean service code, there is a method,
setProperty and getProperty ... is that used internally, or can I set properties, for example autocreate table, and update through the jboss-service.xml file.
and when you look at the jmx-console, I noticed a bunch of PropertyList settings, can we change those? through code maybe?
|