Author: dkulp
Date: Mon Oct  8 09:59:16 2007
New Revision: 582885

URL: http://svn.apache.org/viewvc?rev=582885&view=rev
Log:
Merged revisions 578144 via svnmerge from 
https://svn.apache.org/repos/asf/incubator/cxf/trunk

........
  r578144 | ningjiang | 2007-09-21 10:39:15 -0400 (Fri, 21 Sep 2007) | 1 line
  
  Added the missing file of my last commit
........

Modified:
    incubator/cxf/branches/2.0.x-fixes/   (props changed)
    
incubator/cxf/branches/2.0.x-fixes/integration/jca/src/main/java/org/apache/cxf/jca/cxf/ManagedConnectionImpl.java

Propchange: incubator/cxf/branches/2.0.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: 
incubator/cxf/branches/2.0.x-fixes/integration/jca/src/main/java/org/apache/cxf/jca/cxf/ManagedConnectionImpl.java
URL: 
http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/integration/jca/src/main/java/org/apache/cxf/jca/cxf/ManagedConnectionImpl.java?rev=582885&r1=582884&r2=582885&view=diff
==============================================================================
--- 
incubator/cxf/branches/2.0.x-fixes/integration/jca/src/main/java/org/apache/cxf/jca/cxf/ManagedConnectionImpl.java
 (original)
+++ 
incubator/cxf/branches/2.0.x-fixes/integration/jca/src/main/java/org/apache/cxf/jca/cxf/ManagedConnectionImpl.java
 Mon Oct  8 09:59:16 2007
@@ -147,7 +147,7 @@
             
             return createConnectionProxy(obj, requestInfo, subject);
         } catch (WebServiceException wse) {
-            throw new ResourceAdapterInternalException(new 
Message("FAIL_TO_GET_CXF_CONNECTION", 
+            throw new ResourceAdapterInternalException(new 
Message("FAILED_TO_GET_CXF_CONNECTION", 
                                                                    BUNDLE, 
requestInfo).toString() , wse);
         } finally {
             Thread.currentThread().setContextClassLoader(orig);


Reply via email to