The SPE database configuration file

The required -DBURL parameter of the -ENVELOPE, -DEENVELOPE, and -TRANSFORM commands specifies either the URL of the Standards Processing Engine (SPE) database or the file URL of a database configuration file. The configuration file must specify the database connection URL and driver. If the database requires them, the configuration file also must specify the database user name, password, and schema.

When the -DBURL keyword specifies the configuration file URL, the SPE adapter ignores any driver, user name, password, or schema that is specified on the adapter command line.

The format of the configuration file is:

javax.persistence.jdbc.url=db_URL
javax.persistence.jdbc.user=user_name
javax.persistence.jdbc.password=password
javax.persistence.jdbc.driver=driver_name
openjpa.jdbc.Schema=schema_name

You can specify an alias on the-DBURL keyword to support multiple configuration files, for example -DBURL %dbcfgfile%. You also can create aliases for the other keyword values in the adapter command line. See the Resource Registry documentation for details about resource aliases.