Hi, I guess that would be me but I don't have any problem with WSDLRegistryTest, could you double check? If it still happens for your WSDL please create an issue and attach it with all eventual imports.
Cheers, Matthieu On Thu, Feb 14, 2008 at 10:14 AM, Jackson, Douglas <[EMAIL PROTECTED]> wrote: > Hi! > > I have a BPEL process that worked yesterday that is failing to deploy > after I updated my sources (svn update) today. > > I am getting the following error: > > > > ERROR - GeronimoLog.error(108) | Schema error > > java.lang.NullPointerException > > at java.io.ByteArrayInputStream.<init>(Unknown Source) > > at > org.apache.ode.utils.xsd.SchemaModelImpl$InternalSchemaResolver.resolveE > ntity(SchemaModelImpl.java:199) > > at > org.apache.xerces.impl.XMLEntityManager.resolveEntity(Unknown Source) > > at > org.apache.xerces.impl.xs.XMLSchemaLoader.resolveDocument(Unknown > Source) > > at > org.apache.xerces.impl.xs.traversers.XSDHandler.resolveSchema(Unknown > Source) > > at > org.apache.xerces.impl.xs.traversers.XSDHandler.constructTrees(Unknown > Source) > > > > I am also seeing the following when building: > > > > [junit] Tests FAILED > > The following tests failed: > > org.apache.ode.bpel.compiler.WSDLRegistryTest > > > > Did someone check in something that broke this stuff? > > > > It had probably been a week or so since I did an "svn update". > > > > Also saw this traceback: > > ERROR - GeronimoLog.error(108) | Deployment of data-transfer failed, > aborting for now. > > java.lang.NullPointerException: Null model. > > at > org.apache.ode.utils.xsd.SchemaModelImpl.<init>(SchemaModelImpl.java:54) > > at > org.apache.ode.utils.xsd.SchemaModelImpl.newModel(SchemaModelImpl.java:9 > 9) > > at > org.apache.ode.bpel.compiler.WSDLRegistry.getSchemaModel(WSDLRegistry.ja > va:103) > > > > -Doug. > > > >