0 Replies Latest reply on Jun 5, 2005 4:34 PM by adrian.brock

    TODO: Admin objects in other deployments

      The JCA 1.5 ra.xml contains admin objects.
      These are javabeans that can be used to configure objects associated with
      the resource adapter, e.g. a queue or connection factory in jms.

      We should add a mechanism where these javabeans can be configured
      from entries in jboss.xml or -ds.xml

      e.g.

      
      <jboss>
      ...
      <admin-objects>
       <admin-objects>
       <type>javax.jms.Queue</type>
       <property name="name">queue.myQueue</property>
       </admin-object>
      </admin-objects>
      ...
      </jboss>