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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Nov 12 14:46:00 EST 2010


Author: smcgowan at redhat.com
Date: 2010-11-12 14:46:00 -0500 (Fri, 12 Nov 2010)
New Revision: 109302

Modified:
   trunk/testsuite/src/main/org/jboss/test/web/servlets/StandaloneENCAnnotationsServlet.java
Log:
revert mappedName change, smoke test failing

Modified: trunk/testsuite/src/main/org/jboss/test/web/servlets/StandaloneENCAnnotationsServlet.java
===================================================================
--- trunk/testsuite/src/main/org/jboss/test/web/servlets/StandaloneENCAnnotationsServlet.java	2010-11-12 17:38:43 UTC (rev 109301)
+++ trunk/testsuite/src/main/org/jboss/test/web/servlets/StandaloneENCAnnotationsServlet.java	2010-11-12 19:46:00 UTC (rev 109302)
@@ -71,7 +71,7 @@
          mappedName="jbosstest/ejbs/UnsecuredEJB")
    StatelessSessionHome sshome;
    @EJB(name="ejb/CtsBmp", beanInterface=EntityHome.class, 
-         mappedName="jbosstest/ejbs/CtsBmp")
+         mappedName="ejbcts/BMPBean")
    EntityHome entityHome;
    @EJB(name="ejb/local/bean3", beanInterface=StatelessSessionLocalHome.class, 
          mappedName="jbosstest/ejbs/local/ENCBean1")



More information about the jboss-cvs-commits mailing list