<?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: rbInfo to java code conversion in Windchill Customization</title>
    <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/rbInfo-to-java-code-conversion/m-p/991259#M9229</link>
    <description>&lt;P&gt;Hi , Peter , I think this issue is resolved now as per support case&amp;nbsp;17624282, would you share the resolution ?&lt;/P&gt;</description>
    <pubDate>Tue, 31 Dec 2024 13:53:49 GMT</pubDate>
    <dc:creator>Fadel</dc:creator>
    <dc:date>2024-12-31T13:53:49Z</dc:date>
    <item>
      <title>rbInfo to java code conversion</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/rbInfo-to-java-code-conversion/m-p/989724#M9206</link>
      <description>&lt;P&gt;I am using Windchill PDMLink Release 13.0 and Datecode with CPS 13.0.2.2&lt;BR /&gt;&lt;BR /&gt;How to convert the following in the securityLabelDownloadAckResource.rbInfo to securityLabelDownloadAckResource.java?&lt;BR /&gt;The rbInfo contains the followings:&lt;BR /&gt;TEST1_ONLY_DownloadAck.value=I have read and agree to the terms of the state export license.&lt;BR /&gt;TEST1_ONLY_DownloadAck.comment=State export license user acknowledgement&lt;BR /&gt;TRUE_DownloadAck.value=I have read and agree to the terms of the state export license.&lt;BR /&gt;TRUE_DownloadAck.comment=State export license user acknowledgement&lt;BR /&gt;downloadAckMessageKey.value=TRUE_DownloadAck&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2024 18:58:33 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/rbInfo-to-java-code-conversion/m-p/989724#M9206</guid>
      <dc:creator>YoonKim</dc:creator>
      <dc:date>2024-12-18T18:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: rbInfo to java code conversion</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/rbInfo-to-java-code-conversion/m-p/991203#M9228</link>
      <description>&lt;P&gt;Hi &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/3727"&gt;@YoonKim&lt;/a&gt;&lt;/SPAN&gt;,&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thank you for your question.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Your post appears well documented but has not yet received any response. I am replying to raise awareness. Hopefully, another community member will be able to help.&lt;BR /&gt;&lt;BR /&gt;Also, feel free to add any additional information you think might be relevant. It sometimes helps to have screenshots to better understand what you are trying to do.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Anurag&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Dec 2024 23:13:00 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/rbInfo-to-java-code-conversion/m-p/991203#M9228</guid>
      <dc:creator>anursingh</dc:creator>
      <dc:date>2024-12-30T23:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: rbInfo to java code conversion</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/rbInfo-to-java-code-conversion/m-p/991259#M9229</link>
      <description>&lt;P&gt;Hi , Peter , I think this issue is resolved now as per support case&amp;nbsp;17624282, would you share the resolution ?&lt;/P&gt;</description>
      <pubDate>Tue, 31 Dec 2024 13:53:49 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/rbInfo-to-java-code-conversion/m-p/991259#M9229</guid>
      <dc:creator>Fadel</dc:creator>
      <dc:date>2024-12-31T13:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: rbInfo to java code conversion</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/rbInfo-to-java-code-conversion/m-p/991268#M9231</link>
      <description>&lt;P&gt;The issue was a bit misguided since I thought I had to convert my existing&amp;nbsp;securityLabelDownloadAckResource.rbInfo into securityLabelDownloadAckResource.java for my Windchill13.0 Upgrade from WC12. The following is the errors that I got after an upgrade to WC13.&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;ERROR [main] wt.access.configuration.SecurityLabelsHandler - The security label value downloadAckMessageKey: TRUE_DownloadAck; is not a valid resource bundle key. Setting the value to null.&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Somehow, building of the securityLabelDownloadAckResource.java in &amp;lt;WT_Home&amp;gt;wtCustom\wt\access\configuration with "ant -f bin/tools.xml class -Dclass.includes" failed to recreate the class in the&amp;nbsp;&amp;lt;WT_Home&amp;gt;codebase\wt\access\configuration folder.&amp;nbsp; Eventually, I had to update the corresponding java file in &amp;lt;WT_HOME&amp;gt;src\wt\access\configuration.&amp;nbsp;&lt;SPAN&gt;Then, build it with &amp;lt;wt_home&amp;gt;ant -f bin/tools.xml class -Dclass.includes=wt\access\configuration\securityLabelDownloadAckResource.java -Dclass.force=true, which&amp;nbsp;worked to recreate of&amp;nbsp; securityLabelDownloadAckResource.class.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The class definition of the java file is:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;public class securityLabelDownloadAckResource extends WTListResourceBundle {&lt;/P&gt;&lt;P&gt;@RBEntry("TRUE_DownloadAck")&lt;BR /&gt;@RBComment("This is a Sample Download Ack Message")&lt;BR /&gt;public static final String downloadAckMessageKey = "TRUE_DownloadAck";&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Dec 2024 14:34:41 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/rbInfo-to-java-code-conversion/m-p/991268#M9231</guid>
      <dc:creator>YoonKim</dc:creator>
      <dc:date>2024-12-31T14:34:41Z</dc:date>
    </item>
  </channel>
</rss>

