[jboss-cvs] jboss-seam/src/main/org/jboss/seam/core ...

Gavin King gavin.king at jboss.com
Tue Dec 5 14:37:02 EST 2006


  User: gavin   
  Date: 06/12/05 14:37:02

  Modified:    src/main/org/jboss/seam/core  Ejb.java
  Log:
  JBSEAM-563
  
  Revision  Changes    Path
  1.19      +3 -1      jboss-seam/src/main/org/jboss/seam/core/Ejb.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Ejb.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/Ejb.java,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -b -r1.18 -r1.19
  --- Ejb.java	24 Nov 2006 23:15:17 -0000	1.18
  +++ Ejb.java	5 Dec 2006 19:37:02 -0000	1.19
  @@ -1,4 +1,4 @@
  -//$Id: Ejb.java,v 1.18 2006/11/24 23:15:17 gavin Exp $
  +//$Id: Ejb.java,v 1.19 2006/12/05 19:37:02 gavin Exp $
   package org.jboss.seam.core;
   
   import static org.jboss.seam.InterceptionType.NEVER;
  @@ -45,6 +45,8 @@
         
         deployer = EJB3StandaloneBootstrap.createDeployer();
         deployer.getArchivesByResource().add("seam.properties");
  +      deployer.getArchivesByResource().add("META-INF/seam.properties");
  +      deployer.getArchivesByResource().add("META-INF/components.xml");
         
         // need to set the InitialContext properties that deployer will use
         // to initial EJB containers
  
  
  



More information about the jboss-cvs-commits mailing list