changeset 1953:3f0dcd8de43f

Add additional JAXWS gcj 4.3 fix for AttributeBase.java 2009-11-17 Andrew John Hughes <ahughes@redhat.com> * patches/ecj/icedtea-jaxws-getdtdtype.patch: Add additional fix for AttributeBase.java
author Andrew John Hughes <ahughes@redhat.com>
date Tue, 17 Nov 2009 19:49:20 +0000
parents 2eb60c97dd3c
children 7110db4670d3
files ChangeLog patches/ecj/icedtea-jaxws-getdtdtype.patch
diffstat 2 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Mar 01 14:31:42 2010 +0000
+++ b/ChangeLog	Tue Nov 17 19:49:20 2009 +0000
@@ -1,3 +1,8 @@
+2009-11-17  Andrew John Hughes  <ahughes@redhat.com>
+
+	* patches/ecj/icedtea-jaxws-getdtdtype.patch:
+	Add additional fix for AttributeBase.java
+	
 2010-03-01  Andrew John Hughes  <ahughes@redhat.com>
 
 	* Makefile.am:
--- a/patches/ecj/icedtea-jaxws-getdtdtype.patch	Mon Mar 01 14:31:42 2010 +0000
+++ b/patches/ecj/icedtea-jaxws-getdtdtype.patch	Tue Nov 17 19:49:20 2009 +0000
@@ -9,3 +9,15 @@
              String value = staxAttr.getValue();
  
              attrs.addAttribute(uri, localName, qName, type, value);
+--- drop/jaxws_src/src/com/sun/xml/internal/fastinfoset/stax/events/AttributeBase.java.old	2009-11-17 19:46:11.000000000 +0000
++++ drop/jaxws_src/src/com/sun/xml/internal/fastinfoset/stax/events/AttributeBase.java	2009-11-17 19:46:35.000000000 +0000
+@@ -112,6 +112,9 @@
+         return _attributeType;
+     }
+ 
++    public QName getDTDType() {
++        return new QName(_attributeType);
++    }
+ 
+   /**
+    * A flag indicating whether this attribute was actually