User: d_jencks
  Date: 02/04/16 22:36:19

  Modified:    src/resources/naming/ear/b/META-INF Tag: Branch_3_0
                        ejb-jar.xml
  Log:
  implemented relative ejb-link
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.2.2.1   +2 -2      jbosstest/src/resources/naming/ear/b/META-INF/ejb-jar.xml
  
  Index: ejb-jar.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/src/resources/naming/ear/b/META-INF/ejb-jar.xml,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- ejb-jar.xml       23 Mar 2002 21:11:04 -0000      1.2
  +++ ejb-jar.xml       17 Apr 2002 05:36:19 -0000      1.2.2.1
  @@ -29,14 +29,14 @@
           <ejb-ref-type>Session</ejb-ref-type>
           <home>org.jboss.test.naming.interfaces.TestEjbLinkHome</home>
           <remote>org.jboss.test.naming.interfaces.TestEjbLink</remote> 
  -        <ejb-link>../subdir/naminga.jar#SessionA</ejb-link>
  +        <ejb-link>subdir/naminga.jar#SessionA</ejb-link>
         </ejb-ref>
         <ejb-local-ref>
           <ejb-ref-name>ejb/LocalRelativeSessionA</ejb-ref-name>
           <ejb-ref-type>Session</ejb-ref-type>
           
<local-home>org.jboss.test.naming.interfaces.TestEjbLinkLocalHome</local-home>
           <local>org.jboss.test.naming.interfaces.TestEjbLinkLocal</local> 
  -        <ejb-link>../subdir/naminga.jar#SessionA</ejb-link>
  +        <ejb-link>subdir/naminga.jar#SessionA</ejb-link>
         </ejb-local-ref>
       </session>
     </enterprise-beans>
  
  
  

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

Reply via email to