[JBoss JIRA] (FORGE-1513) persistence-unit name should not be "forge-default" but projectNamePU
by Lincoln Baxter III (JIRA)
[ https://issues.jboss.org/browse/FORGE-1513?page=com.atlassian.jira.plugin... ]
Lincoln Baxter III reassigned FORGE-1513:
-----------------------------------------
Assignee: Lincoln Baxter III
> persistence-unit name should not be "forge-default" but projectNamePU
> ---------------------------------------------------------------------
>
> Key: FORGE-1513
> URL: https://issues.jboss.org/browse/FORGE-1513
> Project: Forge
> Issue Type: Sub-task
> Components: Scaffold
> Affects Versions: 2.0.0.CR2
> Reporter: Antonio Goncalves
> Assignee: Lincoln Baxter III
> Fix For: 2.x Future
>
>
> When executing the {{jpa-setup}} command, the resulting {{persistence.xml}} is :
> {code}
> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
> <persistence xmlns="http://xmlns.jcp.org/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.1" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence http://xmlns.jcp.org/xml/ns/persistence/persistence_2_1.xsd">
> <persistence-unit name="forge-default" transaction-type="JTA">
> <description>Forge Persistence Unit</description>
> <jta-data-source>java:jboss/datasources/ExampleDS</jta-data-source>
> <exclude-unlisted-classes>false</exclude-unlisted-classes>
> <properties>
> <property name="javax.persistence.schema-generation.database.action" value="drop-and-create"/>
> <property name="javax.persistence.schema-generation.scripts.action" value="drop-and-create"/>
> <property name="javax.persistence.schema-generation.scripts.create-target" value="pluralsight-persistenceCreate.ddl"/>
> <property name="javax.persistence.schema-generation.scripts.drop-target" value="pluralsight-persistenceDrop.ddl"/>
> </properties>
> </persistence-unit>
> </persistence>
> {code}
> The persistence unit {{name}} in this case should be {{pluralsight-persistencePU}} instead of {{forge-default}}. This is just the project name concat with {{PU}} (in the {{persistence.xml}} there is already the project name for the DDL files, it's just a matter of having the same semantic)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 2 months
[JBoss JIRA] (FORGE-1514) Command project-add-managed-dependency should be renamed
by Lincoln Baxter III (JIRA)
[ https://issues.jboss.org/browse/FORGE-1514?page=com.atlassian.jira.plugin... ]
Lincoln Baxter III reassigned FORGE-1514:
-----------------------------------------
Assignee: Lincoln Baxter III
> Command project-add-managed-dependency should be renamed
> --------------------------------------------------------
>
> Key: FORGE-1514
> URL: https://issues.jboss.org/browse/FORGE-1514
> Project: Forge
> Issue Type: Sub-task
> Components: UI - Shell
> Affects Versions: 2.0.0.CR2
> Reporter: Antonio Goncalves
> Assignee: Lincoln Baxter III
> Fix For: 2.x Future
>
>
> All the commands managing dependencies are in plural, except {{project-add-managed-dependency}} which is in singular. It should be renamed to {{project-add-managed-dependencies}}
> {code}
> project-add-dependencies
> project-add-managed-dependency
> project-remove-dependencies
> project-remove-managed-dependencies
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 2 months
[JBoss JIRA] (FORGE-1514) Command project-add-managed-dependency should be renamed
by Lincoln Baxter III (JIRA)
[ https://issues.jboss.org/browse/FORGE-1514?page=com.atlassian.jira.plugin... ]
Lincoln Baxter III closed FORGE-1514.
-------------------------------------
Fix Version/s: 2.0.0.Final
(was: 2.x Future)
Resolution: Done
> Command project-add-managed-dependency should be renamed
> --------------------------------------------------------
>
> Key: FORGE-1514
> URL: https://issues.jboss.org/browse/FORGE-1514
> Project: Forge
> Issue Type: Sub-task
> Components: UI - Shell
> Affects Versions: 2.0.0.CR2
> Reporter: Antonio Goncalves
> Assignee: Lincoln Baxter III
> Fix For: 2.0.0.Final
>
>
> All the commands managing dependencies are in plural, except {{project-add-managed-dependency}} which is in singular. It should be renamed to {{project-add-managed-dependencies}}
> {code}
> project-add-dependencies
> project-add-managed-dependency
> project-remove-dependencies
> project-remove-managed-dependencies
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 2 months
[JBoss JIRA] (FORGE-1485) Rename --target for faces-new-validator-method command
by Antonio Goncalves (JIRA)
[ https://issues.jboss.org/browse/FORGE-1485?page=com.atlassian.jira.plugin... ]
Antonio Goncalves updated FORGE-1485:
-------------------------------------
Affects Version/s: 2.0.0.CR2
> Rename --target for faces-new-validator-method command
> -------------------------------------------------------
>
> Key: FORGE-1485
> URL: https://issues.jboss.org/browse/FORGE-1485
> Project: Forge
> Issue Type: Sub-task
> Components: UI - Shell
> Affects Versions: 2.0.0.CR2
> Reporter: Antonio Goncalves
> Fix For: 2.x Future
>
>
> The {{faces-new-validator-method}} has a {{--target}} parameter but without TAB completion, we don't know what this actually targets. When we hit TAB we get :
> {code}
> [Language.java]$ faces-new-validator-method --target
> Author.java Item.java Language.java Publisher.java
> {code}
> Most of the {{target}} parameters are suffixed to be more explicit :
> {code}
> entities-from-tables --targetPackage
> faces-new-converter --targetPackage
> project-new --targetLocation
> {code}
> So I would rename it {{targetClass}} :
> {code}
> faces-new-validator-method --targetClass
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 2 months
[JBoss JIRA] (FORGE-1485) Rename --target for faces-new-validator-method command
by Antonio Goncalves (JIRA)
[ https://issues.jboss.org/browse/FORGE-1485?page=com.atlassian.jira.plugin... ]
Antonio Goncalves updated FORGE-1485:
-------------------------------------
Parent Issue: FORGE-1505 (was: FORGE-1387)
> Rename --target for faces-new-validator-method command
> -------------------------------------------------------
>
> Key: FORGE-1485
> URL: https://issues.jboss.org/browse/FORGE-1485
> Project: Forge
> Issue Type: Sub-task
> Components: UI - Shell
> Reporter: Antonio Goncalves
> Fix For: 2.x Future
>
>
> The {{faces-new-validator-method}} has a {{--target}} parameter but without TAB completion, we don't know what this actually targets. When we hit TAB we get :
> {code}
> [Language.java]$ faces-new-validator-method --target
> Author.java Item.java Language.java Publisher.java
> {code}
> Most of the {{target}} parameters are suffixed to be more explicit :
> {code}
> entities-from-tables --targetPackage
> faces-new-converter --targetPackage
> project-new --targetLocation
> {code}
> So I would rename it {{targetClass}} :
> {code}
> faces-new-validator-method --targetClass
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 2 months
[JBoss JIRA] (FORGE-1373) Native Aesh commands do not properly receive/resolve file paths
by Antonio Goncalves (JIRA)
[ https://issues.jboss.org/browse/FORGE-1373?page=com.atlassian.jira.plugin... ]
Antonio Goncalves updated FORGE-1373:
-------------------------------------
Parent Issue: FORGE-1505 (was: FORGE-1387)
> Native Aesh commands do not properly receive/resolve file paths
> ---------------------------------------------------------------
>
> Key: FORGE-1373
> URL: https://issues.jboss.org/browse/FORGE-1373
> Project: Forge
> Issue Type: Sub-task
> Components: UI - Shell
> Affects Versions: 2.0.0.Beta3
> Reporter: Lincoln Baxter III
> Fix For: 2.0.0.Final
>
>
> {code}
> [Desktop]$ cd ~
> [lb3]$ cd projects/
> [projects]$ less
> .DS_Store jboss/ lincoln_javascript_code_style.xml runtime-EclipseApplication(1)/ talks/
> jboss-eclipse-formatting-rules.xml lb3_eclipse_preferences.epf ocpsoft/ runtime-EclipseApplication/
> [projects]$ ls
> .DS_Store jboss/ lincoln_javascript_code_style.xml runtime-EclipseApplication(1)/ talks/
> jboss-eclipse-formatting-rules.xml lb3_eclipse_preferences.epf ocpsoft/ runtime-EclipseApplication/
> [projects]$ less lincoln_javascript_code_style.xml
> /Users/lb3/Desktop/lincoln_javascript_code_style.xml: No such file or directory
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 2 months