<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									BY Network Community Forum - Recent Topics				            </title>
            <link>https://community.onenetwork.com/</link>
            <description>BY Network Community Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Mon, 20 Apr 2026 14:37:34 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>Compilation error: char[] vs byte[] mismatch for getPatternDefinition() / setPatternDefinition() during bootstrap</title>
                        <link>https://community.onenetwork.com/sdk-forum/compilation-error-char-vs-byte-mismatch-for-getpatterndefinition-setpatterndefinition-during-bootstrap/</link>
                        <pubDate>Mon, 24 Nov 2025 04:22:12 +0000</pubDate>
                        <description><![CDATA[Hello all,I’m running into a strange compilation issue during bootstrap on AZ-neo-3.12q.Only on my local, the generated code is giving me char[] instead of byte[] for patternDefinition, and ...]]></description>
                        <content:encoded><![CDATA[<p data-start="224" data-end="458"> </p>
785
786
<p data-start="224" data-end="458">Hello all,<br data-start="231" data-end="234" />I’m running into a strange compilation issue during bootstrap on <strong data-start="299" data-end="315">AZ-neo-3.12q</strong>.<br data-start="316" data-end="319" />Only on <strong data-start="327" data-end="339">my local</strong>, the generated code is giving me <code data-start="373" data-end="381">char[]</code> instead of <code data-start="393" data-end="401">byte[]</code> for <code data-start="406" data-end="425">patternDefinition</code>, and that leads to these errors:</p>
<div class="contain-inline-size rounded-2xl relative bg-token-sidebar-surface-primary">
<div class="sticky top-9">
<div class="absolute end-0 bottom-0 flex h-9 items-center pe-2">
<div class="bg-token-bg-elevated-secondary text-token-text-secondary flex items-center gap-4 rounded-sm px-2 font-sans text-xs"> </div>
</div>
</div>
<div class="overflow-y-auto p-4" dir="ltr"><code class="whitespace-pre!"><span>char<span class="hljs-selector-attr">[]</span> cannot be converted <span class="hljs-selector-tag">to</span> byte<span class="hljs-selector-attr">[]</span>
byte<span class="hljs-selector-attr">[]</span> cannot be converted <span class="hljs-selector-tag">to</span> char<span class="hljs-selector-attr">[]</span>
</span></code></div>
</div>
<p data-start="543" data-end="564">The errors come from:</p>
<ul data-start="565" data-end="698">
<li data-start="565" data-end="588">
<p data-start="567" data-end="588"><code data-start="567" data-end="588">RecurringDataHelper</code></p>
</li>
<li data-start="589" data-end="622">
<p data-start="591" data-end="622"><code data-start="591" data-end="622">SimpleRecurrencePatternHelper</code></p>
</li>
<li data-start="623" data-end="698">
<p data-start="625" data-end="698">and the model rows (<code data-start="645" data-end="668">SiteRecurrenceDataRow</code>, <code data-start="670" data-end="697">SiteRsrcRecurrenceDataRow</code>)</p>
</li>
</ul>
<p data-start="700" data-end="839">What’s confusing is — <strong data-start="722" data-end="759">my teammates don’t see this issue</strong>. Their codegen still produces <code data-start="790" data-end="798">byte[]</code>, but mine suddenly switched to <code data-start="830" data-end="838">char[]</code>.</p>
<p data-start="841" data-end="981">Has anyone seen this before?<br data-start="869" data-end="872" />Is there some local codegen/XSD/JAXB cache or config that could cause datatype differences during generation?</p>
<p data-start="983" data-end="1058">Any pointers on where to check or what to clean/reset would really help. &#x1f64f;</p>
<p data-start="983" data-end="1058"> </p>
<p data-start="983" data-end="1058">here are the logs </p>
<p data-start="983" data-end="1058"> </p>
<p>injectCode:</p>
<p>&nbsp;</p>
<p>compile:<br />     Compiling 6030 source files to C:\views\AZ-neo-3.12q\tomcat\deploy\one\WEB-INF\one_modules\one.jar<br />     C:\views\AZ-neo-3.12q\server\src\com\transcendsys\platform\server\vc\helper\RecurringDataHelper.java:177: error: incompatible types: char[] cannot be converted to byte[]<br />             patternDefinition = siteRecurrenceDataRow.getPatternDefinition();<br />                                                                           ^<br />     C:\views\AZ-neo-3.12q\server\src\com\transcendsys\platform\server\vc\helper\RecurringDataHelper.java:553: error: incompatible types: byte[] cannot be converted to char[]<br />         row.setPatternDefinition(getSimpleRecurrencePatternBytes(simpleRecurrencePattern));<br />                                                                 ^<br />     C:\views\AZ-neo-3.12q\server\src\com\transcendsys\platform\server\timeline\populator\SimpleRecurrencePatternHelper.java:42: error: incompatible types: char[] cannot be converted to byte[]<br />           byte[] xmlBytes = row.getPatternDefinition();<br />                                                     ^<br />     Note: Some input files use or override a deprecated API.<br />     Note: Recompile with -Xlint:deprecation for details.<br />     Note: Some input files use or override a deprecated API that is marked for removal.<br />     Note: Recompile with -Xlint:removal for details.<br />     Note: Some input files use unchecked or unsafe operations.<br />     Note: Recompile with -Xlint:unchecked for details.<br />     Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output<br />     3 errors</p>
<p>&nbsp;</p>
<p>BUILD FAILED<br />C:\views\INSTAN~1\ib-branches\Neo3.10-rb\build.xml:1340: The following error occurred while executing this line:<br />C:\views\INSTAN~1\ib-branches\Neo3.10-rb\build.xml:1361: The following error occurred while executing this line:<br />C:\views\AZ-neo-3.12q\install-staging\build.xml:1422: The following error occurred while executing this line:<br />C:\views\AZ-neo-3.12q\install-staging\build.xml:2827: The following error occurred while executing this line:<br />C:\views\AZ-neo-3.12q\install-staging\build.xml:2874: The following error occurred while executing this line:<br />C:\views\AZ-neo-3.12q\server\build.xml:211: The following error occurred while executing this line:<br />C:\views\AZ-neo-3.12q\server\build.xml:217: The following error occurred while executing this line:<br />C:\views\AZ-neo-3.12q\server\build.xml:993: The following error occurred while executing this line:<br />C:\views\AZ-neo-3.12q\server\PlatformCoreModels\build.xml:168: The following error occurred while executing this line:<br />C:\views\AZ-neo-3.12q\install-staging\build-macros.xml:43: Compile failed; see the compiler error output for details</p>
<p>&nbsp;</p>
<p>-------------------------<br />         FAILED<br />-------------------------</p>
<p data-start="983" data-end="1058"> </p>]]></content:encoded>
						                            <category domain="https://community.onenetwork.com/"></category>                        <dc:creator>javamk</dc:creator>
                        <guid isPermaLink="true">https://community.onenetwork.com/sdk-forum/compilation-error-char-vs-byte-mismatch-for-getpatterndefinition-setpatterndefinition-during-bootstrap/</guid>
                    </item>
				                    <item>
                        <title>How can I upload a file which isn&#039;t in my menu of available Uploads?</title>
                        <link>https://community.onenetwork.com/sdk-forum/how-can-i-upload-a-file-which-isnt-in-my-menu-of-available-uploads/</link>
                        <pubDate>Mon, 18 Aug 2025 16:46:36 +0000</pubDate>
                        <description><![CDATA[I want to upload an inbound interface file.  But my current user doesn&#039;t have a menu item for it.  Is there any way for me to do it?]]></description>
                        <content:encoded><![CDATA[<p>I want to upload an inbound interface file.  But my current user doesn't have a menu item for it.  Is there any way for me to do it?</p>]]></content:encoded>
						                            <category domain="https://community.onenetwork.com/"></category>                        <dc:creator>Greg Merrill</dc:creator>
                        <guid isPermaLink="true">https://community.onenetwork.com/sdk-forum/how-can-i-upload-a-file-which-isnt-in-my-menu-of-available-uploads/</guid>
                    </item>
				                    <item>
                        <title>Can a unit test access model MDFs?</title>
                        <link>https://community.onenetwork.com/sdk-forum/can-a-unit-test-access-model-mdfs/</link>
                        <pubDate>Tue, 05 Aug 2025 16:20:39 +0000</pubDate>
                        <description><![CDATA[I have a unit test (AbstractUnitTest) that is using a model object to get and set values to a field of type Float. The purpose of the test is to validate that certain values can be set on th...]]></description>
                        <content:encoded><![CDATA[<p>I have a unit test (AbstractUnitTest) that is using a model object to get and set values to a field of type Float. The purpose of the test is to validate that certain values can be set on that field without losing precision.</p>
<p>The model field is defined as a MDFs and when calling getMDFs(), we get the following RuntimeException:</p>
<pre contenteditable="false"> Testcase: testFloatField took 1.468 sec
     Caused an ERROR
 java.lang.reflect.InvocationTargetException
 java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
     at com.onenetwork.platform.common.Model.getMDFs(Model.java:552)
     at com.onenetwork.platform.common.Model.getMDFs(Model.java:561)
     at com.onenetwork.test.unit.ItemUnitTest.testFloatField(ItemUnitTest.java:13)
     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 Caused by: java.lang.reflect.InvocationTargetException
     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at com.onenetwork.platform.common.Model.getMDFs(Model.java:549)
 Caused by: java.lang.NullPointerException: Cannot invoke "com.transcendsys.platform.base.bo.helper.LevelMappingHelper.getMapping()" because "lvlHelper" is null
     at com.transcendsys.platform.base.bo.helper.ModelHelper.getMDFs(ModelHelper.java:74)</pre>
<p>Example of the getMDFs() call:</p>
<pre contenteditable="false">Item actual = new Item();
ItemMDFs actualTestMdfs = actual.getMDFs(com.onenetwork.test.model.ItemMDFs.class);</pre>
<p>The test is not expected to write data to the database and we are just using the model object field to store data. The same test works when implemented as a server test (AbstractServerTest).</p>
<p>Is it possible to use the model class and get its MDFs in a unit test or is the server required for getting the MDFs class?</p>]]></content:encoded>
						                            <category domain="https://community.onenetwork.com/"></category>                        <dc:creator>Matthew Le</dc:creator>
                        <guid isPermaLink="true">https://community.onenetwork.com/sdk-forum/can-a-unit-test-access-model-mdfs/</guid>
                    </item>
				                    <item>
                        <title>Role Buyer Supply Chain Admin does not have permission to execute the Action PLT.InsertOrUpdate</title>
                        <link>https://community.onenetwork.com/sdk-forum/role-buyer-supply-chain-admin-does-not-have-permission-to-execute-the-action-plt-insertorupdate/</link>
                        <pubDate>Wed, 02 Jul 2025 09:50:27 +0000</pubDate>
                        <description><![CDATA[Can you please explain me this error . which permission on which level is missing ? 
 
&lt;ModelList xmlns=&quot;http://www.onenetwork.com/Platform&quot; xmlns:YMS=&quot;http://www.yms.onenetwork.com/Yar...]]></description>
                        <content:encoded><![CDATA[<p>Can you please explain me this error . which permission on which level is missing ? </p>
<p> </p>
<p>&lt;ModelList xmlns="http://www.onenetwork.com/Platform" xmlns:YMS="http://www.yms.onenetwork.com/YardManagement" xmlns:SCC="http://www.onenetwork.com/SupplyChainCore" xmlns:LNTL="http://www.LogisticsTelemetry.onenetwork.com/LogisticsTelemetry" xmlns:TOSX="http://www.onenetwork.com/TransportationPlanning" xmlns:FISE="http://www.fieldservice.onenetwork.com/FieldService" xmlns:MDM="http://www.mdm.onenetwork.com/MasterDataManagement" xmlns:RPL="http://www.onenetwork.com/Replenishment" xmlns:FIN="http://www.financials.onenetwork.com/Financials" xmlns:SCH="http://www.onenetwork.com/Scheduling" xmlns:DPX="http://www.onenetwork.com/DemandPlanner" xmlns:MFG="http://www.onenetwork.com/Manufacturing" xmlns:LCNS="http://www.licensing.onenetwork.com/Licensing" xmlns:WMS="http://www.wms.onenetwork.com/WarehouseManagement" xmlns:CMDC="http://www.cmdclient.onenetwork.com/CMDClient" xmlns:QCAD="http://www.qualitycomplianceanddisposition.onenetwork.com/QualityComplianceAndDisposition" xmlns:ATPC="http://www.atpc.onenetwork.com/ATPCore" xmlns:IVP="http://www.onenetwork.com/InventoryPlanning" xmlns:RDTS="http://www.rdts.onenetwork.com/RDTSequencing" xmlns:TMS="http://www.onenetwork.com/Transportation" xmlns:BLCL="http://www.billingclient.onenetwork.com/BillingClient" xmlns:OMS="http://www.onenetwork.com/OMS" xmlns:SNOP="http://www.snop.onenetwork.com/SNOP" xmlns:AMS="http://www.ams.onenetwork.com/AssetManagement" xmlns:GLGC="http://www.glgclient.onenetwork.com/GLGClient" xmlns:CHCS="http://www.chcs.onenetwork.com/ChainOfCustody" xmlns:RISK="http://www.riskresilience.onenetwork.com/RiskResilience" xmlns:ENSG="http://www.esg.onenetwork.com/EnterpriseSocialGraph" xmlns:SMRO="http://www.smro.onenetwork.com/MROManagement" xmlns:SCPT="http://www.scpt.onenetwork.com/SCProcessTemplate" xmlns:RTL="http://www.onenetwork.com/Retail" xmlns:GSDM="http://www.globalsdm.onenetwork.com/GlobalSDM" xmlns:DAWH="http://www.dw.onenetwork.com/DataWarehouse"&gt;<br />&lt;ValueChainId&gt;0&lt;/ValueChainId&gt;<br />&lt;CustomModelName&gt;Standard OrgListPerm&lt;/CustomModelName&gt;<br />&lt;ActionName&gt;PLT.InsertOrUpdate&lt;/ActionName&gt;<br />&lt;OrgListPerm&gt;<br />&lt;ActionName&gt;PLT.InsertOrUpdate&lt;/ActionName&gt;<br />&lt;InputRefId&gt;1&lt;/InputRefId&gt;<br />&lt;Error&gt;<br />&lt;MajorCode&gt;80003&lt;/MajorCode&gt;<br />&lt;MinorCode&gt;29&lt;/MinorCode&gt;<br />&lt;Message&gt;Role Buyer Supply Chain Admin does not have permission to execute the Action PLT.InsertOrUpdate because none of Related Generic Model  has valid write permission.&lt;/Message&gt;<br />&lt;MessageArg&gt;PLT.InsertOrUpdate&lt;/MessageArg&gt;<br />&lt;MessageArg&gt;Buyer Supply Chain Admin&lt;/MessageArg&gt;<br />&lt;MessageArg&gt;Owner,OwningEntity&lt;/MessageArg&gt;<br />&lt;/Error&gt;<br />&lt;ValueChainId&gt;8001&lt;/ValueChainId&gt;<br />&lt;OwnerId&gt;10101&lt;/OwnerId&gt;<br />&lt;OwnerModelLevel&gt;SCC.Location&lt;/OwnerModelLevel&gt;<br />&lt;OwnerDisplay&gt;Storage Area&lt;/OwnerDisplay&gt;<br />&lt;OrgName&gt;SUP6&lt;/OrgName&gt;<br />&lt;OrgEnterpriseName&gt;SUP6&lt;/OrgEnterpriseName&gt;<br />&lt;PermissionType&gt;Management&lt;/PermissionType&gt;<br />&lt;Udfs/&gt;<br />&lt;/OrgListPerm&gt;<br />&lt;/ModelList&gt;</p>
<p> </p>
783]]></content:encoded>
						                            <category domain="https://community.onenetwork.com/"></category>                        <dc:creator>kunalbadgujar</dc:creator>
                        <guid isPermaLink="true">https://community.onenetwork.com/sdk-forum/role-buyer-supply-chain-admin-does-not-have-permission-to-execute-the-action-plt-insertorupdate/</guid>
                    </item>
							        </channel>
        </rss>
		