User: starksm 
  Date: 01/05/05 13:56:55

  Added:       src/resources/web/META-INF application.xml ejb-jar.xml
                        jboss.xml
  Log:
  Resources for the web container integration tests
  
  Revision  Changes    Path
  1.1                  jbosstest/src/resources/web/META-INF/application.xml
  
  Index: application.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  
  <application>
      <display-name>JBossTest Web Container Testsuite</display-name>
  
      <module>
      <web>
          <web-uri>jbosstest-web.war</web-uri>
          <context-root>/jbosstest</context-root>
      </web>
      </module>
  
      <module>
          <ejb>jbosstest-web-ejbs.jar</ejb>
      </module>
  
  </application>
  
  
  
  
  1.1                  jbosstest/src/resources/web/META-INF/ejb-jar.xml
  
  Index: ejb-jar.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <ejb-jar>
      <enterprise-beans>
          <session>
              <description>Referenced Bean0</description>
              <ejb-name>ENCBean0</ejb-name>
              <ejb-class>org.jboss.test.web.ejb.StatelessSessionBean</ejb-class>
              <home>org.jboss.test.web.interfaces.StatelessSessionHome</home>
              <remote>org.jboss.test.web.interfaces.StatelessSession</remote>
              <session-type>Stateless</session-type>
              <transaction-type>Container</transaction-type>
          </session>
          <session>
              <description>Referenced Bean1</description>
              <ejb-name>ENCBean1</ejb-name>
              <ejb-class>org.jboss.test.web.ejb.StatelessSessionBean</ejb-class>
              <home>org.jboss.test.web.interfaces.StatelessSessionHome</home>
              <remote>org.jboss.test.web.interfaces.StatelessSession</remote>
              <session-type>Stateless</session-type>
              <transaction-type>Container</transaction-type>
          </session>
          <session>
              <description>A secured EJB</description>
              <ejb-name>SecuredEJB</ejb-name>
              <ejb-class>org.jboss.test.web.ejb.StatelessSessionBean</ejb-class>
              <home>org.jboss.test.web.interfaces.StatelessSessionHome</home>
              <remote>org.jboss.test.web.interfaces.StatelessSession</remote>
              <session-type>Stateless</session-type>
              <transaction-type>Container</transaction-type>
          </session>
          <session>
              <description>An EJB for testing in vm call optimization</description>
              <ejb-name>OptimizedEJB</ejb-name>
              <ejb-class>org.jboss.test.web.ejb.StatelessSessionBean2</ejb-class>
              <home>org.jboss.test.web.interfaces.StatelessSessionHome</home>
              <remote>org.jboss.test.web.interfaces.StatelessSession</remote>
              <session-type>Stateless</session-type>
              <transaction-type>Container</transaction-type>
          </session>
      </enterprise-beans>
  </ejb-jar>
  
  
  
  
  1.1                  jbosstest/src/resources/web/META-INF/jboss.xml
  
  Index: jboss.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  
  <jboss>
      <enterprise-beans>
          <session>
              <ejb-name>SecuredEJB</ejb-name>
              <jndi-name>jbosstest/ejbs/SecuredEJB</jndi-name>
          </session>
      </enterprise-beans>
  </jboss>
  
  
  

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

Reply via email to