[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jboss-cvs-commits
Subject:    [jboss-cvs] jboss-docs/adminguide/examples/src/main/org/jboss/chap12/ejbmeta ejb-jar.xml mapping.xml
From:       Norman Richards <orb () users ! sourceforge ! net>
Date:       2004-12-31 21:29:58
Message-ID: E1CkULO-0008Tx-Uf () sc8-pr-cvs1 ! sourceforge ! net
[Download RAW message or body]

  User: orb     
  Date: 04/12/31 13:29:58

  Added:       adminguide/examples/src/main/org/jboss/chap12/ejbmeta
                        ejb-jar.xml mapping.xml webservices.xml
  Log:
  update examples for r1
  
  Revision  Changes    Path
  1.1                  \
jboss-docs/adminguide/examples/src/main/org/jboss/chap12/ejbmeta/ejb-jar.xml  
  Index: ejb-jar.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <ejb-jar xmlns="http://java.sun.com/xml/ns/j2ee" version="2.1"
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" \
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee \
http://java.sun.com/xml/ns/j2ee/ejb-jar_2_1.xsd">  <display-name>chapter 12 EJB \
JAR</display-name>  <enterprise-beans>
          <session>
              <ejb-name>HelloBean</ejb-name>
              <service-endpoint>org.jboss.chap12.hello.Hello</service-endpoint>
              <ejb-class>org.jboss.chap12.hello.HelloBean</ejb-class>
              <session-type>Stateless</session-type>
              <transaction-type>Container</transaction-type>
          </session>
      </enterprise-beans>
      <assembly-descriptor>
          <method-permission>
              <unchecked/>
              <method>
                  <ejb-name>HelloBean</ejb-name>
                  <method-name>*</method-name>
              </method>
          </method-permission>
          <container-transaction>
              <method>
                  <ejb-name>HelloBean</ejb-name>
                  <method-name>*</method-name>
              </method>
              <trans-attribute>Required</trans-attribute>
          </container-transaction>
      </assembly-descriptor>
  </ejb-jar>
  
  
  
  1.1                  \
jboss-docs/adminguide/examples/src/main/org/jboss/chap12/ejbmeta/mapping.xml  
  Index: mapping.xml
  ===================================================================
  <java-wsdl-mapping xmlns="http://java.sun.com/xml/ns/j2ee"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee \
http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd"  version="1.1">
  
      <package-mapping>
          <package-type>org.jboss.chap12.hello</package-type>
          <namespaceURI>http://hello.chap12.jboss.org</namespaceURI>
      </package-mapping>
  
  </java-wsdl-mapping>
  
  
  
  1.1                  \
jboss-docs/adminguide/examples/src/main/org/jboss/chap12/ejbmeta/webservices.xml  
  Index: webservices.xml
  ===================================================================
   <webservices xmlns="http://java.sun.com/xml/ns/j2ee"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee \
http://www.ibm.com/webservices/xsd/j2ee_web_services_1_1.xsd"  version="1.1">
  
      <webservice-description>
          <webservice-description-name>HelloService</webservice-description-name>
          <wsdl-file>META-INF/wsdl/hello.wsdl</wsdl-file>
          <jaxrpc-mapping-file>META-INF/mapping.xml</jaxrpc-mapping-file>
  
          <port-component>
              <port-component-name>Hello</port-component-name>
              <wsdl-port>HelloEndpoint</wsdl-port>
              <service-endpoint-interface>org.jboss.chap12.hello.Hello</service-endpoint-interface>
  <service-impl-bean>
                  <ejb-link>HelloBean</ejb-link>
              </service-impl-bean>
          </port-component>
      </webservice-description>
  </webservices>
  
  
  


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
jboss-cvs-commits mailing list
jboss-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-cvs-commits


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic