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 55776 - [customizer] EJB sources settings are not saved
Summary: [customizer] EJB sources settings are not saved
Status: CLOSED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: EJB Freeform (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-02 15:36 UTC by Lukas Jungmann
Modified: 2006-03-24 13:12 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 Lukas Jungmann 2005-03-02 15:36:55 UTC
[build 200503011900]

-create new (very) simple ejb freeform project
-go to Project properties -> EJB sources
-change some values (eg. server type from Generic
to SJSAS)
-close and reopen project properties and go to EJB
sources

=> you'll see Server type: Generic instead of
Server type: SJSAS

Other settings in EJB sources are not saved too.
Comment 1 Andrei Badea 2005-03-10 10:39:02 UTC
Fixed.

Checking in EJBProjectGenerator.java;
/cvs/j2ee/ejbfreeform/src/org/netbeans/modules/j2ee/ejbfreeform/EJBProjectGenerator.java,v
 <--  EJBProjectGenerator.java
new revision: 1.7; previous revision: 1.6
done
Checking in ui/EJBLocationsPanel.form;
/cvs/j2ee/ejbfreeform/src/org/netbeans/modules/j2ee/ejbfreeform/ui/EJBLocationsPanel.form,v
 <--  EJBLocationsPanel.formnew revision: 1.6; previous revision: 1.5
done
Checking in ui/EJBLocationsPanel.java;
/cvs/j2ee/ejbfreeform/src/org/netbeans/modules/j2ee/ejbfreeform/ui/EJBLocationsPanel.java,v
 <--  EJBLocationsPanel.javanew revision: 1.12; previous revision: 1.11
done
Comment 2 Lukas Jungmann 2005-04-03 23:13:29 UTC
v. 200504031800