129130131132133134135136137138139
return null; } DescriptorFactory.checkDescriptor(descriptor); XmlObject object = null; SMJbiDocument geronimoPlan = null; try { if (planFile != null) { object = XmlObject.Factory.parse(planFile); }
131132133134135136137138139140141
2425262728293031
public class DeploymentPlanWrapperTest extends TestCase { public void testSimpleParsing() throws Exception { SMJbiDocument jbiDocument = SMJbiDocument.Factory.parse(new File("src/test/resources/geronimo-jbi.xml")); }