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 - Add typed environment variable support
Summary: Add typed environment variable support
Status: RESOLVED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: JBI Manager (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jun Qian
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2007-04-19 04:03 UTC by Jun Qian
Modified: 2007-06-18 20:28 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 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.