Author: dkulp
Date: Fri Nov 9 15:07:14 2007
New Revision: 593688
URL: http://svn.apache.org/viewvc?rev=593688&view=rev
Log:
Fix build failure
Modified:
incubator/cxf/branches/2.0.x-fixes/rt/frontend/simple/src/main/java/org/apache/cxf/service/factory/ReflectionServiceFactoryBean.java
Modified:
incubator/cxf/branches/2.0.x-fixes/rt/frontend/simple/src/main/java/org/apache/cxf/service/factory/ReflectionServiceFactoryBean.java
URL:
http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/rt/frontend/simple/src/main/java/org/apache/cxf/service/factory/ReflectionServiceFactoryBean.java?rev=593688&r1=593687&r2=593688&view=diff
==============================================================================
---
incubator/cxf/branches/2.0.x-fixes/rt/frontend/simple/src/main/java/org/apache/cxf/service/factory/ReflectionServiceFactoryBean.java
(original)
+++
incubator/cxf/branches/2.0.x-fixes/rt/frontend/simple/src/main/java/org/apache/cxf/service/factory/ReflectionServiceFactoryBean.java
Fri Nov 9 15:07:14 2007
@@ -779,7 +779,7 @@
private void addImport(XmlSchema schema, String ns) {
if (!ns.equals(schema.getTargetNamespace())
- && !ns.equals(WSDLConstants.NS_SCHEMA_XSD)
+ && !ns.equals(WSDLConstants.NU_SCHEMA_XSD)
&& !isExistImport(schema, ns)) {
XmlSchemaImport is = new XmlSchemaImport();