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 75911 - error in sun-ejb-jar.xml gui for pm in use tab
Summary: error in sun-ejb-jar.xml gui for pm in use tab
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 5.x
Hardware: Sun All
: P3 blocker (vote)
Assignee: _ pcw
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-04 11:42 UTC by Amanpreet Kaur
Modified: 2006-06-04 23:44 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 Amanpreet Kaur 2006-05-04 11:42:49 UTC
netbeans build #200605040500 , appserver build 47, jdk1.5.0_06

To reproduce the bug:
1.create any ejb module application.
2. open sun-ejb-jar.xml
3. click on pm Descriptor tab and then new
4. fill in the values for new pm descriptor.
5. save the file

The newly added pm doesnot appear in the Pm in use combobox and hence
sun-ejb-jar.xml so generated is invalid.
Comment 1 _ pcw 2006-05-31 23:59:12 UTC
Fixed.

I revamped the data models that govern how the pm-in-use combobox synchronizes
with the table of pm-descriptor entries.  I also added a warning for when the
pm-in-use field is undefined, but at least one descriptor is defined.
Comment 2 _ pcw 2006-05-31 23:59:33 UTC
Fixed.