You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2006/12/16 00:07:45 UTC

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

Author: jsdelfino
Date: Fri Dec 15 15:07:45 2006
New Revision: 487708

URL: http://svn.apache.org/viewvc?view=rev&rev=487708
Log:
Removed a line of code that was not supposed to be there and prevented complex type elements to be written

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=487708&r1=487707&r2=487708
==============================================================================
--- incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/SDOXMLWriter.cpp (original)
+++ incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/SDOXMLWriter.cpp Fri Dec 15 15:07:45 2006
@@ -971,7 +971,6 @@
                                             xsiTypeNeeded = true;
                                         }
                                     }
-                                    if (pi && !(pi->getPropertyDefinition().isElement))
 	
                                     writeDO(doValue, seqPropURI, seqPropName, xsiTypeNeeded);
                                 }



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org