Skip to content

Commit 7cde5aa

Browse files
dbulahovstbischof
authored andcommitted
fix CUBE_GUID
Signed-off-by: dbulahov <[email protected]>
1 parent 6e7c172 commit 7cde5aa

File tree

1 file changed

+2
-2
lines changed
  • server/adapter.soapmessage/src/main/java/org/eclipse/daanse/xmla/server/adapter/soapmessage

1 file changed

+2
-2
lines changed

server/adapter.soapmessage/src/main/java/org/eclipse/daanse/xmla/server/adapter/soapmessage/SoapUtil.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2084,8 +2084,8 @@ private static SOAPElement addMdSchemaCubesRoot(SOAPBody body) throws SOAPExcept
20842084
SOAPElement se5 = addChildElement(s, Constants.XSD.QN_ELEMENT);
20852085
se5.setAttribute("sql:field", "CUBE_GUID");
20862086
se5.setAttribute("name", "CUBE_GUID");
2087-
se5.setAttribute("type", "xsd:string");
2088-
se2.setAttribute("minOccurs", "0");
2087+
se5.setAttribute("type", "uuid");
2088+
se5.setAttribute("minOccurs", "0");
20892089

20902090
SOAPElement se6 = addChildElement(s, Constants.XSD.QN_ELEMENT);
20912091
se6.setAttribute("sql:field", "CREATED_ON");

0 commit comments

Comments
 (0)