[webbeans-commits] Webbeans SVN: r2259 - test-harness/trunk/jboss/src/main/java/org/jboss/testharness/integration/jbossas.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Sun Mar 29 20:05:57 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-03-29 20:05:55 -0400 (Sun, 29 Mar 2009)
New Revision: 2259

Modified:
   test-harness/trunk/jboss/src/main/java/org/jboss/testharness/integration/jbossas/ProfileServiceContainersImpl.java
Log:
oops

Modified: test-harness/trunk/jboss/src/main/java/org/jboss/testharness/integration/jbossas/ProfileServiceContainersImpl.java
===================================================================
--- test-harness/trunk/jboss/src/main/java/org/jboss/testharness/integration/jbossas/ProfileServiceContainersImpl.java	2009-03-29 23:33:10 UTC (rev 2258)
+++ test-harness/trunk/jboss/src/main/java/org/jboss/testharness/integration/jbossas/ProfileServiceContainersImpl.java	2009-03-30 00:05:55 UTC (rev 2259)
@@ -93,7 +93,7 @@
             IncompleteDeploymentException incompleteDeploymentException = (IncompleteDeploymentException) failure.getCause();
             for (Entry<String, Throwable> entry : incompleteDeploymentException.getIncompleteDeployments().getContextsInError().entrySet())
             {
-               if (entry.getKey().endsWith(name + "/_WebBeansBootstrap"))
+               if (entry.getKey().endsWith(name + "/_WebBeansBootstrapBean"))
                {
                   throw new DeploymentException(entry.getValue());
                }




More information about the weld-commits mailing list