[ACE-251] getPendingWOsByTaskType Error Created: 23/Oct/25  Updated: 29/Dec/25  Due: 24/Oct/25

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

Type: Bug Priority: Normal
Reporter: Mostafa Kalawoun Assignee: Mbaye Lo
Resolution: Unresolved Votes: 0
Labels: solution2_FN_Acceptance
Remaining Estimate: 0 minutes
Time Spent: 1 hour, 30 minutes
Original Estimate: Not Specified

Customer:
OMAN-Tel
Planned Start:
Planned End:
Product: NEP
Actual Start:
Date of Baselining:

 Description   

Dear Khaled,
Please assign a resource to investigate the error below when testing the getPendingWOsByTaskType (FN 80) internal API.

request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://server.api.nep.mobinets.com/">
<soapenv:Header/>
<soapenv:Body>
<ser:getPendingWOsByTaskType>
<!-Optional:->
<taskType>I</taskType>
</ser:getPendingWOsByTaskType>
</soapenv:Body>
</soapenv:Envelope>

respond:

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<soap:Fault>
<faultcode>soap:Server</faultcode>
<faultstring>Unable to find com.mobinets.nep.fn.model.nep.persist.reports.FnSubscriber with id SUB_538597; nested exception is javax.persistence.EntityNotFoundException: Unable to find com.mobinets.nep.fn.model.nep.persist.reports.FnSubscriber with id SUB_538597</faultstring>
<detail>
<ns1:NepFault xmlns:ns1="http://server.api.nep.mobinets.com/">
<errorCode xsi:type="xs:int" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ns2="http://server.api.nep.mobinets.com/">1</errorCode>
</ns1:NepFault>
</detail>
</soap:Fault>
</soap:Body>
</soap:Envelope>



 Comments   
Comment by Zein Trabelsi [ 04/Nov/25 ]

Fixed , missing @transactional annotation

Generated at Wed Apr 15 14:43:39 EEST 2026 using JIRA 6.1.4#6159-sha1:44eaedef2e4a625c6c7183698b2468d4719c20dc.