You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jaxme-dev@ws.apache.org by jo...@apache.org on 2004/08/19 21:53:03 UTC

cvs commit: ws-jaxme/src/xs/org/apache/ws/jaxme/xs/impl XSLogicalParser.java

jochen      2004/08/19 12:53:03

  Modified:    src/xs/org/apache/ws/jaxme/xs/impl XSLogicalParser.java
  Log:
  Fixed a typo when including a schema without namespace.
  PR: JAXME-24
  Submitted by: Mik Lernout (mik at futurestreet.org)
  Reviewed by: Jochen Wiedmann (jochen at apache.org)
  
  Revision  Changes    Path
  1.19      +1 -1      ws-jaxme/src/xs/org/apache/ws/jaxme/xs/impl/XSLogicalParser.java
  
  Index: XSLogicalParser.java
  ===================================================================
  RCS file: /home/cvs/ws-jaxme/src/xs/org/apache/ws/jaxme/xs/impl/XSLogicalParser.java,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- XSLogicalParser.java	16 Feb 2004 23:39:43 -0000	1.18
  +++ XSLogicalParser.java	19 Aug 2004 19:53:03 -0000	1.19
  @@ -359,7 +359,7 @@
       XsESchema includedSchema = parseSyntax(schemaSource);
       XsAnyURI incNamespace = includedSchema.getTargetNamespace();
       if (incNamespace == null) {
  -      includedSchema.setTargetNamespace(includedSchema.getTargetNamespace());
  +      includedSchema.setTargetNamespace(pIncludingSchema.getTargetNamespace());
       } else {
         XsAnyURI myNamespace = includedSchema.getTargetNamespace();
         if (!incNamespace.equals(myNamespace)) {
  
  
  

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