1. JMX Service and Jboss forum.hibernate.orgAll, I have created the following JMX Service under JBoss: |
2. Hibernate Not bound - Jboss, JMX Service forum.hibernate.orgBeginner Joined: Tue Nov 04, 2003 2:31 pm Posts: 28 Location: Florida, US I am a evaluating Hibernate as part of one Proof Of Concept. I am encountering one problem. I appreciate if someone from the community helps me a way out. My JMX configuration file is Code: |
3. JMX support (not w/ JBoss) forum.hibernate.orgI'm going to attempt to get Hibernate's MBeans to work in a non JBoss environment but wanted to see if anyone else has tried and can offer some pointers. I haven't had a chance to look over the specific MBeans to see if they attempt to import or use anything JBoss specific or if they stick to just vanilla javax.management classes. ... |
4. JMX, Hibernate MBean, JBoss and JNDI.... forum.hibernate.orgHi. I have a 'test' to see how JBoss and Hibernate work together. I have a Hibernate service running as an MBean in the JBoss server. My question is why I appear to need to configure a SessionFactory locally before issuing the lookup and subsequently getting a bind to a remote SessionFactory ( infact, is that what I am doing, and ... |
5. JBoss JMX Synchronization issue forum.hibernate.orgAll, I have Hibernate working as a JMX bean within JBoss. I have it working perfectly except I am seeing some weird behavior with caching, I think. By default, I do not turn on caching. The behavior I am seeing is that, I insert/update a row in the database in Session 1 [Thread Local Session in the 1 session per view ... |
6. Monitor C3P0 Status Via JMX, MBean, jconsole - without JBoss forum.hibernate.orgI have figured out how to view hibernate statistics using the built in statistics mbean and monitor via the jdk jconsole. Very nice. Now I would also like to do somethign similar for c3p0 connection pooling. I can configure c3p0 as an mbean under jboss for which c3p0 status then becomes visible via jboss' /jmx-console, but we run hibernate standalone also, ... |
7. Hibernate on JBoss as JMX forum.hibernate.org |