users@glassfish.java.net
BPEL error in Assign activity
This message
: [
Message body
] [ More options (
top
,
bottom
) ]
Related messages
: [
Next message
] [
Previous message
]
Contemporary messages sorted
: [
by date
] [
by thread
] [
by subject
] [
by author
] [
by messages with attachments
]
From
: <
glassfish_at_javadesktop.org
>
Date
: Sun, 06 Sep 2009 10:17:23 PDT
Hi
I am facing an error when executing my BPEL process. I am using NetBeans IDE 6.5.1 (Build 200905151554) and Glassfish 2.1, downloaded from the OpenESB pack to ensure compatibility:
https://open-esb.dev.java.net/Downloads.html
The response is:
[code]
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="
http://schemas.xmlsoap.org/soap/envelope/
" xmlns:xsd="
http://www.w3.org/2001/XMLSchema
" xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance
" xsi:schemaLocation="
http://schemas.xmlsoap.org/soap/envelope/
http://schemas.xmlsoap.org/soap/envelope/
">
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<faultcode xmlns="">SOAP-ENV:Server</faultcode>
<faultstring xmlns="">BPCOR-6135: A fault was not handled in the process scope; Fault Name is {
http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure
; Fault Data is &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;jbi:message xmlns:sxeh=&quot;
http://www.sun.com/wsbpel/2.0/process/executable/SUNExtension/ErrorHandling&quot
; type=&quot;sxeh:faultMessage&quot; version=&quot;1.0&quot; xmlns:jbi=&quot;
http://java.sun.com/xml/ns/jbi/wsdl-11-wrapper&quot;&gt;&lt;jbi:part&gt;BPCOR-6174
: Selection Failure occurred in BPEL({
http://enterprise.netbeans.org/bpel/Loja/Compra}Compra
) at line 52&lt;/jbi:part&gt;&lt;/jbi:message&gt;. Sending errors for the pending requests in the process scope before terminating the process instance</faultstring>
<faultactor xmlns="">sun-bpel-engine</faultactor>
<detail xmlns="">
<detailText>BPCOR-6135: A fault was not handled in the process scope; Fault Name is {
http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure
; Fault Data is &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;jbi:message xmlns:sxeh=&quot;
http://www.sun.com/wsbpel/2.0/process/executable/SUNExtension/ErrorHandling&quot
; type=&quot;sxeh:faultMessage&quot; version=&quot;1.0&quot; xmlns:jbi=&quot;
http://java.sun.com/xml/ns/jbi/wsdl-11-wrapper&quot;&gt;&lt;jbi:part&gt;BPCOR-6174
: Selection Failure occurred in BPEL({
http://enterprise.netbeans.org/bpel/Loja/Compra}Compra
) at line 52&lt;/jbi:part&gt;&lt;/jbi:message&gt;. Sending errors for the pending requests in the process scope before terminating the process instance
Caused by: BPCOR-6174: Selection Failure occurred in BPEL({
http://enterprise.netbeans.org/bpel/Loja/Compra}Compra
) at line 52
BPCOR-6129: Line Number is 50
BPCOR-6130: Activity Name is AtribuiParametrosPossuiTituloEmAbertoService</detailText>
</detail>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
[/code]
The lines 50-55 are:
[code]
<assign name="AtribuiParametrosPossuiTituloEmAbertoService">
<copy>
<from>$CompraOperationIn.inputType/ns0:idCliente</from>
<to>$PossuiTituloEmAbertoIn.parameters/idCliente</to>
</copy>
</assign>
[/code]
any help ?
thanks
[Message sent by forum member 'robsonhermes' (robsonhermes_at_gmail.com)]
http://forums.java.net/jive/thread.jspa?messageID=363087
This message
: [
Message body
]
Next message
:
glassfish_at_javadesktop.org: "Glassfish externally managed componnent error"
Previous message
:
Paul Mancheno H.: "Re: How do I can use more than one Persistence Unit in Glassfish v3?"
Contemporary messages sorted
: [
by date
] [
by thread
] [
by subject
] [
by author
] [
by messages with attachments
]