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>
  | 

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

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


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to