You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by nt...@apache.org on 2007/03/07 21:36:18 UTC

svn commit: r515738 - /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/runtime/description/marshal/impl/ArtifactProcessor.java

Author: nthaker
Date: Wed Mar  7 12:36:17 2007
New Revision: 515738

URL: http://svn.apache.org/viewvc?view=rev&rev=515738
Log:
Axis2-2296

Fix for Marshalling LegacyException for wsGen case.

Modified:
    webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/runtime/description/marshal/impl/ArtifactProcessor.java

Modified: webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/runtime/description/marshal/impl/ArtifactProcessor.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/runtime/description/marshal/impl/ArtifactProcessor.java?view=diff&rev=515738&r1=515737&r2=515738
==============================================================================
--- webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/runtime/description/marshal/impl/ArtifactProcessor.java (original)
+++ webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/runtime/description/marshal/impl/ArtifactProcessor.java Wed Mar  7 12:36:17 2007
@@ -156,6 +156,9 @@
         if (foundClassName == null) {
             faultBeanClassName = missingArtifact(faultBeanClassName);
         }
+        if(foundClassName != null){
+            faultBeanClassName = foundClassName;
+        }
         
         /* Local NameAlgorithm:
          *   1) The name defined on the @WebFault of the exception.



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org