Author: dkulp
Date: Tue Mar 30 21:01:53 2010
New Revision: 929285
URL: http://svn.apache.org/viewvc?rev=929285&view=rev
Log:
Merged revisions 929262 via svnmerge from
https://svn.apache.org/repos/asf/cxf/trunk
........
r929262 | dkulp | 2010-03-30 16:35:48 -0400 (Tue, 30 Mar 2010) | 1 line
[CXF-2739] Patch from Bryan Stopp applied
........
Modified:
cxf/branches/2.2.x-fixes/ (props changed)
cxf/branches/2.2.x-fixes/rt/databinding/aegis/src/main/java/org/apache/cxf/aegis/type/basic/XMLBeanTypeInfo.java
Propchange: cxf/branches/2.2.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.
Modified:
cxf/branches/2.2.x-fixes/rt/databinding/aegis/src/main/java/org/apache/cxf/aegis/type/basic/XMLBeanTypeInfo.java
URL:
http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/rt/databinding/aegis/src/main/java/org/apache/cxf/aegis/type/basic/XMLBeanTypeInfo.java?rev=929285&r1=929284&r2=929285&view=diff
==============================================================================
---
cxf/branches/2.2.x-fixes/rt/databinding/aegis/src/main/java/org/apache/cxf/aegis/type/basic/XMLBeanTypeInfo.java
(original)
+++
cxf/branches/2.2.x-fixes/rt/databinding/aegis/src/main/java/org/apache/cxf/aegis/type/basic/XMLBeanTypeInfo.java
Tue Mar 30 21:01:53 2010
@@ -133,6 +133,7 @@ public class XMLBeanTypeInfo extends Bea
if (schemaType == null) {
schemaType =
getTypeMapping().getTypeQName(pd.getPropertyType());
}
+ customTypeObject.setTypeClass(typeClass);
customTypeObject.setSchemaType(schemaType);
} catch (ClassNotFoundException e1) {
//