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 80773 - SynchronousSample testcase0 fail.
Summary: SynchronousSample testcase0 fail.
Status: CLOSED FIXED
Alias: None
Product: usersguide
Classification: Unclassified
Component: SOA (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jun Qian
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-21 02:53 UTC by _ hong_lin
Modified: 2006-07-22 00:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ hong_lin 2006-07-21 02:53:54 UTC
build: NB 5.5 Beta 2 (Build 200607190830, EntPack 2006.07.19)

Steps to reproduce it:

1. Create SynchronousSample project.
2. Deploy SchronousSampleApplication.
3. Select TestCase0, right-click and choose "Test" from the contextual menu.
4. Test failed.
5. Here is the difference between the two files:

In Actual_20060720183924.xml:
    <typeA xmlns="http://xml.netbeans.org/schema/SynchronousSample">
            <paramA>Hello World</paramA>
    </typeA>

In Output.xml file:
    <someNS:typeA 
xmlns:someNS="http://www.mycomp.org/SynchronousSampleSchemaNamespace">
      <paramA>Hello World</paramA>
    </someNS:typeA>
Comment 1 _ hong_lin 2006-07-21 07:51:24 UTC
Sample Asynchronous and TRS have different issuses. See IZ 80778 and 80779.
Comment 2 Jun Qian 2006-07-21 19:08:41 UTC
I can reproduce this problem with build 060719 but I don't see the problem any
more with the tip of the enterprise pack cvs trunk as of ~7am PDT 7/21. Looks
like it has been fixed.
Comment 3 _ hong_lin 2006-07-22 00:22:51 UTC
verified th fix is in SOA auto build 060721_24.