[jboss-jira] [JBoss JIRA] Created: (BPEL-314) cannot use xsd files inside a wsdl partnerLink for bpel process
Hapca Horatiu (JIRA)
jira-events at lists.jboss.org
Tue Apr 27 02:12:10 EDT 2010
cannot use xsd files inside a wsdl partnerLink for bpel process
---------------------------------------------------------------
Key: BPEL-314
URL: https://jira.jboss.org/jira/browse/BPEL-314
Project: jBPM BPEL
Issue Type: Support Patch
Security Level: Public (Everyone can see)
Components: Engine
Reporter: Hapca Horatiu
Assignee: Alejandro Guizar
I have the problem that I'm using an wsdl that uses the schema in the XSD files, and also the types described there...the eclipse compile fine the application but when i try to deploy it into Jboss -5.1.0.GA with the latest native-bin-dist-3.2.2.GA+jbossesb-4.8+riftsaw-2.0.0.FINAL it cannot get e the types from the xsd files.
The xsd files are located in the bpelContent directory toghether with the WSDL file and with bpel process.
Should they be located somewhere else?
The problem appear at the deployment ...cannot bee founded in the tmp file (also located int the bpelContent directory near the bpelProcess)
Maybe you can suggest me some special location for the XSD files or maybe to reffer them using the entire path, now they are included with the current directory location:
(in WSDL file)
<wsdl:types>
<xsd:schema>
<xsd:import namespace="http://saas.siemens.com/Provisioning/xsd" schemaLocation="SaaS_Provisioning.xsd"/>
</xsd:schema>
</wsdl:types>
Thank you in advance.
Regards,
Horatiu
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list