Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6675760
Votes 0
Synopsis W3CEndpointReference constructor skips the extension elements or attributes
Category jax-ws:wsimport
Reported Against
Release Fixed 6u13(b01)
State 10-Fix Delivered, bug
Priority: 3-Medium
Related Bugs
Submit Date 14-MAR-2008
Description
OPERATING SYSTEM(S):
ALL

FULL JDK VERSION(S):
java version "1.6.0_05"
Java(TM) SE Runtime Environment (build 1.6.0_05-b13)
Java HotSpot(TM) Client VM (build 10.0-b19, mixed mode)

DESCRIPTION:
Please compile and run the testcase W3CEndpointReferenceTest.java

There are 2 test cases in the above W3CEndpointReferenceTest.java to exhibit the failure:

Scenario 1: create a W3CEndpointReference  customer  directly calling the
            constructor.
Result:     The W3CEndpointReference misses the extension elements or
            extension attributes are lost.

Scenario 2: Create a W3CEndpoint Reference  customer  after unmarshall.
Result:     The extension elements or extension attributes are not
            lost.

It seems there is some issue with the W3CEndpointReference(source) constructor.
Posted Date : 2008-03-14 21:04:59.0
Work Around
N/A
Evaluation
Looks like the constructor is missing couple assignment statements for elements and attributes
Posted Date : 2008-05-21 02:26:11.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang