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 sc...@apache.org on 2005/10/05 19:02:36 UTC

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

Author: scamp
Date: Wed Oct  5 10:02:32 2005
New Revision: 295038

URL: http://svn.apache.org/viewcvs?rev=295038&view=rev
Log: (empty)

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

Modified: webservices/wsrf/trunk/src/java/org/apache/ws/util/jndi/SpringJndiPopulator.java
URL: http://svn.apache.org/viewcvs/webservices/wsrf/trunk/src/java/org/apache/ws/util/jndi/SpringJndiPopulator.java?rev=295038&r1=295037&r2=295038&view=diff
==============================================================================
--- webservices/wsrf/trunk/src/java/org/apache/ws/util/jndi/SpringJndiPopulator.java (original)
+++ webservices/wsrf/trunk/src/java/org/apache/ws/util/jndi/SpringJndiPopulator.java Wed Oct  5 10:02:32 2005
@@ -55,7 +55,7 @@
                 LOG.info( "Binding " + resourceHome.getClass().getName() + " instance in JNDI with name '" + JndiConstants.CONTEXT_NAME_RESOURCE + "/" + portComponentName + "'..." );
                 try
                 {
-                    resourceContext.bind( portComponentName, resourceHome );
+                    resourceContext.rebind( portComponentName, resourceHome );
                 }
                 catch ( NamingException ne )
                 {