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 81100 - hardcode domain1 reference added to support app clients...
Summary: hardcode domain1 reference added to support app clients...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 8 (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Lukas Jungmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-25 17:31 UTC by Vince Kraemer
Modified: 2006-07-26 16:11 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 Vince Kraemer 2006-07-25 17:31:03 UTC
serverplugins/sun/appsrv81/src/..PlatformImpl.java

if ("j2ee.appclient.args".equals(propertyName)) { // NOI18N
   return "-configxml " + new File(root,
"domains/domain1/config/sun-acc.xml").getAbsolutePath(); // NOI18N
}
Comment 1 Sherold Dev 2006-07-25 18:26:44 UTC
Vince, can I ask why did you assign this bug to me?
Comment 4 Lukas Jungmann 2006-07-26 16:11:09 UTC
IDE: [7/26/06 5:10 PM] Committing "PlatformImpl.java" started
Checking in PlatformImpl.java;
/cvs/serverplugins/sun/appsrv81/src/org/netbeans/modules/j2ee/sun/ide/j2ee/PlatformImpl.java,v
 <--  PlatformImpl.java
new revision: 1.3.8.7.2.19; previous revision: 1.3.8.7.2.18
done
IDE: [7/26/06 5:10 PM] Committing "PlatformImpl.java" finished