[jboss-svn-commits] JBoss Common SVN: r4565 - arquillian/trunk/containers/jetty-embedded-6_1/src/main/java/org/jboss/arquillian/container/jetty/embedded6_1.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Jun 28 00:21:59 EDT 2010


Author: dan.j.allen
Date: 2010-06-28 00:21:59 -0400 (Mon, 28 Jun 2010)
New Revision: 4565

Modified:
   arquillian/trunk/containers/jetty-embedded-6_1/src/main/java/org/jboss/arquillian/container/jetty/embedded6_1/JettyEmbeddedContainer.java
Log:
add jira references


Modified: arquillian/trunk/containers/jetty-embedded-6_1/src/main/java/org/jboss/arquillian/container/jetty/embedded6_1/JettyEmbeddedContainer.java
===================================================================
--- arquillian/trunk/containers/jetty-embedded-6_1/src/main/java/org/jboss/arquillian/container/jetty/embedded6_1/JettyEmbeddedContainer.java	2010-06-28 02:13:46 UTC (rev 4564)
+++ arquillian/trunk/containers/jetty-embedded-6_1/src/main/java/org/jboss/arquillian/container/jetty/embedded6_1/JettyEmbeddedContainer.java	2010-06-28 04:21:59 UTC (rev 4565)
@@ -37,9 +37,9 @@
  * <p>Jetty Embedded 6.1.x container for the Arquillian project.</p>
  *
  * <p>This container only supports a WebArchive deployment. The context path of the
- * deployed application is always set to "/test", which is expected by the servlet protocol.</p>
+ * deployed application is always set to "/test", which is expected by the servlet protocol (SHRINKWRAP-196).</p>
  *
- * <p>A known issue is that you cannot deploy two archives with the same name (i.e., test.war).
+ * <p>A known issue (SHRINKWRAP-197) is that you cannot deploy two archives with the same name (i.e., test.war).
  * The ShrinkWrap Jetty extension always uses the same temporary file and doesn't delete
  * it until the JVM exists. Therefore, two successive Arquillian tests will collide trying
  * to write to the same file. The workaround is to give your archive a unique name in the



More information about the jboss-svn-commits mailing list