[jboss-cvs] JBossAS SVN: r88134 - projects/bootstrap/trunk/impl-as/src/main/java/org/jboss/bootstrap/impl/as/config.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon May 4 01:14:03 EDT 2009


Author: ALRubinger
Date: 2009-05-04 01:14:00 -0400 (Mon, 04 May 2009)
New Revision: 88134

Modified:
   projects/bootstrap/trunk/impl-as/src/main/java/org/jboss/bootstrap/impl/as/config/JBossASServerConfigLegacy.java
Log:
[JBBOOT-31] Note that patch.url is a property which is a concern of something that has a notion of ClassLoading, like Main

Modified: projects/bootstrap/trunk/impl-as/src/main/java/org/jboss/bootstrap/impl/as/config/JBossASServerConfigLegacy.java
===================================================================
--- projects/bootstrap/trunk/impl-as/src/main/java/org/jboss/bootstrap/impl/as/config/JBossASServerConfigLegacy.java	2009-05-04 05:08:53 UTC (rev 88133)
+++ projects/bootstrap/trunk/impl-as/src/main/java/org/jboss/bootstrap/impl/as/config/JBossASServerConfigLegacy.java	2009-05-04 05:14:00 UTC (rev 88134)
@@ -47,6 +47,10 @@
     * STUFF BELOW HERE has not been addressed/documented/reintegrated
     */
 
+   //TODO http://www.jboss.org/community/docs/DOC-10691
+   // Patch URL deals with classpath entries to be prepended to
+   // some ClassLoader, which is out of scope for this project.  Deal
+   // with in Main?
    /**
     * Constant that holds the name of the environment property
     * for specifying the URL where JBoss will read patch library files




More information about the jboss-cvs-commits mailing list