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

Summary: "Illegal group reference" value of location property in webapp/ejbmodule/j2eeapp properties
Product: serverplugins Reporter: Petr Blaha <blaha>
Component: Sun Appserver 8Assignee: Nitya Doraisamy <nityad>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P3    
Version: 4.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

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]