Hello,

my ra.xml containts two properties for my ManagedConnectionFactory, but these 
properties get not set while deploying the RA. It works well with properties for the 
ResourceAdapter class defined via config-properties within the resourceadapter element.

<outbound-resourceadapter> 
        <connection-definition> 
            <managedconnectionfactory-class>
                   test.adapter.MyManagedConnectionFactory
                </managedconnectionfactory-class>
            <config-property>
                <config-property-name>QueueName</config-property-name>
                        <config-property-type>java.lang.String</config-property-type>
                        <config-property-value>queue/test</config-property-value>
            </config-property>
            <config-property>
                        <config-property-name>ConnectionFactory</config-property-name>
                        <config-property-type>java.lang.String</config-property-type>
                        
<config-property-value>ConnectionFactory</config-property-value>
            </config-property>
... cut ...
    </connection-definition> 
... cut ...
</outbound-resourceadapter>

The Properties in the ManagedConnectionFactory class are normal bean getters/setters 
with a private attribute.

Did I miss anything?

Has the setResourceAdapter method be invoked manually or does the container do this. 
It doesn't get called as well.

My JBoss is Version 4.0.0RC1.

Thanks,
Ralf

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845017#3845017

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845017


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to