Versions Compared

Key

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

Introduction

Database Engines

Code Block
title(i) Integration Testing
HSQLDB (in PostgreSQL syntax mode)
Code Block
title(/) Deployments
PostgreSQL

Table: audit_events_submit_single_message

...

Table for audit events specific to invocations of the SubmitSingleMessage web service operation.

Definition

...

Code Block
languagesql
title(i) Development
insert into destinations (
    dest_id,
    dest_uri
) values (
    'dev',
    '/dev/IISService'
);

...

Code Block
languagesql
title(i) Development
insert into tomcat_users (
    user_name,
    user_pass
) values (
    'CN=iis-hub-pilot_iis_hub',
    'null'
);

...

Code Block
languagesql
title(i) Development
insert into tomcat_user_roles (
    user_name,
    role_name
) values (
    'CN=iis-hub-pilot_iis_hub',
    'hubSecRole'
);