You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ro...@apache.org on 2006/12/04 12:53:05 UTC

svn commit: r482148 - /incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/SDOXMLWriter.cpp

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: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org