-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
None
-
False
-
None
-
False
-
-
-
-
-
-
-
-
When we create a new XA data source for PostgreSQL using DB wizard in the web console, <xa-datasource-property name="<DatabaseName>"> that has not been input in wizard is generated by default. The expected behavior is that if databaseName is input in the wizard, DatabaseName will not be automatically generated.
<xa-datasource jndi-name="java:/PostgresXADS" pool-name="PostgresXADS"> <xa-datasource-property name="<DatabaseName>"> <<== postgresdb <<== </xa-datasource-property> <<== <xa-datasource-property name="serverName"> 127.0.0.1 </xa-datasource-property> <xa-datasource-property name="portNumber"> 5432 </xa-datasource-property> <xa-datasource-property name="databaseName"> postgres </xa-datasource-property>
- is caused by
-
HAL-1960 Mark variable parts in attributes in the DB wizards
- Resolved
- is incorporated by
-
JBEAP-28336 (8.0.z) Upgrade HAL console from 3.6.19.Final-redhat-00001 to 3.6.20.Final-redhat-00001
- New