-
Bug
-
Resolution: Obsolete
-
Major
-
None
-
7.0.5.CR1
Adding a datasource with a JNDI name that is already used displays the wrong error message.
Details:
In adding a new test datasource, I got an error in the GUI under the JNDI name that says "JNDI name has to start with 'java:/' or 'java:jboss/'". Mine did ("java:jboss/datasources/ExampleDS"). Then I realized that I was using the same JNDI name as the ExampleDS, and perhaps it didn't like that. If I change it to something else, it works. But the error message is incorrect. I see that there is a message in the UIConstants.properties file of "Datasource with that JNDI name already exists.", but it doesn't look like it's being used.
- clones
-
JBEAP-9251 (7.1.x) Wrong error msg in datasource wizard for duplicate JNDI name
- Closed