Patches item #684379, was opened at 2003-02-11 05:30
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=428710&aid=684379&group_id=40712

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jiri Luzny (tepich)
Assigned to: Nobody/Anonymous (nobody)
Summary: JMX config

Initial Comment:
A small extension in HibernateServiceMBean so you 
can now specify a dynamic set
of additional properties in hibernate-service.xml.

e.g.:
<?xml version="1.0" encoding="UTF-8"?>
<service>
        <mbean 
code="cirrus.hibernate.jmx.HibernateService" 
name="jboss.jca:service=Hibernate">
                
<depends>jboss.jca:service=RARDeployer</depends>
                <attribute 
name="JndiName">java:/HibernateFactory</attribute>
                ...
                <attribute name="AdditionalProperties">
                    <properties>
                        <property 
name="hibernate.transaction.factory_class"
value="cirrus.hibernate.transaction.JTATransactionFactor
y"/>
                        ...
                    </properties>
                </attribute>
        </mbean>
</service>

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=428710&aid=684379&group_id=40712


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


Reply via email to