[jboss-dev-forums] [Design of JCA on JBoss] - Re: The current implementation of the JCA deployers is broke

vickyk do-not-reply at jboss.com
Tue Jun 3 04:35:03 EDT 2008


anonymous wrote : It shouldn't be in the parsing deployer and currently there is no remove. Moving the 

After moving the addition/deletion of the metadata in the real deployer I realized that the default deployment of the hsqldb-ds.xml does not work .

The  MainDeployer makes these calls 
1) It calls the RARParserDeployer which parses the ra.xml+jboss-ra.xml .
2) It next calls the MCF ParserDeployer/Deployer(real Deployer) which is unable to get the ConnectorMetaData from the MetaData repository and thus the deployment fails during the start up .

3) The RARDeployer( real deployer) then does the deployment of the RAR and puts the MetaData in the repository .

If we deploy the -ds.xml after the [3] it will work , but the initial(startup) deployment of the hsqldb-ds.xml will not be done unless the metadata is not made available through the RARParserDeployer.

If the MainDeployer calls the RAR(parser/real) and then MCF(parse/real) in sequence then adding/removing of the MetaData in the real deployers will work , is this possible ?



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

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



More information about the jboss-dev-forums mailing list