Agile (MOSC)

MOSC Banner

An Error "java.lang.NullPointerException" when adding rows for item with redline change in Agile ser

edited Aug 8, 2019 1:03AM in Agile (MOSC) 1 commentAnswered ✓

Hi,

I am working on Table Agile core service, to assign the redline changes to item-bom. whenever i insert option with redline changes, I got following error,

Request:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v1="http://xmlns.oracle.com/AgileObjects/Core/Table/V1">

   <soapenv:Header/>

   <soapenv:Body>

      <v1:addRows>

         <request>

            <data>

               <objectInfo>

                  <classIdentifier>Model</classIdentifier>

                  <objectNumber>MOD00105</objectNumber>

                  <level>ALL</level>

                  <tableIdentifier>-803</tableIdentifier>

               </objectInfo>

               <!--1 or more repetitions:-->

               <row rowId="0">

                  <key attributeId="itemNumber">MOD00106</key>

                  <key attributeId="BOMNotes">test</key>

                  <key attributeId="qty">1</key>

                  <key attributeId="findNum">2</key>

               </row>

            </data>

            <options>

               <propertyName>REDLINE_CHANGES</propertyName>

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center