PageRenderTime 43ms CodeModel.GetById 18ms RepoModel.GetById 1ms app.codeStats 0ms

/jboss-as-7.1.1.Final/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/ws/injection/ejb/basic/webservice/ejb-jar.xml

#
XML | 23 lines | 16 code | 7 blank | 0 comment | 0 complexity | ef108d4b4c853d759b61178d3ce4c3ba MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ejb-jar version="3.0" xmlns="http://java.sun.com/xml/ns/javaee"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/ejb-jar_3_0.xsd">
  5. <enterprise-beans>
  6. <session>
  7. <ejb-name>EJB3Bean</ejb-name>
  8. <ejb-class>org.jboss.as.test.integration.ws.injection.ejb.basic.webservice.EJB3Bean</ejb-class>
  9. <env-entry>
  10. <env-entry-name>boolean1</env-entry-name>
  11. <env-entry-type>java.lang.Boolean</env-entry-type>
  12. <env-entry-value>true</env-entry-value>
  13. </env-entry>
  14. </session>
  15. </enterprise-beans>
  16. </ejb-jar>