Petals Studio

Update the WSDL of the SQL component

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Trivial Trivial
  • Resolution: Fixed
  • Affects Version/s: 1.3.1
  • Fix Version/s: 1.3.2
  • Component/s: Petals Tools
  • Security Level: Public
  • Description:
    Hide

    The row type is invalid. This can be checked as an example when trying to reuse this type in a JSR-181.
    The ColumnType type must be an extension of String.

    Here is the valid XML definition for this type.

    <xsd:complexType name="columnType">
    	<xsd:simpleContent>
    		<xsd:extension base="xsd:string">
    			<xsd:attribute name="name" type="xsd:string" use="optional" />
    			<xsd:attribute name="type" type="xsd:string" use="optional" />
    		</xsd:extension>
    	</xsd:simpleContent>
    </xsd:complexType>
    Show
    The row type is invalid. This can be checked as an example when trying to reuse this type in a JSR-181. The ColumnType type must be an extension of String. Here is the valid XML definition for this type.
    <xsd:complexType name="columnType">
    	<xsd:simpleContent>
    		<xsd:extension base="xsd:string">
    			<xsd:attribute name="name" type="xsd:string" use="optional" />
    			<xsd:attribute name="type" type="xsd:string" use="optional" />
    		</xsd:extension>
    	</xsd:simpleContent>
    </xsd:complexType>
  • Environment:
    -

Activity

People

Dates

  • Created:
    Tue, 13 Mar 2012 - 22:12:34 +0100
    Updated:
    Fri, 1 Jun 2012 - 14:20:58 +0200
    Resolved:
    Fri, 1 Jun 2012 - 14:20:54 +0200