]
George Gastaldi closed FORGE-1990.
----------------------------------
Resolution: Done
connection-create-profile fails to retain the database connection
password
--------------------------------------------------------------------------
Key: FORGE-1990
URL:
https://issues.jboss.org/browse/FORGE-1990
Project: Forge
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Database Tools
Affects Versions: 2.8.0.Final
Environment: Windows 7 using Forge in a windows command mode. Oracle JDK
1.7.0_67. MySQL 5.5.28 with an InnoDB database named par
Reporter: Gerry Matte
Assignee: George Gastaldi
Fix For: 2.8.2.Final
When creating a new project, I successfully created a connection profile for the
database. When I attempted to use that connection with the command
jpa-generate-entities-from-tables, an exception was thrown indicating that the
userPassword was unknown - even though it was specified when the connection was created.
There was also an error message indicating that Database Tables must be specified.
The full commands are noted in steps to reproduce.
I am currently able to generate my entities without using a forge connection profile but
if the connection info is persistent within the project, or is globally persistent across
multiple projects, it would be much more desirable to use connection profiles for each of
my database schema.