Details

    • Type: Bug Bug
    • Status: Ready for QA Ready for QA (View Workflow)
    • Priority: Normal Normal
    • Resolution: Not Fixed
    • Affects Version/s: None
    • Fix Version/s: None
    • Component/s: FN
    • Labels:
      None Labels
    • Customer:
      OMAN-Tel

      Description


      Termination WorkOrder is created but but there is no task found

        Activity

        Hide
        Zein Trabelsi added a comment -

        After order creation and before create any task , the process execute this task : if activeNodeType.contains("BONT") .
        when activeNodeType is null the process throws exception.
        fix : changed to not : if not empty activeNodeType && activeNodeType.contains("BONT")

        Show
        Zein Trabelsi added a comment - After order creation and before create any task , the process execute this task : if activeNodeType.contains("BONT") . when activeNodeType is null the process throws exception. fix : changed to not : if not empty activeNodeType && activeNodeType.contains("BONT")
        Hide
        Mbaye Lo added a comment -

        Same issue pending :

        <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://server.api.nep.mobinets.com/">
        <soapenv:Header/>
        <soapenv:Body>
        <ser:arborSingleTerm_fCNATERM>
        <fAppType></fAppType>
        <fExc>OB72</fExc>
        <fCabinet>045M</fCabinet>
        <fDpoint>0001</fDpoint>
        <fSubno>44440078</fSubno>
        <fSubscr_Type>T</fSubscr_Type>
        <fWOID>444490300</fWOID>
        <fUsage_Type>T</fUsage_Type>
        <fOrder_Type>TESR</fOrder_Type>
        <fUserID>Mbaye</fUserID>
        <fOrderID>T</fOrderID>
        <arborOrderId>444490100</arborOrderId>
        <channel>1</channel>
        <surveyDt>Mbaye</surveyDt>
        </ser:arborSingleTerm_fCNATERM>
        </soapenv:Body>
        </soapenv:Envelope>

        <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
        <soap:Body>
        <soap:Fault>
        <faultcode>soap:Server</faultcode>
        <faultstring>org.springframework.transaction.UnexpectedRollbackException: Transaction silently rolled back because it has been marked as rollback-only</faultstring>
        </soap:Fault>
        </soap:Body>
        </soap:Envelope>

        Show
        Mbaye Lo added a comment - Same issue pending : <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://server.api.nep.mobinets.com/"> <soapenv:Header/> <soapenv:Body> <ser:arborSingleTerm_fCNATERM> <fAppType></fAppType> <fExc>OB72</fExc> <fCabinet>045M</fCabinet> <fDpoint>0001</fDpoint> <fSubno>44440078</fSubno> <fSubscr_Type>T</fSubscr_Type> <fWOID>444490300</fWOID> <fUsage_Type>T</fUsage_Type> <fOrder_Type>TESR</fOrder_Type> <fUserID>Mbaye</fUserID> <fOrderID>T</fOrderID> <arborOrderId>444490100</arborOrderId> <channel>1</channel> <surveyDt>Mbaye</surveyDt> </ser:arborSingleTerm_fCNATERM> </soapenv:Body> </soapenv:Envelope> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <soap:Fault> <faultcode>soap:Server</faultcode> <faultstring>org.springframework.transaction.UnexpectedRollbackException: Transaction silently rolled back because it has been marked as rollback-only</faultstring> </soap:Fault> </soap:Body> </soap:Envelope>
        Hide
        Zein Trabelsi added a comment -

        fixed and tested using same request , it was problem with process ful-tc-pstn-001

        Show
        Zein Trabelsi added a comment - fixed and tested using same request , it was problem with process ful-tc-pstn-001

          People

          • Assignee:
            Mbaye Lo
            Reporter:
            Mbaye Lo
          • Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

            • Due:
              Created:
              Updated:
              Resolved:
              Planned Start:
              Planned End:

              Drag and Drop