Thanks, this things are very usefull, i solve the first fault but now, i get
another one (dammit)

this is the new fault:

 <ns:fault-info>
                  <ns:name xmlns:exec="
http://docs.oasis-open.org/wsbpel/2.0/process/executable
">exec:selectionFailure</ns:name>
                  <ns:explanation>No results for expression:
{OXPath10Expression $GetLocationIn.parameters/ns0:query}</ns:explanation>
                  <ns:line-number>73</ns:line-number>
                  <ns:aiid>74</ns:aiid>
               </ns:fault-info>

this is the piece of code:

  <copy>
                                <from>$QueryIn1.part1/query</from>
                                <to>$GetLocationIn.parameters/ns0:query</to>
                            </copy>

i think the ode has a different interpretation (Xpath?) respect the netbeans
editor, it's possible?

how can i fix it?

the complete package of the bpel is here:
http://bako.interfree.it/Ex2.zipif fix the first fault and change some
things in deploy.xml

On Fri, Oct 23, 2009 at 14:44, Stefano Tranquillini <
[email protected]> wrote:

> thanks, i'll try your hint.
> anyway, i think i forgot the invoke things in the deploy.xml
>
>
> On Fri, Oct 23, 2009 at 13:00, Rafal Rusin <[email protected]> wrote:
>
>> 2009/10/23 Stefano Tranquillini <[email protected]>:
>> > Thanks,
>> > i can access to http://localhost:8080/ode/
>> >
>> > but i can only:
>> > see a chart that show how many istance have on the server and if is
>> start
>> > terminate failed and so on
>> > see the current deployed project
>> > see the current istance and status
>> > deploy new service
>> >
>> > nothing that are useful.
>> > in the istance i had the status like: FAILED,but no more words, so i
>> can't
>> > undestand what's the problem.
>> >
>> > i was thinking before, i'd to specify in the deploy.xm the other wsdl
>> that
>> > are involved in the bpel?
>> >
>> > someone can check if my deploy.xml is right?
>> > or maybe the problem is the other wsdl (the service involved in the
>> BPEL).
>> >
>> > thanks all.
>>
>> Hmm, we should add fault info into console.
>> By now, you can invoke listAllInstances request on pmapi.
>> This should show fault explanation like this:
>>
>> <soapenv:Envelope xmlns:soapenv="
>> http://schemas.xmlsoap.org/soap/envelope/";>
>>   <soapenv:Body>
>>      <axis2ns15:listAllInstancesResponse
>> xmlns:axis2ns15="http://www.apache.org/ode/pmapi";>
>>         <instance-info-list>
>>            <ns:instance-info
>> xmlns:ns="http://www.apache.org/ode/pmapi/types/2006/08/02/";>
>>               <ns:iid>718</ns:iid>
>>               <ns:pid>{
>> http://enterprise.netbeans.org/bpel/BPEL/LocatorMap}LocatorMap-10<http://enterprise.netbeans.org/bpel/BPEL/LocatorMap%7DLocatorMap-10>
>> </ns:pid>
>>               <ns:process-name
>> xmlns:loc="http://enterprise.netbeans.org/bpel/BPEL/LocatorMap
>> ">loc:LocatorMap</ns:process-name>
>>               <ns:status>FAILED</ns:status>
>>               <ns:dt-started>2009-10-22T22:50:33.858+02:00</ns:dt-started>
>>
>> <ns:dt-last-active>2009-10-22T22:50:33.914+02:00</ns:dt-last-active>
>>               <ns:correlation-properties>
>>                  <ns:correlation-property
>> propertyName="wiz:wzrd_prop_id_id"
>> xmlns:wiz="
>> http://enterprise.netbeans.org/bpel/WizardCorrelationProperties
>> ">1234567</ns:correlation-property>
>>               </ns:correlation-properties>
>>               <ns:correlation-properties>
>>                  <ns:correlation-property
>> propertyName="wiz:wzrd_prop_id_id"
>> xmlns:wiz="
>> http://enterprise.netbeans.org/bpel/WizardCorrelationProperties
>> ">1234567</ns:correlation-property>
>>               </ns:correlation-properties>
>>               <ns:fault-info>
>>                  <ns:name
>> xmlns:exec="http://docs.oasis-open.org/wsbpel/2.0/process/executable
>> ">exec:selectionFailure</ns:name>
>>                  <ns:explanation>An exception occured while
>> evaluating "{OXPath10Expression
>> saxon:parse(xsd:string($Start.part1/ns4:ble/text()))}": No Such
>> Function parse</ns:explanation>
>>                  <ns:line-number>49</ns:line-number>
>>                  <ns:aiid>62</ns:aiid>
>>               </ns:fault-info>
>>            </ns:instance-info>
>>         </instance-info-list>
>>      </axis2ns15:listAllInstancesResponse>
>>   </soapenv:Body>
>>
>>
>> I'm attaching required files (actually soapui project can be easily
>> generated).
>>
>> Regards,
>> --
>> RafaƂ Rusin
>> http://www.touk.pl
>> http://top.touk.pl
>> http://people.apache.org/~rr/ <http://people.apache.org/%7Err/>
>>
>
>
>
> --
> Stefano
>



-- 
Stefano

Reply via email to