You are viewing a plain text version of this content. The canonical link for it is here.
Posted to woden-dev@ws.apache.org by jk...@apache.org on 2005/12/06 17:47:26 UTC

svn commit: r354470 - /incubator/woden/java/src/org/apache/woden/internal/DOMWSDLReader.java

Author: jkaputin
Date: Tue Dec  6 08:47:21 2005
New Revision: 354470

URL: http://svn.apache.org/viewcvs?rev=354470&view=rev
Log:
Improved an error message.

Modified:
    incubator/woden/java/src/org/apache/woden/internal/DOMWSDLReader.java

Modified: incubator/woden/java/src/org/apache/woden/internal/DOMWSDLReader.java
URL: http://svn.apache.org/viewcvs/incubator/woden/java/src/org/apache/woden/internal/DOMWSDLReader.java?rev=354470&r1=354469&r2=354470&view=diff
==============================================================================
--- incubator/woden/java/src/org/apache/woden/internal/DOMWSDLReader.java (original)
+++ incubator/woden/java/src/org/apache/woden/internal/DOMWSDLReader.java Tue Dec  6 08:47:21 2005
@@ -449,7 +449,8 @@
             
             //TODO try to resolve namespace to an existing SchemaReference
             throw new WSDLException(WSDLException.OTHER_ERROR,
-            "Resolving namespace-only schema import is not supported yet.");
+            "WSDLException thrown because Woden does not yet resolve namespace-only schema imports. " +
+            "This is a 'NOT YET SUPPORTED' error which will be fixed for Milestone 3.");
             //return schemaImport;
         }
         



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