
Some parts of this message have been removed.
Learn more about Nabble's
security policy.
Hi,
I am facing a problem with Loan Processing sample while running the accepted and rejected test cases.
The following is the portion of the error text.
<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 null. Sending errors for the pending requests in the process scope before terminating the process instance Caused by: I18N: BPCOR-3023: Selection Failure occurred in BPEL({http://enterprise.netbeans.org/bpel/LoanRequestor/LoanRequestor}LoanRequestor) at line 27!BPCOR-6129:Line Number is 25
BPCOR-6130:Activity Name is CopyCustomerInfo</detailText>
</detail>
I tried debugging the main project. I put a breakpoint in the LoanRequestor.bpel at line 26, after stepping-into(F7), it threw the following warning in JUnit Test Results window:
WARNING: Using deprecated document construction for org.netbeans.editor.BaseDocument, see http://www.netbeans.org/nonav/issues/show_bug.cgi?id=114747. Use -J-Dorg.netbeans.editor.BaseDocument.level=500 to see the stacktrace.
Aug 9, 2008 10:49:10 AM org.netbeans.editor.BaseDocument <init>
I could not understand whether this is a bug or my mistake. How should I proceed to fix it? Please help.