Clarity

  • 1.  "DEPRECATION MESSAGE" in XOG Output

    Posted Dec 16, 2016 07:40 AM

    Hi All,

     

    I made a XOG input for the idea object via xog command prompt and it work fine. After that I run the same with SOAP UI and it generates a SUCCESS output but with a DEPRECATION MESSAGE.  What is the meaning of this message? Would anyone assist me to understand first and resolve if this is an issue?

     

    <DeprecationInformation>

                   <Severity>WARNING</Severity>

                   <Description>DEPRECATION MESSAGE</Description>

                  <Exception type="java.lang.Exception">The action and objectType attributes in the Header have been deprecated.</Exception>

                </DeprecationInformation>

     



  • 2.  Re: "DEPRECATION MESSAGE" in XOG Output

    Posted Dec 16, 2016 08:32 AM


  • 3.  Re: "DEPRECATION MESSAGE" in XOG Output

    Posted Jan 09, 2017 11:47 AM

    Thanks for your help... But I could not really get the idea. I am using WriteIdea and writeUser. I both get the warning/error. Also insert/update is done. getting an error/warning shows what?

     

    Regards...



  • 4.  Re: "DEPRECATION MESSAGE" in XOG Output

    Posted Jan 09, 2017 11:59 AM

    The sample is below;

     

    When I delete the red section it works without this Deprecation message. But I really do not know why... I am using and modifying the sample xml files coming with installation. So why are they there? Am I doing the correct action by deleting these action and objectType sections?

     

    regards...

     

    <NikuDataBus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/nikuxog_user.xsd">
    <Header version="6010" action="write" objectType="user" externalSource="ORACLE-FINANCIAL"/>
    <Users>
    <User userName="Ebozkurt" externalId="" >
    <PersonalInformation emailAddress="xog1@niku.com" lastName="Bozkurt" firstName="Erdogan" homeUrl="personal.settings"/>
    </User>
    </Users>
    </NikuDataBus>



  • 5.  Re: "DEPRECATION MESSAGE" in XOG Output
    Best Answer

    Posted Jan 09, 2017 12:13 PM

    'Deprecation' just means no-longer-used ; the sample XML files are often "old" versions of the code and seemingly not always updated by CA in line with the application.

     

    You are doing nothing wrong whether you include the text (and get the message) or remove the text (and don't get the message) - the updates should be exactly the same either way.



  • 6.  Re: "DEPRECATION MESSAGE" in XOG Output

    Posted Jan 09, 2017 02:31 PM

    Thank you very much for the clear explanation.

     

    Regards...