vgritsenko    2004/03/31 06:44:20

  Modified:    
java/scratchpad/webdav/src/org/apache/xindice/webdav/datasource/xmldb
                        XMLDBDataSource.java
               java/scratchpad/webdav/webapp/WEB-INF webdav.xconf
  Removed:     java/scratchpad/webdav/webapp/WEB-INF/openorb/config
                        OpenORB.dtd OpenORB.xml default.xml
  Log:
  Remove OpenORB resources/configuration
  
  Revision  Changes    Path
  1.3       +2 -7      
xml-xindice/java/scratchpad/webdav/src/org/apache/xindice/webdav/datasource/xmldb/XMLDBDataSource.java
  
  Index: XMLDBDataSource.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xindice/java/scratchpad/webdav/src/org/apache/xindice/webdav/datasource/xmldb/XMLDBDataSource.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XMLDBDataSource.java      8 Feb 2004 02:34:35 -0000       1.2
  +++ XMLDBDataSource.java      31 Mar 2004 14:44:20 -0000      1.3
  @@ -77,11 +77,6 @@
         
         final String driver = 
configuration.getChild("xmldb").getChild("driver").getValue("org.apache.xindice.client.xmldb.DatabaseImpl");
      
         this.dbRoot = 
configuration.getChild("xmldb").getChild("dbroot").getValue("xmldb:xindice:///db");
  -      // openorb home for tomcat
  -      Configuration openOrbHome = 
configuration.getChild("xmldb").getChild("openorbhome", false);
  -      if(openOrbHome != null) {
  -        System.setProperty("openorb.home", openOrbHome.getValue());
  -      }
   
         if(getLogger().isDebugEnabled()) {
           getLogger().debug("DBRoot set to: " + dbRoot);
  
  
  
  1.3       +0 -2      
xml-xindice/java/scratchpad/webdav/webapp/WEB-INF/webdav.xconf
  
  Index: webdav.xconf
  ===================================================================
  RCS file: 
/home/cvs/xml-xindice/java/scratchpad/webdav/webapp/WEB-INF/webdav.xconf,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- webdav.xconf      8 Feb 2004 02:39:36 -0000       1.2
  +++ webdav.xconf      31 Mar 2004 14:44:20 -0000      1.3
  @@ -39,8 +39,6 @@
       <xmldb name="XMLDB">
         <driver>org.apache.xindice.client.xmldb.DatabaseImpl</driver>
         <dbroot>xmldb:xindice:///db</dbroot>
  -      <!-- only needed for tomcat -->
  -      <openorbhome>./webapps/xindav/WEB-INF/openorb/</openorbhome>
       </xmldb>
     </datasource>
   </webdav>
  
  
  

Reply via email to