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 ia...@apache.org on 2003/12/09 14:09:31 UTC

cvs commit: ws-jaxme/src/jaxme/org/apache/ws/jaxme/generator/sg/impl JAXBGroupSG.java

ias         2003/12/09 05:09:31

  Modified:    src/jaxme/org/apache/ws/jaxme/generator/sg/impl
                        JAXBGroupSG.java
  Log:
  Modified getXMLHandlersEndElementMethod to figure out the problem described at http://marc.theaimsgroup.com/?l=jaxme-dev&m=106931176112665&w=2
  
  Revision  Changes    Path
  1.3       +1 -1      ws-jaxme/src/jaxme/org/apache/ws/jaxme/generator/sg/impl/JAXBGroupSG.java
  
  Index: JAXBGroupSG.java
  ===================================================================
  RCS file: /home/cvs/ws-jaxme/src/jaxme/org/apache/ws/jaxme/generator/sg/impl/JAXBGroupSG.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- JAXBGroupSG.java	23 Oct 2003 16:38:57 -0000	1.2
  +++ JAXBGroupSG.java	9 Dec 2003 13:09:31 -0000	1.3
  @@ -647,7 +647,7 @@
       jm.addThrows(SAXException.class);
   
       jm.addIf(pHandlerVar, " == null");
  -    jm.addIf(pLevelVar, " != 1");
  +    jm.addIf(pLevelVar, " > 1");
       jm.addLine("super.endElement(", pNamespaceURI, ", ", pLocalName, ", ", pQName, ");");
       jm.addEndIf();
       jm.addElse();
  
  
  

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