<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>I am having difficulty using the @SecondaryTable annotation.   My goal</title><link>https://community.appian.com/discussions/f/process/1146/i-am-having-difficulty-using-the-secondarytable-annotation-my-goal</link><description>I am having difficulty using the @SecondaryTable annotation. My goal was to change from saying: pv!software.softwareCategory.name to: pv!software.softwareCategoryName The error I’m currently getting when I try to verify my data store is: “The data source</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: I am having difficulty using the @SecondaryTable annotation. &lt;br /&gt;&lt;br /&gt;My goal</title><link>https://community.appian.com/thread/3952?ContentTypeID=1</link><pubDate>Thu, 05 Sep 2013 01:08:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4eb9c380-942b-45df-99dc-3ed05b9e06e1</guid><dc:creator>Tim Nguyen</dc:creator><description>Linda, I believe you should be using the CDT name. The CDT names also reflects the data entities in the data store.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I am having difficulty using the @SecondaryTable annotation. &lt;br /&gt;&lt;br /&gt;My goal</title><link>https://community.appian.com/thread/3950?ContentTypeID=1</link><pubDate>Thu, 05 Sep 2013 00:50:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6c0c9074-d8a7-4b7e-891d-7c246f6d259c</guid><dc:creator>lindat</dc:creator><description>SSS_SoftwareCategory is my CDT name while SSS_SW_CATEGORY is the corresponding Oracle table name. I have only seen CDT names used in XSD element type attribute values, never in JPA annotations. It would be helpful to me to have a complete example to look at. Last week&amp;#39;s Data Design for Success Webinar included some incomplete sample syntax as does the &amp;quot;Create Custom Data Types&amp;quot; Appian 7.2 documentation page.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I am having difficulty using the @SecondaryTable annotation. &lt;br /&gt;&lt;br /&gt;My goal</title><link>https://community.appian.com/thread/3948?ContentTypeID=1</link><pubDate>Wed, 04 Sep 2013 23:16:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2399c4ff-16dc-4948-84bd-3c3d7aea837f</guid><dc:creator>Tim Nguyen</dc:creator><description>Linda, isn&amp;#39;t the name of your second table called SSS_SoftwareCategory and not SSS_SW_CATEGORY?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I am having difficulty using the @SecondaryTable annotation. &lt;br /&gt;&lt;br /&gt;My goal</title><link>https://community.appian.com/thread/3943?ContentTypeID=1</link><pubDate>Wed, 04 Sep 2013 20:15:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0732f446-9c66-435a-b9be-2393e1919efc</guid><dc:creator>lindat</dc:creator><description>...&lt;br /&gt;            &amp;lt;/xsd:annotation&amp;gt;&lt;br /&gt;    &amp;lt;/xsd:element&amp;gt;&lt;br /&gt;                ...&lt;br /&gt;&amp;lt;/xsd:complexType&amp;gt;&lt;br /&gt;&lt;br /&gt;to:&lt;br /&gt;&lt;br /&gt;&amp;lt;xsd:complexType name=&amp;quot;SSS_Software&amp;quot;&amp;gt;&lt;br /&gt;    &amp;lt;xsd:annotation&amp;gt;&lt;br /&gt;      &amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;&lt;br /&gt;                @Table(name=&amp;quot;SSS_SOFTWARE&amp;quot;)&lt;br /&gt;                @SecondaryTable(name=&amp;quot;SSS_SW_CATEGORY&amp;quot;, pkJoinColumns=@PrimaryKeyJoinColumn(name=&amp;quot;CATEGORY_ID&amp;quot;, referencedColumnName=&amp;quot;ID&amp;quot;))&lt;br /&gt;      &amp;lt;/xsd:appinfo&amp;gt;&lt;br /&gt;    &amp;lt;/xsd:annotation&amp;gt;&lt;br /&gt;                ...&lt;br /&gt;                &amp;lt;xsd:element name=&amp;quot;softwareCategoryName&amp;quot; type=&amp;quot;xsd:string&amp;quot;&amp;gt;&lt;br /&gt;            &amp;lt;xsd:annotation&amp;gt;&lt;br /&gt;                        &amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;&lt;br /&gt;                                    @Column(table=&amp;quot;SSS_SW_CATEGORY&amp;quot;, name=&amp;quot;NAME&amp;quot;, nullable=false, insertable=false, updatable=false)&lt;br /&gt;                        &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;                ...&lt;br /&gt;&amp;lt;/xsd:complexType&amp;gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>