Is there an <xs:schema> element preceding the import? Anne
On Wed, Mar 12, 2008 at 3:35 AM, asd <[EMAIL PROTECTED]> wrote: > hi,all. > are there anyone who had some experience in activebpel? > i had occured a problem when using ActiveBpel ,because i don`t getted > a membership of ActivePoints forum,so,i did only post my question > here. > > i had written a bpel process,within which i invoke a webservice whose wsdl > wrote its wsdl:type like below: > > <wsdl:types ... > <xs:schema import="mynamespace uri" schemaLocation="aaa.xsd" ... > .... > </wsdl:types> > > i want deploy this process onto activebpel,my wsdlCatalog.xml list blow: > <wsdlCatalog> > .... > <schemaEntry location="aaa.xsd" classpath="wsdl/aaa.xsd"/> > ...... > </wsdlCatalog> > > but when deploying this process,an exception always occure: > > 严重: java.io.FileNotFoundException: C:\Documents and > Settings\Owner\wsdl\aaa.xsd > at java.io.FileInputStream.open(Native Method) > at java.io.FileInputStream.<init>(FileInputStream.java:106) > at java.io.FileInputStream.<init>(FileInputStream.java:66) > at > sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:70) > at > sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:161) > at java.net.URL.openStream(URL.java:1009) > at > org.activebpel.rt.bpel.server.wsdl.AeWsdlLocator.loadExternalResource(AeWsdlLocator.java: > 159) > at > org.activebpel.rt.bpel.server.wsdl.AeWsdlLocator.getInputSource(AeWsdlLocator.java:188) > at > org.activebpel.rt.bpel.server.wsdl.AeWsdlLocator.getImportInputSource(AeWsdlLocator.java: > 138) > at > org.activebpel.rt.wsdl.def.castor.AeURILocation.getInputSource(AeURILocation.java:118) > at > org.activebpel.rt.wsdl.def.castor.AeURILocation.getReader(AeURILocation.java:134) > at > org.exolab.castor.xml.schema.reader.ImportUnmarshaller.<init>(ImportUnmarshaller.java:197 > ) > at > org.exolab.castor.xml.schema.reader.SchemaUnmarshaller.startElement(SchemaUnmarshaller.ja > va:519) > > > there are a few document about activebpel,and i had not > ActivebpelDesigner tool,how can i deploy my process correctly?pls help > me. > any advice will be very appreciated. > > murphy >
