[jboss-cvs] jboss-ejb3/src/main/org/jboss/ejb3/injection ...

Bill DeCoste bdecoste at jboss.com
Mon Jul 24 17:28:30 EDT 2006


  User: bdecoste
  Date: 06/07/24 17:28:30

  Modified:    src/main/org/jboss/ejb3/injection  ResourceHandler.java
  Log:
  MDB cleanup, standalone test for standard testcases, fixed class level @Resources jndi env bindings
  
  Revision  Changes    Path
  1.31      +2 -1      jboss-ejb3/src/main/org/jboss/ejb3/injection/ResourceHandler.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ResourceHandler.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-ejb3/src/main/org/jboss/ejb3/injection/ResourceHandler.java,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -b -r1.30 -r1.31
  --- ResourceHandler.java	23 Jun 2006 21:32:14 -0000	1.30
  +++ ResourceHandler.java	24 Jul 2006 21:28:30 -0000	1.31
  @@ -46,7 +46,7 @@
   
   /**
    * @author <a href="mailto:bill at jboss.org">Bill Burke</a>
  - * @version $Revision: 1.30 $
  + * @version $Revision: 1.31 $
    */
   public class ResourceHandler
   {
  @@ -141,6 +141,7 @@
            {
               throw new RuntimeException("JBoss requires name() for class level @Resource");
            }
  +         encName = "env/" + encName;
            String mappedName = ref.mappedName();
            if (mappedName == null || mappedName.equals(""))
            {
  
  
  



More information about the jboss-cvs-commits mailing list