You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ma...@apache.org on 2013/03/23 04:54:36 UTC

svn commit: r1460088 - in /oodt/trunk: CHANGES.txt pushpull/src/main/resources/policy/ProtocolFactoryInfo.xml

Author: mattmann
Date: Sat Mar 23 03:54:36 2013
New Revision: 1460088

URL: http://svn.apache.org/r1460088
Log:
- fix for OODT-537 Push/Pull NullPointerException on startup

Modified:
    oodt/trunk/CHANGES.txt
    oodt/trunk/pushpull/src/main/resources/policy/ProtocolFactoryInfo.xml

Modified: oodt/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/oodt/trunk/CHANGES.txt?rev=1460088&r1=1460087&r2=1460088&view=diff
==============================================================================
--- oodt/trunk/CHANGES.txt (original)
+++ oodt/trunk/CHANGES.txt Sat Mar 23 03:54:36 2013
@@ -3,6 +3,8 @@ Apache OODT Change Log
 Release 0.6 - Current Development
 --------------------------------------------
 
+* OODT-537 Push/Pull NullPointerException on startup (mattmann, joyce)
+
 * OODT-578 Workflow Monitor experiences runtime exception (NPE) out 
   of the box with RADIX (Arni Sumarlidason via mattmann)
 

Modified: oodt/trunk/pushpull/src/main/resources/policy/ProtocolFactoryInfo.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/pushpull/src/main/resources/policy/ProtocolFactoryInfo.xml?rev=1460088&r1=1460087&r2=1460088&view=diff
==============================================================================
--- oodt/trunk/pushpull/src/main/resources/policy/ProtocolFactoryInfo.xml (original)
+++ oodt/trunk/pushpull/src/main/resources/policy/ProtocolFactoryInfo.xml Sat Mar 23 03:54:36 2013
@@ -34,8 +34,12 @@
         <protocolFactory class="org.apache.oodt.cas.protocol.imaps.ImapsProtocolFactory"/>
     </protocol>
     
+    <!--
+    Note: hasn't been implemented yet, see OODT-537 
+     
     <protocol type="file">
         <protocolFactory class="org.apache.oodt.cas.protocol.local.LocalProtocolFactory"/>    
     </protocol>
+    -->
     
 </protocols>