[ACE-647] Termination WorkOrder is created but with error in the soap reponse Created: 04/Mar/26  Updated: 10/Mar/26  Due: 03/Mar/26  Resolved: 09/Mar/26

Status: Ready for QA
Project: ACE
Component/s: FN
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: Normal
Reporter: Mbaye Lo Assignee: Mbaye Lo
Resolution: Not Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: JPEG File Termination WorkOrder is created but with error in the soap reponse.jpg    
Customer:
OMAN-Tel
Planned Start:
Planned End:

 Description   


Termination WorkOrder is created but with error in the soap reponse



 Comments   
Comment by Zein Trabelsi [ 06/Mar/26 ]

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")

Comment by Zein Trabelsi [ 06/Mar/26 ]

process commited in the project but didnt apply it on 84 because FN is down

Comment by Mbaye Lo [ 09/Mar/26 ]

Getting the same issue :

<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>44440085</fSubno>
<fSubscr_Type>T</fSubscr_Type>
<fWOID>444490302</fWOID>
<fUsage_Type>T</fUsage_Type>
<fOrder_Type>TESR</fOrder_Type>
<fUserID>Mbaye</fUserID>
<fOrderID>T</fOrderID>
<arborOrderId>444490102</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>

Comment by Zein Trabelsi [ 10/Mar/26 ]

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

Generated at Wed Apr 15 09:53:20 EEST 2026 using JIRA 6.1.4#6159-sha1:44eaedef2e4a625c6c7183698b2468d4719c20dc.