dblevins    2005/02/02 19:07:58

  Modified:    modules/core/src/etc/META-INF geronimo-service.xml
  Log:

  Revising the WSContainer to better support rpc/encoded strictly against a 
lightweight WSDL->Java mapping.
  Added validation for lightweigth mappings.
  Added ability to download the WSDL via http://foobar.com/someservice?wsdl
  
  Revision  Changes    Path
  1.2       +1 -4      
openejb/modules/core/src/etc/META-INF/geronimo-service.xml
  
  Index: geronimo-service.xml
  ===================================================================
  RCS file: 
/home/projects/openejb/scm/openejb/modules/core/src/etc/META-INF/geronimo-service.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- geronimo-service.xml      10 Jan 2005 19:07:49 -0000      1.1
  +++ geronimo-service.xml      3 Feb 2005 00:07:57 -0000       1.2
  @@ -81,9 +81,6 @@
           <uri>xfire/jars/xfire-java-${xfire_version}.jar</uri>
       </dependency>
       <dependency>
  -        <uri>xfire/jars/xfire-jaxrpc-${xfire_version}.jar</uri>
  -    </dependency>
  -    <dependency>
           <uri>wsdl4j/jars/wsdl4j-${wsdl4j_version}.jar</uri>
       </dependency>
       <dependency>
  
  
  

Reply via email to