ORABPEL Err: 10007 while deploying SOAOrderBooking appln.

When i tried to deploy the SOAOrderBooking Appln...iam getting this compilation err: ORABPEl err:1007 ...tell me some suggestions pls...
Error is:
Error(453):
[Error ORABPEL-10007]: unresolved messageType
[Description]: in line 453 of "I:\downloads\courselabs\labs\SOAEssentials\SOAOrderBooking\bpel\SOAOrderBooking.bpel", WSDL messageType "{http://xmlns.oracle.com/ias/pcbpel/NotificationService}EmailNotificationRequest" of variable "varNotificationReq" is not defined in any of the WSDL files.
[Potential fix]: Make sure the WSDL messageType "{http://xmlns.oracle.com/ias/pcbpel/NotificationService}EmailNotificationRequest" is defined in one of the WSDLs referenced by the deployment descriptor.
SOAOrderBooking.bpel code:
<!--
// Oracle JDeveloper BPEL Designer
// Created: Fri Jan 06 13:47:07 PST 2006
// Author: Roman
// Purpose: Asynchronous BPEL Process
-->
<process name="SOAOrderBooking"
targetNamespace="http://www.globalcompany.com/ns/OrderBooking"
xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
xmlns:xp20="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.Xpath20"
xmlns:wfcommon="http://xmlns.oracle.com/bpel/workflow/common"
xmlns:ns4="http://www.globalcompany.com/ns/order"
xmlns:ns24="http://xmlns.oracle.com/pcbpel/adapter/db/top/Order"
xmlns:ns30="http://rapidservice.soademo.org/types/"
xmlns:rules="http://xmlns.oracle.com/bpel/rules"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:ns16="http://xmlns.oracle.com/pcbpel/adapter/db/top/Orders/Orders"
xmlns:ns27="http://www.globalcompany.com/ns/OrderBooking/rules"
xmlns:ns5="http://xmlns.oracle.com/ias/pcbpel/NotificationService"
xmlns:ora="http://schemas.oracle.com/xpath/extension"
xmlns:ns31="http://creditservice.soademo.org/"
xmlns:taskservice="http://xmlns.oracle.com/bpel/workflow/taskService"
xmlns:ns32="http://creditservice.soademo.org/types/"
xmlns:ns9="http://xmlns.oracle.com/pcbpel/adapter/db/top/OrderStatus"
xmlns:ns17="http://www.globalcompany.com/ns/selectservice"
xmlns:ns1="http://xmlns.oracle.com/bpel/rules"
xmlns:ns25="http://selectservice.srdemo.org/"
xmlns:ns2="http://xmlns.oracle.com/pcbpel/adapter/db/OrderStatus/"
xmlns:ns26="http://www.globalcompany.com/ns/Fulfillment"
xmlns:orcl="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.ExtFunc"
xmlns:ns15="http://xmlns.oracle.com/pcbpel/adapter/db/Orders/"
xmlns:ns10="http://www.globalcompany.com/ns/Fulfillment"
xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
xmlns:ns20="http://www.oracle.com/webservices/internal/literal"
xmlns:ns13="http://xmlns.oracle.com/bpel"
xmlns:ns7="http://credit.soademo.org/"
xmlns:ldap="http://schemas.oracle.com/xpath/extension/ldap"
xmlns:wf="http://schemas.oracle.com/bpel/extension/workflow"
xmlns:ns29="http://xmlns.oracle.com/bpel/services/IdentityService"
xmlns:ns12="http://xmlns.oracle.com/pcbpel/adapter/db/OrderSequence/"
xmlns:client="http://www.globalcompany.com/ns/OrderBooking"
xmlns:ns23="http://www.globalcompany.com/ns/rapidservice"
xmlns:ns18="http://xmlns.oracle.com/pcbpel/adapter/db/OrderSequence"
xmlns:ns6="http://www.globalcompany.com/ns/credit"
xmlns:ns28="http://www.globalcompany.com/ns/OrderBooking/DecisionService"
xmlns:xref="http://www.oracle.com/XSL/Transform/java/oracle.tip.xref.xpath.XRefXPathFunctions"
xmlns:ns22="http://www.globalcompany.com/ns/selectservice"
xmlns:ns11="http://xmlns.oracle.com/bpel/services/IdentityService/xpath"
xmlns:hwf="http://xmlns.oracle.com/bpel/workflow/xpath"
xmlns:ns19="http://persistence.customerservice.soademo.org/"
xmlns:ehdr="http://www.oracle.com/XSL/Transform/java/oracle.tip.esb.server.headers.ESBHeaderFunctions"
xmlns:ns3="http://www.globalcompany.com/ns/customer"
xmlns:ns14="http://www.globalcompany.com/ns/OrderBooking/ApprovalRequired"
xmlns:bpelx="http://schemas.oracle.com/bpel/extension"
xmlns:task="http://xmlns.oracle.com/bpel/workflow/task"
xmlns:ns21="http://www.globalcompany.com/ns/credit.xsd"
xmlns:ns8="http://xmlns.oracle.com/pcbpel/adapter/db/Order/">
<!-- ================================================================= -->
<!-- PARTNERLINKS -->
<!-- List of services participating in this BPEL process -->
<!-- ================================================================= -->
<partnerLinks>
<!--
The 'client' role represents the requester of this service. It is
used for callback. The location and correlation information associated
with the client role are automatically set using WS-Addressing.
-->
<partnerLink name="client" partnerLinkType="client:SOAOrderBooking"
myRole="SOAOrderBookingProvider"
partnerRole="SOAOrderBookingRequester"/>
<partnerLink name="OrderFulfillment" partnerRole="execute_pptProvider"
partnerLinkType="ns26:execute_pptLT"/>
<partnerLink name="RapidService" partnerRole="RapidQuote_Role"
partnerLinkType="ns23:RapidQuote_PL"/>
<partnerLink name="CustomerService" partnerRole="CustomerService_Role"
partnerLinkType="ns3:CustomerService_PL"/>
<partnerLink myRole="SelectServiceRequester" name="SelectService"
partnerRole="SelectServiceProvider"
partnerLinkType="ns17:SelectService_PL"/>
<partnerLink name="OrderStatus" partnerRole="OrderStatus_role"
partnerLinkType="ns2:OrderStatus_plt"/>
<partnerLink name="Order" partnerRole="Order_role"
partnerLinkType="ns8:Order_plt"/>
<partnerLink name="OrderSequence" partnerRole="OrderSequence_role"
partnerLinkType="ns12:OrderSequence_plt"/>
<partnerLink name="CreditValidatingService" partnerRole="creditservice_Role"
partnerLinkType="ns31:creditservice_PL"/>
</partnerLinks>
<!-- ================================================================= -->
<!-- VARIABLES -->
<!-- List of messages and XML documents used within this BPEL process -->
<!-- ================================================================= -->
<variables>
<!-- Reference to the message passed as input during initiation -->
<!-- Reference to the message that will be sent back to the
requester during callback
-->
<variable name="inputVariable"
messageType="client:SOAOrderBookingRequestMessage"/>
<variable name="outputVariable"
messageType="client:SOAOrderBookingResponseMessage"/>
<variable name="OrderBookingFault"
messageType="client:SOAOrderBookingFaultMessage"/>
<variable name="customerServiceResponse"
messageType="ns3:CustomerService_findCustomerByIdResponse"/>
<variable name="requiresApproval" type="xsd:boolean"/>
</variables>
<faultHandlers>
<catch faultName="client:OrderBookingFault"
faultVariable="OrderBookingFault">
<sequence name="Sequence_12">
<scope name="SetOrderStatus">
<variables>
<variable name="orderStatusRequest"
messageType="ns2:OrdersCollection_msg"/>
</variables>
<sequence name="Sequence_13">
<assign name="AssignOrderStatus">
<copy>
<from variable="inputVariable" part="payload"
query="/client:SOAOrderBookingProcessRequest/ns4:PurchaseOrder/ns4:ID"/>
<to variable="orderStatusRequest" part="OrdersCollection"
query="/ns9:OrdersCollection/ns9:Orders/ns9:ordid"/>
</copy>
<copy>
<from expression="string('canceled')"/>
<to variable="orderStatusRequest" part="OrdersCollection"
query="/ns9:OrdersCollection/ns9:Orders/ns9:status"/>
</copy>
<copy>
<from variable="OrderBookingFault" part="payload"
query="/client:SOAOrderBookingProcessFault/client:status"/>
<to variable="orderStatusRequest" part="OrdersCollection"
query="/ns9:OrdersCollection/ns9:Orders/ns9:comments"/>
</copy>
</assign>
<invoke name="SetFaultedOrderStatus" partnerLink="OrderStatus"
portType="ns2:OrderStatus_ptt" operation="update"
inputVariable="orderStatusRequest"/>
</sequence>
</scope>
</sequence>
</catch>
</faultHandlers>
<!-- ================================================================= -->
<!-- ORCHESTRATION LOGIC -->
<!-- Set of activities coordinating the flow of messages across the -->
<!-- services integrated within this business process -->
<!-- ================================================================= -->
<sequence name="main">
<!-- Receive input from requestor.
Note: This maps to operation defined in SOAOrderBooking.wsdl
-->
<receive name="receiveInput" partnerLink="client"
portType="client:SOAOrderBooking" operation="initiate"
variable="inputVariable" createInstance="yes"/>
<!-- Asynchronous callback to the requester.
Note: the callback location and correlation id is transparently handled
using WS-addressing.
-->
<scope name="InsertOrderIntoDB">
<variables>
<variable name="orderRequest" messageType="ns8:OrdersCollection_msg"/>
<variable name="orderSequenceInput"
messageType="ns12:OrderSequenceInput_msg"/>
<variable name="orderSequenceOutput"
messageType="ns12:OrderSequenceOutputCollection_msg"/>
</variables>
<sequence name="Sequence_11">
<invoke name="GetOrderId" partnerLink="OrderSequence"
portType="ns12:OrderSequence_ptt" operation="OrderSequence"
inputVariable="orderSequenceInput"
outputVariable="orderSequenceOutput"/>
<assign name="AssignOrderStatus">
<copy>
<from variable="orderSequenceOutput"
part="OrderSequenceOutputCollection"
query="/ns18:OrderSequenceOutputCollection/ns18:OrderSequenceOutput/ns18:order_seq_id_gen.nextval"/>
<to variable="inputVariable" part="payload"
query="/client:SOAOrderBookingProcessRequest/ns4:PurchaseOrder/ns4:ID"/>
</copy>
<copy>
<from expression="string('pending')"/>
<to variable="inputVariable" part="payload"
query="/client:SOAOrderBookingProcessRequest/ns4:PurchaseOrder/ns4:OrderInfo/ns4:OrderStatus"/>
</copy>
</assign>
<assign name="TransformOrder">
<bpelx:annotation>
<bpelx:pattern>transformation</bpelx:pattern>
</bpelx:annotation>
<copy>
<from expression="ora:processXSLT('TransformOrder.xsl',bpws:getVariableData('inputVariable','payload'))"/>
<to variable="orderRequest" part="OrdersCollection"/>
</copy>
</assign>
<invoke name="InsertOrder" partnerLink="Order" portType="ns8:Order_ptt"
operation="write" inputVariable="orderRequest"/>
</sequence>
</scope>
<scope name="CustomerService">
<variables>
<variable name="customerServiceRequest"
messageType="ns3:CustomerService_findCustomerById"/>
</variables>
<sequence name="Sequence_9">
<assign name="AssignRequest">
<copy>
<from variable="inputVariable" part="payload"
query="/client:SOAOrderBookingProcessRequest/ns4:PurchaseOrder/ns4:CustID"/>
<to variable="customerServiceRequest" part="parameters"
query="/ns3:findCustomerById/ns3:custid"/>
</copy>
</assign>
<invoke name="GetCustInfo" partnerLink="CustomerService"
portType="ns3:CustomerService" operation="findCustomerById"
inputVariable="customerServiceRequest"
outputVariable="customerServiceResponse"/>
<assign name="AssignInitialCustomerResponse">
<bpelx:append>
<bpelx:from>
<ns4:ShipTo xmlns:ns4="http://www.globalcompany.com/ns/order">
<ns4:Name>
<ns4:First/>
<ns4:Last/>
</ns4:Name>
</ns4:ShipTo>
</bpelx:from>
<bpelx:to variable="inputVariable" part="payload"
query="/client:SOAOrderBookingProcessRequest/ns4:PurchaseOrder"/>
</bpelx:append>
</assign>
<assign name="AssignCustomerResponse">
<copy>
<from variable="customerServiceResponse" part="parameters"
query="/ns3:findCustomerByIdResponse/ns3:return/ns3:fname"/>
<to variable="inputVariable" part="payload"
query="/client:SOAOrderBookingProcessRequest/ns4:PurchaseOrder/ns4:ShipTo/ns4:Name/ns4:First"/>
</copy>
<copy>
<from variable="customerServiceResponse" part="parameters"
query="/ns3:findCustomerByIdResponse/ns3:return/ns3:lname"/>
<to variable="inputVariable" part="payload"
query="/client:SOAOrderBookingProcessRequest/ns4:PurchaseOrder/ns4:ShipTo/ns4:Name/ns4:Last"/>
</copy>
</assign>
</sequence>
</scope>
<scope name="CreditService">
<variables>
<variable name="validateRequest"
messageType="ns31:Creditservice_verifyCC"/>
<variable name="validateResponse"
messageType="ns31:Creditservice_verifyCCResponse"/>
</variables>
<sequence name="Sequence_19">
<assign name="InitializeInput">
<copy>
<from variable="customerServiceResponse" part="parameters"
query="/ns3:findCustomerByIdResponse/ns3:return/ns3:creditcardtype"/>
<to variable="validateRequest" part="parameters"
query="/ns32:verifyCCElement/ns32:creditCard/ns32:ccType"/>
</copy>
<copy>
<from variable="customerServiceResponse" part="parameters"
query="/ns3:findCustomerByIdResponse/ns3:return/ns3:creditcardnumber"/>
<to variable="validateRequest" part="parameters"
query="/ns32:verifyCCElement/ns32:creditCard/ns32:ccNum"/>
</copy>
</assign>
<invoke name="InvokeCreditService" partnerLink="CreditValidatingService"
portType="ns31:creditservice" operation="verifyCC"
inputVariable="validateRequest"
outputVariable="validateResponse"/>
<switch name="CheckCreditResponse">
<case condition="bpws:getVariableData('validateResponse','parameters','/ns32:verifyCCResponseElement/ns32:result')='false'">
<sequence name="Sequence_18">
<assign name="AssignCreditErrorStatus">
<copy>
<from expression='string("Credit Card Invalid")'/>
<to variable="OrderBookingFault" part="payload"
query="/client:SOAOrderBookingProcessFault/client:status"/>
</copy>
</assign>
<throw name="ThrowCreditFault"
faultName="client:OrderBookingFault"
faultVariable="OrderBookingFault"/>
</sequence>
</case>
</switch>
</sequence>
</scope>
<switch name="CheckForApproval">
<case condition="string(bpws:getVariableData('requiresApproval')) != 'false'">
<empty name="Empty_1"/>
</case>
</switch>
<scope name="SelectSupplier">
<variables>
<variable name="selectManufacturerResponse"
messageType="ns17:RequestQuote_processRequestQuoteResponse"/>
<variable name="rapidManufacturerResponse"
messageType="ns23:RequestQuotePortType_POItemsQuoteResponse"/>
</variables>
<sequence>
<flow name="CallManufacturers">
<sequence name="Sequence_2">
<scope name="GetSelectMfrQuote">
<variables>
<variable name="manufacturerRequest"
messageType="ns17:RequestQuote_processRequestQuote"/>
</variables>
<sequence name="Sequence_15">
<assign name="TransformSelectRequest">
<bpelx:annotation>
<bpelx:pattern>transformation</bpelx:pattern>
</bpelx:annotation>
<copy>
<from expression="ora:processXSLT('SelectTransformation.xsl',bpws:getVariableData('inputVariable','payload'))"/>
<to variable="manufacturerRequest" part="parameters"/>
</copy>
</assign>
<invoke name="InvokeSelectManufacturer"
partnerLink="SelectService"
portType="ns17:SelectService"
operation="processRequestQuote"
inputVariable="manufacturerRequest"/>
<receive name="ReceiveSelectManufacturer" createInstance="no"
partnerLink="SelectService"
portType="ns17:SelectServiceCallback"
operation="processRequestQuoteResponse"
variable="selectManufacturerResponse"/>
</sequence>
</scope>
</sequence>
<sequence name="GetRapidMfrQuote">
<scope name="CallRapidManufacturer">
<variables>
<variable name="manufacturerRequest"
messageType="ns23:RequestQuotePortType_POItemsQuote"/>
</variables>
<sequence name="Sequence_6">
<assign name="TransformRapidRequest">
<bpelx:annotation>
<bpelx:pattern>transformation</bpelx:pattern>
</bpelx:annotation>
<copy>
<from expression="ora:processXSLT('RapidTransformation.xsl',bpws:getVariableData('inputVariable','payload'))"/>
<to variable="manufacturerRequest" part="parameters"/>
</copy>
</assign>
<invoke name="InvokeRapidManufacturer"
partnerLink="RapidService" portType="ns23:RequestQuote"
operation="POItemsQuote"
inputVariable="manufacturerRequest"
outputVariable="rapidManufacturerResponse"/>
</sequence>
</scope>
</sequence>
</flow>
<switch name="SelectByPrice">
<case condition="number(bpws:getVariableData('selectManufacturerResponse','parameters','/ns17:processRequestQuoteResponseElement/ns17:return/ns17:supplierPrice')) &lt; number(bpws:getVariableData('rapidManufacturerResponse','parameters','/ns23:POItemsQuoteResponse/ns30:return/ns30:supplierPrice'))">
<assign name="AssignSelectManufacturer">
<copy>
<from variable="selectManufacturerResponse" part="parameters"
query="/ns17:processRequestQuoteResponseElement/ns17:return/ns17:supplierPrice"/>
<to variable="inputVariable" part="payload"
query="/client:SOAOrderBookingProcessRequest/ns4:PurchaseOrder/ns4:SupplierInfo/ns4:SupplierPrice"/>
</copy>
<copy>
<from variable="selectManufacturerResponse" part="parameters"
query="/ns17:processRequestQuoteResponseElement/ns17:return/ns17:supplierName"/>
<to variable="inputVariable" part="payload"
query="/client:SOAOrderBookingProcessRequest/ns4:PurchaseOrder/ns4:SupplierInfo/ns4:SupplierName"/>
</copy>
</assign>
</case>
<otherwise>
<assign name="AssignRapidManufacturer">
<copy>
<from variable="rapidManufacturerResponse" part="parameters"
query="/ns23:POItemsQuoteResponse/ns30:return/ns30:supplierPrice"/>
<to variable="inputVariable" part="payload"
query="/client:SOAOrderBookingProcessRequest/ns4:PurchaseOrder/ns4:SupplierInfo/ns4:SupplierPrice"/>
</copy>
<copy>
<from variable="rapidManufacturerResponse" part="parameters"
query="/ns23:POItemsQuoteResponse/ns30:return/ns30:supplierName"/>
<to variable="inputVariable" part="payload"
query="/client:SOAOrderBookingProcessRequest/ns4:PurchaseOrder/ns4:SupplierInfo/ns4:SupplierName"/>
</copy>
</assign>
</otherwise>
</switch>
</sequence>
</scope>
<scope name="PostFulfillmentReq">
<variables>
<variable name="orderFulfillmentRequest"
messageType="ns26:PurchaseOrder_request"/>
</variables>
<faultHandlers>
<catchAll>
<empty/>
</catchAll>
</faultHandlers>
<sequence name="Sequence_4">
<assign name="initializeRequest">
<copy>
<from variable="inputVariable" part="payload"
query="/client:SOAOrderBookingProcessRequest/ns4:PurchaseOrder"/>
<to variable="orderFulfillmentRequest" part="PurchaseOrder"/>
</copy>
</assign>
<invoke name="PostFulfillmentReq" partnerLink="OrderFulfillment"
portType="ns26:execute_ppt" operation="execute"
inputVariable="orderFulfillmentRequest"/>
</sequence>
</scope>
<scope name="SetFinalOrderStatus">
<variables>
<variable name="orderStatusRequest"
messageType="ns2:OrdersCollection_msg"/>
</variables>
<sequence name="Sequence_13">
<assign name="AssignOrderStatus">
<copy>
<from variable="inputVariable" part="payload"
query="/client:SOAOrderBookingProcessRequest/ns4:PurchaseOrder/ns4:ID"/>
<to variable="orderStatusRequest" part="OrdersCollection"
query="/ns9:OrdersCollection/ns9:Orders/ns9:ordid"/>
</copy>
<copy>
<from expression="string('completed')"/>
<to variable="orderStatusRequest" part="OrdersCollection"
query="/ns9:OrdersCollection/ns9:Orders/ns9:status"/>
</copy>
</assign>
<invoke name="UpdateOrderStatus" portType="ns2:OrderStatus_ptt"
inputVariable="orderStatusRequest" partnerLink="OrderStatus"
operation="update"/>
</sequence>
</scope>
<scope name="NotifyCustomer">
<bpelx:annotation>
<bpelx:pattern patternName="bpelx:email"></bpelx:pattern>
</bpelx:annotation>
<variables>
<variable name="varNotificationReq"
messageType="ns5:EmailNotificationRequest"/>
<variable name="varNotificationResponse"
messageType="ns5:ArrayOfResponse"/>
<variable name="NotificationServiceFaultVariable"
messageType="ns5:NotificationServiceErrorMessage"/>
</variables>
<sequence name="Sequence_17">
<assign name="EmailParamsAssign">
<copy>
<from expression="string('Default')"/>
<to variable="varNotificationReq" part="EmailPayload"
query="/EmailPayload/ns5:FromAccountName"/>
</copy>
<copy>
<from expression="string('')"/>
<to variable="varNotificationReq" part="EmailPayload"
query="/EmailPayload/ns5:Bcc"/>
</copy>
<copy>
<from expression="string('')"/>
<to variable="varNotificationReq" part="EmailPayload"
query="/EmailPayload/ns5:Cc"/>
</copy>
<copy>
<from expression="string('')"/>
<to variable="varNotificationReq" part="EmailPayload"
query="/EmailPayload/ns5:ReplyToAddress"/>
</copy>
<copy>
<from expression="string('Your order has been shipped')"/>
<to variable="varNotificationReq" part="EmailPayload"
query="/EmailPayload/ns5:Subject"/>
</copy>
<copy>
<from expression="bpws:getVariableData('inputVariable','payload','/client:SOAOrderBookingProcessRequest/ns4:PurchaseOrder/ns4:UserContact/ns4:EmailAddress')"/>
<to variable="varNotificationReq" part="EmailPayload"
query="/EmailPayload/ns5:To"/>
</copy>
<copy>
<from expression="concat(string('Dear '), bpws:getVariableData('inputVariable','payload','/client:SOAOrderBookingProcessRequest/ns4:PurchaseOrder/ns4:ShipTo/ns4:Name/ns4:First'), string('
This is to inform you that your order number '), bpws:getVariableData('inputVariable','payload','/client:SOAOrderBookingProcessRequest/ns4:PurchaseOrder/ns4:ID'), string('has been '), bpws:getVariableData('inputVariable','payload','/client:SOAOrderBookingProcessRequest/ns4:PurchaseOrder/ns4:OrderInfo/ns4:OrderStatus'), string('
If you have a question about your order, please contact customer service or send an email to [email protected]
Thank you for doing business with Global Company. We appreciate your business!
Global Company Customer Service'))"/>
<to variable="varNotificationReq" part="EmailPayload"
query="/EmailPayload/ns5:Content/ns5:ContentBody"/>
</copy>
<copy>
<from expression="string('text/html; charset=UTF-8')"/>
<to variable="varNotificationReq" part="EmailPayload"
query="/EmailPayload/ns5:Content/ns5:MimeType"/>
</copy>
</assign>
<invoke name="InvokeNotificationService"
portType="ns5:NotificationService"
inputVariable="varNotificationReq"
outputVariable="varNotificationResponse"
operation="sendEmailNotification"
partnerLink="NotificationService"/>
</sequence>
</scope>
<invoke name="callbackClient" partnerLink="client"
portType="client:SOAOrderBookingCallback" operation="onResult"
inputVariable="outputVariable"/>
</sequence>
</process>
there is some prob with ns5:notificationservice.....help me
Thanks,
Indhu

Thx. Now there is no errors in compiling that SOAOrderBooking BPEL process(there is some warnings), but iam getting deployment errors:
Compiling bpel process SOAOrderBooking, revision 1.0
[bpelc] unknown wsdl extension.
[bpelc] In WSDL at "http://localhost:8888/esb/wsil/Fulfillment/OrderFulfillment?wsdl", extension element "{http://www.oracle.com/esb/}binding" is not known. Ignore this element.
[bpelc] Please make sure the spelling of the element is correct and the WSDL import is complete.
[bpelc]
[bpelc] validating "I:\downloads\courselabs\labs\SOAEssentials\SOAOrderBooking\bpel\SOAOrderBooking.bpel" ...
[bpelc] BPEL suitcase generated in: I:\downloads\courselabs\labs\SOAEssentials\SOAOrderBooking\output\bpel_SOAOrderBooking_1.0.jar
[bpelc] Warning: BPEL validation has warnings.
[bpelc] The following warnings were reported during validation:
[bpelc]
[bpelc] [Warning ORABPEL-10041]: Trying to assign incompatible types
[bpelc] [Description]: in line 130 of "I:\downloads\courselabs\labs\SOAEssentials\SOAOrderBooking\bpel\SOAOrderBooking.bpel", <from> value type "{http://www.w3.org/2001/XMLSchema}string" is not compatible with <to> value type "{http://xmlns.oracle.com/pcbpel/adapter/db/top/OrderStatus}ordid anonymous type".
[bpelc] [Potential fix]: Please make sure that the return value of from-spec query is compatible with the to-spec query.
[bpelc]
[bpelc] [Warning ORABPEL-10041]: Trying to assign incompatible types
[bpelc] [Description]: in line 141 of "I:\downloads\courselabs\labs\SOAEssentials\SOAOrderBooking\bpel\SOAOrderBooking.bpel", <from> value type "{http://www.w3.org/2001/XMLSchema}string" is not compatible with <to> value type "{http://xmlns.oracle.com/pcbpel/adapter/db/top/OrderStatus}comments anonymous type".
[bpelc] [Potential fix]: Please make sure that the return value of from-spec query is compatible with the to-spec query.
[bpelc]
[bpelc] [Warning ORABPEL-10041]: Trying to assign incompatible types
[bpelc] [Description]: in line 187 of "I:\downloads\courselabs\labs\SOAEssentials\SOAOrderBooking\bpel\SOAOrderBooking.bpel", <from> value type "{http://www.w3.org/2001/XMLSchema}decimal" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}string".
[bpelc] [Potential fix]: Please make sure that the return value of from-spec query is compatible with the to-spec query.
[bpelc]
[bpelc] [Warning ORABPEL-10041]: Trying to assign incompatible types
[bpelc] [Description]: in line 375 of "I:\downloads\courselabs\labs\SOAEssentials\SOAOrderBooking\bpel\SOAOrderBooking.bpel", <from> value type "{http://www.w3.org/2001/XMLSchema}string" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}decimal".
[bpelc] [Potential fix]: Please make sure that the return value of from-spec query is compatible with the to-spec query.
[bpelc]
[bpelc] [Warning ORABPEL-10041]: Trying to assign incompatible types
[bpelc] [Description]: in line 391 of "I:\downloads\courselabs\labs\SOAEssentials\SOAOrderBooking\bpel\SOAOrderBooking.bpel", <from> value type "{http://www.w3.org/2001/XMLSchema}string" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}decimal".
[bpelc] [Potential fix]: Please make sure that the return value of from-spec query is compatible with the to-spec query.
[bpelc]
[bpelc] [Warning ORABPEL-10041]: Trying to assign incompatible types
[bpelc] [Description]: in line 438 of "I:\downloads\courselabs\labs\SOAEssentials\SOAOrderBooking\bpel\SOAOrderBooking.bpel", <from> value type "{http://www.w3.org/2001/XMLSchema}string" is not compatible with <to> value type "{http://xmlns.oracle.com/pcbpel/adapter/db/top/OrderStatus}ordid anonymous type".
[bpelc] [Potential fix]: Please make sure that the return value of from-spec query is compatible with the to-spec query.
[bpelc]
[bpelc]
[bpelc]
deployProcess:
[echo]
| Deploying bpel process SOAOrderBooking on localhost, port 8888
[deployProcess] Deploying process I:\downloads\courselabs\labs\SOAEssentials\SOAOrderBooking\output\bpel_SOAOrderBooking_1.0.jar
BUILD FAILED
I:\downloads\courselabs\labs\SOAEssentials\SOAOrderBooking\build.xml:87: Authentication failed for user "oc4jadmin" on host "localhost"
Total time: 7 seconds
I think the above deployment err were bcoz of compilation warnings:
Warning(130):
[Error ORABPEL-10041]: Trying to assign incompatible types
[Description]: in line 130 of "I:\downloads\courselabs\labs\SOAEssentials\SOAOrderBooking\bpel\SOAOrderBooking.bpel", <from> value type "{http://www.w3.org/2001/XMLSchema}string" is not compatible with <to> value type "{http://xmlns.oracle.com/pcbpel/adapter/db/top/OrderStatus}ordid anonymous type".
[Potential fix]: Please make sure that the return value of from-spec query is compatible with the to-spec query.
plz come up with suggestions to resolve this issue...
Thanks,
Indhu

Similar Messages

  • ORABPEL Err: 1007 in deploying SOAOrderBooking

    When i tried to deploy the deploy SOAOrderBooking Appln...iam getting this compilation err: ORABPEl err:1007 ...tell me some suggestions pls...
    Error is:
    Error(453):
    [Error ORABPEL-10007]: unresolved messageType
    [Description]: in line 453 of "I:\downloads\courselabs\labs\SOAEssentials\SOAOrderBooking\bpel\SOAOrderBooking.bpel", WSDL messageType "{http://xmlns.oracle.com/ias/pcbpel/NotificationService}EmailNotificationRequest" of variable "varNotificationReq" is not defined in any of the WSDL files.
    [Potential fix]: Make sure the WSDL messageType "{http://xmlns.oracle.com/ias/pcbpel/NotificationService}EmailNotificationRequest" is defined in one of the WSDLs referenced by the deployment descriptor.
    SOAOrderBooking.bpel code:
    <!--
    // Oracle JDeveloper BPEL Designer
    // Created: Fri Jan 06 13:47:07 PST 2006
    // Author: Roman
    // Purpose: Asynchronous BPEL Process
    -->
    <process name="SOAOrderBooking"
    targetNamespace="http://www.globalcompany.com/ns/OrderBooking"
    xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
    xmlns:xp20="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.Xpath20"
    xmlns:wfcommon="http://xmlns.oracle.com/bpel/workflow/common"
    xmlns:ns4="http://www.globalcompany.com/ns/order"
    xmlns:ns24="http://xmlns.oracle.com/pcbpel/adapter/db/top/Order"
    xmlns:ns30="http://rapidservice.soademo.org/types/"
    xmlns:rules="http://xmlns.oracle.com/bpel/rules"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:ns16="http://xmlns.oracle.com/pcbpel/adapter/db/top/Orders/Orders"
    xmlns:ns27="http://www.globalcompany.com/ns/OrderBooking/rules"
    xmlns:ns5="http://xmlns.oracle.com/ias/pcbpel/NotificationService"
    xmlns:ora="http://schemas.oracle.com/xpath/extension"
    xmlns:ns31="http://creditservice.soademo.org/"
    xmlns:taskservice="http://xmlns.oracle.com/bpel/workflow/taskService"
    xmlns:ns32="http://creditservice.soademo.org/types/"
    xmlns:ns9="http://xmlns.oracle.com/pcbpel/adapter/db/top/OrderStatus"
    xmlns:ns17="http://www.globalcompany.com/ns/selectservice"
    xmlns:ns1="http://xmlns.oracle.com/bpel/rules"
    xmlns:ns25="http://selectservice.srdemo.org/"
    xmlns:ns2="http://xmlns.oracle.com/pcbpel/adapter/db/OrderStatus/"
    xmlns:ns26="http://www.globalcompany.com/ns/Fulfillment"
    xmlns:orcl="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.ExtFunc"
    xmlns:ns15="http://xmlns.oracle.com/pcbpel/adapter/db/Orders/"
    xmlns:ns10="http://www.globalcompany.com/ns/Fulfillment"
    xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
    xmlns:ns20="http://www.oracle.com/webservices/internal/literal"
    xmlns:ns13="http://xmlns.oracle.com/bpel"
    xmlns:ns7="http://credit.soademo.org/"
    xmlns:ldap="http://schemas.oracle.com/xpath/extension/ldap"
    xmlns:wf="http://schemas.oracle.com/bpel/extension/workflow"
    xmlns:ns29="http://xmlns.oracle.com/bpel/services/IdentityService"
    xmlns:ns12="http://xmlns.oracle.com/pcbpel/adapter/db/OrderSequence/"
    xmlns:client="http://www.globalcompany.com/ns/OrderBooking"
    xmlns:ns23="http://www.globalcompany.com/ns/rapidservice"
    xmlns:ns18="http://xmlns.oracle.com/pcbpel/adapter/db/OrderSequence"
    xmlns:ns6="http://www.globalcompany.com/ns/credit"
    xmlns:ns28="http://www.globalcompany.com/ns/OrderBooking/DecisionService"
    xmlns:xref="http://www.oracle.com/XSL/Transform/java/oracle.tip.xref.xpath.XRefXPathFunctions"
    xmlns:ns22="http://www.globalcompany.com/ns/selectservice"
    xmlns:ns11="http://xmlns.oracle.com/bpel/services/IdentityService/xpath"
    xmlns:hwf="http://xmlns.oracle.com/bpel/workflow/xpath"
    xmlns:ns19="http://persistence.customerservice.soademo.org/"
    xmlns:ehdr="http://www.oracle.com/XSL/Transform/java/oracle.tip.esb.server.headers.ESBHeaderFunctions"
    xmlns:ns3="http://www.globalcompany.com/ns/customer"
    xmlns:ns14="http://www.globalcompany.com/ns/OrderBooking/ApprovalRequired"
    xmlns:bpelx="http://schemas.oracle.com/bpel/extension"
    xmlns:task="http://xmlns.oracle.com/bpel/workflow/task"
    xmlns:ns21="http://www.globalcompany.com/ns/credit.xsd"
    xmlns:ns8="http://xmlns.oracle.com/pcbpel/adapter/db/Order/">
    <!-- ================================================================= -->
    <!-- PARTNERLINKS -->
    <!-- List of services participating in this BPEL process -->
    <!-- ================================================================= -->
    <partnerLinks>
    <!--
    The 'client' role represents the requester of this service. It is
    used for callback. The location and correlation information associated
    with the client role are automatically set using WS-Addressing.
    -->
    <partnerLink name="client" partnerLinkType="client:SOAOrderBooking"
    myRole="SOAOrderBookingProvider"
    partnerRole="SOAOrderBookingRequester"/>
    <partnerLink name="OrderFulfillment" partnerRole="execute_pptProvider"
    partnerLinkType="ns26:execute_pptLT"/>
    <partnerLink name="RapidService" partnerRole="RapidQuote_Role"
    partnerLinkType="ns23:RapidQuote_PL"/>
    <partnerLink name="CustomerService" partnerRole="CustomerService_Role"
    partnerLinkType="ns3:CustomerService_PL"/>
    <partnerLink myRole="SelectServiceRequester" name="SelectService"
    partnerRole="SelectServiceProvider"
    partnerLinkType="ns17:SelectService_PL"/>
    <partnerLink name="OrderStatus" partnerRole="OrderStatus_role"
    partnerLinkType="ns2:OrderStatus_plt"/>
    <partnerLink name="Order" partnerRole="Order_role"
    partnerLinkType="ns8:Order_plt"/>
    <partnerLink name="OrderSequence" partnerRole="OrderSequence_role"
    partnerLinkType="ns12:OrderSequence_plt"/>
    <partnerLink name="CreditValidatingService" partnerRole="creditservice_Role"
    partnerLinkType="ns31:creditservice_PL"/>
    </partnerLinks>
    <!-- ================================================================= -->
    <!-- VARIABLES -->
    <!-- List of messages and XML documents used within this BPEL process -->
    <!-- ================================================================= -->
    <variables>
    <!-- Reference to the message passed as input during initiation -->
    <!-- Reference to the message that will be sent back to the
    requester during callback
    -->
    <variable name="inputVariable"
    messageType="client:SOAOrderBookingRequestMessage"/>
    <variable name="outputVariable"
    messageType="client:SOAOrderBookingResponseMessage"/>
    <variable name="OrderBookingFault"
    messageType="client:SOAOrderBookingFaultMessage"/>
    <variable name="customerServiceResponse"
    messageType="ns3:CustomerService_findCustomerByIdResponse"/>
    <variable name="requiresApproval" type="xsd:boolean"/>
    </variables>
    <faultHandlers>
    <catch faultName="client:OrderBookingFault"
    faultVariable="OrderBookingFault">
    <sequence name="Sequence_12">
    <scope name="SetOrderStatus">
    <variables>
    <variable name="orderStatusRequest"
    messageType="ns2:OrdersCollection_msg"/>
    </variables>
    <sequence name="Sequence_13">
    <assign name="AssignOrderStatus">
    <copy>
    <from variable="inputVariable" part="payload"
    query="/client:SOAOrderBookingProcessRequest/ns4:PurchaseOrder/ns4:ID"/>
    <to variable="orderStatusRequest" part="OrdersCollection"
    query="/ns9:OrdersCollection/ns9:Orders/ns9:ordid"/>
    </copy>
    <copy>
    <from expression="string('canceled')"/>
    <to variable="orderStatusRequest" part="OrdersCollection"
    query="/ns9:OrdersCollection/ns9:Orders/ns9:status"/>
    </copy>
    <copy>
    <from variable="OrderBookingFault" part="payload"
    query="/client:SOAOrderBookingProcessFault/client:status"/>
    <to variable="orderStatusRequest" part="OrdersCollection"
    query="/ns9:OrdersCollection/ns9:Orders/ns9:comments"/>
    </copy>
    </assign>
    <invoke name="SetFaultedOrderStatus" partnerLink="OrderStatus"
    portType="ns2:OrderStatus_ptt" operation="update"
    inputVariable="orderStatusRequest"/>
    </sequence>
    </scope>
    </sequence>
    </catch>
    </faultHandlers>
    <!-- ================================================================= -->
    <!-- ORCHESTRATION LOGIC -->
    <!-- Set of activities coordinating the flow of messages across the -->
    <!-- services integrated within this business process -->
    <!-- ================================================================= -->
    <sequence name="main">
    <!-- Receive input from requestor.
    Note: This maps to operation defined in SOAOrderBooking.wsdl
    -->
    <receive name="receiveInput" partnerLink="client"
    portType="client:SOAOrderBooking" operation="initiate"
    variable="inputVariable" createInstance="yes"/>
    <!-- Asynchronous callback to the requester.
    Note: the callback location and correlation id is transparently handled
    using WS-addressing.
    -->
    <scope name="InsertOrderIntoDB">
    <variables>
    <variable name="orderRequest" messageType="ns8:OrdersCollection_msg"/>
    <variable name="orderSequenceInput"
    messageType="ns12:OrderSequenceInput_msg"/>
    <variable name="orderSequenceOutput"
    messageType="ns12:OrderSequenceOutputCollection_msg"/>
    </variables>
    <sequence name="Sequence_11">
    <invoke name="GetOrderId" partnerLink="OrderSequence"
    portType="ns12:OrderSequence_ptt" operation="OrderSequence"
    inputVariable="orderSequenceInput"
    outputVariable="orderSequenceOutput"/>
    <assign name="AssignOrderStatus">
    <copy>
    <from variable="orderSequenceOutput"
    part="OrderSequenceOutputCollection"
    query="/ns18:OrderSequenceOutputCollection/ns18:OrderSequenceOutput/ns18:order_seq_id_gen.nextval"/>
    <to variable="inputVariable" part="payload"
    query="/client:SOAOrderBookingProcessRequest/ns4:PurchaseOrder/ns4:ID"/>
    </copy>
    <copy>
    <from expression="string('pending')"/>
    <to variable="inputVariable" part="payload"
    query="/client:SOAOrderBookingProcessRequest/ns4:PurchaseOrder/ns4:OrderInfo/ns4:OrderStatus"/>
    </copy>
    </assign>
    <assign name="TransformOrder">
    <bpelx:annotation>
    <bpelx:pattern>transformation</bpelx:pattern>
    </bpelx:annotation>
    <copy>
    <from expression="ora:processXSLT('TransformOrder.xsl',bpws:getVariableData('inputVariable','payload'))"/>
    <to variable="orderRequest" part="OrdersCollection"/>
    </copy>
    </assign>
    <invoke name="InsertOrder" partnerLink="Order" portType="ns8:Order_ptt"
    operation="write" inputVariable="orderRequest"/>
    </sequence>
    </scope>
    <scope name="CustomerService">
    <variables>
    <variable name="customerServiceRequest"
    messageType="ns3:CustomerService_findCustomerById"/>
    </variables>
    <sequence name="Sequence_9">
    <assign name="AssignRequest">
    <copy>
    <from variable="inputVariable" part="payload"
    query="/client:SOAOrderBookingProcessRequest/ns4:PurchaseOrder/ns4:CustID"/>
    <to variable="customerServiceRequest" part="parameters"
    query="/ns3:findCustomerById/ns3:custid"/>
    </copy>
    </assign>
    <invoke name="GetCustInfo" partnerLink="CustomerService"
    portType="ns3:CustomerService" operation="findCustomerById"
    inputVariable="customerServiceRequest"
    outputVariable="customerServiceResponse"/>
    <assign name="AssignInitialCustomerResponse">
    <bpelx:append>
    <bpelx:from>
    <ns4:ShipTo xmlns:ns4="http://www.globalcompany.com/ns/order">
    <ns4:Name>
    <ns4:First/>
    <ns4:Last/>
    </ns4:Name>
    </ns4:ShipTo>
    </bpelx:from>
    <bpelx:to variable="inputVariable" part="payload"
    query="/client:SOAOrderBookingProcessRequest/ns4:PurchaseOrder"/>
    </bpelx:append>
    </assign>
    <assign name="AssignCustomerResponse">
    <copy>
    <from variable="customerServiceResponse" part="parameters"
    query="/ns3:findCustomerByIdResponse/ns3:return/ns3:fname"/>
    <to variable="inputVariable" part="payload"
    query="/client:SOAOrderBookingProcessRequest/ns4:PurchaseOrder/ns4:ShipTo/ns4:Name/ns4:First"/>
    </copy>
    <copy>
    <from variable="customerServiceResponse" part="parameters"
    query="/ns3:findCustomerByIdResponse/ns3:return/ns3:lname"/>
    <to variable="inputVariable" part="payload"
    query="/client:SOAOrderBookingProcessRequest/ns4:PurchaseOrder/ns4:ShipTo/ns4:Name/ns4:Last"/>
    </copy>
    </assign>
    </sequence>
    </scope>
    <scope name="CreditService">
    <variables>
    <variable name="validateRequest"
    messageType="ns31:Creditservice_verifyCC"/>
    <variable name="validateResponse"
    messageType="ns31:Creditservice_verifyCCResponse"/>
    </variables>
    <sequence name="Sequence_19">
    <assign name="InitializeInput">
    <copy>
    <from variable="customerServiceResponse" part="parameters"
    query="/ns3:findCustomerByIdResponse/ns3:return/ns3:creditcardtype"/>
    <to variable="validateRequest" part="parameters"
    query="/ns32:verifyCCElement/ns32:creditCard/ns32:ccType"/>
    </copy>
    <copy>
    <from variable="customerServiceResponse" part="parameters"
    query="/ns3:findCustomerByIdResponse/ns3:return/ns3:creditcardnumber"/>
    <to variable="validateRequest" part="parameters"
    query="/ns32:verifyCCElement/ns32:creditCard/ns32:ccNum"/>
    </copy>
    </assign>
    <invoke name="InvokeCreditService" partnerLink="CreditValidatingService"
    portType="ns31:creditservice" operation="verifyCC"
    inputVariable="validateRequest"
    outputVariable="validateResponse"/>
    <switch name="CheckCreditResponse">
    <case condition="bpws:getVariableData('validateResponse','parameters','/ns32:verifyCCResponseElement/ns32:result')='false'">
    <sequence name="Sequence_18">
    <assign name="AssignCreditErrorStatus">
    <copy>
    <from expression='string("Credit Card Invalid")'/>
    <to variable="OrderBookingFault" part="payload"
    query="/client:SOAOrderBookingProcessFault/client:status"/>
    </copy>
    </assign>
    <throw name="ThrowCreditFault"
    faultName="client:OrderBookingFault"
    faultVariable="OrderBookingFault"/>
    </sequence>
    </case>
    </switch>
    </sequence>
    </scope>
    <switch name="CheckForApproval">
    <case condition="string(bpws:getVariableData('requiresApproval')) != 'false'">
    <empty name="Empty_1"/>
    </case>
    </switch>
    <scope name="SelectSupplier">
    <variables>
    <variable name="selectManufacturerResponse"
    messageType="ns17:RequestQuote_processRequestQuoteResponse"/>
    <variable name="rapidManufacturerResponse"
    messageType="ns23:RequestQuotePortType_POItemsQuoteResponse"/>
    </variables>
    <sequence>
    <flow name="CallManufacturers">
    <sequence name="Sequence_2">
    <scope name="GetSelectMfrQuote">
    <variables>
    <variable name="manufacturerRequest"
    messageType="ns17:RequestQuote_processRequestQuote"/>
    </variables>
    <sequence name="Sequence_15">
    <assign name="TransformSelectRequest">
    <bpelx:annotation>
    <bpelx:pattern>transformation</bpelx:pattern>
    </bpelx:annotation>
    <copy>
    <from expression="ora:processXSLT('SelectTransformation.xsl',bpws:getVariableData('inputVariable','payload'))"/>
    <to variable="manufacturerRequest" part="parameters"/>
    </copy>
    </assign>
    <invoke name="InvokeSelectManufacturer"
    partnerLink="SelectService"
    portType="ns17:SelectService"
    operation="processRequestQuote"
    inputVariable="manufacturerRequest"/>
    <receive name="ReceiveSelectManufacturer" createInstance="no"
    partnerLink="SelectService"
    portType="ns17:SelectServiceCallback"
    operation="processRequestQuoteResponse"
    variable="selectManufacturerResponse"/>
    </sequence>
    </scope>
    </sequence>
    <sequence name="GetRapidMfrQuote">
    <scope name="CallRapidManufacturer">
    <variables>
    <variable name="manufacturerRequest"
    messageType="ns23:RequestQuotePortType_POItemsQuote"/>
    </variables>
    <sequence name="Sequence_6">
    <assign name="TransformRapidRequest">
    <bpelx:annotation>
    <bpelx:pattern>transformation</bpelx:pattern>
    </bpelx:annotation>
    <copy>
    <from expression="ora:processXSLT('RapidTransformation.xsl',bpws:getVariableData('inputVariable','payload'))"/>
    <to variable="manufacturerRequest" part="parameters"/>
    </copy>
    </assign>
    <invoke name="InvokeRapidManufacturer"
    partnerLink="RapidService" portType="ns23:RequestQuote"
    operation="POItemsQuote"
    inputVariable="manufacturerRequest"
    outputVariable="rapidManufacturerResponse"/>
    </sequence>
    </scope>
    </sequence>
    </flow>
    <switch name="SelectByPrice">
    <case condition="number(bpws:getVariableData('selectManufacturerResponse','parameters','/ns17:processRequestQuoteResponseElement/ns17:return/ns17:supplierPrice')) &lt; number(bpws:getVariableData('rapidManufacturerResponse','parameters','/ns23:POItemsQuoteResponse/ns30:return/ns30:supplierPrice'))">
    <assign name="AssignSelectManufacturer">
    <copy>
    <from variable="selectManufacturerResponse" part="parameters"
    query="/ns17:processRequestQuoteResponseElement/ns17:return/ns17:supplierPrice"/>
    <to variable="inputVariable" part="payload"
    query="/client:SOAOrderBookingProcessRequest/ns4:PurchaseOrder/ns4:SupplierInfo/ns4:SupplierPrice"/>
    </copy>
    <copy>
    <from variable="selectManufacturerResponse" part="parameters"
    query="/ns17:processRequestQuoteResponseElement/ns17:return/ns17:supplierName"/>
    <to variable="inputVariable" part="payload"
    query="/client:SOAOrderBookingProcessRequest/ns4:PurchaseOrder/ns4:SupplierInfo/ns4:SupplierName"/>
    </copy>
    </assign>
    </case>
    <otherwise>
    <assign name="AssignRapidManufacturer">
    <copy>
    <from variable="rapidManufacturerResponse" part="parameters"
    query="/ns23:POItemsQuoteResponse/ns30:return/ns30:supplierPrice"/>
    <to variable="inputVariable" part="payload"
    query="/client:SOAOrderBookingProcessRequest/ns4:PurchaseOrder/ns4:SupplierInfo/ns4:SupplierPrice"/>
    </copy>
    <copy>
    <from variable="rapidManufacturerResponse" part="parameters"
    query="/ns23:POItemsQuoteResponse/ns30:return/ns30:supplierName"/>
    <to variable="inputVariable" part="payload"
    query="/client:SOAOrderBookingProcessRequest/ns4:PurchaseOrder/ns4:SupplierInfo/ns4:SupplierName"/>
    </copy>
    </assign>
    </otherwise>
    </switch>
    </sequence>
    </scope>
    <scope name="PostFulfillmentReq">
    <variables>
    <variable name="orderFulfillmentRequest"
    messageType="ns26:PurchaseOrder_request"/>
    </variables>
    <faultHandlers>
    <catchAll>
    <empty/>
    </catchAll>
    </faultHandlers>
    <sequence name="Sequence_4">
    <assign name="initializeRequest">
    <copy>
    <from variable="inputVariable" part="payload"
    query="/client:SOAOrderBookingProcessRequest/ns4:PurchaseOrder"/>
    <to variable="orderFulfillmentRequest" part="PurchaseOrder"/>
    </copy>
    </assign>
    <invoke name="PostFulfillmentReq" partnerLink="OrderFulfillment"
    portType="ns26:execute_ppt" operation="execute"
    inputVariable="orderFulfillmentRequest"/>
    </sequence>
    </scope>
    <scope name="SetFinalOrderStatus">
    <variables>
    <variable name="orderStatusRequest"
    messageType="ns2:OrdersCollection_msg"/>
    </variables>
    <sequence name="Sequence_13">
    <assign name="AssignOrderStatus">
    <copy>
    <from variable="inputVariable" part="payload"
    query="/client:SOAOrderBookingProcessRequest/ns4:PurchaseOrder/ns4:ID"/>
    <to variable="orderStatusRequest" part="OrdersCollection"
    query="/ns9:OrdersCollection/ns9:Orders/ns9:ordid"/>
    </copy>
    <copy>
    <from expression="string('completed')"/>
    <to variable="orderStatusRequest" part="OrdersCollection"
    query="/ns9:OrdersCollection/ns9:Orders/ns9:status"/>
    </copy>
    </assign>
    <invoke name="UpdateOrderStatus" portType="ns2:OrderStatus_ptt"
    inputVariable="orderStatusRequest" partnerLink="OrderStatus"
    operation="update"/>
    </sequence>
    </scope>
    <scope name="NotifyCustomer">
    <bpelx:annotation>
    <bpelx:pattern patternName="bpelx:email"></bpelx:pattern>
    </bpelx:annotation>
    <variables>
    <variable name="varNotificationReq"
    messageType="ns5:EmailNotificationRequest"/>
    <variable name="varNotificationResponse"
    messageType="ns5:ArrayOfResponse"/>
    <variable name="NotificationServiceFaultVariable"
    messageType="ns5:NotificationServiceErrorMessage"/>
    </variables>
    <sequence name="Sequence_17">
    <assign name="EmailParamsAssign">
    <copy>
    <from expression="string('Default')"/>
    <to variable="varNotificationReq" part="EmailPayload"
    query="/EmailPayload/ns5:FromAccountName"/>
    </copy>
    <copy>
    <from expression="string('')"/>
    <to variable="varNotificationReq" part="EmailPayload"
    query="/EmailPayload/ns5:Bcc"/>
    </copy>
    <copy>
    <from expression="string('')"/>
    <to variable="varNotificationReq" part="EmailPayload"
    query="/EmailPayload/ns5:Cc"/>
    </copy>
    <copy>
    <from expression="string('')"/>
    <to variable="varNotificationReq" part="EmailPayload"
    query="/EmailPayload/ns5:ReplyToAddress"/>
    </copy>
    <copy>
    <from expression="string('Your order has been shipped')"/>
    <to variable="varNotificationReq" part="EmailPayload"
    query="/EmailPayload/ns5:Subject"/>
    </copy>
    <copy>
    <from expression="bpws:getVariableData('inputVariable','payload','/client:SOAOrderBookingProcessRequest/ns4:PurchaseOrder/ns4:UserContact/ns4:EmailAddress')"/>
    <to variable="varNotificationReq" part="EmailPayload"
    query="/EmailPayload/ns5:To"/>
    </copy>
    <copy>
    <from expression="concat(string('Dear '), bpws:getVariableData('inputVariable','payload','/client:SOAOrderBookingProcessRequest/ns4:PurchaseOrder/ns4:ShipTo/ns4:Name/ns4:First'), string('
    This is to inform you that your order number '), bpws:getVariableData('inputVariable','payload','/client:SOAOrderBookingProcessRequest/ns4:PurchaseOrder/ns4:ID'), string('has been '), bpws:getVariableData('inputVariable','payload','/client:SOAOrderBookingProcessRequest/ns4:PurchaseOrder/ns4:OrderInfo/ns4:OrderStatus'), string('
    If you have a question about your order, please contact customer service or send an email to [email protected]
    Thank you for doing business with Global Company. We appreciate your business!
    Global Company Customer Service'))"/>
    <to variable="varNotificationReq" part="EmailPayload"
    query="/EmailPayload/ns5:Content/ns5:ContentBody"/>
    </copy>
    <copy>
    <from expression="string('text/html; charset=UTF-8')"/>
    <to variable="varNotificationReq" part="EmailPayload"
    query="/EmailPayload/ns5:Content/ns5:MimeType"/>
    </copy>
    </assign>
    <invoke name="InvokeNotificationService"
    portType="ns5:NotificationService"
    inputVariable="varNotificationReq"
    outputVariable="varNotificationResponse"
    operation="sendEmailNotification"
    partnerLink="NotificationService"/>
    </sequence>
    </scope>
    <invoke name="callbackClient" partnerLink="client"
    portType="client:SOAOrderBookingCallback" operation="onResult"
    inputVariable="outputVariable"/>
    </sequence>
    </process>
    there is some prob with ns5:notificationservice.....help me
    Thanks,
    mathi

    Thank you James.Yes u r right james...by mistake i deleted the NotificationService scope, so i started invoking creditservice from SOAOrderBooking BPEL process right from the begining..so now there is no errors during compilation(only some warnings)...
    but iam getting errors while deploying it...
    The Error is:
    Compiling bpel process SOAOrderBooking, revision 1.0
    [bpelc] unknown wsdl extension.
    [bpelc] In WSDL at "http://localhost:8888/esb/wsil/Fulfillment/OrderFulfillment?wsdl", extension element "{http://www.oracle.com/esb/}binding" is not known. Ignore this element.
    [bpelc] Please make sure the spelling of the element is correct and the WSDL import is complete.
    [bpelc]
    [bpelc] validating "I:\downloads\courselabs\labs\SOAEssentials\SOAOrderBooking\bpel\SOAOrderBooking.bpel" ...
    [bpelc] BPEL suitcase generated in: I:\downloads\courselabs\labs\SOAEssentials\SOAOrderBooking\output\bpel_SOAOrderBooking_1.0.jar
    [bpelc] Warning: BPEL validation has warnings.
    [bpelc] The following warnings were reported during validation:
    [bpelc]
    [bpelc] [Warning ORABPEL-10041]: Trying to assign incompatible types
    [bpelc] [Description]: in line 130 of "I:\downloads\courselabs\labs\SOAEssentials\SOAOrderBooking\bpel\SOAOrderBooking.bpel", <from> value type "{http://www.w3.org/2001/XMLSchema}string" is not compatible with <to> value type "{http://xmlns.oracle.com/pcbpel/adapter/db/top/OrderStatus}ordid anonymous type".
    [bpelc] [Potential fix]: Please make sure that the return value of from-spec query is compatible with the to-spec query.
    [bpelc]
    [bpelc] [Warning ORABPEL-10041]: Trying to assign incompatible types
    [bpelc] [Description]: in line 141 of "I:\downloads\courselabs\labs\SOAEssentials\SOAOrderBooking\bpel\SOAOrderBooking.bpel", <from> value type "{http://www.w3.org/2001/XMLSchema}string" is not compatible with <to> value type "{http://xmlns.oracle.com/pcbpel/adapter/db/top/OrderStatus}comments anonymous type".
    [bpelc] [Potential fix]: Please make sure that the return value of from-spec query is compatible with the to-spec query.
    [bpelc]
    [bpelc] [Warning ORABPEL-10041]: Trying to assign incompatible types
    [bpelc] [Description]: in line 187 of "I:\downloads\courselabs\labs\SOAEssentials\SOAOrderBooking\bpel\SOAOrderBooking.bpel", <from> value type "{http://www.w3.org/2001/XMLSchema}decimal" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}string".
    [bpelc] [Potential fix]: Please make sure that the return value of from-spec query is compatible with the to-spec query.
    [bpelc]
    [bpelc] [Warning ORABPEL-10041]: Trying to assign incompatible types
    [bpelc] [Description]: in line 375 of "I:\downloads\courselabs\labs\SOAEssentials\SOAOrderBooking\bpel\SOAOrderBooking.bpel", <from> value type "{http://www.w3.org/2001/XMLSchema}string" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}decimal".
    [bpelc] [Potential fix]: Please make sure that the return value of from-spec query is compatible with the to-spec query.
    [bpelc]
    [bpelc] [Warning ORABPEL-10041]: Trying to assign incompatible types
    [bpelc] [Description]: in line 391 of "I:\downloads\courselabs\labs\SOAEssentials\SOAOrderBooking\bpel\SOAOrderBooking.bpel", <from> value type "{http://www.w3.org/2001/XMLSchema}string" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}decimal".
    [bpelc] [Potential fix]: Please make sure that the return value of from-spec query is compatible with the to-spec query.
    [bpelc]
    [bpelc] [Warning ORABPEL-10041]: Trying to assign incompatible types
    [bpelc] [Description]: in line 438 of "I:\downloads\courselabs\labs\SOAEssentials\SOAOrderBooking\bpel\SOAOrderBooking.bpel", <from> value type "{http://www.w3.org/2001/XMLSchema}string" is not compatible with <to> value type "{http://xmlns.oracle.com/pcbpel/adapter/db/top/OrderStatus}ordid anonymous type".
    [bpelc] [Potential fix]: Please make sure that the return value of from-spec query is compatible with the to-spec query.
    [bpelc]
    [bpelc]
    [bpelc]
    deployProcess:
    [echo]
    | Deploying bpel process SOAOrderBooking on localhost, port 8888
    [deployProcess] Deploying process I:\downloads\courselabs\labs\SOAEssentials\SOAOrderBooking\output\bpel_SOAOrderBooking_1.0.jar
    BUILD FAILED
    I:\downloads\courselabs\labs\SOAEssentials\SOAOrderBooking\build.xml:87: Authentication failed for user "oc4jadmin" on host "localhost"
    Total time: 7 seconds
    I think these errors were bcoz of some warnings that i got during compilation time:
    Warning(130):
    [Error ORABPEL-10041]: Trying to assign incompatible types
    [Description]: in line 130 of "I:\downloads\courselabs\labs\SOAEssentials\SOAOrderBooking\bpel\SOAOrderBooking.bpel", <from> value type "{http://www.w3.org/2001/XMLSchema}string" is not compatible with <to> value type "{http://xmlns.oracle.com/pcbpel/adapter/db/top/OrderStatus}ordid anonymous type".
    [Potential fix]: Please make sure that the return value of from-spec query is compatible with the to-spec query.
    pls give me suggestions reg this issue.
    Thanks,
    Indhu

  • Error occured while deploying SOAOrderBooking

    I encountered the following error while deploying SOAOrderBooking BPEL process using Ant. The following messages are copied from "Apache Ant - Log". Please advice....
    Buildfile: C:\soademo\SOAOrderBooking\build.xml
    pre-deploy:
    validateTask:
    [echo]
    | Validating workflow
    [validateTask] url is file:/C:/oracledevday/jdeveloper/integration/bpm/support/files/WorkflowTaskDefinition.xsd
    [validateTask] Validation of workflow task definitions is completed without errors
    compile:
    [echo]
    | Compiling bpel process SOAOrderBooking, revision 1.0
    [bpelc] unknown wsdl extension.
    [bpelc] In WSDL at "http://localhost:8888/esb/wsil/Fulfillment/OrderFulfillment?wsdl", extension element "{http://www.oracle.com/esb/}binding" is not known. Ignore this element.
    [bpelc] Please make sure the spelling of the element is correct and the WSDL import is complete.
    [bpelc]
    [bpelc] validating "C:\soademo\SOAOrderBooking\bpel\SOAOrderBooking.bpel" ...
    [bpelc] BPEL suitcase generated in: C:\soademo\SOAOrderBooking\output\bpel_SOAOrderBooking_1.0.jar
    [bpelc] Warning: BPEL validation has warnings.
    [bpelc] The following warnings were reported during validation:
    [bpelc]
    [bpelc] [Warning ORABPEL-10041]: Trying to assign incompatible types
    [bpelc] [Description]: in line 134 of "C:\soademo\SOAOrderBooking\bpel\SOAOrderBooking.bpel", <from> value type "{http://www.w3.org/2001/XMLSchema}string" is not compatible with <to> value type "{http://xmlns.oracle.com/pcbpel/adapter/db/top/OrderStatus}ordid anonymous type".
    [bpelc] [Potential fix]: Please make sure that the return value of from-spec query is compatible with the to-spec query.
    [bpelc]
    [bpelc] [Warning ORABPEL-10041]: Trying to assign incompatible types
    [bpelc] [Description]: in line 145 of "C:\soademo\SOAOrderBooking\bpel\SOAOrderBooking.bpel", <from> value type "{http://www.w3.org/2001/XMLSchema}string" is not compatible with <to> value type "{http://xmlns.oracle.com/pcbpel/adapter/db/top/OrderStatus}comments anonymous type".
    [bpelc] [Potential fix]: Please make sure that the return value of from-spec query is compatible with the to-spec query.
    [bpelc]
    [bpelc] [Warning ORABPEL-10041]: Trying to assign incompatible types
    [bpelc] [Description]: in line 191 of "C:\soademo\SOAOrderBooking\bpel\SOAOrderBooking.bpel", <from> value type "{http://www.w3.org/2001/XMLSchema}decimal" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}string".
    [bpelc] [Potential fix]: Please make sure that the return value of from-spec query is compatible with the to-spec query.
    [bpelc]
    [bpelc] [Warning ORABPEL-10041]: Trying to assign incompatible types
    [bpelc] [Description]: in line 629 of "C:\soademo\SOAOrderBooking\bpel\SOAOrderBooking.bpel", <from> value type "{http://www.w3.org/2001/XMLSchema}string" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}decimal".
    [bpelc] [Potential fix]: Please make sure that the return value of from-spec query is compatible with the to-spec query.
    [bpelc]
    [bpelc] [Warning ORABPEL-10041]: Trying to assign incompatible types
    [bpelc] [Description]: in line 645 of "C:\soademo\SOAOrderBooking\bpel\SOAOrderBooking.bpel", <from> value type "{http://www.w3.org/2001/XMLSchema}string" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}decimal".
    [bpelc] [Potential fix]: Please make sure that the return value of from-spec query is compatible with the to-spec query.
    [bpelc]
    [bpelc] [Warning ORABPEL-10041]: Trying to assign incompatible types
    [bpelc] [Description]: in line 692 of "C:\soademo\SOAOrderBooking\bpel\SOAOrderBooking.bpel", <from> value type "{http://www.w3.org/2001/XMLSchema}string" is not compatible with <to> value type "{http://xmlns.oracle.com/pcbpel/adapter/db/top/OrderStatus}ordid anonymous type".
    [bpelc] [Potential fix]: Please make sure that the return value of from-spec query is compatible with the to-spec query.
    [bpelc]
    [bpelc]
    [bpelc]
    deployProcess:
    [echo]
    | Deploying bpel process SOAOrderBooking on localhost, port 8888
    [deployProcess] Deploying process C:\soademo\SOAOrderBooking\output\bpel_SOAOrderBooking_1.0.jar
    [deployProcess] Successfully deployed the process "SOAOrderBooking" on server "localhost" and port "8888"
    deployTaskForm:
    [echo]
    | Deploying workflow form for SOAOrderBooking on localhost, port 8888
    [deployTaskForm] Start of deploying forms
    [deployTaskForm] checking for form directory as form/warC:\soademo\SOAOrderBooking\public_html\ApproveOrder\form\war
    [deployTaskForm] Form directory name = C:\soademo\SOAOrderBooking\public_html\ApproveOrder\form
    [deployTaskForm] Start of deploying form C:\soademo\SOAOrderBooking\public_html\ApproveOrder\form
    [deployTaskForm] Start of copying file C:\soademo\SOAOrderBooking\public_html\ApproveOrder\form\ear\META-INF\application.xml to C:\soademo\SOAOrderBooking\public_html\ApproveOrder\form\ear\META-INF\application.xml.bak
    [deployTaskForm] End of copying file C:\soademo\SOAOrderBooking\public_html\ApproveOrder\form\ear\META-INF\application.xml to C:\soademo\SOAOrderBooking\public_html\ApproveOrder\form\ear\META-INF\application.xml.bak
    [deployTaskForm] Context name before converting /default/SOAOrderBooking/1.0/ApproveOrder
    [deployTaskForm] Context name after converting /default/SOAOrderBooking/1.0/ApproveOrder
    [deployTaskForm] Creating applicatio xml with context /default/SOAOrderBooking/1.0/ApproveOrder
    [deployTaskForm] WEB File : C:\soademo\SOAOrderBooking\public_html\ApproveOrder\form\war\WEB-INF
    [deployTaskForm] Generating the web archive workflowform.war in directory C:\soademo\SOAOrderBooking\public_html\ApproveOrder\form\ear
    [deployTaskForm] Generating the application archive default_SOAOrderBooking_1_0_ApproveOrder.ear in directory C:\soademo\SOAOrderBooking\public_html\ApproveOrder\form
    [deployTaskForm] Deploying apps to platform ias_10g
    [deployTaskForm] Start of deploying default_SOAOrderBooking_1_0_ApproveOrder.ear to oc4j
    [deployTaskForm] java oracle.oc4j.admin.deploy.cmdline.Oc4jAdminCmdline deployer:oc4j:opmn://localhost:6003/home oc4jadmin welcome1 -deploy -file C:\soademo\SOAOrderBooking\public_html\ApproveOrder\form\default_SOAOrderBooking_1_0_ApproveOrder.ear -deploymentName default_SOAOrderBooking_1_0_ApproveOrder -parent orabpel
    [deployTaskForm] Start of deploy apps
    [deployTaskForm] 06/09/10 23:14:25 Notification ==>Application Deployer for default_SOAOrderBooking_1_0_ApproveOrder STARTS.
    [deployTaskForm]
    [deployTaskForm] 06/09/10 23:14:25 Notification ==>Undeploy previous deployment
    [deployTaskForm]
    [deployTaskForm] 06/09/10 23:14:26 Notification ==>Initialize C:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\default_SOAOrderBooking_1_0_ApproveOrder.ear begins...
    [deployTaskForm]
    [deployTaskForm] 06/09/10 23:14:26 Notification ==>Initialize C:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\default_SOAOrderBooking_1_0_ApproveOrder.ear ends...
    [deployTaskForm]
    [deployTaskForm] 06/09/10 23:14:26 Notification ==>Starting application : default_SOAOrderBooking_1_0_ApproveOrder
    [deployTaskForm]
    [deployTaskForm] 06/09/10 23:14:26 Notification ==>Initializing ClassLoader(s)
    [deployTaskForm]
    [deployTaskForm] 06/09/10 23:14:26 Notification ==>Initializing EJB container
    [deployTaskForm]
    [deployTaskForm] 06/09/10 23:14:26 Notification ==>Loading connector(s)
    [deployTaskForm]
    [deployTaskForm] 06/09/10 23:14:26 Notification ==>Starting up resource adapters
    [deployTaskForm]
    [deployTaskForm] 06/09/10 23:14:26 Notification ==>Initializing EJB sessions
    [deployTaskForm]
    [deployTaskForm] 06/09/10 23:14:26 Notification ==>Committing ClassLoader(s)
    [deployTaskForm]
    [deployTaskForm] 06/09/10 23:14:26 Notification ==>Initialize workflowform begins...
    [deployTaskForm]
    [deployTaskForm] 06/09/10 23:14:26 Notification ==>Initialize workflowform ends...
    [deployTaskForm]
    [deployTaskForm] 06/09/10 23:14:26 Notification ==>Started application : default_SOAOrderBooking_1_0_ApproveOrder
    [deployTaskForm]
    [deployTaskForm] 06/09/10 23:14:26 Notification ==>Application Deployer for default_SOAOrderBooking_1_0_ApproveOrder COMPLETES. Operation time: 1625 msecs
    [deployTaskForm]
    [deployTaskForm] End of deploy apps
    [deployTaskForm] java oracle.oc4j.admin.deploy.cmdline.Oc4jAdminCmdline deployer:oc4j:opmn://localhost:6003/home oc4jadmin welcome1 -bindWebApp -appName default_SOAOrderBooking_1_0_ApproveOrder -webModuleName workflowform -webSiteName default-web-site -contextRoot /default/SOAOrderBooking/1.0/ApproveOrder
    [deployTaskForm] Start bind web app
    [deployTaskForm] End of bind web app
    [deployTaskForm] End of deploying default_SOAOrderBooking_1_0_ApproveOrder.earto oc4j
    [deployTaskForm] Deleting file = workflowform.war
    [deployTaskForm] Deleting file = default_SOAOrderBooking_1_0_ApproveOrder.ear
    [deployTaskForm] End of deploying form C:\soademo\SOAOrderBooking\public_html\ApproveOrder\form
    [deployTaskForm] End of deploying forms
    [deployTaskForm] Successfully deployed form on server "localhost"
    [deployTaskForm] Start of copying file C:\soademo\SOAOrderBooking\public_html\ApproveOrder\form\ear\META-INF\application.xml.bak to C:\soademo\SOAOrderBooking\public_html\ApproveOrder\form\ear\META-INF\application.xml
    [deployTaskForm] End of copying file C:\soademo\SOAOrderBooking\public_html\ApproveOrder\form\ear\META-INF\application.xml.bak to C:\soademo\SOAOrderBooking\public_html\ApproveOrder\form\ear\META-INF\application.xml
    deployDecisionServices:
    [echo]
    | Deploying decision services for SOAOrderBooking on localhost, port 8888
    BUILD FAILED
    C:\soademo\SOAOrderBooking\build.xml:126: Error while deploying decision services on server "localhost"
    Total time: 2 minutes 7 seconds

    Your path includes "oracledevday" so I wonder if you were one of the original ODD attendees. If so, you have a pre-developer preview version of the SOA Demo and SOA Suite - these are matched to each other.
    If you get a new version of either one from OTN Dev Preview, you'll have this deployment problem.
    Be sure to get both the SOA Order Booking Demo AND the SOA Suite software from the OTN developer preview download.
    Heidi.

  • ORABPEL-10903 while deploying SOAOrderBooking

    I've seen multiple posts regarding this error but they don't seem to apply to my installation. We are doing a remote deployment, thus hostname is not localhost. But, the deployment logs seem to want to deploy to localhost. The error appears during the "Compiling bpel process SOAOrderBooking, revision 1.0" step. We do not have embedded spaces nor do we have a proxy. Here is the log:
    Buildfile: C:\OraSOA\soademo_101310_prod\SOADEMO\SOAOrderBooking\build.xml
    [deployDecisionServices] 07/03/23 11:16:00 Notification ==>Application Deployer for rules_default_SOAOrderBooking_1_0_DecisionService COMPLETES. Operation time: 657 msecs
    [deployDecisionServices]
    [deployDecisionServices] Successfully deployed decision services on server "vacuitydev03"
    compile:
    [echo]
    | Compiling bpel process SOAOrderBooking, revision 1.0
    [bpelc] ORABPEL-01021
    [bpelc]
    [bpelc] BPEL validation failed.
    [bpelc] BPEL source validation failed, the errors are:
    [bpelc]
    [bpelc] [Error ORABPEL-10903]: failed to read wsdl
    [bpelc] [Description]: in "bpel.xml", Failed to read wsdl.
    [bpelc] Error happened when reading wsdl at "http://localhost:8888/esb/wsil/Fulfillment/OrderFulfillment?wsdl", because "Failed to read wsdl file at: "http://localhost:8888/esb/wsil/Fulfillment/OrderFulfillment?wsdl", caused by: java.net.ConnectException. : connect: Address is invalid on local machine, or port is not valid on remote machine".
    [bpelc] Make sure wsdl exists at that URL and is valid.
    [bpelc] .
    [bpelc] [Potential fix]: If your site has a proxy server, then you may need to configure your BPEL Server, designer and browser with your proxy server configuration settings (see tech note on http://otn.oracle.com/bpel for instructions).
    [bpelc] .
    [bpelc]
    [bpelc]      at com.collaxa.cube.lang.compiler.CubeProcessor.validateClientSide(CubeProcessor.java:1133)
    [bpelc]      at com.collaxa.cube.lang.compiler.CubeProcessor.transformClientSide(CubeProcessor.java:449)
    [bpelc]      at com.collaxa.cube.lang.compiler.CubeParserHelper.compileClientSide(CubeParserHelper.java:83)
    [bpelc]      at com.collaxa.cube.ant.taskdefs.Bpelc.execute(Bpelc.java:626)
    [bpelc]      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    [bpelc]      at org.apache.tools.ant.Task.perform(Task.java:364)
    [bpelc]      at org.apache.tools.ant.Target.execute(Target.java:341)
    [bpelc]      at org.apache.tools.ant.Target.performTasks(Target.java:369)
    [bpelc]      at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
    [bpelc]      at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
    [bpelc]      at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
    [bpelc]      at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
    [bpelc]      at oracle.jdevimpl.ant.runner.AntLauncher.launch(AntLauncher.java:321)
    [bpelc]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [bpelc]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [bpelc]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [bpelc]      at java.lang.reflect.Method.invoke(Method.java:585)
    [bpelc]      at oracle.jdevimpl.ant.runner.InProcessAntStarter.runAnt(InProcessAntStarter.java:295)
    [bpelc]      at oracle.jdevimpl.ant.runner.InProcessAntStarter.mav$runAnt(InProcessAntStarter.java:43)
    [bpelc]      at oracle.jdevimpl.ant.runner.InProcessAntStarter$1.run(InProcessAntStarter.java:71)
    [bpelc] BPEL validation failed.
    [bpelc] BPEL source validation failed, the errors are:
    [bpelc]
    [bpelc] [Error ORABPEL-10903]: failed to read wsdl
    [bpelc] [Description]: in "bpel.xml", Failed to read wsdl.
    [bpelc] Error happened when reading wsdl at "http://localhost:8888/esb/wsil/Fulfillment/OrderFulfillment?wsdl", because "Failed to read wsdl file at: "http://localhost:8888/esb/wsil/Fulfillment/OrderFulfillment?wsdl", caused by: java.net.ConnectException. : connect: Address is invalid on local machine, or port is not valid on remote machine".
    [bpelc] Make sure wsdl exists at that URL and is valid.
    [bpelc] .
    [bpelc] [Potential fix]: If your site has a proxy server, then you may need to configure your BPEL Server, designer and browser with your proxy server configuration settings (see tech note on http://otn.oracle.com/bpel for instructions).
    [bpelc] .
    [bpelc]
    BUILD FAILED
    C:\OraSOA\soademo_101310_prod\SOADEMO\SOAOrderBooking\build.xml:72: Validation error
    Total time: 20 seconds

    Hello,
    Thanks for your attention. This is the error I get when I try to Deploy SOAOrderBooking BPEL process using Ant. All of my installation is done on my laptop computer. I cant find which file is it looking for and where this file should be? I also checked the configurations in ESB Control but it sounds correct.
    compile:
    [echo]
    | Compiling bpel process SOAOrderBooking, revision 1.0
    [bpelc] [Fatal Error] :-1:-1: Premature end of file.
    [bpelc] ORABPEL-01021
    [bpelc]
    [bpelc] BPEL validation failed.
    [bpelc] BPEL source validation failed, the errors are:
    [bpelc]
    [bpelc] [Error ORABPEL-10903]: failed to read wsdl
    [bpelc] [Description]: in "bpel.xml", Failed to read wsdl.
    [bpelc] Error happened when reading wsdl at "http://localhost:8888/esb/wsil/Fulfillment/OrderFulfillment?wsdl", because "XML غير صالح في المستند في: http://localhost:8888/esb/wsil/Fulfillment/OrderFulfillment?wsdl، السطر: -1، العمود: -1: Premature end of file.".
    [bpelc] Make sure wsdl exists at that URL and is valid.
    [bpelc] .
    [bpelc] [Potential fix]: If your site has a proxy server, then you may need to configure your BPEL Server, designer and browser with your proxy server configuration settings (see tech note on http://otn.oracle.com/bpel for instructions).
    [bpelc] .
    [bpelc]
    [bpelc]      at com.collaxa.cube.lang.compiler.CubeProcessor.validateClientSide(CubeProcessor.java:1133)
    [bpelc]      at com.collaxa.cube.lang.compiler.CubeProcessor.transformClientSide(CubeProcessor.java:449)
    [bpelc]      at com.collaxa.cube.lang.compiler.CubeParserHelper.compileClientSide(CubeParserHelper.java:83)
    [bpelc]      at com.collaxa.cube.ant.taskdefs.Bpelc.execute(Bpelc.java:626)
    [bpelc]      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    [bpelc]      at org.apache.tools.ant.Task.perform(Task.java:364)
    [bpelc]      at org.apache.tools.ant.Target.execute(Target.java:341)
    [bpelc]      at org.apache.tools.ant.Target.performTasks(Target.java:369)
    [bpelc]      at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
    [bpelc]      at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
    [bpelc]      at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
    [bpelc]      at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
    [bpelc]      at oracle.jdevimpl.ant.runner.AntLauncher.launch(AntLauncher.java:321)
    [bpelc]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [bpelc]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [bpelc]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [bpelc]      at java.lang.reflect.Method.invoke(Method.java:585)
    [bpelc]      at oracle.jdevimpl.ant.runner.InProcessAntStarter.runAnt(InProcessAntStarter.java:295)
    [bpelc]      at oracle.jdevimpl.ant.runner.InProcessAntStarter.mav$runAnt(InProcessAntStarter.java:43)
    [bpelc]      at oracle.jdevimpl.ant.runner.InProcessAntStarter$1.run(InProcessAntStarter.java:71)
    [bpelc] BPEL validation failed.
    [bpelc] BPEL source validation failed, the errors are:
    [bpelc]
    [bpelc] [Error ORABPEL-10903]: failed to read wsdl
    [bpelc] [Description]: in "bpel.xml", Failed to read wsdl.
    [bpelc] Error happened when reading wsdl at "http://localhost:8888/esb/wsil/Fulfillment/OrderFulfillment?wsdl", because "XML غير صالح في المستند في: http://localhost:8888/esb/wsil/Fulfillment/OrderFulfillment?wsdl، السطر: -1، العمود: -1: Premature end of file.".
    [bpelc] Make sure wsdl exists at that URL and is valid.
    [bpelc] .
    [bpelc] [Potential fix]: If your site has a proxy server, then you may need to configure your BPEL Server, designer and browser with your proxy server configuration settings (see tech note on http://otn.oracle.com/bpel for instructions).
    [bpelc] .
    [bpelc]
    BUILD FAILED
    C:\SOADEMO\SOAOrderBooking\build.xml:72: Validation error
    Total time: 51 seconds

  • ORABPEL-09705 error while deploying SOA project

    Hi,
    I am trying to use the xsd file which is there in my metadata store, in my SOA project.
    DB based Meta data store is working fine.
    But when I am using file based metadata store, it is throwing ORABPEL-09705 error as mentioned below
    "Caused By: java.lang.RuntimeException: ORABPEL-09705
    Could not initialize variable.
    An error occurs while initializing BPEL variable Receive_Read_InputVariable_1; the schema processor cannot find the element {http://www.edifecs.com/xdata/200}Transaction-850 in the following schemas: oracle.fabric.common.wsdl.SchemaManager@1dfaa55.
    The XSD element on which the variable was based was not properly defined in XSD or the WSDL.
    Ensure that the element named in the error message is valid in the XSD or the WSDL."
    Please help me in solving this issue.
    Thanks,
    Monica

    Check whether the adf-config.xml file in your app is having proper mds path similar to this:
    <adf-mds-config xmlns="http://xmlns.oracle.com/adf/mds/config">
    <mds-config xmlns="http://xmlns.oracle.com/mds/config">
    <persistence-config>
    <metadata-namespaces>
    <namespace metadata-store-usage="mstore-usage_1" path="/soa/shared"/>
    </metadata-namespaces>
    <metadata-store-usages>
    <metadata-store-usage id="mstore-usage_1">
    <metadata-store class-name="oracle.mds.persistence.stores.file.FileMetadataStore">
    <property value="${oracle.home}/integration"
    name="metadata-path"/>
    <property value="seed" name="partition-name"/>
    </metadata-store>
    </metadata-store-usage>
    </metadata-store-usages>
    </persistence-config>
    </mds-config>
    </adf-mds-config>
    "

  • Compilation error while deploying my BPEL process : ORABPEL-05215

    Hi,
    I have created a BPEL process and when I try to deploy it, am getting the following error :
    BUILD FAILED
    D:\SoftWs\JDeveloper\jdev\mywork\AIASamples\CreateCustomerPartyPortalProvABCSImpl\build.xml:79: A problem occured while connecting to server "ple-jgau.us.oracle.com" using port "7777": bpel_CreateCustomerPartyPortalProvABCSImpl_1.0.jar failed to deploy. Exception message is: ORABPEL-05215
    Error while loading process.
    The process domain encountered the following errors while loading the process "CreateCustomerPartyPortalProvABCSImpl" (revision "1.0"): Failed to compile classes.
    Failed to compile the generated BPEL classes for "CreateCustomerPartyPortalProvABCSImpl"
    If you have installed a patch to the server, please check that the bpelcClasspath domain property includes the patch classes.
    at com.collaxa.cube.engine.deployment.CubeProcessHolder.bind(CubeProcessHolder.java:285)
    Whereas, am not getting any error when I compiled the same code [I get two warnings regarding incompatible assignment of variables].
    Please help me out.
    Thanks in advance,
    Senthil.
    Message was edited by:
    emSenthil

    Hi
    I have similar problem. When I compiling process I don't have any errors only when I want to deploy see statement like below. Do You have any suggestions how to fix it?
    Thanks
    BUILD FAILED
    C:\bpel_ROTelcoNewOrder_1.0new\build.xml:79: A problem occured while connecting to server "192.168.10.205" using port "80": bpel_ROTelcoNewOrder_1.0.jar failed to deploy. Exception message is: ORABPEL-05215
    Error while loading process.
    The process domain encountered the following errors while loading the process "ROTelcoNewOrder" (revision "1.0"): BPEL validation failed.
    BPEL source validation failed, the errors are:
    [Error ORABPEL-10007]: unresolved messageType
    [Description]: in line 71 of "D:\product\10.1.3.1\OracleAS_5\bpel\domains\default\tmp\.bpel_ROTelcoNewOrder_1.0_d7fdf89a9fb1b5de9f664c2e4966239a.tmp\ROTelcoNewOrder.bpel", WSDL messageType "{urn:oracle.enterprise.crm.rf.service.InstalledProduct}UpdateInstalledProductRequest.V1" of variable "InvokeUpdateInstalledProduct_UpdateInstalledProduct_InputVariable" is not defined in any of the WSDL files.
    [Potential fix]: Make sure the WSDL messageType "{urn:oracle.enterprise.crm.rf.service.InstalledProduct}UpdateInstalledProductRequest.V1" is defined in one of the WSDLs referenced by the deployment descriptor.
    [Error ORABPEL-10007]: unresolved messageType
    [Description]: in line 72 of "D:\product\10.1.3.1\OracleAS_5\bpel\domains\default\tmp\.bpel_ROTelcoNewOrder_1.0_d7fdf89a9fb1b5de9f664c2e4966239a.tmp\ROTelcoNewOrder.bpel", WSDL messageType "{urn:oracle.enterprise.crm.rf.service.InstalledProduct}InstalledProductUpdateResponse.V1" of variable "InvokeUpdateInstalledProduct_UpdateInstalledProduct_OutputVariable" is not defined in any of the WSDL files.
    [Potential fix]: Make sure the WSDL messageType "{urn:oracle.enterprise.crm.rf.service.InstalledProduct}InstalledProductUpdateResponse.V1" is defined in one of the WSDLs referenced by the deployment descriptor.
    [Error ORABPEL-10007]: unresolved messageType
    [Description]: in line 73 of "D:\product\10.1.3.1\OracleAS_5\bpel\domains\default\tmp\.bpel_ROTelcoNewOrder_1.0_d7fdf89a9fb1b5de9f664c2e4966239a.tmp\ROTelcoNewOrder.bpel", WSDL messageType "{urn:oracle.enterprise.crm.order.service.Order}NotifyOrderShipment.VERSION_1" of variable "InvokeOrderNotify_NotifyOrderShipment_InputVariable" is not defined in any of the WSDL files.
    [Potential fix]: Make sure the WSDL messageType "{urn:oracle.enterprise.crm.order.service.Order}NotifyOrderShipment.VERSION_1" is defined in one of the WSDLs referenced by the deployment descriptor.
    [Error ORABPEL-10007]: unresolved messageType
    [Description]: in line 79 of "D:\product\10.1.3.1\OracleAS_5\bpel\domains\default\tmp\.bpel_ROTelcoNewOrder_1.0_d7fdf89a9fb1b5de9f664c2e4966239a.tmp\ROTelcoNewOrder.bpel", WSDL messageType "{urn:oracle.enterprise.crm.order.service.Order}OrderCompletionRequest.V1" of variable "InvokeOrderCompletion_CompleteOrder_InputVariable" is not defined in any of the WSDL files.
    [Potential fix]: Make sure the WSDL messageType "{urn:oracle.enterprise.crm.order.service.Order}OrderCompletionRequest.V1" is defined in one of the WSDLs referenced by the deployment descriptor.
    [Error ORABPEL-10007]: unresolved messageType
    [Description]: in line 80 of "D:\product\10.1.3.1\OracleAS_5\bpel\domains\default\tmp\.bpel_ROTelcoNewOrder_1.0_d7fdf89a9fb1b5de9f664c2e4966239a.tmp\ROTelcoNewOrder.bpel", WSDL messageType "{urn:oracle.enterprise.crm.order.service.Order}OrderCompletionResponse.V1" of variable "InvokeOrderCompletion_CompleteOrder_OutputVariable" is not defined in any of the WSDL files.
    [Potential fix]: Make sure the WSDL messageType "{urn:oracle.enterprise.crm.order.service.Order}OrderCompletionResponse.V1" is defined in one of the WSDLs referenced by the deployment descriptor.
    [Error ORABPEL-10007]: unresolved messageType
    [Description]: in line 91 of "D:\product\10.1.3.1\OracleAS_5\bpel\domains\default\tmp\.bpel_ROTelcoNewOrder_1.0_d7fdf89a9fb1b5de9f664c2e4966239a.tmp\ROTelcoNewOrder.bpel", WSDL messageType "{urn:oracle.enterprise.crm.rf.service.InstalledProduct}UpdateInstalledProductRequest.V1" of variable "InvokeUpdateIPStatus_UpdateInstalledProduct_InputVariable" is not defined in any of the WSDL files.
    [Potential fix]: Make sure the WSDL messageType "{urn:oracle.enterprise.crm.rf.service.InstalledProduct}UpdateInstalledProductRequest.V1" is defined in one of the WSDLs referenced by the deployment descriptor.
    [Error ORABPEL-10007]: unresolved messageType
    [Description]: in line 92 of "D:\product\10.1.3.1\OracleAS_5\bpel\domains\default\tmp\.bpel_ROTelcoNewOrder_1.0_d7fdf89a9fb1b5de9f664c2e4966239a.tmp\ROTelcoNewOrder.bpel", WSDL messageType "{urn:oracle.enterprise.crm.rf.service.InstalledProduct}InstalledProductUpdateResponse.V1" of variable "InvokeUpdateIPStatus_UpdateInstalledProduct_OutputVariable" is not defined in any of the WSDL files.
    [Potential fix]: Make sure the WSDL messageType "{urn:oracle.enterprise.crm.rf.service.InstalledProduct}InstalledProductUpdateResponse.V1" is defined in one of the WSDLs referenced by the deployment descriptor.
    [Error ORABPEL-10007]: unresolved messageType
    [Description]: in line 93 of "D:\product\10.1.3.1\OracleAS_5\bpel\domains\default\tmp\.bpel_ROTelcoNewOrder_1.0_d7fdf89a9fb1b5de9f664c2e4966239a.tmp\ROTelcoNewOrder.bpel", WSDL messageType "{urn:oracle.enterprise.crm.rf.service.InstalledProduct}GetInstalledProductRequest.V1" of variable "InvokeGetIP_GetInstalledProduct_InputVariable" is not defined in any of the WSDL files.
    [Potential fix]: Make sure the WSDL messageType "{urn:oracle.enterprise.crm.rf.service.InstalledProduct}GetInstalledProductRequest.V1" is defined in one of the WSDLs referenced by the deployment descriptor.
    [Error ORABPEL-10007]: unresolved messageType
    [Description]: in line 94 of "D:\product\10.1.3.1\OracleAS_5\bpel\domains\default\tmp\.bpel_ROTelcoNewOrder_1.0_d7fdf89a9fb1b5de9f664c2e4966239a.tmp\ROTelcoNewOrder.bpel", WSDL messageType "{urn:oracle.enterprise.crm.rf.service.InstalledProduct}GetInstalledProductResponse.V1" of variable "InvokeGetIP_GetInstalledProduct_OutputVariable" is not defined in any of the WSDL files.
    [Potential fix]: Make sure the WSDL messageType "{urn:oracle.enterprise.crm.rf.service.InstalledProduct}GetInstalledProductResponse.V1" is defined in one of the WSDLs referenced by the deployment descriptor.
    [Error ORABPEL-10007]: unresolved messageType
    [Description]: in line 95 of "D:\product\10.1.3.1\OracleAS_5\bpel\domains\default\tmp\.bpel_ROTelcoNewOrder_1.0_d7fdf89a9fb1b5de9f664c2e4966239a.tmp\ROTelcoNewOrder.bpel", WSDL messageType "{urn:oracle.enterprise.crm.rf.service.InstalledProduct}UpdateInstalledProductRequest.V1" of variable "VariableUpdateIPStatusInputVariable" is not defined in any of the WSDL files.
    [Potential fix]: Make sure the WSDL messageType "{urn:oracle.enterprise.crm.rf.service.InstalledProduct}UpdateInstalledProductRequest.V1" is defined in one of the WSDLs referenced by the deployment descriptor.
    [Error ORABPEL-10017]: unresolved operation
    [Description]: in line 963 of "D:\product\10.1.3.1\OracleAS_5\bpel\domains\default\tmp\.bpel_ROTelcoNewOrder_1.0_d7fdf89a9fb1b5de9f664c2e4966239a.tmp\ROTelcoNewOrder.bpel", operation "UpdateInstalledProduct" is not defined in portType "{urn:oracle.enterprise.crm.rf.service.InstalledProduct}RF_INST_PRODUCT_PortType" of <invoke> "InvokeUpdateInstalledProduct".
    [Potential fix]: Make sure the operation "UpdateInstalledProduct" is defined in portType "{urn:oracle.enterprise.crm.rf.service.InstalledProduct}RF_INST_PRODUCT_PortType" who      is defined in WSDL "http://192.168.10.203:8020/PSIGW/PeopleSoftServiceListeningConnector/RF_INST_PRODUCT.1.wsdl".
    [Error ORABPEL-10017]: unresolved operation
    [Description]: in line 1008 of "D:\product\10.1.3.1\OracleAS_5\bpel\domains\default\tmp\.bpel_ROTelcoNewOrder_1.0_d7fdf89a9fb1b5de9f664c2e4966239a.tmp\ROTelcoNewOrder.bpel", operation "NotifyOrderShipment" is not defined in portType "{urn:oracle.enterprise.crm.order.service.Order}RO_ORDER_PortType" of <invoke> "InvokeOrderNotify".
    [Potential fix]: Make sure the operation "NotifyOrderShipment" is defined in portType "{urn:oracle.enterprise.crm.order.service.Order}RO_ORDER_PortType" who      is defined in WSDL "http://192.168.10.203:8020/PSIGW/PeopleSoftServiceListeningConnector/RO_ORDER.1.wsdl".
    [Error ORABPEL-10007]: unresolved messageType
    [Description]: in line 1157 of "D:\product\10.1.3.1\OracleAS_5\bpel\domains\default\tmp\.bpel_ROTelcoNewOrder_1.0_d7fdf89a9fb1b5de9f664c2e4966239a.tmp\ROTelcoNewOrder.bpel", WSDL messageType "{urn:oracle.enterprise.crm.order.service.Order}RelateServicesToSIMContainer.V1" of variable "InvokeRelateServicesToSIM_RelateServiceToSIM_InputVariable" is not defined in any of the WSDL files.
    [Potential fix]: Make sure the WSDL messageType "{urn:oracle.enterprise.crm.order.service.Order}RelateServicesToSIMContainer.V1" is defined in one of the WSDLs referenced by the deployment descriptor.
    [Error ORABPEL-10007]: unresolved messageType
    [Description]: in line 1158 of "D:\product\10.1.3.1\OracleAS_5\bpel\domains\default\tmp\.bpel_ROTelcoNewOrder_1.0_d7fdf89a9fb1b5de9f664c2e4966239a.tmp\ROTelcoNewOrder.bpel", WSDL messageType "{urn:oracle.enterprise.crm.order.service.Order}RelateServicesToSIMResponse.V1" of variable "InvokeRelateServicesToSIM_RelateServiceToSIM_OutputVariable" is not defined in any of the WSDL files.
    [Potential fix]: Make sure the WSDL messageType "{urn:oracle.enterprise.crm.order.service.Order}RelateServicesToSIMResponse.V1" is defined in one of the WSDLs referenced by the deployment descriptor.
    [Error ORABPEL-10017]: unresolved operation
    [Description]: in line 1186 of "D:\product\10.1.3.1\OracleAS_5\bpel\domains\default\tmp\.bpel_ROTelcoNewOrder_1.0_d7fdf89a9fb1b5de9f664c2e4966239a.tmp\ROTelcoNewOrder.bpel", operation "RelateServiceToSIM" is not defined in portType "{urn:oracle.enterprise.crm.order.service.Order}RO_ORDER_PortType" of <invoke> "InvokeRelateServicesToSIM".
    [Potential fix]: Make sure the operation "RelateServiceToSIM" is defined in portType "{urn:oracle.enterprise.crm.order.service.Order}RO_ORDER_PortType" who      is defined in WSDL "http://192.168.10.203:8020/PSIGW/PeopleSoftServiceListeningConnector/RO_ORDER.1.wsdl".
    [Error ORABPEL-10017]: unresolved operation
    [Description]: in line 1747 of "D:\product\10.1.3.1\OracleAS_5\bpel\domains\default\tmp\.bpel_ROTelcoNewOrder_1.0_d7fdf89a9fb1b5de9f664c2e4966239a.tmp\ROTelcoNewOrder.bpel", operation "CompleteOrder" is not defined in portType "{urn:oracle.enterprise.crm.order.service.Order}RO_ORDER_PortType" of <invoke> "InvokeOrderCompletion".
    [Potential fix]: Make sure the operation "CompleteOrder" is defined in portType "{urn:oracle.enterprise.crm.order.service.Order}RO_ORDER_PortType" who      is defined in WSDL "http://192.168.10.203:8020/PSIGW/PeopleSoftServiceListeningConnector/RO_ORDER.1.wsdl".
    [Error ORABPEL-10017]: unresolved operation
    [Description]: in line 1947 of "D:\product\10.1.3.1\OracleAS_5\bpel\domains\default\tmp\.bpel_ROTelcoNewOrder_1.0_d7fdf89a9fb1b5de9f664c2e4966239a.tmp\ROTelcoNewOrder.bpel", operation "GetInstalledProduct" is not defined in portType "{urn:oracle.enterprise.crm.rf.service.InstalledProduct}RF_INST_PRODUCT_PortType" of <invoke> "InvokeGetIP".
    [Potential fix]: Make sure the operation "GetInstalledProduct" is defined in portType "{urn:oracle.enterprise.crm.rf.service.InstalledProduct}RF_INST_PRODUCT_PortType" who      is defined in WSDL "http://192.168.10.203:8020/PSIGW/PeopleSoftServiceListeningConnector/RF_INST_PRODUCT.1.wsdl".
    [Error ORABPEL-10017]: unresolved operation
    [Description]: in line 1964 of "D:\product\10.1.3.1\OracleAS_5\bpel\domains\default\tmp\.bpel_ROTelcoNewOrder_1.0_d7fdf89a9fb1b5de9f664c2e4966239a.tmp\ROTelcoNewOrder.bpel", operation "UpdateInstalledProduct" is not defined in portType "{urn:oracle.enterprise.crm.rf.service.InstalledProduct}RF_INST_PRODUCT_PortType" of <invoke> "InvokeUpdateIPStatus".
    [Potential fix]: Make sure the operation "UpdateInstalledProduct" is defined in portType "{urn:oracle.enterprise.crm.rf.service.InstalledProduct}RF_INST_PRODUCT_PortType" who      is defined in WSDL "http://192.168.10.203:8020/PSIGW/PeopleSoftServiceListeningConnector/RF_INST_PRODUCT.1.wsdl".
    If you have installed a patch to the server, please check that the bpelcClasspath domain property includes the patch classes.
    at com.collaxa.cube.engine.deployment.CubeProcessHolder.bind(CubeProcessHolder.java:285)
    at com.collaxa.cube.engine.deployment.DeploymentManager.deployProcess(DeploymentManager.java:804)
    at com.collaxa.cube.engine.deployment.DeploymentManager.deploySuitcase(DeploymentManager.java:670)
    at com.collaxa.cube.ejb.impl.BPELDomainManagerBean.deploySuitcase(BPELDomainManagerBean.java:445)
    at sun.reflect.GeneratedMethodAccessor91.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASInterceptor.java:31)
    at com.evermind.server.ThreadState.runAs(ThreadState.java:620)
    at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:34)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.TxRequiredInterceptor.invoke(TxRequiredInterceptor.java:50)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
    at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
    at DomainManagerBean_RemoteProxy_4bin6i8.deploySuitcase(Unknown Source)
    at com.oracle.bpel.client.BPELDomainHandle.deploySuitcase(BPELDomainHandle.java:317)
    at com.oracle.bpel.client.BPELDomainHandle.deployProcess(BPELDomainHandle.java:339)
    at deployHttpClientProcess.jspService(_deployHttpClientProcess.java:376)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:453)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:591)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:515)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)

  • Error while Deploying - ORABPEL-04131

    While depoying a BPEL process, we got below error:
    Exception message is: ORABPEL-04131
    Cannot insert/update process descriptor.
    The process domain was unable to insert/update the descriptor for process "SUP012_EllipseWorkOrders_Inbound_Service", revision "1.0" into the datastore. T
    he exception reported is: ORA-01461: can bind a LONG value only for insert into
    a LONG column
    Please check that the machine hosting the datasource is physically connected to the network. Otherwise, check that the datasource connection para
    meters (user/password) is currently valid.
    sql statement: INSERT INTO process_descriptor ( domain_ref, process_id, revision_tag, descriptor ) VALUES ( ?, ?, ?,
    at com.collaxa.cube.engine.adaptors.common.BaseProcessPersistenceAdaptor$BaseDescriptorHandler.insert(BaseProcessPersistenceAdaptor.java:1050)
    at com.collaxa.cube.engine.adaptors.common.BaseProcessPersistenceAdaptor.storeProcess(BasePro
    cessPersistenceAdaptor.java:439)
    at com.collaxa.cube.engine.adaptors.common.BaseProcessPersistenceAdaptor.storeProcess(BaseProcessPersistenceAdaptor.java:312)
    at com.collaxa.cube.engine.data.ProcessPersistenceMgr.storeProcess(ProcessPersist
    enceMgr.java:76)
    What could be possible reasons for this?
    Thanks,
    Ravdeep

    The BPEL process is an inbound to Oracle.
    It takes incoming message (JMS adpater) and inserting into a custom table.
    After that a custom Program is being called.
    The process also logs message into a webservice after each step.
    But we got error while deploying ...
    Deployment log is as below:
    Buildfile: build-SIT.xml
    deploy-one:
    [echo]
    [echo] --------------------------------------------------------------
    [echo] | Building BPEL Suitcases for one process...
    [echo] |
    [echo] | /dcvrds/deploy/115XBOLGSOA01298_001/EllipseWorkOrders_Inbound_Service/build/build.xml
    [echo] --------------------------------------------------------------
    [echo]
    [echo]
    [echo] --------------------------------------------------------------
    [echo] | Copying source [dcvrds/deploy/115XBOLGSOA01298_001/EllipseWorkOrders_Inbound_Service] to build location [dcvrds/deploy/115XBOLGSOA01298_001/EllipseWorkOrders_Inbound_Service/build]...
    [echo] --------------------------------------------------------------
    [echo]
    [mkdir] Created dir: /dcvrds/deploy/115XBOLGSOA01298_001/EllipseWorkOrders_Inbound_Service/build
    [copy] Warning: build-PROD.properties modified in the future.
    [copy] Warning: build-SIT.properties modified in the future.
    [copy] Copying 76 files to /dcvrds/deploy/115XBOLGSOA01298_001/EllipseWorkOrders_Inbound_Service/build
    [copy] Copied 42 empty directories to 1 empty directory under /dcvrds/deploy/115XBOLGSOA01298_001/EllipseWorkOrders_Inbound_Service/build
    pre-build:
    validateTask:
    [echo]
    [echo] --------------------------------------------------------------
    [echo] | Validating workflow
    [echo] --------------------------------------------------------------
    [echo]
    [validateTask] Validation of workflow task definitions is completed without errors
    compile:
    [echo]
    [echo] --------------------------------------------------------------
    [echo] | Compiling bpel process SUP012_EllipseWorkOrders_Inbound_Service, revision 1.0
    [echo] --------------------------------------------------------------
    [echo]
    [bpelc] validating "/dcvrds/deploy/115XBOLGSOA01298_001/EllipseWorkOrders_Inbound_Service/build/bpel/EllipseWorkOrders_Inbound_Service.bpel" ...
    [bpelc] BPEL suitcase generated in: /dcvrds/deploy/115XBOLGSOA01298_001/EllipseWorkOrders_Inbound_Service/build/output/bpel_SUP012_EllipseWorkOrders_Inbound_Service_1.0.jar
    deployProcess:
    [echo]
    [echo] --------------------------------------------------------------
    [echo] | Deploying bpel process SUP012_EllipseWorkOrders_Inbound_Service on hom012.cvrd.br, port 10745
    [echo] --------------------------------------------------------------
    [echo]
    [deployProcess] Deploying process /dcvrds/deploy/115XBOLGSOA01298_001/EllipseWorkOrders_Inbound_Service/build/output/bpel_SUP012_EllipseWorkOrders_Inbound_Service_1.0.jar
    .......................................................................................................

  • Error While Deploying A Web Dynpro Appln thru NWDS

    HI,
    I am getting an error while deploying a Web Dynpro Application through NWDS.Following is the Exception
    Aborted: development component '<ComponentName>'/'local'/'LOKAL'/'0.2006.07.26.15.06.05':Caught exception while checking the login credentials for SAP J2EE Engine. Check whether the SAP J2EE Engine is up and running.com.sap.engine.deploy.manager.DeployManagerException: ERROR: Cannot connect to Host: [sapsbx28] with user name: [J2EE_ADMIN] Check your login information. Exception is: com.sap.engine.services.jndi.persistent.exceptions.NamingException: Exception while trying to get InitialContext. [Root exception is com.sap.engine.services.security.exceptions.BaseLoginException: Cannot authenticate the user.] (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.checkLoginCredentials.DMEXC)
    When i give a request for deployment it asks for the SDM password. I enter a valid SDM pwd. If i enter  a invalid SDM pwd i get  some other exception. So the pwd SDM entered by me is correct.
    can any one help me in solving this
    regards
    Nilesh Taunk

    Hi Nilesh,
           Try opening Visual Admin if your not able to login with username(administrator) and password. Problem with NWD2004s do the following steps.
    C:\usr\sap\J2E\JC01\j2ee\configtool->configtool.bat->open it
    1. Click on Secure store
    2. Right you will find :
    admin/password/J2E->retype your admin passowrd which you gave during installation=>SAVE properly
    Restart the server and try login visual admin
           Deploy now...Other wise see this thread same error solved:
    Re: An Deploy Problem about Credentials.
    Regards
    Suresh

  • Deploying SOAOrderBooking BPEL Process using ANT

    I cannot resolve the following error when deploying this process - all services are reqistered and deployed as specificed in the demo
    The error says 'cannot get deployment manager' and some messages about a URI de descriptor
    | Deploying workflow form for SOAOrderBooking on ASarnoXP, port 8888
    [deployTaskForm] Start of deploying forms
    [deployTaskForm] checking for form directory as form/warC:\Jdeveloper\Order Booking Application\SOAOrderBooking\public_html\ApproveOrder\form\war
    [deployTaskForm] Form directory name = C:\Jdeveloper\Order Booking Application\SOAOrderBooking\public_html\ApproveOrder\form
    [deployTaskForm] Start of deploying form C:\Jdeveloper\Order Booking Application\SOAOrderBooking\public_html\ApproveOrder\form
    [deployTaskForm] Start of copying file C:\Jdeveloper\Order Booking Application\SOAOrderBooking\public_html\ApproveOrder\form\ear\META-INF\application.xml to C:\Jdeveloper\Order Booking Application\SOAOrderBooking\public_html\ApproveOrder\form\ear\META-INF\application.xml.bak
    [deployTaskForm] End of copying file C:\Jdeveloper\Order Booking Application\SOAOrderBooking\public_html\ApproveOrder\form\ear\META-INF\application.xml to C:\Jdeveloper\Order Booking Application\SOAOrderBooking\public_html\ApproveOrder\form\ear\META-INF\application.xml.bak
    [deployTaskForm] Context name before converting /default/SOAOrderBooking/1.0/ApproveOrder
    [deployTaskForm] Context name after converting /default/SOAOrderBooking/1.0/ApproveOrder
    [deployTaskForm] Creating applicatio xml with context /default/SOAOrderBooking/1.0/ApproveOrder
    [deployTaskForm] WEB File : C:\Jdeveloper\Order Booking Application\SOAOrderBooking\public_html\ApproveOrder\form\war\WEB-INF
    [deployTaskForm] Generating the web archive workflowform.war in directory C:\Jdeveloper\Order Booking Application\SOAOrderBooking\public_html\ApproveOrder\form\ear
    [deployTaskForm] Deleting file = workflowform.war
    [deployTaskForm] Deleting file = default_SOAOrderBooking_1_0_ApproveOrder.ear
    [deployTaskForm] Generating the application archive default_SOAOrderBooking_1_0_ApproveOrder.ear in directory C:\Jdeveloper\Order Booking Application\SOAOrderBooking\public_html\ApproveOrder\form
    [deployTaskForm] Deploying apps to platform ias_10g
    [deployTaskForm] Start of deploying default_SOAOrderBooking_1_0_ApproveOrder.ear to oc4j
    [deployTaskForm] java oracle.oc4j.admin.deploy.cmdline.Oc4jAdminCmdline deployer:oc4j:opmn://ASarnoXP:6003/home/home oc4jadmin welcome1 -deploy -file C:\Jdeveloper\Order Booking Application\SOAOrderBooking\public_html\ApproveOrder\form\default_SOAOrderBooking_1_0_ApproveOrder.ear -deploymentName default_SOAOrderBooking_1_0_ApproveOrder -parent orabpel
    [deployTaskForm] Start of deploy apps
    [deployTaskForm]
    [deployTaskForm]
    [deployTaskForm] Failed at "Could not get DeploymentManager".
    [deployTaskForm]
    [deployTaskForm] This is typically the result of an invalid deployer URI format being supplied, the target server not being in a started state or incorrect authentication details being supplied.
    [deployTaskForm]
    [deployTaskForm] More information is available by enabling logging -- please see the Oracle Containers for J2EE Configuration and Administration Guide for details.
    [deployTaskForm]
    [deployTaskForm]
    [deployTaskForm] Start of copying file C:\Jdeveloper\Order Booking Application\SOAOrderBooking\public_html\ApproveOrder\form\ear\META-INF\application.xml.bak to C:\Jdeveloper\Order Booking Application\SOAOrderBooking\public_html\ApproveOrder\form\ear\META-INF\application.xml
    [deployTaskForm] End of copying file C:\Jdeveloper\Order Booking Application\SOAOrderBooking\public_html\ApproveOrder\form\ear\META-INF\application.xml.bak to C:\Jdeveloper\Order Booking Application\SOAOrderBooking\public_html\ApproveOrder\form\ear\META-INF\application.xml
    BUILD FAILED
    C:\Jdeveloper\Order Booking Application\SOAOrderBooking\build.xml:107: Error while deploying the form on server "ASarnoXP" Error message :
    java.lang.SecurityException
         at oracle.ide.IdeCore$7.checkExit(IdeCore.java:177)
         at java.lang.Runtime.exit(Runtime.java:88)
         at java.lang.System.exit(System.java:868)
         at oracle.oc4j.admin.deploy.cmdline.Oc4jAdminCmdline.executeCommand(Oc4jAdminCmdline.java:127)
         at com.collaxa.cube.ant.taskdefs.DeployForm.deployIAS(DeployForm.java:750)
         at com.collaxa.cube.ant.taskdefs.DeployForm.deployForm(DeployForm.java:548)
         at com.collaxa.cube.ant.taskdefs.DeployForm.deployForms(DeployForm.java:814)
         at com.collaxa.cube.ant.taskdefs.DeployForm.execute(DeployForm.java:840)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
         at org.apache.tools.ant.Task.perform(Task.java:364)
         at org.apache.tools.ant.Target.execute(Target.java:341)
         at org.apache.tools.ant.Target.performTasks(Target.java:369)
         at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
         at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
         at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
         at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
         at oracle.jdevimpl.ant.runner.AntLauncher.launch(AntLauncher.java:321)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at oracle.jdevimpl.ant.runner.InProcessAntStarter.runAnt(InProcessAntStarter.java:295)
         at oracle.jdevimpl.ant.runner.InProcessAntStarter.mav$runAnt(InProcessAntStarter.java:43)
         at oracle.jdevimpl.ant.runner.InProcessAntStarter$1.run(InProcessAntStarter.java:71)
    Total time: 30 seconds

    I assume you checked the reasons that are suggested in the message:
    "This is typically the result of an invalid deployer URI format being supplied, the target server not being in a started state or incorrect authentication details"
    It looks like a typo...
    Lonneke

  • Error deploying SOAOrderBooking BPEL Process through Ant

    Hello,
    I following Oracle SOA Quick Start Guide (Part # B28938-01) to setup Demo SOA Application.
    I followed the document Chapter 2 and installed SOA Suite with "Basic Install" and JDeveloper 10.1.3.1.0.
    When deploying SOAOrderBooking BPEL Process as mentioned in Page 2-11 Step # 7, I get following error
    [bpelc] Error while loading schemas from wsdl file at location "http://localhost:8888/orabpel/default/SelectManufacturer/1.0/SelectManufacturer?wsdl". The reason is Unable to create an InitialContext..
    I tried enabling verbose in bpelc command in build.xml file and stack trace indicate java.lang.ClassNotFoundException for oracle.javatools.jndi.LocalInitialContextFactory class.
    I'm trying to setup the demo as Proof-of-concept for one of my projects. So any help in resolving this issue will be greatly appreciated. I've include the full log file for reference.
    Thanks,
    Sankaran.
    | Compiling bpel process SOAOrderBooking, revision 1.0
    fileset: Setup scanner in dir C:\SOA_OM_Demo\SOADEMO\SOAOrderBooking\bpel with patternSet{ includes: [] excludes: [**/.project, bpel.xml, _bpel.xml, testSuites/**, testsuites/**] }
    [bpelc] home directory is: C:\oracle\jdevstudio10131\/integration/bpel
    [bpelc] loading WSDLs ...
    [bpelc] reading partner client's WSDL at C:\SOA_OM_Demo\SOADEMO\SOAOrderBooking\bpel\SOAOrderBooking.wsdl
    [bpelc] done reading wsdl for partner: client
    [bpelc] reading partner OrderFulfillment's WSDL at http://localhost:8888/esb/wsil/Fulfillment/OrderFulfillment?wsdl
    [bpelc] done reading wsdl for partner: OrderFulfillment
    [bpelc] reading partner RapidService's WSDL at C:\SOA_OM_Demo\SOADEMO\SOAOrderBooking\bpel\RapidService.wsdl
    [bpelc] done reading wsdl for partner: RapidService
    [bpelc] reading partner TaskService's WSDL at C:\SOA_OM_Demo\SOADEMO\SOAOrderBooking\bpel\TaskServiceWSIF.wsdl
    [bpelc] done reading wsdl for partner: TaskService
    [bpelc] reading partner CustomerService's WSDL at C:\SOA_OM_Demo\SOADEMO\SOAOrderBooking\bpel\CustomerSvc.wsdl
    [bpelc] done reading wsdl for partner: CustomerService
    [bpelc] reading partner NotificationService's WSDL at C:\SOA_OM_Demo\SOADEMO\SOAOrderBooking\bpel\NotificationService.wsdl
    [bpelc] done reading wsdl for partner: NotificationService
    [bpelc] reading partner SelectService's WSDL at http://localhost:8888/orabpel/default/SelectManufacturer/1.0/SelectManufacturer?wsdl
    [bpelc] done reading wsdl for partner: SelectService
    [bpelc] reading partner CreditValidatingService's WSDL at C:\SOA_OM_Demo\SOADEMO\SOAOrderBooking\bpel\CreditValidatingService.wsdl
    [bpelc] done reading wsdl for partner: CreditValidatingService
    [bpelc] reading partner DecisionServicePL's WSDL at C:\SOA_OM_Demo\SOADEMO\SOAOrderBooking\bpel\DecisionServiceRef.wsdl
    [bpelc] done reading wsdl for partner: DecisionServicePL
    [bpelc] reading partner OrderStatus's WSDL at C:\SOA_OM_Demo\SOADEMO\SOAOrderBooking\bpel\OrderStatus.wsdl
    [bpelc] done reading wsdl for partner: OrderStatus
    [bpelc] reading partner Order's WSDL at C:\SOA_OM_Demo\SOADEMO\SOAOrderBooking\bpel\Order.wsdl
    [bpelc] done reading wsdl for partner: Order
    [bpelc] reading partner OrderSequence's WSDL at C:\SOA_OM_Demo\SOADEMO\SOAOrderBooking\bpel\OrderSequence.wsdl
    [bpelc] done reading wsdl for partner: OrderSequence
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C:/SOA_OM_Demo/SOADEMO/SOAOrderBooking/bpel/CreditValidatingService.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def http://localhost:8888/CreditService/ValidateCreditCardServiceSoapHttp?WSDL
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C:/SOA_OM_Demo/SOADEMO/SOAOrderBooking/bpel/NotificationService.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema schema
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C:/SOA_OM_Demo/SOADEMO/SOAOrderBooking/bpel/TaskServiceWSIF.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C:/SOA_OM_Demo/SOADEMO/SOAOrderBooking/bpel/TaskServiceInterface.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C:/SOA_OM_Demo/SOADEMO/SOAOrderBooking/bpel/OrderStatus.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C:/SOA_OM_Demo/SOADEMO/SOAOrderBooking/bpel/DBAdapterOutboundHeader.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema schema
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C:/SOA_OM_Demo/SOADEMO/SOAOrderBooking/bpel/Order.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C:/SOA_OM_Demo/SOADEMO/SOAOrderBooking/bpel/DBAdapterOutboundHeader.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema schema
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def http://localhost:8888/orabpel/default/SelectManufacturer/1.0/SelectManufacturer?wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema schema
    [bpelc] BPELValidator
    [bpelc] ORABPEL-09701
    [bpelc]
    [bpelc] Error loading schemas from wsdl.
    [bpelc] Error while loading schemas from wsdl file at location "http://localhost:8888/orabpel/default/SelectManufacturer/1.0/SelectManufacturer?wsdl". The reason is Unable to create an InitialContext..
    [bpelc] Please verify the schemas defined in wsdl.
    [bpelc]
    [bpelc]      at com.collaxa.cube.xml.xsd.xerces.WSDLSchemaManager.loadEmbeddedSchemas(WSDLSchemaManager.java:720)
    [bpelc]      at com.collaxa.cube.xml.xsd.xerces.WSDLSchemaManager.loadSchemasFromWSDL(WSDLSchemaManager.java:610)
    [bpelc]      at com.collaxa.cube.xml.xsd.xerces.WSDLSchemaManager.loadAllSchemas(WSDLSchemaManager.java:313)
    [bpelc]      at com.collaxa.cube.lang.compiler.BPELProcessModel.loadWSDLs(BPELProcessModel.java:208)
    [bpelc]      at com.collaxa.cube.lang.compiler.bpel.BPELValidator.validateClientSide(BPELValidator.java:67)
    [bpelc]      at com.collaxa.cube.lang.compiler.CubeProcessor.validateClientSide(CubeProcessor.java:1130)
    [bpelc]      at com.collaxa.cube.lang.compiler.CubeProcessor.transformClientSide(CubeProcessor.java:449)
    [bpelc]      at com.collaxa.cube.lang.compiler.CubeParserHelper.compileClientSide(CubeParserHelper.java:83)
    [bpelc]      at com.collaxa.cube.ant.taskdefs.Bpelc.execute(Bpelc.java:626)
    [bpelc]      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    [bpelc]      at org.apache.tools.ant.Task.perform(Task.java:364)
    [bpelc]      at org.apache.tools.ant.Target.execute(Target.java:341)
    [bpelc]      at org.apache.tools.ant.Target.performTasks(Target.java:369)
    [bpelc]      at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
    [bpelc]      at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
    [bpelc]      at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
    [bpelc]      at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
    [bpelc]      at oracle.jdevimpl.ant.runner.AntLauncher.launch(AntLauncher.java:321)
    [bpelc]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [bpelc]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [bpelc]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [bpelc]      at java.lang.reflect.Method.invoke(Method.java:585)
    [bpelc]      at oracle.jdevimpl.ant.runner.InProcessAntStarter.runAnt(InProcessAntStarter.java:295)
    [bpelc]      at oracle.jdevimpl.ant.runner.InProcessAntStarter.mav$runAnt(InProcessAntStarter.java:43)
    [bpelc]      at oracle.jdevimpl.ant.runner.InProcessAntStarter$1.run(InProcessAntStarter.java:71)
    [bpelc] Caused by: java.lang.IllegalStateException: Unable to create an InitialContext.
    [bpelc]      at oracle.javatools.jndi.Names.internalEx(Names.java:172)
    [bpelc]      at oracle.javatools.jndi.Names.newInitialContext(Names.java:56)
    [bpelc]      at oracle.ide.AddinManager.getAddinManager(AddinManager.java:56)
    [bpelc]      at oracle.jdevimpl.webdav.HostUtil.getClient(HostUtil.java:47)
    [bpelc]      at oracle.jdevimpl.webdav.api.Authentication.getConnections(Authentication.java:199)
    [bpelc]      at oracle.jdevimpl.webdav.api.Authentication.getAuthorization(Authentication.java:106)
    [bpelc]      at oracle.jdevimpl.webdav.api.DAVAuthenticator.getPasswordAuthentication(DAVAuthenticator.java:70)
    [bpelc]      at java.net.Authenticator.requestPasswordAuthentication(Authenticator.java:300)
    [bpelc]      at sun.net.www.protocol.http.HttpURLConnection$1.run(HttpURLConnection.java:267)
    [bpelc]      at java.security.AccessController.doPrivileged(Native Method)
    [bpelc]      at sun.net.www.protocol.http.HttpURLConnection.privilegedRequestPasswordAuthentication(HttpURLConnection.java:263)
    [bpelc]      at sun.net.www.protocol.http.HttpURLConnection.getHttpProxyAuthentication(HttpURLConnection.java:1448)
    [bpelc]      at sun.net.www.protocol.http.HttpURLConnection.resetProxyAuthentication(HttpURLConnection.java:1246)
    [bpelc]      at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:950)
    [bpelc]      at java.net.URL.openStream(URL.java:1007)
    [bpelc]      at oracle.xml.parser.v2.XMLReader.openURL(XMLReader.java:2551)
    [bpelc]      at oracle.xml.parser.v2.XMLReader.pushXMLReader(XMLReader.java:285)
    [bpelc]      at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:259)
    [bpelc]      at com.collaxa.cube.xml.xsd.xerces.WSDLSchemaManager.parseXMLSrc(WSDLSchemaManager.java:2073)
    [bpelc]      at com.collaxa.cube.xml.xsd.xerces.WSDLSchemaManager.parseXSDSrc(WSDLSchemaManager.java:2023)
    [bpelc]      at com.collaxa.cube.xml.xsd.xerces.WSDLSchemaManager.processSchemaImportsAndInclude(WSDLSchemaManager.java:1920)
    [bpelc]      at com.collaxa.cube.xml.xsd.xerces.WSDLSchemaManager.loadEmbeddedSchemas(WSDLSchemaManager.java:716)
    [bpelc]      ... 24 more
    [bpelc] Caused by: javax.naming.NoInitialContextException: Cannot instantiate class: oracle.javatools.jndi.LocalInitialContextFactory [Root exception is java.lang.ClassNotFoundException: oracle.javatools.jndi.LocalInitialContextFactory]
    [bpelc]      at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:657)
    [bpelc]      at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:247)
    [bpelc]      at javax.naming.InitialContext.init(InitialContext.java:223)
    [bpelc]      at javax.naming.InitialContext.<init>(InitialContext.java:197)
    [bpelc]      at oracle.javatools.jndi.Names.newInitialContext(Names.java:52)
    [bpelc]      ... 44 more
    [bpelc] Caused by: java.lang.ClassNotFoundException: oracle.javatools.jndi.LocalInitialContextFactory
    [bpelc]      at org.apache.tools.ant.AntClassLoader.findClassInComponents(AntClassLoader.java:1166)
    [bpelc]      at org.apache.tools.ant.AntClassLoader.findClass(AntClassLoader.java:1107)
    [bpelc]      at org.apache.tools.ant.AntClassLoader.loadClass(AntClassLoader.java:977)
    [bpelc]      at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    [bpelc]      at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    [bpelc]      at java.lang.Class.forName0(Native Method)
    [bpelc]      at java.lang.Class.forName(Class.java:242)
    [bpelc]      at com.sun.naming.internal.VersionHelper12.loadClass(VersionHelper12.java:42)
    [bpelc]      at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:654)
    [bpelc]      ... 48 more
    [bpelc] ORABPEL-01021
    [bpelc]
    [bpelc] BPEL validation failed.
    [bpelc] BPEL source validation failed, the errors are:
    [bpelc]
    [bpelc] [Error ORABPEL-10903]: failed to read wsdl
    [bpelc] [Description]: in "bpel.xml", Error loading schemas from wsdl.
    [bpelc] Error while loading schemas from wsdl file at location "http://localhost:8888/orabpel/default/SelectManufacturer/1.0/SelectManufacturer?wsdl". The reason is Unable to create an InitialContext..
    [bpelc] Please verify the schemas defined in wsdl.
    [bpelc] .
    [bpelc] [Potential fix]: If your site has a proxy server, then you may need to configure your BPEL Server, designer and browser with your proxy server configuration settings (see tech note on http://otn.oracle.com/bpel for instructions).
    [bpelc] .
    [bpelc]
    [bpelc]      at com.collaxa.cube.lang.compiler.CubeProcessor.validateClientSide(CubeProcessor.java:1133)
    [bpelc]      at com.collaxa.cube.lang.compiler.CubeProcessor.transformClientSide(CubeProcessor.java:449)
    [bpelc]      at com.collaxa.cube.lang.compiler.CubeParserHelper.compileClientSide(CubeParserHelper.java:83)
    [bpelc]      at com.collaxa.cube.ant.taskdefs.Bpelc.execute(Bpelc.java:626)
    [bpelc]      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    [bpelc]      at org.apache.tools.ant.Task.perform(Task.java:364)
    [bpelc]      at org.apache.tools.ant.Target.execute(Target.java:341)
    [bpelc]      at org.apache.tools.ant.Target.performTasks(Target.java:369)
    [bpelc]      at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
    [bpelc]      at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
    [bpelc]      at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
    [bpelc]      at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
    [bpelc]      at oracle.jdevimpl.ant.runner.AntLauncher.launch(AntLauncher.java:321)
    [bpelc]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [bpelc]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [bpelc]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [bpelc]      at java.lang.reflect.Method.invoke(Method.java:585)
    [bpelc]      at oracle.jdevimpl.ant.runner.InProcessAntStarter.runAnt(InProcessAntStarter.java:295)
    [bpelc]      at oracle.jdevimpl.ant.runner.InProcessAntStarter.mav$runAnt(InProcessAntStarter.java:43)
    [bpelc]      at oracle.jdevimpl.ant.runner.InProcessAntStarter$1.run(InProcessAntStarter.java:71)
    [bpelc] BPEL validation failed.
    [bpelc] BPEL source validation failed, the errors are:
    [bpelc]
    [bpelc] [Error ORABPEL-10903]: failed to read wsdl
    [bpelc] [Description]: in "bpel.xml", Error loading schemas from wsdl.
    [bpelc] Error while loading schemas from wsdl file at location "http://localhost:8888/orabpel/default/SelectManufacturer/1.0/SelectManufacturer?wsdl". The reason is Unable to create an InitialContext..
    [bpelc] Please verify the schemas defined in wsdl.
    [bpelc] .
    [bpelc] [Potential fix]: If your site has a proxy server, then you may need to configure your BPEL Server, designer and browser with your proxy server configuration settings (see tech note on http://otn.oracle.com/bpel for instructions).
    [bpelc] .
    [bpelc]
    BUILD FAILED
    C:\SOA_OM_Demo\SOADEMO\SOAOrderBooking\build.xml:72: Validation error
         at com.collaxa.cube.ant.taskdefs.Bpelc.execute(Bpelc.java:647)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
         at org.apache.tools.ant.Task.perform(Task.java:364)
         at org.apache.tools.ant.Target.execute(Target.java:341)
         at org.apache.tools.ant.Target.performTasks(Target.java:369)
         at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
         at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
         at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
         at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
         at oracle.jdevimpl.ant.runner.AntLauncher.launch(AntLauncher.java:321)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at oracle.jdevimpl.ant.runner.InProcessAntStarter.runAnt(InProcessAntStarter.java:295)
         at oracle.jdevimpl.ant.runner.InProcessAntStarter.mav$runAnt(InProcessAntStarter.java:43)
         at oracle.jdevimpl.ant.runner.InProcessAntStarter$1.run(InProcessAntStarter.java:71)

    UP!!!
    The same error occurred in our enviroment:
    Buildfile: C:\Softs\oracle\Jdevstudio10131_new\workspace\soademo_101310_preview\SOAOrderBooking\build.xml
    pre-deploy:
    validateTask:
    [echo]
    | Validating workflow
    [validateTask] url is file:/C:/Softs/oracle/Jdevstudio10131_new/integration/bpm/support/files/WorkflowTaskDefinition.xsd
    [validateTask] Validation of workflow task definitions is completed without errors
    compile:
    [echo]
    | Compiling bpel process SOAOrderBooking, revision 1.0
    [bpelc] ORABPEL-01021
    [bpelc]
    [bpelc] BPEL validation failed.
    [bpelc] BPEL source validation failed, the errors are:
    [bpelc]
    [bpelc] [Error ORABPEL-10903]: failed to read wsdl
    [bpelc] [Description]: in "bpel.xml", Error loading schemas from wsdl.
    [bpelc] Error while loading schemas from wsdl file at location "http://10.171.11.124/orabpel/default/SelectManufacturer/1.0/SelectManufacturer?wsdl". The reason is Unable to create an InitialContext..
    [bpelc] Please verify the schemas defined in wsdl.
    [bpelc] .
    [bpelc] [Potential fix]: If your site has a proxy server, then you may need to configure your BPEL Server, designer and browser with your proxy server configuration settings (see tech note on http://otn.oracle.com/bpel for instructions).
    [bpelc] .
    [bpelc]
    [bpelc]      at com.collaxa.cube.lang.compiler.CubeProcessor.validateClientSide(CubeProcessor.java:1133)
    [bpelc]      at com.collaxa.cube.lang.compiler.CubeProcessor.transformClientSide(CubeProcessor.java:449)
    [bpelc]      at com.collaxa.cube.lang.compiler.CubeParserHelper.compileClientSide(CubeParserHelper.java:83)
    [bpelc]      at com.collaxa.cube.ant.taskdefs.Bpelc.execute(Bpelc.java:626)
    [bpelc]      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    [bpelc]      at org.apache.tools.ant.Task.perform(Task.java:364)
    [bpelc]      at org.apache.tools.ant.Target.execute(Target.java:341)
    [bpelc]      at org.apache.tools.ant.Target.performTasks(Target.java:369)
    [bpelc]      at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
    [bpelc]      at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
    [bpelc]      at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
    [bpelc]      at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
    [bpelc]      at oracle.jdevimpl.ant.runner.AntLauncher.launch(AntLauncher.java:321)
    [bpelc]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [bpelc]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [bpelc]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [bpelc]      at java.lang.reflect.Method.invoke(Method.java:585)
    [bpelc]      at oracle.jdevimpl.ant.runner.InProcessAntStarter.runAnt(InProcessAntStarter.java:295)
    [bpelc]      at oracle.jdevimpl.ant.runner.InProcessAntStarter.mav$runAnt(InProcessAntStarter.java:43)
    [bpelc]      at oracle.jdevimpl.ant.runner.InProcessAntStarter$1.run(InProcessAntStarter.java:71)
    [bpelc] BPEL validation failed.
    [bpelc] BPEL source validation failed, the errors are:
    [bpelc]
    [bpelc] [Error ORABPEL-10903]: failed to read wsdl
    [bpelc] [Description]: in "bpel.xml", Error loading schemas from wsdl.
    [bpelc] Error while loading schemas from wsdl file at location "http://10.171.11.124/orabpel/default/SelectManufacturer/1.0/SelectManufacturer?wsdl". The reason is Unable to create an InitialContext..
    [bpelc] Please verify the schemas defined in wsdl.
    [bpelc] .
    [bpelc] [Potential fix]: If your site has a proxy server, then you may need to configure your BPEL Server, designer and browser with your proxy server configuration settings (see tech note on http://otn.oracle.com/bpel for instructions).
    [bpelc] .
    [bpelc]
    BUILD FAILED
    C:\Softs\oracle\Jdevstudio10131_new\workspace\soademo_101310_preview\SOAOrderBooking\build.xml:72: Validation error
    Total time: 3 seconds

  • Unable to deploy SOAOrderBooking project

    Hi All,
    I am doing SOA tutorial and was trying to deploy SOAOrderBooking project but i am getting following error. I believe its a set up issue, can somebody guide me.
    [deployTaskForm] 08/08/29 11:01:40 Notification ==>Application Deployer for default_SOAOrderBooking_1_0_ApproveOrder STARTS.
    [deployTaskForm]
    [deployTaskForm] 08/08/29 11:01:40 Notification ==>Operation failed with error:
    [deployTaskForm] parent application (orabpel) is not found!
    [deployTaskForm]
    [deployTaskForm]
    [deployTaskForm]
    [deployTaskForm] Deploy error: Deploy error: Operation failed with error:
    [deployTaskForm] parent application (orabpel) is not found!
    [deployTaskForm]
    [deployTaskForm]
    BUILD FAILED
    C:\jdevstudio10133\jdev\mywork\SOADEMO\SOAOrderBooking\build.xml:98: Error while deploying the form on server "localhost" Error message :
    java.lang.SecurityException
         at oracle.ide.IdeCore$7.checkExit(IdeCore.java:177)
         at java.lang.Runtime.exit(Runtime.java:88)
         at java.lang.System.exit(System.java:868)
         at oracle.oc4j.admin.deploy.cmdline.Oc4jAdminCmdline.executeCommand(Oc4jAdminCmdline.java:141)
         at com.collaxa.cube.ant.taskdefs.DeployForm.deployIAS(DeployForm.java:750)
         at com.collaxa.cube.ant.taskdefs.DeployForm.deployForm(DeployForm.java:548)
         at com.collaxa.cube.ant.taskdefs.DeployForm.deployForms(DeployForm.java:814)
         at com.collaxa.cube.ant.taskdefs.DeployForm.execute(DeployForm.java:840)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
         at org.apache.tools.ant.Task.perform(Task.java:364)
         at org.apache.tools.ant.Target.execute(Target.java:341)
         at org.apache.tools.ant.Target.performTasks(Target.java:369)
         at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
         at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
         at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
         at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
         at oracle.jdevimpl.ant.runner.AntLauncher.launch(AntLauncher.java:321)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at oracle.jdevimpl.ant.runner.InProcessAntStarter.runAnt(InProcessAntStarter.java:295)
         at oracle.jdevimpl.ant.runner.InProcessAntStarter.mav$runAnt(InProcessAntStarter.java:43)
         at oracle.jdevimpl.ant.runner.InProcessAntStarter$1.run(InProcessAntStarter.java:71)

    Are we supposed to modify build.xml also? if yes, then what parameters? i was just following tutorial instructions and it asked me to modify build.properties.
    I am pasting 2 build.properties file one which works fine [for project selectManufacturer] and one which errors out [for project SOAOrderBooking]:
    build.properties for SelectManufacturer:
    *# AppServer platform: currently supported values are ias_10g, oc4j_10g*
    platform = ias_10g
    *# Change below if deploying in domain other than "default"*
    domain = default
    *# Change below if deploying with process revision other than 1.0*
    rev = 1.0
    *# Make sure admin.user, admin.password is correct for appserver*
    admin.user = oc4jadmin
    admin.password = welcome12
    *# http.hostname and http.port should point to BPEL Server's host and http port*
    http.hostname = localhost
    http.port = 80
    *# For BPEL in cluster environemnt, j2ee.hostname may not be same as*
    *# http.hostname, where j2ee.hostname will be local hostname,*
    *# while http.hostname will be virtual hostname*
    *# For deployment of applications in oc4j cluster, set cluster = true*
    *# and oc4jinstancename to opmn cluster group it belongs to such as default_group*
    *#cluster = false*
    j2ee.hostname = localhost
    *# rmi.port or opmn.requestport is used in jndi.url/deployment-url in*
    *# standalone or midtier installation respectively.*
    *# rmi.port value below is default value as in BPEL standalone-developer install.*
    *# If you rely on this value, make sure it's correct for your installation*
    *# as from command "opmnctl status -l" output in midtier/SOA install.*
    rmi.port = 12402
    opmn.requestport = 6003
    oc4jinstancename = home
    *#asinstancename =*
    *# Set verbose to true if you want to see verbose output from deployment tasks*
    *#verbose = false*
    *# Following properties are used by bpelTest.*
    bpeltest.callHandler =
    *bpel.context.properties = ${bpel.home}/samples/tutorials/102.InvokingProcesses/rmi/context.properties*
    build.properties for SOAOrderBooking:
    *# AppServer platform: currently supported values are ias_10g, oc4j_10g*
    platform = ias_10g
    *# Change below if deploying in domain other than "default"*
    domain = default
    *# Change below if deploying with process revision other than 1.0*
    rev = 1.0
    *# Make sure admin.user, admin.password is correct for appserver*
    admin.user = oc4jadmin
    admin.password = welcome12
    *# http.hostname and http.port should point to BPEL Server's host and http port*
    http.hostname = localhost
    http.port = 80
    *# For BPEL in cluster environemnt, j2ee.hostname may not be same as*
    *# http.hostname, where j2ee.hostname will be local hostname,*
    *# while http.hostname will be virtual hostname*
    *# For deployment of applications in oc4j cluster, set cluster = true*
    *# and oc4jinstancename to opmn cluster group it belongs to such as default_group*
    *#cluster = false*
    j2ee.hostname = localhost
    *# rmi.port or opmn.requestport is used in jndi.url/deployment-url in*
    *# standalone or midtier installation respectively.*
    *# rmi.port value below is default value as in BPEL standalone-developer install.*
    *# If you rely on this value, make sure it's correct for your installation*
    *# as from command "opmnctl status -l" output in midtier/SOA install.*
    rmi.port = 12402
    opmn.requestport = 6003
    oc4jinstancename = home
    *#asinstancename =*
    *# Set verbose to true if you want to see verbose output from deployment tasks*
    *#verbose = false*
    *# Following properties are used by bpelTest.*
    bpeltest.callHandler =
    *bpel.context.properties = ${bpel.home}/samples/tutorials/102.InvokingProcesses/rmi/context.properties*

  • Error while deploying a process with FTP Adapter

    Hi All,
    I am using JDev 10.1.3.3 and SOA 10.1.3.3
    I am using FTP Adapter to get a file from a remote location in a empty Process.
    I have checked delete files option and using logical directory.
    While deploying i am getting the below error.
    A problem occured while connecting to server "XXXX" using port "XXXX": bpel_APACSHPREQ940PassThroughBPELOB_1.0.jar failed to deploy. Exception message is:  ORABPEL-09903
    Could not initialize activation agent.
    An error occured while initializing an activation agent for process "APACSHPREQ940PassThroughBPELOB", revision "1.0".
    Please ensure that the activation agents are configured correctly in the bpel deployment descriptor (bpel.xml).
    oracle.tip.adapter.fw.agent.jca.JCAActivationAgent: java.lang.reflect.InvocationTargetException
    Please help me out....
    Regards
    PavanKumar

    Hi Krishna,
    Not Working
    <definitions
    name="GetPSOJapanPassThroughFile"
    targetNamespace="http://xmlns.oracle.com/pcbpel/adapter/ftp/GetPSOJapanPassThroughFile/"
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:tns="http://xmlns.oracle.com/pcbpel/adapter/ftp/GetPSOJapanPassThroughFile/"
    xmlns:plt="http://schemas.xmlsoap.org/ws/2003/05/partner-link/"
    xmlns:jca="http://xmlns.oracle.com/pcbpel/wsdl/jca/"
    xmlns:opaque="http://xmlns.oracle.com/pcbpel/adapter/opaque/"
    xmlns:pc="http://xmlns.oracle.com/pcbpel/"
    xmlns:hdr="http://xmlns.oracle.com/pcbpel/adapter/ftp/"
    >
    <import namespace="http://xmlns.oracle.com/pcbpel/adapter/ftp/" location="ftpAdapterInboundHeader.wsdl"/>
    <types>
    <schema targetNamespace="http://xmlns.oracle.com/pcbpel/adapter/opaque/"
    xmlns="http://www.w3.org/2001/XMLSchema" >
    <element name="opaqueElement" type="base64Binary" />
    </schema>
    </types>
    <message name="Get_msg">
    <part name="opaque" element="opaque:opaqueElement"/>
    </message>
    <portType name="Get_ptt">
    <operation name="Get">
    <input message="tns:Get_msg"/>
    </operation>
    </portType>
    <binding name="Get_binding" type="tns:Get_ptt">
    <pc:inbound_binding />
    <operation name="Get">
    <jca:operation
    FileType="ascii"
    LogicalDirectory="GETPSOPTFILE"
    ActivationSpec="oracle.tip.adapter.ftp.inbound.FTPActivationSpec"
    DeleteFile="true"
    IncludeFiles="PSO.*\.dat"
    PollingFrequency="6"
    MinimumAge="0"
    OpaqueSchema="true" >
    </jca:operation>
    <input>
    <jca:header message="hdr:InboundHeader_msg" part="inboundHeader"/>
    </input>
    </operation>
    </binding>
    <service name="GetPSOJapanPassThroughFile">
    <port name="Get_pt" binding="tns:Get_binding">
    <jca:address location="eis/Ftp/APACFtp" UIincludeWildcard="PSO*.dat" />
    </port>
    </service>
    <plt:partnerLinkType name="Get_plt" >
    <plt:role name="Get_role" >
    <plt:portType name="tns:Get_ptt" />
    </plt:role>
    </plt:partnerLinkType>
    </definitions>
    Working
    <definitions
    name="GetPSOPassthroughFile"
    targetNamespace="http://xmlns.oracle.com/pcbpel/adapter/ftp/GetPSOPassthroughFile/"
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:tns="http://xmlns.oracle.com/pcbpel/adapter/ftp/GetPSOPassthroughFile/"
    xmlns:plt="http://schemas.xmlsoap.org/ws/2003/05/partner-link/"
    xmlns:jca="http://xmlns.oracle.com/pcbpel/wsdl/jca/"
    xmlns:opaque="http://xmlns.oracle.com/pcbpel/adapter/opaque/"
    xmlns:pc="http://xmlns.oracle.com/pcbpel/"
    xmlns:hdr="http://xmlns.oracle.com/pcbpel/adapter/ftp/"
    >
    <import namespace="http://xmlns.oracle.com/pcbpel/adapter/ftp/" location="ftpAdapterInboundHeader.wsdl"/>
    <types>
    <schema targetNamespace="http://xmlns.oracle.com/pcbpel/adapter/opaque/"
    xmlns="http://www.w3.org/2001/XMLSchema" >
    <element name="opaqueElement" type="base64Binary" />
    </schema>
    </types>
    <message name="Get_msg">
    <part name="opaque" element="opaque:opaqueElement"/>
    </message>
    <portType name="Get_ptt">
    <operation name="Get">
    <input message="tns:Get_msg"/>
    </operation>
    </portType>
    <binding name="Get_binding" type="tns:Get_ptt">
    <pc:inbound_binding />
    <operation name="Get">
    <jca:operation
    FileType="ascii"
    LogicalDirectory="GetPSOFile"
    ActivationSpec="oracle.tip.adapter.ftp.inbound.FTPActivationSpec"
    DeleteFile="false"
    IncludeFiles="PSO.*\.dat"
    PollingFrequency="6"
    MinimumAge="0"
    FileModificationTime="FileSystem"
    ModificationTimeFormat="4,18,yyyyMMddHHmmSS"
    OpaqueSchema="true" >
    </jca:operation>
    <input>
    <jca:header message="hdr:InboundHeader_msg" part="inboundHeader"/>
    </input>
    </operation>
    </binding>
    <service name="GetPSOPassthroughFile">
    <port name="Get_pt" binding="tns:Get_binding">
    <jca:address location="eis/Ftp/APACFtp" UIincludeWildcard="PSO*.dat" />
    </port>
    </service>
    <plt:partnerLinkType name="Get_plt" >
    <plt:role name="Get_role" >
    <plt:portType name="tns:Get_ptt" />
    </plt:role>
    </plt:partnerLinkType>
    </definitions>

  • Error while deploying BPEL into Oracle SOA Suite

    Hi All,
    I am facing an issue while deploying my bpel project into Oracle SOA Suite. Please find the following error log
    BUILD FAILED
    D:\jdevstudio10135\jdev\mywork\FirstApplication\WelcomeProjct\build.xml:78: A problem occured while connecting to server "localhost" using port "8888": bpel_WelcomeProjct_1.0.jar failed to deploy. Exception message is: ORABPEL-05215
    Error while loading process.
    The process domain encountered the following errors while loading the process "WelcomeProjct" (revision "1.0"): null.
    If you have installed a patch to the server, please check that the bpelcClasspath domain property includes the patch classes.
    at com.collaxa.cube.engine.deployment.CubeProcessHolder.bind(CubeProcessHolder.java:285)
    at com.collaxa.cube.engine.deployment.DeploymentManager.deployProcess(DeploymentManager.java:804)
    at com.collaxa.cube.engine.deployment.DeploymentManager.deploySuitcase(DeploymentManager.java:670)
    at com.collaxa.cube.ejb.impl.BPELDomainManagerBean.deploySuitcase(BPELDomainManagerBean.java:445)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASInterceptor.java:31)
    at com.evermind.server.ThreadState.runAs(ThreadState.java:620)
    at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:34)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.TxRequiredInterceptor.invoke(TxRequiredInterceptor.java:50)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
    at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
    at DomainManagerBean_RemoteProxy_4bin6i8.deploySuitcase(Unknown Source)
    at com.oracle.bpel.client.BPELDomainHandle.deploySuitcase(BPELDomainHandle.java:317)
    at com.oracle.bpel.client.BPELDomainHandle.deployProcess(BPELDomainHandle.java:339)
    at deployHttpClientProcess.jspService(_deployHttpClientProcess.java:376)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:453)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:591)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:515)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
    at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
    at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
    at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    Total time: 2 seconds
    I am using JDevelpoer 10.1.3.5 and SOA Suite 10g. Please help me to figure it out.
    Thanks

    Make sure you use the similar version of soa suite and JDev 10135. If you are using JDev 10.1.3.5, your soa suite version should be 10.1.3.5. I was just wondering if you were ever able to deploy any other process successfully from the similar JDev and on similar SOA Suite ? If not you need to revisit your soa suite installation again.
    Also check the log files on the server to see if any errors are recorded.

  • Error While Deploying SOA composite 11g

    Hi All,
    i am getting the following error while deploying a soa composite. I dont have any JAVA embedding in my code.Also I tried with a simple hello world bpel
    even its throwing the same error.My soa version version is 11.1.1.3 Kindy help me.
    Deploying on partition "default" of "/Farm_base_domain/base_domain/soa_server1" ...
    Deploying on "/Farm_base_domain/base_domain/soa_server1" failed!
    Error during deployment: Deployment Failed: Error occurred during deployment of component: GetCustomerAccountHierarchyDetailsBGNProvCS to service engine: implementation.bpel for composite: ManageCustomerAccountHierarchy: ORABPEL-01005
    Failed to compile bpel generated classes.
    failure to compile the generated BPEL classes for BPEL process "GetCustomerAccountHierarchyDetailsBGNProvCS" of composite "default/ManageCustomerAccountHierarchy!1.0*soa_54ac82bd-c0e4-4431-b0f2-51a316a38b96"
    The class path setting is incorrect.
    Ensure that the class path is set correctly. If this happens on the server side verify that the custom classes or jars which this BPEL process is depending on are deployed correctly. Also verify that the run time is using the same release/version.
    Thanks and regards,
    Arun

    Deploying BPEL process
    Regards,
    Anuj

  • Error While Deploying the BPEL Process using obant script

    Hi All,
    I am getting the following error while deploying the BPEL Process using obant script. we are using the BPEL Version 10.1.2.0.2.Any information in this regard will be really helpful.
    Buildfile: build.xml
    main:
    [bpelc] file:/home5102/dibyap/saravana/Test/CreditRatingService.wsdl
    [bpelc] validating "/home5102/dibyap/saravana/Test/CreditRatingService.bpel" ...
    BUILD FAILED
    /home5102/dibyap/saravana/Test/build.xml:15: ORABPEL-01002
    Domain directory not found.
    The process cannot be deployed to domain "default" because the domain directory "/opt02/app/ESIT/oracle/esit10gR2iAS/BPEL10gR2/iAS/integration/orabpel/domains/default/deploy" cannot be found or cannot b
    e written to.
    Please check your -deploy option value; "default" must refer to a domain that has been installed locally on your machine.
    Total time: 23 seconds
    dibyap@ios5102_ESIBT:/home5102/dibyap/saravana/Test>
    Thanks,
    Saravana

    In 10.1.2.0.2 you need to create your own build.xml
    I have found an example, it may be of some help. This does call a property file
    cheers
    James
    <?xml version="1.0" ?>
    <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Run cxant on this file to build, package and deploy the
    ASB_EFT BPEL process
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
    <project name="ASB_EFT" default="main" basedir=".">
    <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Name of the domain the generated BPEL suitcase will be deployed to
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
    <property name="deploy" value="default" />
    <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    What version number should be used to tag the generated BPEL archive?
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
    <property name="rev" value="1.0" />
    <!-- BPEL Best Practices Properties -->
    <!-- Defaults Properties for TARGET environments
    # CHANGE THIS FILE TO REFLECT THE TARGET ENVIRONEMNT
    # either dev, test, or prod.properties
    -->
    <property file="ebusd.properties"/>
    <property name="env" value="${env.name}"/>
    <property name="current.project.name" value="${project.name}"/>
    <property name="target.project.name" value="${project.name}_${env}"/>
    <property name="deployment.profile" value ="${env}.properties"/>
    <property name="source.development.directory" location="${basedir}"/>
    <property name="target.env.directory" location="${basedir}/deploy/${project.name}_${env}"/>
    <property file="${deployment.profile}"/>
    <property name="build.fileencoding" value="UTF-8"/>
    <!-- Prints Environment
    -->
    <target name="print.env" description="Display environment settings">
    <echo message="Base Directory: ${basedir}"/>
    <echo message="Deployment Profile: ${deployment.profile}"/>
    <echo message="target.env.directory: ${target.env.directory}"/>
    <echo message="Deploy to Domain: ${deployToDomain}"/>
    <echo/>
    <echo message="os.name: ${os.name}"/>
    <echo message="os.version: ${os.version}"/>
    <echo message="os.arch: ${os.arch}"/>
    <echo/>
    <echo message="java.home: ${java.home}"/>
    <echo message="java.vm.name: ${java.vm.name}"/>
    <echo message="java.vm.vendor: ${java.vm.vendor}"/>
    <echo message="java.vm.version: ${java.vm.version}"/>
    <echo message="java.class.path: ${java.class.path}"/>
    <echo/>
    <echo message="env: ${env}"/>
    <echo message="current.project.name: ${current.project.name}"/>
    <echo message="target.project.name: ${target.project.name}"/>
    <echo message="server.name: ${server.name}"/>
    </target>
    <!--
    Copies the current directory structure along with
    all the file into the target.env.directory and
    change the name of the project
    -->
    <target name="create.environment">
    <copy todir="${target.env.directory}">
    <fileset dir="${basedir}"/>
    <filterset begintoken="@" endtoken="@">
    <filtersfile file="${deployment.profile}"/>
    </filterset>
    </copy>
    <move file="${target.env.directory}/${current.project.name}.jpr" tofile="${target.env.directory}/${target.project.name}.jpr"/>
    </target>
    <target name="main">
    <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    the bpelc task compiles and package BPEL processes into versioned BPEL
    archives (bpel_...jar). See the "Programming BPEL" guide for more
    information on the options of this task.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
    <bpelc input="${basedir}/bpel.xml" rev="${rev}" deploy="${deploy}" />
    </target>
    </project>
    here is a property file
    project.name=ASB_EFT
    env.name=ebusd
    deployToDomain=default
    server.name=[server]
    server.port=7788
    ebusd\:7788=http://[server]:7788/
    IntegrationMailAccount=OracleBPELTest
    IntegrationMailAddress=[email]
    IntegrationMailPassword=[password]
    archivedir=[directory]
    inbounddir=/[directory]
    errordir=[directory]
    outbounddir=[directory]
    bpelpw=bpel
    dbhost1=[dbserver]
    dbhost2=[dbserver]
    dbport=1523
    dbservice=bpel
    dbconnstr=jdbc:oracle:thin:@(DESCRIPTION=(LOAD_BALANCE=YES)(FAILOVER=YES)(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=[server])(PORT=1523))(ADDRESS=(PROTOCOL=tcp)(HOST=[server])(PORT=1523)))(CONNECT_DATA=(SERVICE_NAME=ebusd)))

Maybe you are looking for

  • How to put the macbook on the television

    How to put a macbook on the television?

  • Is It Possible to use Call Function in update task in perform on commit

    Hi Friends, I have to send an email once the commit work is done. so i am writing code like this, Perform send_email on commit. form send_email. call function 'SO_NEW_DOCUMENT_SEND_API1' in update task endform. endform. .... ( Some other code) commit

  • Load frames conform mouse position

    Hi. Look this site: www.perpendicular.tk This site use javascript to show image by image. It is not a 3D model, only images are showed one by one in relation position mouse. In actionscript, how Can I make this? I think that I need start putting the

  • Reinstalling Photoshop CC after disk failure

    My iMac tells me its hard drive is failing. I have a subscription to Photoshop CC, and I have the disk for Lightroom, as I bought it before I subscribed. After my new hard drive is installed, I can reinstall LR from the disk, but how do I get Photosh

  • Design Premium CS 5 installation issues

    Hi All, I have downloaded the trial version for Design Premium CS 5 and tried to install it. When I choose the path to install, it goes to next screen and after some time, it says "Insert the Design Premium CS5 English DVD". I tried by burning the do