You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrf-commits@ws.apache.org by ip...@apache.org on 2005/07/27 20:37:04 UTC

svn commit: r225567 - /webservices/wsrf/trunk/src/java/org/apache/ws/util/jndi/JNDIUtils.java

Author: ips
Date: Wed Jul 27 11:37:02 2005
New Revision: 225567

URL: http://svn.apache.org/viewcvs?rev=225567&view=rev
Log:
oops..

Modified:
    webservices/wsrf/trunk/src/java/org/apache/ws/util/jndi/JNDIUtils.java

Modified: webservices/wsrf/trunk/src/java/org/apache/ws/util/jndi/JNDIUtils.java
URL: http://svn.apache.org/viewcvs/webservices/wsrf/trunk/src/java/org/apache/ws/util/jndi/JNDIUtils.java?rev=225567&r1=225566&r2=225567&view=diff
==============================================================================
--- webservices/wsrf/trunk/src/java/org/apache/ws/util/jndi/JNDIUtils.java (original)
+++ webservices/wsrf/trunk/src/java/org/apache/ws/util/jndi/JNDIUtils.java Wed Jul 27 11:37:02 2005
@@ -357,12 +357,11 @@
             throw new IllegalArgumentException( "initial context was null." );
         }
 
-        XmlBeanJndiUtils.
         Context envContext = (Context) initContext.lookup( "java:comp/env" );
         Digester digester = new Digester();
 
         digester.setNamespaceAware( true );
-        digester.setValidating( false );  // Don't do any validation for now
+        digester.setValidating( false );  // don't do any validation for now
         digester.addRuleSet( new JNDIConfigRuleSet( "jndiConfig/" ) );
 
         digester.push( new NamingContext( envContext, engine ) );