User: reverbel
  Date: 02/03/14 16:00:39

  Added:       src/resources/helloiiop/META-INF ejb-jar.xml jboss.xml
  Log:
  Added initial version of the first IIOP test.
  
  Revision  Changes    Path
  1.1                  jbosstest/src/resources/helloiiop/META-INF/ejb-jar.xml
  
  Index: ejb-jar.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  
  <ejb-jar>
     <description>HelloWorld application</description>
     <display-name>HelloWorld</display-name>
     <enterprise-beans>
        <session>
           <display-name>Hello World</display-name>
           <ejb-name>HelloWorld</ejb-name>
           <home>org.jboss.test.helloiiop.interfaces.HelloHome</home>
           <remote>org.jboss.test.helloiiop.interfaces.Hello</remote>
           <ejb-class>org.jboss.test.helloiiop.ejb.HelloBean</ejb-class>
           <session-type>Stateless</session-type>
           <transaction-type>Container</transaction-type>
        </session>
     </enterprise-beans>
  </ejb-jar>
  
  
  
  1.1                  jbosstest/src/resources/helloiiop/META-INF/jboss.xml
  
  Index: jboss.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  
  <jboss>
    <enterprise-beans>
      <session>
        <ejb-name>HelloWorld</ejb-name>
        <jndi-name>helloworld/Hello</jndi-name>
        <configuration-name>IIOP Stateless SessionBean</configuration-name>
      </session>
    </enterprise-beans>
  </jboss>
  
  
  

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

Reply via email to