You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ode.apache.org by Pa...@metavante.com on 2009/06/11 21:17:03 UTC

Creating variable returns [UndeclaredXsdType]

OK,

I am really at a loss.  I am trying to create a variable after just
assigning the request and reply activities.  I am only trying to create a
string variable, but it does not work.  Please help.  I am really not sure
what the problem could be.  I am only accessing the schemas locally....none
are remotely accessed.  Any direction would be great.

Thanks,

Paul Johnson

FATAL - GeronimoLog.fatal(116) | openResource: invalid scheme (should be
urn:)  http://www.w3.org/2001/xml.xsd.
FATAL - GeronimoLog.fatal(116) | openResource: invalid scheme (should be
urn:)  http://www.w3.org/2001/xml.xsd.
ERROR - GeronimoLog.error(108) | Schema error:
java.lang.NullPointerException
      at java.io.ByteArrayInputStream.<init>(ByteArrayInputStream.java:89)
      at org.apache.ode.utils.xsd.SchemaModelImpl
$InternalSchemaResolver.resolveEntity(SchemaModelImpl.java:204.)
      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)
      at org.apache.xerces.impl.xs.traversers.XSDHandler.constructTrees
(Unknown Source)
      at org.apache.xerces.impl.xs.traversers.XSDHandler.constructTrees
(Unknown Source)
      at org.apache.xerces.impl.xs.traversers.XSDHandler.constructTrees
(Unknown Source)
      at org.apache.xerces.impl.xs.traversers.XSDHandler.parseSchema
(Unknown Source)
      at org.apache.xerces.impl.xs.XMLSchemaLoader.loadSchema(Unknown
Source)
      at org.apache.xerces.impl.xs.XMLSchemaLoader.loadGrammar(Unknown
Source)
      at org.apache.xerces.impl.xs.XMLSchemaLoader.loadInputList(Unknown
Source)
      at org.apache.ode.utils.xsd.SchemaModelImpl.newModel(
SchemaModelImpl.java:95)
      at org.apache.ode.bpel.compiler.v2.WSDLRegistry.getSchemaModel(
WSDLRegistry.java:107)
      at org.apache.ode.bpel.compiler.v2.BpelCompilerImpl.resolveXsdType(
BpelCompilerImpl.java:422)
      at org.apache.ode.bpel.compiler.v2.BpelCompilerImpl.compile(
BpelCompilerImpl.java:1365)
      at org.apache.ode.bpel.compiler.v2.BpelCompilerImpl.access$900(
BpelCompilerImpl.java:132)
      at org.apache.ode.bpel.compiler.v2.BpelCompilerImpl$8.run(
BpelCompilerImpl.java:1122)
      at org.apache.ode.bpel.compiler.v2.BpelCompilerImpl.compile(
BpelCompilerImpl.java:1068)
      at org.apache.ode.bpel.compiler.v2.BpelCompilerImpl.compileScope(
BpelCompilerImpl.java:1118)
      at org.apache.ode.bpel.compiler.v2.BpelCompilerImpl.compile(
BpelCompilerImpl.java:724)
      at org.apache.ode.bpel.compiler.v2.BpelCompilerImpl.compile(
BpelCompilerImpl.java:132)
      at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:268.)
      at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:338.)
      at org.apache.ode.store.DeploymentUnitDir.compile(
DeploymentUnitDir.java:171)
      at org.apache.ode.store.DeploymentUnitDir.compile(
DeploymentUnitDir.java:134)
      at org.apache.ode.store.ProcessStoreImpl.deploy(
ProcessStoreImpl.java:183)
      at org.apache.ode.axis2.deploy.DeploymentPoller.check(
DeploymentPoller.java:144)
      at org.apache.ode.axis2.deploy.DeploymentPoller.access$300(
DeploymentPoller.java:55.)
      at org.apache.ode.axis2.deploy.DeploymentPoller$PollingThread.run(
DeploymentPoller.java:188)
ERROR - GeronimoLog.error(104) | null:-1
ERROR - GeronimoLog.error(104) |
ERROR - GeronimoLog.error(104) | java.lang.NullPointerException
ERROR - GeronimoLog.error(104) |
file:/C:/apache-tomcat-6.0.20/webapps/ode/WEB-INF/processes/Test/recordIpEmail.bpel:37:
 error: [UndeclaredXsdType] Attempt to reference undeclared XSD type
"{http://www.w3.org/2001/XMLSchema}string".
ERROR - GeronimoLog.error(108) | Deploy failed; error: [CompilationErrors]
Compilation completed with 1 error(s):

file:/C:/apache-tomcat-6.0.20/webapps/ode/WEB-INF/processes/Test/recordIpEmail.bpel:37:
 error: [UndeclaredXsdType] Attempt to reference undeclared XSD type
"{http://www.w3.org/2001/XMLSchema}string".

org.apache.ode.bpel.compiler.api.CompilationException: error:
[CompilationErrors] Compilation completed with 1 error(s):

file:/C:/apache-tomcat-6.0.20/webapps/ode/WEB-INF/processes/Test/recordIpEmail.bpel:37:
 error: [UndeclaredXsdType] Attempt to reference undeclared XSD type
"{http://www.w3.org/2001/XMLSchema}string".

      at org.apache.ode.bpel.compiler.v2.BpelCompilerImpl.compile(
BpelCompilerImpl.java:763)
      at org.apache.ode.bpel.compiler.v2.BpelCompilerImpl.compile(
BpelCompilerImpl.java:132)
      at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:268.)
      at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:338.)
      at org.apache.ode.store.DeploymentUnitDir.compile(
DeploymentUnitDir.java:171)
      at org.apache.ode.store.DeploymentUnitDir.compile(
DeploymentUnitDir.java:134)
      at org.apache.ode.store.ProcessStoreImpl.deploy(
ProcessStoreImpl.java:183)
      at org.apache.ode.axis2.deploy.DeploymentPoller.check(
DeploymentPoller.java:144)
      at org.apache.ode.axis2.deploy.DeploymentPoller.access$300(
DeploymentPoller.java:55.)
      at org.apache.ode.axis2.deploy.DeploymentPoller$PollingThread.run(
DeploymentPoller.java:188)
ERROR - GeronimoLog.error(108) | Deployment of Test failed, aborting for
now.
org.apache.ode.bpel.iapi.ContextException: Deploy failed; error:
[CompilationErrors] Compilation completed with 1 error(s):

file:/C:/apache-tomcat-6.0.20/webapps/ode/WEB-INF/processes/Test/recordIpEmail.bpel:37:
 error: [UndeclaredXsdType] Attempt to reference undeclared XSD type
"{http://www.w3.org/2001/XMLSchema}string".

      at org.apache.ode.store.ProcessStoreImpl.deploy(
ProcessStoreImpl.java:187)
      at org.apache.ode.axis2.deploy.DeploymentPoller.check(
DeploymentPoller.java:144)
      at org.apache.ode.axis2.deploy.DeploymentPoller.access$300(
DeploymentPoller.java:55.)
      at org.apache.ode.axis2.deploy.DeploymentPoller$PollingThread.run(
DeploymentPoller.java:188)
Caused by: org.apache.ode.bpel.compiler.api.CompilationException: error:
[CompilationErrors] Compilation completed with 1 error(s):

file:/C:/apache-tomcat-6.0.20/webapps/ode/WEB-INF/processes/Test/recordIpEmail.bpel:37:
 error: [UndeclaredXsdType] Attempt to reference undeclared XSD type
"{http://www.w3.org/2001/XMLSchema}string".

      at org.apache.ode.bpel.compiler.v2.BpelCompilerImpl.compile(
BpelCompilerImpl.java:763)
      at org.apache.ode.bpel.compiler.v2.BpelCompilerImpl.compile(
BpelCompilerImpl.java:132)
      at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:268.)
      at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:338.)
      at org.apache.ode.store.DeploymentUnitDir.compile(
DeploymentUnitDir.java:171)
      at org.apache.ode.store.DeploymentUnitDir.compile(
DeploymentUnitDir.java:134)
      at org.apache.ode.store.ProcessStoreImpl.deploy(
ProcessStoreImpl.java:183)
      ... 3 more
(See attached file: Test.zip)

---------------------------------------------------------------------
This message contains confidential and proprietary information of the
sender, and is intended only for the person(s) to whom it is addressed.
Any use, distribution, copying or disclosure by any other person is
strictly prohibited.  If you have received this message in error, please
notify the e-mail sender immediately, and delete the original message
without making a copy.