Thanks for the reply Galder. Does that mean there is no way to externally configure the RA JavaBean in JBoss ?
I have re-read the relevant portions of the spec and I believe that what I wish to do is a valid use of an RA. In section 5.3.7.1 of the spec where ResourceAdapter JavaBean configuration is covered it states anonymous wrote : | "The ResourceAdapter deployer may further override the values of the ResourceAdapter instance before deployment". | In the same section it also repeatedly refers to configuration of the RA JavaBean as a separate step from connection factory and activation spec configuration. It is my understanding that the RA JavaBean should contain the common configuration, the ManagedConnectionFactory beans contain the outbound specific config and the ActivationSpec beans contain the inbound specific config. It also describes in section 5.3.1 how as part of the bootstrapping mechanism the application server calls start() on a configured ResourceAdapter JavaBean. In the start method the RA may set up network endpoints based on this config. So unless I'm mistaken the ResourceAdapter bean is a deployment time configurable component according to the specification. If the only way this can be performed in JBoss is to edit the ra.xml file before packaging my rar I will need to look at alternatives as this won't be acceptable to my users e.g. doing all configuration in the *-ds.xml files. Thanks, Ivan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919050#3919050 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3919050 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
