@Test
public void testSipXml() throws Exception
{
System.setProperty("org.eclipse.jetty.xml.XmlParser.Validating", "false");
SipDescriptor descriptor = new SipDescriptor(getResource("/org/cipango/xml/sip-xsd.xml"));
descriptor.parse();
StandardDescriptorProcessor processor = new StandardDescriptorProcessor();
processor.process(new SipAppContext(), descriptor);
}