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 52201 - "Illegal group reference" value of location property in webapp/ejbmodule/j2eeapp properties
Summary: "Illegal group reference" value of location property in webapp/ejbmodule/j2ee...
Status: CLOSED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 8 (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Nitya Doraisamy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-08 14:00 UTC by Petr Blaha
Modified: 2006-03-24 12:52 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 Petr Blaha 2004-12-08 14:00:34 UTC
look at properties of some doployed enterprise
app/web app/ejb module, under location key,
there's "Illegal group reference" value. If
someone click on this property, exception is thrown
Comment 1 Petr Blaha 2004-12-08 14:30:30 UTC
Illegal group reference is in JVM Properties panel also.
Comment 2 Lukas Jungmann 2005-01-17 16:13:45 UTC
If user wants to edit eg. jvm properties, he/she has to edit
$AS_HOME/domains/domain1/domain.xml manually.
Comment 3 Nitya Doraisamy 2005-03-04 17:04:17 UTC
The properties editor logic was unable to handle values containing
keys like ${com.sun.aas.javaRoot}. The logic has been cleaned up to
deal with such values. The properties can now be modified from within
the IDE.
Comment 4 Petr Blaha 2005-03-21 13:26:50 UTC
[Build 20050320]