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 101680

Summary: Add typed environment variable support
Product: soa Reporter: Jun Qian <jqian>
Component: JBI ManagerAssignee: Jun Qian <jqian>
Status: RESOLVED FIXED    
Severity: blocker Keywords: UI
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Jun Qian 2007-04-19 04:03:16 UTC
JBI Manager provides some basic environment variable support. The user can use
this support to replace token defined in WSDL files for binding component.
Currently, the environment variables are not typed. Everything is in clear text
and without any validation. We need to provide typed environment variable support.
Comment 1 Jun Qian 2007-06-01 02:07:35 UTC
Implemented. 

Four types of environment variables are supported: STRING, NUMBER, BOOLEAN and
PASSWORD.

See http://www.glassfishwiki.org/jbiwiki/Wiki.jsp?page=PasswordHandling for some
background info.