[jboss-cvs] jboss-spring/src/resources/test/web/WEB-INF ...

Ales Justin ales.justin at genera-lynx.com
Wed Jul 26 04:00:43 EDT 2006


  User: alesj   
  Date: 06/07/26 04:00:43

  Modified:    src/resources/test/web/WEB-INF  applicationContext.xml
  Log:
  Fixed ejb3 JNDI naming.
  
  Revision  Changes    Path
  1.3       +2 -2      jboss-spring/src/resources/test/web/WEB-INF/applicationContext.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: applicationContext.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-spring/src/resources/test/web/WEB-INF/applicationContext.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- applicationContext.xml	9 Jul 2006 13:18:49 -0000	1.2
  +++ applicationContext.xml	26 Jul 2006 08:00:43 -0000	1.3
  @@ -5,7 +5,7 @@
   
       <bean id="randomizer" class="org.springframework.jndi.JndiObjectFactoryBean">
           <property name="jndiName">
  -            <value>org.jboss.tutorial.ee.service.Randomizer</value>
  +            <value>JBoss-Spring/RandomizerBean/local</value>
           </property>
       </bean>
   
  @@ -17,7 +17,7 @@
               <value>org.jboss.tutorial.ee.service.Horoscope</value>
           </property>
           <property name="jndiName">
  -            <value>org.jboss.tutorial.ee.service.Horoscope</value>
  +            <value>JBoss-Spring/HoroscopeBean/local</value>
           </property>
       </bean>
   
  
  
  



More information about the jboss-cvs-commits mailing list