[jboss-cvs] JBossAS SVN: r58416 - trunk/testsuite/src/main/org/jboss/test/web/servlets

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 15 15:17:23 EST 2006


Author: scott.stark at jboss.org
Date: 2006-11-15 15:17:22 -0500 (Wed, 15 Nov 2006)
New Revision: 58416

Modified:
   trunk/testsuite/src/main/org/jboss/test/web/servlets/StandaloneENCServlet.java
Log:
Correct the class javadoc

Modified: trunk/testsuite/src/main/org/jboss/test/web/servlets/StandaloneENCServlet.java
===================================================================
--- trunk/testsuite/src/main/org/jboss/test/web/servlets/StandaloneENCServlet.java	2006-11-15 19:45:52 UTC (rev 58415)
+++ trunk/testsuite/src/main/org/jboss/test/web/servlets/StandaloneENCServlet.java	2006-11-15 20:17:22 UTC (rev 58416)
@@ -46,8 +46,9 @@
 import org.jboss.test.web.mock.StatelessSessionHome;
 import org.jboss.test.web.mock.StatelessSessionLocalHome;
 
-/** Tests of the server ENC naming context. This servlet has no dependencies on other componet
- * deployments as the env references are to mock objects.
+/** Tests of the server ENC naming context configured via web.xml. This servlet has
+ * no dependencies on other ee component deployments as the env references are to mock
+ * objects. It does depend on a kernel beans deployment to setup the jndi bindings.
  *
  * @author Scott.Stark at jboss.org
  * @version $Revision: 58115 $




More information about the jboss-cvs-commits mailing list