This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 86896 - Need better error messages for jbi test driver
Summary: Need better error messages for jbi test driver
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: JBI Test Driver (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jun Qian
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-10 23:36 UTC by lchang
Modified: 2007-02-27 01:32 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description lchang 2006-10-10 23:36:48 UTC
When a test case times out, the error message given is not clear:

Test NewTestcase0\Concurrent.properties Failed
at org.netbeans.modules.compapp.catd.ConfiguredTest.testConcurrentSOAPRequest
(ConfiguredTest.java:761)


This can be reproduced by creating a bpel project that uses an Exit activity 
before the reply.  This will terminate the bpel process before it gets a 
chance to send a reply to http soap.  In this case the process has ended, and 
then the test case times out.  The error given by the test driver should be 
more intuitive.