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
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