Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Deploy CONNECT ear (mvn clean install -P AD,PD,DQ,DR,DS,X12) 
  2. In audit.properties, make sure LogToDatabase=falefalse, LogToFile=true and other services are true (ex: RetrieveDocuments=true)
  3. In AuditRepositoryProxyConfig.xml make sure to have securedImplementation are javaImplementation.
  4. In SoapUI, load CONNECT-ValidationSuite project and execute.
  5. Make sure all test cases for g1, g0 are passed and green.
  6. Verify audit messages are logged in audit.log file. ( default audit.log will be present under //logs/Audit.log). 
  7. Test in Standard, Passthrough mode. ( Note: While testing in Passthrough mode make sure to enable Passthrough mode for service in gateway.properties)

...