Bug 1275759

Summary: WLS: BigApp - Data Corection task is not generated
Product: [Retired] JBoss BPMS Platform 6 Reporter: Pavel Kralik <pkralik>
Component: Business CentralAssignee: Marco Rietveld <mrietvel>
Status: CLOSED EOL QA Contact: Lukáš Petrovický <lpetrovi>
Severity: medium Docs Contact:
Priority: high    
Version: 6.2.0CC: kverlaen, lpetrovi, rrajasek
Target Milestone: CR1   
Target Release: 6.2.0   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-03-27 20:09:01 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1277466    
Bug Blocks:    

Description Pavel Kralik 2015-10-27 16:34:54 UTC
Description of problem:
Data Corection task is not generated with following data.

//Test data from babak's video; Amortization 28 intentionally incorrect to test Data Correction HT
{"Babak Mozaffari", "12300 Wilshire Blvd., Los Angele, CA", "333224444", "200000", "1000000", "200000", "28"}

Version-Release number of selected component (if applicable):
BPMS 6.2.0.ER4

How reproducible:
Always

Steps to Reproduce:
1. Deploy business central to WLS
2. Deploy and start jboss-mortgage-demo-ws.war with WLS console and check if service is running
3. Run BigApp with above data.

Actual results:
Data Correction task is not generated

Expected results:
Data Correction task is generated

Additional info:

Comment 2 Kris Verlaenen 2015-10-27 16:56:24 UTC
See https://bugzilla.redhat.com/show_bug.cgi?id=1275628
This probably has the same underlying issue, invoking the WS is failing.

Comment 3 Maciej Swiderski 2015-10-28 14:54:20 UTC
I have verified that the root cause of this is wrong URL to WSDL of the web service. When the web service application is deployed to Weblogic it will then expose its WS on following URL:

http://wls-host:7001/jboss-mortgage-demo-ws/CreditServiceService?WSDL

NOTE: you need to replace wls-host with actual host where Weblogic is running.

Once the correct URL to WSDL is used Appraisal task is created properly

this change needs to be done on Mortgage process level for Credit Report activity