[
https://jira.jboss.org/browse/JBIDE-6621?page=com.atlassian.jira.plugin.s...
]
Jane Thalen commented on JBIDE-6621:
------------------------------------
The fix is in org.hibernate.eclipse.console.utils.DriverClassHelpers, we need to add a
method call into the constructor of DriverClassHelpers that would look like this:
addDriverAndURLS("org.hibernate.dialect.IngresDialect", //$NON-NLS-1$
"com.ingres.jdbc.IngresDriver", //$NON-NLS-1$
new String[] {
"jdbc:ingres://localhost:II7/demodb",
"jdbc:ingres://<server>:<port>/<databaseName>"
}
);
Template connection settings for Ingres DB are missing.
-------------------------------------------------------
Key: JBIDE-6621
URL:
https://jira.jboss.org/browse/JBIDE-6621
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Hibernate
Affects Versions: 3.0.0.GA
Environment: RHEL 5.4
Version: 3.0.0.GA
Build id: v201003100055R
Build date: 201003100222
Reporter: Ken Johnson
Assignee: Dmitry Geraskov
Fix For: 3.1.2
Hibernate tooling:
New->Hibernate Configuration File
New->Console Configuration
When user selects Ingres from the list of databases or database dialects, the
"Driver Name:" field is not auto-populated as it is for other DBs.
Consequently, the Connection URL cannot be auto-populated either.
This is causing some friction with Ingres as their customers have questioned them as to
whether they are really compatible with JBoss EAP. True it's largely a cosmetic issue
but causing customer uncertainty. Can the tooling populate the defaults for Ingres?:
"com.ingres.jdbc.IngresDriver"
"jdbc:ingres://${HOSTNAME}:${PORT}/${DB};UID=${USERNAME};PWD=${PASSWORD}"
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira