-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
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>
- clones
-
JBEAP-28128 [GSS](8.0.z) HAL - duplicate XA property databaseName is generated by the DB wizard
- Resolved
- is incorporated by
-
WFLY-20100 Upgrade HAL to 3.7.7.Final (resolves CVE-2024-10234)
- Resolved