<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: [resolved] UUID NumberFormatException in Talend Data Catalog</title>
    <link>https://community.qlik.com/t5/Talend-Data-Catalog/resolved-UUID-NumberFormatException/m-p/2328513#M697</link>
    <description>Sure, here is my xsd data model : 
&lt;BR /&gt;Thank you for your support 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt; 
&lt;PRE&gt;&amp;lt;xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"&amp;gt;&lt;BR /&gt;	&amp;lt;xsd:import namespace="http://www.w3.org/2001/XMLSchema" /&amp;gt;&lt;BR /&gt;	&amp;lt;xsd:element name="Task" type="TaskType"&amp;gt;&lt;BR /&gt;		&amp;lt;xsd:unique name="Task"&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:selector xpath="." /&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:field xpath="id" /&amp;gt;&lt;BR /&gt;		&amp;lt;/xsd:unique&amp;gt;&lt;BR /&gt;	&amp;lt;/xsd:element&amp;gt;&lt;BR /&gt;	&amp;lt;xsd:complexType name="TaskType"&amp;gt;&lt;BR /&gt;		&amp;lt;xsd:sequence&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:element maxOccurs="1" minOccurs="1" name="id" type="UUID" /&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:element maxOccurs="10" minOccurs="0" name="subtasks" type="UUID"&amp;gt;&lt;BR /&gt;				&amp;lt;xsd:annotation&amp;gt;&lt;BR /&gt;					&amp;lt;xsd:appinfo source="X_ForeignKey"&amp;gt;Task/id&amp;lt;/xsd:appinfo&amp;gt;&lt;BR /&gt;					&amp;lt;xsd:appinfo source="X_ForeignKey_NotSep"&amp;gt;false&amp;lt;/xsd:appinfo&amp;gt;&lt;BR /&gt;				&amp;lt;/xsd:annotation&amp;gt;&lt;BR /&gt;			&amp;lt;/xsd:element&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:element maxOccurs="1" minOccurs="1" name="description" type="DescriptionType" /&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="place" type="PlaceType" /&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="begin" type="xsd:dateTime" /&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="end" type="xsd:dateTime" /&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="contact" type="ContactType" /&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:element maxOccurs="1" minOccurs="1" name="recurrent" type="xsd:boolean" /&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:element maxOccurs="1" minOccurs="1" name="repeatable" type="xsd:boolean" /&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:element maxOccurs="1" minOccurs="1" name="waiting" type="xsd:boolean" /&amp;gt;&lt;BR /&gt;		&amp;lt;/xsd:sequence&amp;gt;&lt;BR /&gt;	&amp;lt;/xsd:complexType&amp;gt;&lt;BR /&gt;	&amp;lt;xsd:simpleType name="DescriptionType"&amp;gt;&lt;BR /&gt;		&amp;lt;xsd:restriction base="xsd:normalizedString"&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:pattern value="{1}*" /&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:whiteSpace value="replace" /&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:minLength value="10" /&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:maxLength value="200" /&amp;gt;&lt;BR /&gt;		&amp;lt;/xsd:restriction&amp;gt;&lt;BR /&gt;	&amp;lt;/xsd:simpleType&amp;gt;&lt;BR /&gt;	&amp;lt;xsd:complexType name="PlaceType"&amp;gt;&lt;BR /&gt;		&amp;lt;xsd:sequence&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:element maxOccurs="1" minOccurs="1" name="name" type="DescriptionType" /&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:element maxOccurs="1" minOccurs="1" name="address" type="AddressType" /&amp;gt;&lt;BR /&gt;		&amp;lt;/xsd:sequence&amp;gt;&lt;BR /&gt;	&amp;lt;/xsd:complexType&amp;gt;&lt;BR /&gt;	&amp;lt;xsd:complexType name="AddressType"&amp;gt;&lt;BR /&gt;		&amp;lt;xsd:sequence&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="number" type="AddressNumberType" /&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="complement" type="AddressNumberComplementType" /&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:element maxOccurs="1" minOccurs="1" name="street" type="AddressStreetType" /&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:element maxOccurs="1" minOccurs="1" name="postCode" type="AddressPostCodeType" /&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:element maxOccurs="1" minOccurs="1" name="town" type="AddressTownType" /&amp;gt;&lt;BR /&gt;		&amp;lt;/xsd:sequence&amp;gt;&lt;BR /&gt;	&amp;lt;/xsd:complexType&amp;gt;&lt;BR /&gt;	&amp;lt;xsd:simpleType name="AddressNumberType"&amp;gt;&lt;BR /&gt;		&amp;lt;xsd:restriction base="xsd:unsignedShort"&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:minInclusive value="1" /&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:maxInclusive value="9999" /&amp;gt;&lt;BR /&gt;		&amp;lt;/xsd:restriction&amp;gt;&lt;BR /&gt;	&amp;lt;/xsd:simpleType&amp;gt;&lt;BR /&gt;	&amp;lt;xsd:simpleType name="AddressNumberComplementType"&amp;gt;&lt;BR /&gt;		&amp;lt;xsd:restriction base="xsd:normalizedString"&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:minLength value="1" /&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:maxLength value="5" /&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:pattern value="{1,5}" /&amp;gt;&lt;BR /&gt;		&amp;lt;/xsd:restriction&amp;gt;&lt;BR /&gt;	&amp;lt;/xsd:simpleType&amp;gt;&lt;BR /&gt;	&amp;lt;xsd:simpleType name="AddressStreetType"&amp;gt;&lt;BR /&gt;		&amp;lt;xsd:restriction base="xsd:normalizedString"&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:minLength value="10" /&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:maxLength value="200" /&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:whiteSpace value="collapse" /&amp;gt;&lt;BR /&gt;		&amp;lt;/xsd:restriction&amp;gt;&lt;BR /&gt;	&amp;lt;/xsd:simpleType&amp;gt;&lt;BR /&gt;	&amp;lt;xsd:simpleType name="AddressPostCodeType"&amp;gt;&lt;BR /&gt;		&amp;lt;xsd:restriction base="xsd:normalizedString"&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:length value="5" /&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:pattern value="{5}" /&amp;gt;&lt;BR /&gt;		&amp;lt;/xsd:restriction&amp;gt;&lt;BR /&gt;	&amp;lt;/xsd:simpleType&amp;gt;&lt;BR /&gt;	&amp;lt;xsd:simpleType name="AddressTownType"&amp;gt;&lt;BR /&gt;		&amp;lt;xsd:restriction base="xsd:normalizedString"&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:minLength value="2" /&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:maxLength value="200" /&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:whiteSpace value="collapse" /&amp;gt;&lt;BR /&gt;		&amp;lt;/xsd:restriction&amp;gt;&lt;BR /&gt;	&amp;lt;/xsd:simpleType&amp;gt;&lt;BR /&gt;	&amp;lt;xsd:complexType name="ContactType"&amp;gt;&lt;BR /&gt;		&amp;lt;xsd:sequence&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:element maxOccurs="1" minOccurs="1" name="firstname" type="xsd:string" /&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:element maxOccurs="1" minOccurs="1" name="lastname" type="xsd:string" /&amp;gt;&lt;BR /&gt;		&amp;lt;/xsd:sequence&amp;gt;&lt;BR /&gt;	&amp;lt;/xsd:complexType&amp;gt;&lt;BR /&gt;	&amp;lt;xsd:simpleType name="UUID"&amp;gt;&lt;BR /&gt;		&amp;lt;xsd:restriction base="xsd:string" /&amp;gt;&lt;BR /&gt;	&amp;lt;/xsd:simpleType&amp;gt;&lt;BR /&gt;&amp;lt;/xsd:schema&amp;gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 28 Jan 2014 00:21:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-01-28T00:21:40Z</dc:date>
    <item>
      <title>[resolved] UUID NumberFormatException</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/resolved-UUID-NumberFormatException/m-p/2328511#M695</link>
      <description>Hello. 
&lt;BR /&gt;I use Talend MDM community v5.4.1 
&lt;BR /&gt;I created a data model entity with a primary key of type UUID. 
&lt;BR /&gt;I selected "custom type" in simple type creation window and choosed UUID. Then an UUID model type appear in right panel, with the base type String. 
&lt;BR /&gt;When I deploy this and create a new item in Web user interface I have this error in console : 
&lt;BR /&gt; 20:54:33,131 ERROR Failed to save item Person, For input string: "e375f6de-1b03-4169-acec-c7356472b185" 
&lt;BR /&gt; ... 
&lt;BR /&gt; ... 
&lt;BR /&gt; Caused by: java.lang.NumberFormatException: For input string: "e375f6de-1b03-4169-acec-c7356472b185" 
&lt;BR /&gt;e375f6de-1b03-4169-acec-c7356472b185 is the UUID generated for my primary key. 
&lt;BR /&gt;Did I missed something ?? 
&lt;BR /&gt;Thank you</description>
      <pubDate>Sat, 16 Nov 2024 11:46:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/resolved-UUID-NumberFormatException/m-p/2328511#M695</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] UUID NumberFormatException</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/resolved-UUID-NumberFormatException/m-p/2328512#M696</link>
      <description>Hi, 
&lt;BR /&gt;Could you please paste your data model entity xsd into forum so that we can address your issue quickly. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 27 Jan 2014 02:22:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/resolved-UUID-NumberFormatException/m-p/2328512#M696</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-27T02:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] UUID NumberFormatException</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/resolved-UUID-NumberFormatException/m-p/2328513#M697</link>
      <description>Sure, here is my xsd data model : 
&lt;BR /&gt;Thank you for your support 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt; 
&lt;PRE&gt;&amp;lt;xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"&amp;gt;&lt;BR /&gt;	&amp;lt;xsd:import namespace="http://www.w3.org/2001/XMLSchema" /&amp;gt;&lt;BR /&gt;	&amp;lt;xsd:element name="Task" type="TaskType"&amp;gt;&lt;BR /&gt;		&amp;lt;xsd:unique name="Task"&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:selector xpath="." /&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:field xpath="id" /&amp;gt;&lt;BR /&gt;		&amp;lt;/xsd:unique&amp;gt;&lt;BR /&gt;	&amp;lt;/xsd:element&amp;gt;&lt;BR /&gt;	&amp;lt;xsd:complexType name="TaskType"&amp;gt;&lt;BR /&gt;		&amp;lt;xsd:sequence&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:element maxOccurs="1" minOccurs="1" name="id" type="UUID" /&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:element maxOccurs="10" minOccurs="0" name="subtasks" type="UUID"&amp;gt;&lt;BR /&gt;				&amp;lt;xsd:annotation&amp;gt;&lt;BR /&gt;					&amp;lt;xsd:appinfo source="X_ForeignKey"&amp;gt;Task/id&amp;lt;/xsd:appinfo&amp;gt;&lt;BR /&gt;					&amp;lt;xsd:appinfo source="X_ForeignKey_NotSep"&amp;gt;false&amp;lt;/xsd:appinfo&amp;gt;&lt;BR /&gt;				&amp;lt;/xsd:annotation&amp;gt;&lt;BR /&gt;			&amp;lt;/xsd:element&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:element maxOccurs="1" minOccurs="1" name="description" type="DescriptionType" /&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="place" type="PlaceType" /&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="begin" type="xsd:dateTime" /&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="end" type="xsd:dateTime" /&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="contact" type="ContactType" /&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:element maxOccurs="1" minOccurs="1" name="recurrent" type="xsd:boolean" /&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:element maxOccurs="1" minOccurs="1" name="repeatable" type="xsd:boolean" /&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:element maxOccurs="1" minOccurs="1" name="waiting" type="xsd:boolean" /&amp;gt;&lt;BR /&gt;		&amp;lt;/xsd:sequence&amp;gt;&lt;BR /&gt;	&amp;lt;/xsd:complexType&amp;gt;&lt;BR /&gt;	&amp;lt;xsd:simpleType name="DescriptionType"&amp;gt;&lt;BR /&gt;		&amp;lt;xsd:restriction base="xsd:normalizedString"&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:pattern value="{1}*" /&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:whiteSpace value="replace" /&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:minLength value="10" /&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:maxLength value="200" /&amp;gt;&lt;BR /&gt;		&amp;lt;/xsd:restriction&amp;gt;&lt;BR /&gt;	&amp;lt;/xsd:simpleType&amp;gt;&lt;BR /&gt;	&amp;lt;xsd:complexType name="PlaceType"&amp;gt;&lt;BR /&gt;		&amp;lt;xsd:sequence&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:element maxOccurs="1" minOccurs="1" name="name" type="DescriptionType" /&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:element maxOccurs="1" minOccurs="1" name="address" type="AddressType" /&amp;gt;&lt;BR /&gt;		&amp;lt;/xsd:sequence&amp;gt;&lt;BR /&gt;	&amp;lt;/xsd:complexType&amp;gt;&lt;BR /&gt;	&amp;lt;xsd:complexType name="AddressType"&amp;gt;&lt;BR /&gt;		&amp;lt;xsd:sequence&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="number" type="AddressNumberType" /&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="complement" type="AddressNumberComplementType" /&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:element maxOccurs="1" minOccurs="1" name="street" type="AddressStreetType" /&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:element maxOccurs="1" minOccurs="1" name="postCode" type="AddressPostCodeType" /&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:element maxOccurs="1" minOccurs="1" name="town" type="AddressTownType" /&amp;gt;&lt;BR /&gt;		&amp;lt;/xsd:sequence&amp;gt;&lt;BR /&gt;	&amp;lt;/xsd:complexType&amp;gt;&lt;BR /&gt;	&amp;lt;xsd:simpleType name="AddressNumberType"&amp;gt;&lt;BR /&gt;		&amp;lt;xsd:restriction base="xsd:unsignedShort"&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:minInclusive value="1" /&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:maxInclusive value="9999" /&amp;gt;&lt;BR /&gt;		&amp;lt;/xsd:restriction&amp;gt;&lt;BR /&gt;	&amp;lt;/xsd:simpleType&amp;gt;&lt;BR /&gt;	&amp;lt;xsd:simpleType name="AddressNumberComplementType"&amp;gt;&lt;BR /&gt;		&amp;lt;xsd:restriction base="xsd:normalizedString"&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:minLength value="1" /&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:maxLength value="5" /&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:pattern value="{1,5}" /&amp;gt;&lt;BR /&gt;		&amp;lt;/xsd:restriction&amp;gt;&lt;BR /&gt;	&amp;lt;/xsd:simpleType&amp;gt;&lt;BR /&gt;	&amp;lt;xsd:simpleType name="AddressStreetType"&amp;gt;&lt;BR /&gt;		&amp;lt;xsd:restriction base="xsd:normalizedString"&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:minLength value="10" /&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:maxLength value="200" /&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:whiteSpace value="collapse" /&amp;gt;&lt;BR /&gt;		&amp;lt;/xsd:restriction&amp;gt;&lt;BR /&gt;	&amp;lt;/xsd:simpleType&amp;gt;&lt;BR /&gt;	&amp;lt;xsd:simpleType name="AddressPostCodeType"&amp;gt;&lt;BR /&gt;		&amp;lt;xsd:restriction base="xsd:normalizedString"&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:length value="5" /&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:pattern value="{5}" /&amp;gt;&lt;BR /&gt;		&amp;lt;/xsd:restriction&amp;gt;&lt;BR /&gt;	&amp;lt;/xsd:simpleType&amp;gt;&lt;BR /&gt;	&amp;lt;xsd:simpleType name="AddressTownType"&amp;gt;&lt;BR /&gt;		&amp;lt;xsd:restriction base="xsd:normalizedString"&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:minLength value="2" /&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:maxLength value="200" /&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:whiteSpace value="collapse" /&amp;gt;&lt;BR /&gt;		&amp;lt;/xsd:restriction&amp;gt;&lt;BR /&gt;	&amp;lt;/xsd:simpleType&amp;gt;&lt;BR /&gt;	&amp;lt;xsd:complexType name="ContactType"&amp;gt;&lt;BR /&gt;		&amp;lt;xsd:sequence&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:element maxOccurs="1" minOccurs="1" name="firstname" type="xsd:string" /&amp;gt;&lt;BR /&gt;			&amp;lt;xsd:element maxOccurs="1" minOccurs="1" name="lastname" type="xsd:string" /&amp;gt;&lt;BR /&gt;		&amp;lt;/xsd:sequence&amp;gt;&lt;BR /&gt;	&amp;lt;/xsd:complexType&amp;gt;&lt;BR /&gt;	&amp;lt;xsd:simpleType name="UUID"&amp;gt;&lt;BR /&gt;		&amp;lt;xsd:restriction base="xsd:string" /&amp;gt;&lt;BR /&gt;	&amp;lt;/xsd:simpleType&amp;gt;&lt;BR /&gt;&amp;lt;/xsd:schema&amp;gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 28 Jan 2014 00:21:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/resolved-UUID-NumberFormatException/m-p/2328513#M697</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-28T00:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] UUID NumberFormatException</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/resolved-UUID-NumberFormatException/m-p/2328514#M698</link>
      <description>Hi,
&lt;BR /&gt;Quite strangely, you have this error:
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;20:54:33,131 ERROR Failed to save item Person, For input string: "e375f6de-1b03-4169-acec-c7356472b185"&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;But no "Person" entity in your data model. Are you sure you posted the correct data model?</description>
      <pubDate>Tue, 28 Jan 2014 09:27:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/resolved-UUID-NumberFormatException/m-p/2328514#M698</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-28T09:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] UUID NumberFormatException</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/resolved-UUID-NumberFormatException/m-p/2328515#M699</link>
      <description>Hooo I posted the correct data model and the wrong error. 
&lt;BR /&gt;Sorry 
&lt;BR /&gt;For the "Task" data model the error is : 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;20:09:07,820 ERROR Failed to save item Task, For input string: "7053383c-c818-4fd3-be3b-7282d18504a7"&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;It seems that Talend wants to convert the string "7053383c-c818-4fd3-be3b-7282d18504a7" into a number ... 
&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 28 Jan 2014 19:12:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/resolved-UUID-NumberFormatException/m-p/2328515#M699</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-28T19:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] UUID NumberFormatException</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/resolved-UUID-NumberFormatException/m-p/2328516#M700</link>
      <description>Note that I translated the error message above in English. 
  &lt;BR /&gt;Here is the complete error stack : 
  &lt;BR /&gt; 
 &lt;BR /&gt;&lt;BR /&gt;To see the whole post, download it &lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Md7X"&gt;here&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Md7X"&gt;OriginalPost.pdf&lt;/A&gt;</description>
      <pubDate>Tue, 28 Jan 2014 19:56:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/resolved-UUID-NumberFormatException/m-p/2328516#M700</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-28T19:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] UUID NumberFormatException</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/resolved-UUID-NumberFormatException/m-p/2328517#M701</link>
      <description>Here's my guess: you first deployed the data model with an id typed as xsd:long (or xsd:integer... something that holds numeric values). Then you changed to UUID (a xsd:string based type) and redeployed the data model. But this doesn't change the column type in the database . 
&lt;BR /&gt;Please do the following: 
&lt;BR /&gt;* Check if the column type for "x_id" of the Task table is typed as numeric or string. 
&lt;BR /&gt;* If numeric: perform "alter table" statement to change the column to a varchar OR drop the whole database schema and restart MDM (MDM will recreate the schema from scratch). 
&lt;BR /&gt;: For conservative reasons, MDM only adds new stuff in the database but doesn't change existing database schema elements. For example, if you first deployed with an string Id and then change to numeric, the column will still be a string (because some values may already exist and some values can't be converted to a number).</description>
      <pubDate>Wed, 29 Jan 2014 10:37:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/resolved-UUID-NumberFormatException/m-p/2328517#M701</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-29T10:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] UUID NumberFormatException</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/resolved-UUID-NumberFormatException/m-p/2328518#M702</link>
      <description>Thank you very much. 
&lt;BR /&gt;My problem is SOLVED 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;I deleted all .db files in MDM server related to my container, I redeployed and it works !! 
&lt;BR /&gt;The ID was an AUTO_INCREMENT (int) before, when I changed it to UUID (String) the issue occured. Now I know how to deal with that.</description>
      <pubDate>Sat, 01 Feb 2014 11:59:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/resolved-UUID-NumberFormatException/m-p/2328518#M702</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-01T11:59:14Z</dc:date>
    </item>
  </channel>
</rss>

