You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by he...@apache.org on 2004/07/09 04:21:51 UTC

cvs commit: ws-axis/contrib/ews/conf/META-INF/services org.apache.axis.deployment.wsdd.Provider

hemapani    2004/07/08 19:21:51

  Modified:    contrib/ews/conf ws4j2ee.properties
  Added:       contrib/ews/conf jndi.properties
               contrib/ews/conf/META-INF/services
                        org.apache.axis.deployment.wsdd.Provider
  Removed:     contrib/ews/conf org.apache.axis.deployment.wsdd.Provider
  Log:
  add the jndi.properties file 
  move the wsdd provider loader to the META-INF/services as that is where it should be inside ews jar
  
  Revision  Changes    Path
  1.5       +1 -1      ws-axis/contrib/ews/conf/ws4j2ee.properties
  
  Index: ws4j2ee.properties
  ===================================================================
  RCS file: /home/cvs/ws-axis/contrib/ews/conf/ws4j2ee.properties,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ws4j2ee.properties	27 Jun 2004 15:24:39 -0000	1.4
  +++ ws4j2ee.properties	9 Jul 2004 02:21:51 -0000	1.5
  @@ -1,4 +1,4 @@
  -maven.repo.local=H:/Documents\ and\ Settings/hemapani/.maven/repository
  +maven.repo.local=C:/Documents\ and\ Settings/srinath/.maven/repository
   j2ee-container-dd=geronimo.xml
   ws4j2ee-provider=j2ee
   axis-host=127.0.0.1
  
  
  
  1.1                  ws-axis/contrib/ews/conf/jndi.properties
  
  Index: jndi.properties
  ===================================================================
  java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
  java.naming.provider.url=jnp://localhost:1099
  java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
  
  
  1.1                  ws-axis/contrib/ews/conf/META-INF/services/org.apache.axis.deployment.wsdd.Provider
  
  Index: org.apache.axis.deployment.wsdd.Provider
  ===================================================================
  org.apache.geronimo.ews.ws4j2ee.wsutils.WSDDJavaJ2EEProvider