Author: robbinspg
Date: Mon Dec  4 03:53:04 2006
New Revision: 482148

URL: http://svn.apache.org/viewvc?view=rev&rev=482148
Log:
TUSCANY-963 Reverting change to SDOXMLWriter
sdo test will have one failing test until this is fixed properly

Modified:
    incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/SDOXMLWriter.cpp

Modified: 
incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/SDOXMLWriter.cpp
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/SDOXMLWriter.cpp?view=diff&rev=482148&r1=482147&r2=482148
==============================================================================
--- incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/SDOXMLWriter.cpp 
(original)
+++ incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/SDOXMLWriter.cpp Mon 
Dec  4 03:53:04 2006
@@ -1057,14 +1057,6 @@
                         SDOXMLString seqPropName = seqProp.getName();
                         const Type& seqPropType = seqProp.getType();
 
-                                               // Do not write attributes as 
members of the sequence
-                                               XSDPropertyInfo* pi = 
getPropertyInfo(seqPropType, seqProp);
-                                               PropertyDefinitionImpl propdef;
-                                               if (!pi || 
(pi->getPropertyDefinition().isElement))
-                                               {
-                                                       continue;
-                                               }
-
                         if (seqPropType.isDataObjectType())
                         {                                
                             DataObjectPtr doValue;



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to