[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Multiple parsing implementation in RARDeployer

vickyk do-not-reply at jboss.com
Fri May 23 14:13:48 EDT 2008


There already exists the MetaData for the ra.xml and jboss-ra.xml , these classes are ConnectorMetaData AND JBossRAMetaData .

All I need is to create a RARDeploymentMetaData which will should be set with ConnectorMetaData AND JbossRAMetaData values .

The RARParsingDeployer needs to do 

1) Take the ra.xml+jboss-ra.xml and map it to ConnectorMetaData and JbossRAMetaData.

2) The merge(..) or some other method should create the RARDeploymentMetaData and set the ConnectorMetaData+JbossRAMetaData in it .

I have referred to the mergeFiles(..) of the TestBeanMergeDeployer and found that it returns the KernelDeployment , I am not able to figure out how to get the ConnectorMetaData+JbossRAMetaData and set these values in RARDeploymentMetaData.

How can I do that ?

I am yet not sure if I need OMFD or SRD , any thoughts ?

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

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



More information about the jboss-dev-forums mailing list