From: <ad...@jb...> - 2006-06-29 11:55:05
|
No. See my earlier comments. The order is: ResourceAdapter deployer 1) Create rar 2) Apply properties (ra.xml) 3) Apply overrides (THIS IS MISSING AND IS JBAS-3343) 4) rar.start() ManagedConnectionFactory deployer 11) Create MCF (waits for rar to full start) 12) Apply properties from rar (ra.xml) 13) Apply properties from mcf (ra.xml) 14) Apply overrides (-ds.xml) The simplest solution is to allow a jboss-ra.xml inside the rar. Another would be to have an alternate dds with the rar not getting directly deployed, e.g. | <rar> | <rar-file>/some/path/to/rar</rar-file> | <ra-config-property> | etc. | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954336#3954336 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954336 |