Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

BPEL in NetBeans issue?

Status
Not open for further replies.

kosalayb

Programmer
Dec 4, 2003
4
0
0
IE
I have developed a bpel process, integrating few external services, and deployed without any error. Then I integrated the bpel module with a new composite application. Then when I build the composite application the following Warnings/errors occured.

WARNING: there is no WSDL Port implementing PortType [{[Fatal Error] catalog.xml:1:1: Premature end of file.

but the composite application is built success.

when I deploy the composite application I get following errors/warnings

WARNING: there is no WSDL Port implementing PortType [{]

[Fatal Error] catalog.xml:1:1: Premature end of file.

ERROR: Successful execution of Deploy: C:\NetBeansProjects\UtilityBillPay_CompositeApp/dist/UtilityBillPay_CompositeApp.zip
WARNING: (JBIMA0404) Deployment of service assembly UtilityBillPay_CompositeApp succeeded partially; some service units failed to deploy.
* Component: sun-http-binding
ERROR: (SOAPBC_DEPLOY_2) HTTPBC-E00201: Deployment failed. javax.wsdl.WSDLException: WSDLException (at /definitions/types/xsd:schema): faultCode=OTHER_ERROR: An error occurred trying to resolve schema referenced at ''UserBillResponseService_schema1.xsd'', relative to ''file:/C:/Users/kosala/.personalDomain/personalDomain/jbi/service-assemblies/UtilityBillPay_CompositeApp/UtilityBillPay_CompositeApp-sun-http-binding/sun-http-binding/META-INF/UtilityBillPayBpelModule/src/localhost_8720/UtilityBillPay_WebApplication/UserBillResponseService.wsdl''.: java.io.FileNotFoundException: This file was not found: file:/C:/Users/kosala/.personalDomain/personalDomain/jbi/service-assemblies/UtilityBillPay_CompositeApp/UtilityBillPay_CompositeApp-sun-http-binding/sun-http-binding/META-INF/UtilityBillPayBpelModule/src/localhost_8720/UtilityBillPay_WebApplication/UserBillResponseService_schema1.xsd

C:\NetBeansProjects\UtilityBillPay_CompositeApp\nbproject\build-impl.xml:213: Deployment failure.
BUILD FAILED (total time: 6 seconds)

Could someone give me a hand to resolve these issues? I really appriciate your hand.

Good Luck !

Kosala
 
Did you check the existence of UserBillResponseService_schema1.xsd file?

Cheers,
Dian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top