User: d_jencks
  Date: 01/09/17 10:33:54

  Modified:    src/resources/testbean2/META-INF ejb-jar.xml
  Log:
  Finished converting to JBossTestCase for deploy and logging.  Security tests still 
do not work due to deploy problems
  
  Revision  Changes    Path
  1.2       +6 -6      jbosstest/src/resources/testbean2/META-INF/ejb-jar.xml
  
  Index: ejb-jar.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/src/resources/testbean2/META-INF/ejb-jar.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ejb-jar.xml       2000/09/27 00:41:20     1.1
  +++ ejb-jar.xml       2001/09/17 17:33:54     1.2
  @@ -16,22 +16,22 @@
                        <ejb-ref>
                            <ejb-ref-name>ejb/stateful</ejb-ref-name>
                   <ejb-ref-type>Session</ejb-ref-type>
  -                <home>org.jboss.test.account.interfaces.StatefulSessionHome</home>
  -                <remote>org.jboss.test.account.interfaces.StatefulSession</remote>
  +                <home>org.jboss.test.testbean.interfaces.StatefulSessionHome</home>
  +                <remote>org.jboss.test.testbean.interfaces.StatefulSession</remote>
               </ejb-ref>
               
                        <ejb-ref>
                            <ejb-ref-name>ejb/stateless</ejb-ref-name>
                   <ejb-ref-type>Session</ejb-ref-type>
  -                <home>org.jboss.test.account.interfaces.StatelessSessionHome</home>
  -                <remote>org.jboss.test.account.interfaces.StatelessSession</remote>
  +                <home>org.jboss.test.testbean.interfaces.StatelessSessionHome</home>
  +                <remote>org.jboss.test.testbean.interfaces.StatelessSession</remote>
               </ejb-ref>
               
                        <ejb-ref>
                            <ejb-ref-name>ejb/entity</ejb-ref-name>
                   <ejb-ref-type>Entity</ejb-ref-type>
  -                <home>org.jboss.test.account.interfaces.EnterpriseEntityHome</home>
  -                <remote>org.jboss.test.account.interfaces.EnterpriseEntity</remote>
  +                <home>org.jboss.test.testbean.interfaces.EnterpriseEntityHome</home>
  +                <remote>org.jboss.test.testbean.interfaces.EnterpriseEntity</remote>
               </ejb-ref>
               
                        <reentrant>False</reentrant>
  
  
  

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

Reply via email to