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 69521 - sun-web.xml GUI editor doesn't reflect the all session persistence types defined in the sun-web-app_2_4-1.dtd
Summary: sun-web.xml GUI editor doesn't reflect the all session persistence types defi...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ pcw
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-29 12:52 UTC by Mukesh Garg
Modified: 2005-11-30 01:26 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 Mukesh Garg 2005-11-29 12:52:34 UTC
The sun-web-app_2_4-1.dtd has an entity persistence-type in the session-manager
with multiple options
<!ENTITY % persistence-type "(memory | file |custom |ha | s1ws60 | mmap)">

But the Persistence Type drop down list in the Session tab of GUI editor for
sun-web.xml gives only two options memory and file.
Comment 1 _ pcw 2005-11-29 16:11:35 UTC
We can add the others easily.  No decision was really ever made on which ones
made sense, and there is no UI to differentiate which ones might be available or
not for the current server.  For 5.0, I'll just add the fields that are missing.

Marking I18N because this will add a few strings to the bundle that may or may
not need translation.
Comment 2 _ pcw 2005-11-29 23:54:05 UTC
Removing I18N keyword because I found the bundle already contained the necessary
names, so nothing new will be added there.

I enabled visiblity of HA, S1WS60, MMap, and Custom.  However, some of the
appserver docs generally say Custom is not implemented.  Does webserver
implement this?

Marking fixed.
Comment 3 _ pcw 2005-11-30 01:26:00 UTC
Fixed.