[jboss-cvs] JBossAS SVN: r75516 - in projects/docs/enterprise: 4.3/Server_Configuration_Guide/en-US and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jul 8 21:23:27 EDT 2008


Author: irooskov at redhat.com
Date: 2008-07-08 21:23:26 -0400 (Tue, 08 Jul 2008)
New Revision: 75516

Modified:
   projects/docs/enterprise/4.2/Server_Configuration_Guide/en-US/J2EE_Reference_Introduction.xml
   projects/docs/enterprise/4.3/Server_Configuration_Guide/en-US/J2EE_Reference_Introduction.xml
Log:
updated server config guide for 4.2 and 4.3 with JBPAPP-827 fix


Modified: projects/docs/enterprise/4.2/Server_Configuration_Guide/en-US/J2EE_Reference_Introduction.xml
===================================================================
--- projects/docs/enterprise/4.2/Server_Configuration_Guide/en-US/J2EE_Reference_Introduction.xml	2008-07-09 00:24:57 UTC (rev 75515)
+++ projects/docs/enterprise/4.2/Server_Configuration_Guide/en-US/J2EE_Reference_Introduction.xml	2008-07-09 01:23:26 UTC (rev 75516)
@@ -1061,7 +1061,7 @@
 					</para>
 					<note>
 						<para>
-							JDK provided classes cannot be scoped. 
+							JDK provided classes cannot be scoped. Meaning that a deployment cannot contain any JDK classes or (when using a war deployment) they must be excluded via the <property>FilteredPackages</property> atribute within the <filename>jboss-service.xml</filename> file.
 						</para>
 					</note>
 				</section>

Modified: projects/docs/enterprise/4.3/Server_Configuration_Guide/en-US/J2EE_Reference_Introduction.xml
===================================================================
--- projects/docs/enterprise/4.3/Server_Configuration_Guide/en-US/J2EE_Reference_Introduction.xml	2008-07-09 00:24:57 UTC (rev 75515)
+++ projects/docs/enterprise/4.3/Server_Configuration_Guide/en-US/J2EE_Reference_Introduction.xml	2008-07-09 01:23:26 UTC (rev 75516)
@@ -1061,7 +1061,7 @@
 					</para>
 					<note>
 						<para>
-							JDK provided classes cannot be scoped. 
+							JDK provided classes cannot be scoped. Meaning that a deployment cannot contain any JDK classes or (when using a war deployment) they must be excluded via the <property>FilteredPackages</property> atribute within the <filename>jboss-service.xml</filename> file.
 						</para>
 					</note>
 				</section>




More information about the jboss-cvs-commits mailing list