User: jung Date: 00/12/04 04:35:30 Modified: etc/META-INF/test contract.scl ejb-jar.xml jboss.xml Log: adopted to latest jboss container, added decimal and date removed some problems due to forward-referencing in meta-data added serialisation policy Revision Changes Path 1.2 +12 -12 zoap/etc/META-INF/test/contract.scl Index: contract.scl =================================================================== RCS file: /products/cvs/ejboss/zoap/etc/META-INF/test/contract.scl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- contract.scl 2000/08/10 21:05:17 1.1 +++ contract.scl 2000/12/04 12:35:29 1.2 @@ -1,12 +1,12 @@ -<?xml version="1.0"?> - -<scl:contract xmlns:xsd="http://www.w3.org/1999/XMLSchema" - xmlns:scl="http://schemas.xmlsoap.org/scl/" > - - <xsd:import xsd:namespace="http://schemas.infor.de/businessservices/test/TestInterface" - xsd:location="businessservices/TestInterface.scl"/> - - <xsd:import xsd:namespace="http://schemas.infor.de/businesssobjects/test/TestObject2" - xsd:location="businessobjects/TestObject2.xsd"/> - -</scl:contract> \ No newline at end of file +<?xml version="1.0"?> + +<scl:contract xmlns:xsd="http://www.w3.org/1999/XMLSchema" + xmlns:scl="http://schemas.xmlsoap.org/scl/" > + + <xsd:import xsd:namespace="http://schemas.infor.de/businessservices/test/TestInterface" + xsd:location="businessservices/TestInterface.scl"/> + + <xsd:import xsd:namespace="http://schemas.infor.de/businesssobjects/test/TestObject2" + xsd:location="businessobjects/TestObject2.xsd"/> + +</scl:contract> 1.2 +28 -28 zoap/etc/META-INF/test/ejb-jar.xml Index: ejb-jar.xml =================================================================== RCS file: /products/cvs/ejboss/zoap/etc/META-INF/test/ejb-jar.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ejb-jar.xml 2000/08/10 21:05:17 1.1 +++ ejb-jar.xml 2000/12/04 12:35:29 1.2 @@ -1,28 +1,28 @@ -<?xml version="1.0" encoding="Cp1252"?> - -<ejb-jar> - <description>infor:ce test component</description> - <display-name>Test</display-name> - <enterprise-beans> - <session> - <display-name>TestService</display-name> - <ejb-name>TestService</ejb-name> - <home>de.infor.businessservices.test.TestInterfaceHome</home> - <remote>de.infor.businessservices.test.TestInterface</remote> - <ejb-class>de.infor.businessservices.implementations.test.TestService</ejb-class> - <session-type>Stateless</session-type> - <transaction-type>Container</transaction-type> - </session> - </enterprise-beans> - <assembly-descriptor> - <container-transaction> - <description>Required</description> - <method> - <ejb-name>TestService</ejb-name> - <method-intf>Remote</method-intf> - <method-name>*</method-name> - </method> - <trans-attribute>Required</trans-attribute> - </container-transaction> - </assembly-descriptor> - </ejb-jar> +<?xml version="1.0" encoding="Cp1252"?> + +<ejb-jar> + <description>infor:ce test component</description> + <display-name>Test</display-name> + <enterprise-beans> + <session> + <display-name>TestService</display-name> + <ejb-name>TestService</ejb-name> + <home>de.infor.businessservices.test.TestInterfaceHome</home> + <remote>de.infor.businessservices.test.TestInterface</remote> + <ejb-class>de.infor.businessservices.implementations.test.TestService</ejb-class> + <session-type>Stateless</session-type> + <transaction-type>Container</transaction-type> + </session> + </enterprise-beans> + <assembly-descriptor> + <container-transaction> + <description>Required</description> + <method> + <ejb-name>TestService</ejb-name> + <method-intf>Remote</method-intf> + <method-name>*</method-name> + </method> + <trans-attribute>Required</trans-attribute> + </container-transaction> + </assembly-descriptor> + </ejb-jar> 1.2 +33 -27 zoap/etc/META-INF/test/jboss.xml Index: jboss.xml =================================================================== RCS file: /products/cvs/ejboss/zoap/etc/META-INF/test/jboss.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- jboss.xml 2000/08/10 21:05:17 1.1 +++ jboss.xml 2000/12/04 12:35:29 1.2 @@ -1,27 +1,33 @@ -<?xml version="1.0" encoding="Cp1252"?> - -<jboss> - <enterprise-beans> - <session> - <ejb-name>TestService</ejb-name> - <jndi-name>test/TestService</jndi-name> - <configuration-name>SOAP-enabled Stateless SessionBean</configuration-name> - </session> - <secure>false</secure> - </enterprise-beans> - <resource-managers /> - <container-configurations> - <container-configuration configuration-class="org.jboss.ejb.deployment.StatelessSessionContainerConfiguration"> - <container-name>SOAP-enabled Stateless SessionBean</container-name> - <container-invoker>org.jboss.ejb.plugins.zoap.SoapContainerInvoker</container-invoker> - <instance-pool>org.jboss.ejb.plugins.StatelessSessionInstancePool</instance-pool> - <instance-cache></instance-cache> - <persistence-manager></persistence-manager> - <transaction-manager>org.jboss.tm.TxManager</transaction-manager> - <container-pool-conf> - <MaximumSize>100</MaximumSize> - <MinimumSize>10</MinimumSize> - </container-pool-conf> - </container-configuration> - </container-configurations> - </jboss> +<?xml version="1.0"?> + +<jboss> + <enterprise-beans> + <session> + <ejb-name>TestService</ejb-name> + <jndi-name>test/TestService</jndi-name> + <configuration-name>SOAP-enabled Stateless SessionBean</configuration-name> + </session> + <secure>false</secure> + </enterprise-beans> + <resource-managers /> + <container-configurations> + <container-configuration configuration-class="org.jboss.ejb.deployment.StatelessSessionContainerConfiguration"> + <container-name>SOAP-enabled Stateless SessionBean</container-name> + <container-invoker>org.jboss.ejb.plugins.zoap.SoapContainerInvoker</container-invoker> + <instance-pool>org.jboss.ejb.plugins.StatelessSessionInstancePool</instance-pool> + <instance-cache></instance-cache> + <persistence-manager></persistence-manager> + <transaction-manager>org.jboss.tm.TxManager</transaction-manager> + <container-invoker-conf> + <ReadMetaData>true</ReadMetaData> + <BindingClass>org.zoap.soap.meta.builtin.DefaultMetaBinding</BindingClass> + <MetaDataFileName>META-INF/contract.scl</MetaDataFileName> + <SerialisationPolicyClass>org.zoap.xml.SerialisationPolicy$DefaultSerialisationPolicy</SerialisationPolicyClass> + </container-invoker-conf> + <container-pool-conf> + <MaximumSize>100</MaximumSize> + <MinimumSize>10</MinimumSize> + </container-pool-conf> + </container-configuration> + </container-configurations> + </jboss>
