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 100456 - Inconsistency in the default value provided by the location element of smtp:address attribute.
Summary: Inconsistency in the default value provided by the location element of smtp:a...
Status: REOPENED
Alias: None
Product: soa
Classification: Unclassified
Component: Binding Components (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Sainath Adiraju
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-10 12:31 UTC by vinayds
Modified: 2007-05-15 14:29 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 vinayds 2007-04-10 12:31:42 UTC
Inconsistency in the default value provided by location element of smtp:address
attribute.

Steps to reproduce :-
---------------------
- Create a sample smtp wsdl file through wizard (concrete configuration). The
default value of location element of <smtp:address> is someUser@localhost.com

- delete <smtp:address> attribute and add it again , by right clicking on
Service port -> add smtp:address. This time , default value of the location
element would be, "Provide value for this required attribute".
Comment 1 Venkat Srinivasan 2007-04-27 02:11:15 UTC
Please look into this.
Comment 2 Sainath Adiraju 2007-05-15 12:50:23 UTC
fixed
Comment 3 Sainath Adiraju 2007-05-15 14:29:45 UTC
This inconsistancy is found in all BC 's , the problem is the smtp-ext.xsd if
contains a required attribute cannot contain a default attribute , and the
template.xml can be effective only when the wsdl iscreated frorm the template
not when delete and add a node.