I am invoking a java web service that sends out an email in the a BPMS Project. The web service works perfectly when used from a java client application. However I get the following errors when trying to deploy the bpms project to the intalio server.
The error says it cannot resolve component 'ns3:Enumeration'. It was detected that 'ns3:Enumeration' is in namespace 'http://util.java', but components from this namespace are not referenceable from schema. What do I need to change in order to be able to reference 'ns3:Enumeration' correctly? Any inputs will be much appreciated.
BPEL Compilation errors were encountered prior to deployment.
-------------------------
Error during compilation
-------------------------
error: [CompilationErrors] Compilation completed with 6 error(s):
file:/C:/Intalio5_2Projects/SendEmail/build/wsEmailService.wsdl:0: error: [SchemaError] Error in schema processing: src-resolve.4.2: Error resolving component 'ns1:Message'. It was detected that 'ns1:Message' is in namespace 'http://mail.javax', but components from this namespace are not referenceable from schema document 'file:/C:/Intalio5_2Projects/SendEmail/build/wsEmailService.wsdl'. If this is the incorrect namespace, perhaps the prefix of 'ns1:Message' needs to be changed. If this is the correct namespace, then an appropriate 'import' tag should be added to 'file:/C:/Intalio5_2Projects/SendEmail/build/wsEmailService.wsdl'.
file:/C:/Intalio5_2Projects/SendEmail/build/wsEmailService.wsdl:0: error: [SchemaError] Error in schema processing: src-resolve.4.2: Error resolving component 'tns:ArrayOfString'. It was detected that 'tns:ArrayOfString' is in namespace 'http://wsEmail', but components from this namespace are not referenceable from schema document 'file:/C:/Intalio5_2Projects/SendEmail/build/wsEmailService.wsdl'. If this is the incorrect namespace, perhaps the prefix of 'tns:ArrayOfString' needs to be changed. If this is the correct namespace, then an appropriate 'import' tag should be added to 'file:/C:/Intalio5_2Projects/SendEmail/build/wsEmailService.wsdl'.
file:/C:/Intalio5_2Projects/SendEmail/build/wsEmailService.wsdl:0: error: [SchemaError] Error in schema processing: src-resolve.4.2: Error resolving component 'ns3:Enumeration'. It was detected that 'ns3:Enumeration' is in namespace 'http://util.java', but components from this namespace are not referenceable from schema document 'file:/C:/Intalio5_2Projects/SendEmail/build/wsEmailService.wsdl'. If this is the incorrect namespace, perhaps the prefix of 'ns3:Enumeration' needs to be changed. If this is the correct namespace, then an appropriate 'import' tag should be added to 'file:/C:/Intalio5_2Projects/SendEmail/build/wsEmailService.wsdl'.
file:/C:/Intalio5_2Projects/SendEmail/build/wsEmailService.wsdl:0: error: [SchemaError] Error in schema processing: src-resolve.4.2: Error resolving component 'ns1:Message'. It was detected that 'ns1:Message' is in namespace 'http://mail.javax', but components from this namespace are not referenceable from schema document 'file:/C:/Intalio5_2Projects/SendEmail/build/wsEmailService.wsdl'. If this is the incorrect namespace, perhaps the prefix of 'ns1:Message' needs to be changed. If this is the correct namespace, then an appropriate 'import' tag should be added to 'file:/C:/Intalio5_2Projects/SendEmail/build/wsEmailService.wsdl'.
file:/C:/Intalio5_2Projects/SendEmail/build/wsEmailService.wsdl:0: error: [SchemaError] Error in schema processing: src-resolve.4.2: Error resolving component 'tns:ArrayOfString'. It was detected that 'tns:ArrayOfString' is in namespace 'http://wsEmail', but components from this namespace are not referenceable from schema document 'file:/C:/Intalio5_2Projects/SendEmail/build/wsEmailService.wsdl'. If this is the incorrect namespace, perhaps the prefix of 'tns:ArrayOfString' needs to be changed. If this is the correct namespace, then an appropriate 'import' tag should be added to 'file:/C:/Intalio5_2Projects/SendEmail/build/wsEmailService.wsdl'.
file:/C:/Intalio5_2Projects/SendEmail/build/wsEmailService.wsdl:0: error: [SchemaError] Error in schema processing: src-resolve.4.2: Error resolving component 'ns3:Enumeration'. It was detected that 'ns3:Enumeration' is in namespace 'http://util.java', but components from this namespace are not referenceable from schema document 'file:/C:/Intalio5_2Projects/SendEmail/build/wsEmailService.wsdl'. If this is the incorrect namespace, perhaps the prefix of 'ns3:Enumeration' needs to be changed. If this is the correct namespace, then an appropriate 'import' tag should be added to 'file:/C:/Intalio5_2Projects/SendEmail/build/wsEmailService.wsdl'.
-------------------------
org.apache.ode.bpel.compiler.api.CompilationException: error: [CompilationErrors] Compilation completed with 6 error(s):
file:/C:/Intalio5_2Projects/SendEmail/build/wsEmailService.wsdl:0: error: [SchemaError] Error in schema processing: src-resolve.4.2: Error resolving component 'ns1:Message'. It was detected that 'ns1:Message' is in namespace 'http://mail.javax', but components from this namespace are not referenceable from schema document 'file:/C:/Intalio5_2Projects/SendEmail/build/wsEmailService.wsdl'. If this is the incorrect namespace, perhaps the prefix of 'ns1:Message' needs to be changed. If this is the correct namespace, then an appropriate 'import' tag should be added to 'file:/C:/Intalio5_2Projects/SendEmail/build/wsEmailService.wsdl'.
file:/C:/Intalio5_2Projects/SendEmail/build/wsEmailService.wsdl:0: error: [SchemaError] Error in schema processing: src-resolve.4.2: Error resolving component 'tns:ArrayOfString'. It was detected that 'tns:ArrayOfString' is in namespace 'http://wsEmail', but components from this namespace are not referenceable from schema document 'file:/C:/Intalio5_2Projects/SendEmail/build/wsEmailService.wsdl'. If this is the incorrect namespace, perhaps the prefix of 'tns:ArrayOfString' needs to be changed. If this is the correct namespace, then an appropriate 'import' tag should be added to 'file:/C:/Intalio5_2Projects/SendEmail/build/wsEmailService.wsdl'.
file:/C:/Intalio5_2Projects/SendEmail/build/wsEmailService.wsdl:0: error: [SchemaError] Error in schema processing: src-resolve.4.2: Error resolving component 'ns3:Enumeration'. It was detected that 'ns3:Enumeration' is in namespace 'http://util.java', but components from this namespace are not referenceable from schema document 'file:/C:/Intalio5_2Projects/SendEmail/build/wsEmailService.wsdl'. If this is the incorrect namespace, perhaps the prefix of 'ns3:Enumeration' needs to be changed. If this is the correct namespace, then an appropriate 'import' tag should be added to 'file:/C:/Intalio5_2Projects/SendEmail/build/wsEmailService.wsdl'.
file:/C:/Intalio5_2Projects/SendEmail/build/wsEmailService.wsdl:0: error: [SchemaError] Error in schema processing: src-resolve.4.2: Error resolving component 'ns1:Message'. It was detected that 'ns1:Message' is in namespace 'http://mail.javax', but components from this namespace are not referenceable from schema document 'file:/C:/Intalio5_2Projects/SendEmail/build/wsEmailService.wsdl'. If this is the incorrect namespace, perhaps the prefix of 'ns1:Message' needs to be changed. If this is the correct namespace, then an appropriate 'import' tag should be added to 'file:/C:/Intalio5_2Projects/SendEmail/build/wsEmailService.wsdl'.
file:/C:/Intalio5_2Projects/SendEmail/build/wsEmailService.wsdl:0: error: [SchemaError] Error in schema processing: src-resolve.4.2: Error resolving component 'tns:ArrayOfString'. It was detected that 'tns:ArrayOfString' is in namespace 'http://wsEmail', but components from this namespace are not referenceable from schema document 'file:/C:/Intalio5_2Projects/SendEmail/build/wsEmailService.wsdl'. If this is the incorrect namespace, perhaps the prefix of 'tns:ArrayOfString' needs to be changed. If this is the correct namespace, then an appropriate 'import' tag should be added to 'file:/C:/Intalio5_2Projects/SendEmail/build/wsEmailService.wsdl'.
file:/C:/Intalio5_2Projects/SendEmail/build/wsEmailService.wsdl:0: error: [SchemaError] Error in schema processing: src-resolve.4.2: Error resolving component 'ns3:Enumeration'. It was detected that 'ns3:Enumeration' is in namespace 'http://util.java', but components from this namespace are not referenceable from schema document 'file:/C:/Intalio5_2Projects/SendEmail/build/wsEmailService.wsdl'. If this is the incorrect namespace, perhaps the prefix of 'ns3:Enumeration' needs to be changed. If this is the correct namespace, then an appropriate 'import' tag should be added to 'file:/C:/Intalio5_2Projects/SendEmail/build/wsEmailService.wsdl'.
at org.apache.ode.bpel.compiler.BpelCompiler.compile(BpelCompiler.java:741)
at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:260)
at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:330)
at com.intalio.bpms.designer.pxecompiler.builders.BpelCompileJob.compileBpel(BpelCompileJob.java:226)
at com.intalio.bpms.designer.pxecompiler.builders.BpelCompileJob.run(BpelCompileJob.java:150)
at com.intalio.bpms.designer.pxecompiler.builders.PxeBuilder.compileBPELResource(PxeBuilder.java:108)
at com.intalio.bpms.designer.deployment.deploy.DeploymentJob.validateBpelFiles(DeploymentJob.java:219)
at com.intalio.bpms.designer.deployment.deploy.DeploymentJob.run(DeploymentJob.java:141)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
-------------------------
file:/C:/Intalio5_2Projects/SendEmail/build/wsEmailService.wsdl:0: error: [SchemaError] Error in schema processing: src-resolve.4.2: Error resolving component 'ns1:Message'. It was detected that 'ns1:Message' is in namespace 'http://mail.javax', but components from this namespace are not referenceable from schema document 'file:/C:/Intalio5_2Projects/SendEmail/build/wsEmailService.wsdl'. If this is the incorrect namespace, perhaps the prefix of 'ns1:Message' needs to be changed. If this is the correct namespace, then an appropriate 'import' tag should be added to 'file:/C:/Intalio5_2Projects/SendEmail/build/wsEmailService.wsdl'.
-------------------------
file:/C:/Intalio5_2Projects/SendEmail/build/wsEmailService.wsdl:0: error: [SchemaError] Error in schema processing: src-resolve.4.2: Error resolving component 'tns:ArrayOfString'. It was detected that 'tns:ArrayOfString' is in namespace 'http://wsEmail', but components from this namespace are not referenceable from schema document 'file:/C:/Intalio5_2Projects/SendEmail/build/wsEmailService.wsdl'. If this is the incorrect namespace, perhaps the prefix of 'tns:ArrayOfString' needs to be changed. If this is the correct namespace, then an appropriate 'import' tag should be added to 'file:/C:/Intalio5_2Projects/SendEmail/build/wsEmailService.wsdl'.
-------------------------
file:/C:/Intalio5_2Projects/SendEmail/build/wsEmailService.wsdl:0: error: [SchemaError] Error in schema processing: src-resolve.4.2: Error resolving component 'ns3:Enumeration'. It was detected that 'ns3:Enumeration' is in namespace 'http://util.java', but components from this namespace are not referenceable from schema document 'file:/C:/Intalio5_2Projects/SendEmail/build/wsEmailService.wsdl'. If this is the incorrect namespace, perhaps the prefix of 'ns3:Enumeration' needs to be changed. If this is the correct namespace, then an appropriate 'import' tag should be added to 'file:/C:/Intalio5_2Projects/SendEmail/build/wsEmailService.wsdl'.
-------------------------
file:/C:/Intalio5_2Projects/SendEmail/build/wsEmailService.wsdl:0: error: [SchemaError] Error in schema processing: src-resolve.4.2: Error resolving component 'ns1:Message'. It was detected that 'ns1:Message' is in namespace 'http://mail.javax', but components from this namespace are not referenceable from schema document 'file:/C:/Intalio5_2Projects/SendEmail/build/wsEmailService.wsdl'. If this is the incorrect namespace, perhaps the prefix of 'ns1:Message' needs to be changed. If this is the correct namespace, then an appropriate 'import' tag should be added to 'file:/C:/Intalio5_2Projects/SendEmail/build/wsEmailService.wsdl'.
-------------------------
file:/C:/Intalio5_2Projects/SendEmail/build/wsEmailService.wsdl:0: error: [SchemaError] Error in schema processing: src-resolve.4.2: Error resolving component 'tns:ArrayOfString'. It was detected that 'tns:ArrayOfString' is in namespace 'http://wsEmail', but components from this namespace are not referenceable from schema document 'file:/C:/Intalio5_2Projects/SendEmail/build/wsEmailService.wsdl'. If this is the incorrect namespace, perhaps the prefix of 'tns:ArrayOfString' needs to be changed. If this is the correct namespace, then an appropriate 'import' tag should be added to 'file:/C:/Intalio5_2Projects/SendEmail/build/wsEmailService.wsdl'.
-------------------------
file:/C:/Intalio5_2Projects/SendEmail/build/wsEmailService.wsdl:0: error: [SchemaError] Error in schema processing: src-resolve.4.2: Error resolving component 'ns3:Enumeration'. It was detected that 'ns3:Enumeration' is in namespace 'http://util.java', but components from this namespace are not referenceable from schema document 'file:/C:/Intalio5_2Projects/SendEmail/build/wsEmailService.wsdl'. If this is the incorrect namespace, perhaps the prefix of 'ns3:Enumeration' needs to be changed. If this is the correct namespace, then an appropriate 'import' tag should be added to 'file:/C:/Intalio5_2Projects/SendEmail/build/wsEmailService.wsdl'.
I am attaching my project in zipped format for your reference. Any inputs in resolving the above mentioned issues will be much appreciated.
Thanks,
Monisha