You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by ja...@apache.org on 2005/03/04 08:53:43 UTC

cvs commit: ws-fx/sandesha/test/org/apache/sandesha SimpleServerImpl.java

jaliya      2005/03/03 23:53:43

  Modified:    sandesha/test/org/apache/sandesha SimpleServerImpl.java
  Log:
  TestServer modified to remove addressing headers
  
  Revision  Changes    Path
  1.2       +0 -8      ws-fx/sandesha/test/org/apache/sandesha/SimpleServerImpl.java
  
  Index: SimpleServerImpl.java
  ===================================================================
  RCS file: /home/cvs/ws-fx/sandesha/test/org/apache/sandesha/SimpleServerImpl.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SimpleServerImpl.java	28 Feb 2005 14:49:13 -0000	1.1
  +++ SimpleServerImpl.java	4 Mar 2005 07:53:43 -0000	1.2
  @@ -20,10 +20,6 @@
   import org.apache.sandesha.util.PropertyLoader;
   import org.w3c.dom.Document;
   
  -/**
  - * Created by IntelliJ IDEA. User: Jaliya Date: Sep 13, 2004 Time: 2:31:47 PM To
  - * change this template use Options | File Templates.
  - */
   public class SimpleServerImpl {
   
       public static void main(String[] args) {
  @@ -34,11 +30,7 @@
               dbf.setNamespaceAware(true);
               DocumentBuilder db = dbf.newDocumentBuilder();
   
  -            //Need to change the path
  -
               Document doc = db.parse(new File("config/server-config.wsdd"));
  -            //Document doc = db.parse(new File("D:\\Projects\\Sandesha\\Version1\\classes\\server-config.wsdd"));
  -            //"C:/SandeshaPrj/SandeshaIMPL/PrjWorkspace/bin/server-config.wsdd"));
               WSDDDocument wsdddoc = new WSDDDocument(doc);
               WSDDDeployment wsdddep = wsdddoc.getDeployment();
               sas.setMyConfig(wsdddep);