[JBoss JIRA] (FORGE-2635) Path needs to be properly escaped
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-2635?page=com.atlassian.jira.plugin... ]
George Gastaldi updated FORGE-2635:
-----------------------------------
Component/s: Init Scripts
> Path needs to be properly escaped
> ---------------------------------
>
> Key: FORGE-2635
> URL: https://issues.jboss.org/browse/FORGE-2635
> Project: Forge
> Issue Type: Bug
> Components: Init Scripts
> Affects Versions: 3.0.1.Final
> Environment: Windows 10 x64, MySQL 5.7.11-log MySQL Community Server (GPL)
> Reporter: John Spencer
>
> Whenever I start forge I get the following warnings:
> {code:java}
> 'MySQL' is not recognized as an internal or external command,
> operable program or batch file.
> 'MySQL' is not recognized as an internal or external command,
> operable program or batch file.
> Using Forge at C:\Program Files\JForge-3.01\bin\..
> _____
> | ___|__ _ __ __ _ ___
> | |_ / _ \| `__/ _` |/ _ \ \\
> | _| (_) | | | (_| | __/ //
> |_| \___/|_| \__, |\___|
> |__/
> JBoss Forge, version [ 3.0.1.Final ] - JBoss, by Red Hat, Inc. [ http://forge.jboss.org ]
> {code}
> MySQL path is defined in PATH enviroment variable like ";C:\Program Files\MySQL\MySQL Server 5.1\bin" and is also recognized by windows when using the command line. I also defined a variable called MySQL just in case forge would use it aswell as MYSQL_HOME without any effect.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (FORGE-2635) Path needs to be properly escaped
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-2635?page=com.atlassian.jira.plugin... ]
George Gastaldi updated FORGE-2635:
-----------------------------------
Component/s: (was: Database Tools)
> Path needs to be properly escaped
> ---------------------------------
>
> Key: FORGE-2635
> URL: https://issues.jboss.org/browse/FORGE-2635
> Project: Forge
> Issue Type: Bug
> Affects Versions: 3.0.1.Final
> Environment: Windows 10 x64, MySQL 5.7.11-log MySQL Community Server (GPL)
> Reporter: John Spencer
>
> Whenever I start forge I get the following warnings:
> {code:java}
> 'MySQL' is not recognized as an internal or external command,
> operable program or batch file.
> 'MySQL' is not recognized as an internal or external command,
> operable program or batch file.
> Using Forge at C:\Program Files\JForge-3.01\bin\..
> _____
> | ___|__ _ __ __ _ ___
> | |_ / _ \| `__/ _` |/ _ \ \\
> | _| (_) | | | (_| | __/ //
> |_| \___/|_| \__, |\___|
> |__/
> JBoss Forge, version [ 3.0.1.Final ] - JBoss, by Red Hat, Inc. [ http://forge.jboss.org ]
> {code}
> MySQL path is defined in PATH enviroment variable like ";C:\Program Files\MySQL\MySQL Server 5.1\bin" and is also recognized by windows when using the command line. I also defined a variable called MySQL just in case forge would use it aswell as MYSQL_HOME without any effect.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (FORGE-2635) Path needs to be properly escaped
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-2635?page=com.atlassian.jira.plugin... ]
George Gastaldi updated FORGE-2635:
-----------------------------------
Summary: Path needs to be properly escaped (was: MySQL not recognized by forge)
> Path needs to be properly escaped
> ---------------------------------
>
> Key: FORGE-2635
> URL: https://issues.jboss.org/browse/FORGE-2635
> Project: Forge
> Issue Type: Bug
> Components: Database Tools
> Affects Versions: 3.0.1.Final
> Environment: Windows 10 x64, MySQL 5.7.11-log MySQL Community Server (GPL)
> Reporter: John Spencer
>
> Whenever I start forge I get the following warnings:
> {code:java}
> 'MySQL' is not recognized as an internal or external command,
> operable program or batch file.
> 'MySQL' is not recognized as an internal or external command,
> operable program or batch file.
> Using Forge at C:\Program Files\JForge-3.01\bin\..
> _____
> | ___|__ _ __ __ _ ___
> | |_ / _ \| `__/ _` |/ _ \ \\
> | _| (_) | | | (_| | __/ //
> |_| \___/|_| \__, |\___|
> |__/
> JBoss Forge, version [ 3.0.1.Final ] - JBoss, by Red Hat, Inc. [ http://forge.jboss.org ]
> {code}
> MySQL path is defined in PATH enviroment variable like ";C:\Program Files\MySQL\MySQL Server 5.1\bin" and is also recognized by windows when using the command line. I also defined a variable called MySQL just in case forge would use it aswell as MYSQL_HOME without any effect.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (FORGE-2636) No specified tables error
by John Spencer (JIRA)
John Spencer created FORGE-2636:
-----------------------------------
Summary: No specified tables error
Key: FORGE-2636
URL: https://issues.jboss.org/browse/FORGE-2636
Project: Forge
Issue Type: Bug
Components: Database Tools
Affects Versions: 3.0.1.Final
Environment: Windows 10, x64
Reporter: John Spencer
When I try to execute jpa-generate-entities-from-tables, using:
{code:java}
jpa-generate-entities-from-tables --database-tables * --jdbc-url "jdbc:mysql://localhost:3306/quizzer" --user-name root --user-password 1234 --driver-location "validpath\mysql-connector-java-5.1.6-bin.jar" --driver-class com.mysql.jdbc.Driver;
{code}
Forge asks me again to enter all of information specified in the command, I do so, and then says "At least one database table must be specified".
Also the "--database-tables" parameter does not show up in the list of available parameters when pressing tab after having specified a connection profile and/or specifying connection parameters. This might possibly be related to this [issue] (https://issues.jboss.org/projects/FORGE/issues/FORGE-2635?filter=allopeni...).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (FORGE-2635) MySQL not recognized by forge
by John Spencer (JIRA)
John Spencer created FORGE-2635:
-----------------------------------
Summary: MySQL not recognized by forge
Key: FORGE-2635
URL: https://issues.jboss.org/browse/FORGE-2635
Project: Forge
Issue Type: Bug
Components: Database Tools
Affects Versions: 3.0.1.Final
Environment: Windows 10 x64, MySQL 5.7.11-log MySQL Community Server (GPL)
Reporter: John Spencer
Whenever I start forge I get the following warnings:
{code:java}
'MySQL' is not recognized as an internal or external command,
operable program or batch file.
'MySQL' is not recognized as an internal or external command,
operable program or batch file.
Using Forge at C:\Program Files\JForge-3.01\bin\..
_____
| ___|__ _ __ __ _ ___
| |_ / _ \| `__/ _` |/ _ \ \\
| _| (_) | | | (_| | __/ //
|_| \___/|_| \__, |\___|
|__/
JBoss Forge, version [ 3.0.1.Final ] - JBoss, by Red Hat, Inc. [ http://forge.jboss.org ]
{code}
MySQL path is defined in PATH enviroment variable like ";C:\Program Files\MySQL\MySQL Server 5.1\bin" and is also recognized by windows when using the command line. I also defined a variable called MySQL just in case forge would use it aswell as MYSQL_HOME without any effect.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (FORGE-2633) Upgrade Hibernate Tools to 5.1.0.Alpha2
by George Gastaldi (JIRA)
George Gastaldi created FORGE-2633:
--------------------------------------
Summary: Upgrade Hibernate Tools to 5.1.0.Alpha2
Key: FORGE-2633
URL: https://issues.jboss.org/browse/FORGE-2633
Project: Forge
Issue Type: Component Upgrade
Components: Database Tools
Affects Versions: 3.0.1.Final
Reporter: George Gastaldi
Fix For: 3.x Future
It includes some performance enhancements and a ProgressListener API
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months