Patches item #684379, was opened at 2003-02-11 15: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>

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

>Comment By: Gavin King (oneovthafew)
Date: 2003-02-13 18:36

Message:
Logged In: YES 
user_id=384580

Thanks, I will address this as soon as I can...

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

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:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


Reply via email to