Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: Aquidneck
-
Fix Version/s: 2.0.0, sprint 14: 12-05-2012, Aquidneck
-
Component/s: None
-
Labels:None
-
Sprint:Sprint 13, Sprint 14
Description
The order-service-overrides.properties file has 3 incorrect properties to work in the production/qa environment.
The following properties are set to the following which are wrong:
admax-deployment-service-mock-flag=true
admax-deployment-service-wsdl-url=http://tsa-aq-jboss1:8080/SMB-ADS/AdMaxDeployme
ntService?wsdl
admax-deployment-service-endpoint-url=http://tsa-aq-jboss1:8080/SMB-ADS/AdMaxDepl
oymentService
Should be set to:
admax-deployment-service-mock-flag=false
admax-deployment-service-wsdl-url=http://aq-qa-jboss1:8080/SMB-ADS/AdMaxDeployme
ntService?wsdl
admax-deployment-service-endpoint-url=http://aq-qa-jboss1:8080/SMB-ADS/AdMaxDepl
oymentService
The other properties in the file seem correct.