User: starksm 
  Date: 02/02/15 20:57:27

  Modified:    src/resources/web/WEB-INF jboss-web.xml web.xml
  Log:
  Restore the Cts BMPBean reference
  
  Revision  Changes    Path
  1.8       +2 -2      jbosstest/src/resources/web/WEB-INF/jboss-web.xml
  
  Index: jboss-web.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/src/resources/web/WEB-INF/jboss-web.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- jboss-web.xml     15 Feb 2002 18:20:14 -0000      1.7
  +++ jboss-web.xml     16 Feb 2002 04:57:27 -0000      1.8
  @@ -1,7 +1,7 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <!DOCTYPE jboss-web
  -    PUBLIC "-//JBoss//DTD Web Application 2.2//EN"
  -    "http://www.jboss.org/j2ee/dtds/jboss-web.dtd";>
  +    PUBLIC "-//JBoss//DTD Web Application 2.3//EN"
  +    "http://www.jboss.org/j2ee/dtds/jboss-web_3_0.dtd";>
   
   <jboss-web>
       <security-domain>java:/jaas/other</security-domain>
  
  
  
  1.18      +1 -3      jbosstest/src/resources/web/WEB-INF/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/src/resources/web/WEB-INF/web.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- web.xml   15 Feb 2002 18:20:14 -0000      1.17
  +++ web.xml   16 Feb 2002 04:57:27 -0000      1.18
  @@ -305,15 +305,13 @@
           <remote>org.jboss.test.web.interfaces.StatelessSession</remote>
           <ejb-link>OptimizedEJB</ejb-link>
       </ejb-ref>
  -<!--
       <ejb-ref>
           <ejb-ref-name>ejb/CtsBmp</ejb-ref-name>
           <ejb-ref-type>Entity</ejb-ref-type>
           <home>org.jboss.test.cts.interfaces.CtsBmpHome</home>
           <remote>org.jboss.test.cts.interfaces.CtsBmp</remote>
  -        <ejb-link>ejbcts/BMPBean</ejb-link>
  +        <ejb-link>BMPBean</ejb-link>
       </ejb-ref>
  --->
       <ejb-ref>
           <ejb-ref-name>ejb/SecuredEJB</ejb-ref-name>
           <ejb-ref-type>Session</ejb-ref-type>
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to