Update of /cvsroot/jaxme/JaxMe2/src/net/sf/jaxme/generator/util
In directory sc8-pr-cvs1:/tmp/cvs-serv25713/src/net/sf/jaxme/generator/util
Modified Files:
DOM.java
Log Message:
Added xs:nonPositiveInteger and xs:negativeInteger. (Marty Kube)
Fixed bug in the detection whether a schema needs to be
recompiled. (Jochen Wiedmann)
Index: DOM.java
===================================================================
RCS file: /cvsroot/jaxme/JaxMe2/src/net/sf/jaxme/generator/util/DOM.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- DOM.java 12 Feb 2003 18:55:46 -0000 1.6
+++ DOM.java 20 Feb 2003 21:02:03 -0000 1.7
@@ -163,7 +163,7 @@
value = getElementValue(child);
}
}
- System.err.println("Namespace = " + namespace + ", localName = " +
child.getLocalName() + ", value = " + value);
+
if (value != null) {
try {
Reflect.assignBeanValue(pBean, child.getLocalName(), value, pResolver);
-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
_______________________________________________
Jaxme-jaxb-dev mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jaxme-jaxb-dev