On Nov 27, 2005, at 5:55 PM, [EMAIL PROTECTED] wrote:


Can somebody please send me the xml text I can use to get a reference to the transaction manager in my gbean? I tried <name>TransactionManager</name> but it didn't work.

In your gbean info building code include something like this:

infoFactory.addReference("TransactionManager", ExtendedTransactionManager.class, NameFactory.TRANSACTION_MANAGER);


Then you won't have to specify the <type> in the reference.

In the xml plan,

        <reference name="TransactionManager">
            <module>org/apache/geronimo/Server</module>
            <name>TransactionManager</name>
        </reference>

assuming you are not using the patch I posted a few days ago that includes new-style configIds.

Hope this helps

david jencks


Thanks
Guglielmo

 *****************************************************************
 <<>>

 In compliance with applicable rules and regulations, Instinet
 reviews and archives incoming and outgoing email communications,
 copies of which may be produced at the request of regulators.
 This message is intended only for the personal and confidential
 use of the recipients named above. If the reader of this email
 is not the intended recipient, you have received this email in
 error and any review, dissemination, distribution or copying is
 strictly prohibited. If you have received this email in error,
 please notify the sender immediately by return email and
 permanently delete the copy you received.

 Instinet accepts no liability for any content contained in the
 email, or any errors or omissions arising as a result of email
 transmission. Any opinions contained in this email constitute
 the sender's best judgment at this time and are subject to change
 without notice. Instinet does not make recommendations of a
 particular security and the information contained in this email
 should not be considered as a recommendation, an offer or a
 solicitation of an offer to buy and sell securities.

 *****************************************************************

Reply via email to