[JBoss JIRA] (FORGE-1516) On command ejb-set, --ejb should be renamed --targetEjb
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-1516?page=com.atlassian.jira.plugin... ]
George Gastaldi closed FORGE-1516.
----------------------------------
Assignee: George Gastaldi
Fix Version/s: 2.0.0.Final
(was: 2.x Future)
Resolution: Done
> On command ejb-set, --ejb should be renamed --targetEjb
> -------------------------------------------------------
>
> Key: FORGE-1516
> URL: https://issues.jboss.org/browse/FORGE-1516
> Project: Forge
> Issue Type: Sub-task
> Components: UI - Shell
> Reporter: Antonio Goncalves
> Assignee: George Gastaldi
> Fix For: 2.0.0.Final
>
>
> Following the other commands, these two EJB commands :
> {code}
> ejb-set-class-transaction-attribute --ejb myEJB
> ejb-set-method-transaction-attribute --ejb myEJB
> {code}
> Should have the parameter --ejb renamed to --targetEjb
> {code}
> ejb-set-class-transaction-attribute --targetEjb myEJB
> ejb-set-method-transaction-attribute --targetEjb myEJB
> {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-1518) --packageName on rest-setup should be renamed to --targetPackage
by Antonio Goncalves (JIRA)
Antonio Goncalves created FORGE-1518:
----------------------------------------
Summary: --packageName on rest-setup should be renamed to --targetPackage
Key: FORGE-1518
URL: https://issues.jboss.org/browse/FORGE-1518
Project: Forge
Issue Type: Sub-task
Components: UI - Shell
Reporter: Antonio Goncalves
Fix For: 2.x Future
{{packageName}} should be renamed {{targetPackage}}. So instead of :
{code}
[Test]$ rest-setup
--jaxrsVersion --applicationPath --config --packageName --className
{code}
{code}
[Test]$ rest-setup
--jaxrsVersion --applicationPath --config --targetPackage --className
{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-1517) EJBs shouldn't be created under the model subpackage
by Antonio Goncalves (JIRA)
[ https://issues.jboss.org/browse/FORGE-1517?page=com.atlassian.jira.plugin... ]
Antonio Goncalves updated FORGE-1517:
-------------------------------------
Affects Version/s: 2.0.0.CR2
> EJBs shouldn't be created under the model subpackage
> ----------------------------------------------------
>
> Key: FORGE-1517
> URL: https://issues.jboss.org/browse/FORGE-1517
> Project: Forge
> Issue Type: Sub-task
> Components: UI - Shell
> Affects Versions: 2.0.0.CR2
> Reporter: Antonio Goncalves
> Fix For: 2.x Future
>
>
> By default EJBs are created under the {{model}} subpackage :
> {code}
> [pluralsight-persistence]$ ejb-new-bean --named MyEJBService
> ***SUCCESS*** EJB com.pluralsight.persistence.module07.model.MyEJBService created.
> {code}
> I can't remember what was the behaviour un Forge 1.x. But model is for JPA entities. Maybe {{service}} should be a better name.
--
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-1517) EJBs shouldn't be created under the model subpackage
by Antonio Goncalves (JIRA)
Antonio Goncalves created FORGE-1517:
----------------------------------------
Summary: EJBs shouldn't be created under the model subpackage
Key: FORGE-1517
URL: https://issues.jboss.org/browse/FORGE-1517
Project: Forge
Issue Type: Sub-task
Components: UI - Shell
Reporter: Antonio Goncalves
Fix For: 2.x Future
By default EJBs are created under the {{model}} subpackage :
{code}
[pluralsight-persistence]$ ejb-new-bean --named MyEJBService
***SUCCESS*** EJB com.pluralsight.persistence.module07.model.MyEJBService created.
{code}
I can't remember what was the behaviour un Forge 1.x. But model is for JPA entities. Maybe {{service}} should be a better name.
--
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-1516) On command ejb-set, --ejb should be renamed --targetEjb
by Antonio Goncalves (JIRA)
Antonio Goncalves created FORGE-1516:
----------------------------------------
Summary: On command ejb-set, --ejb should be renamed --targetEjb
Key: FORGE-1516
URL: https://issues.jboss.org/browse/FORGE-1516
Project: Forge
Issue Type: Sub-task
Components: UI - Shell
Reporter: Antonio Goncalves
Fix For: 2.x Future
Following the other commands, these two EJB commands :
{code}
ejb-set-class-transaction-attribute --ejb myEJB
ejb-set-method-transaction-attribute --ejb myEJB
{code}
Should have the parameter --ejb renamed to --targetEjb
{code}
ejb-set-class-transaction-attribute --targetEjb myEJB
ejb-set-method-transaction-attribute --targetEjb myEJB
{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-1448) Cannot cd an Entity with TAB completion
by Lincoln Baxter III (JIRA)
[ https://issues.jboss.org/browse/FORGE-1448?page=com.atlassian.jira.plugin... ]
Lincoln Baxter III commented on FORGE-1448:
-------------------------------------------
This is related to the issue where project-new fails during a resource-transaction. We are dealing with an Aesh incompatibility here.
> Cannot cd an Entity with TAB completion
> ---------------------------------------
>
> Key: FORGE-1448
> URL: https://issues.jboss.org/browse/FORGE-1448
> Project: Forge
> Issue Type: Sub-task
> Components: UI - Shell
> Affects Versions: 2.0.0.CR2
> Reporter: Antonio Goncalves
> Fix For: 2.x Future
>
>
> When I create 2 entities, I can {{cd}} from on to another if I specify the class, but it doesn't work with TAB completion :
> {code}
> [Speaker.java]$ cd ../Talk.java
> [Talk.java]$ cd ../Speaker.java
> [Speaker.java]$ cd ../T TAB
> {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-1512) Rename JSF scaffold-generate command
by Antonio Goncalves (JIRA)
[ https://issues.jboss.org/browse/FORGE-1512?page=com.atlassian.jira.plugin... ]
Antonio Goncalves updated FORGE-1512:
-------------------------------------
Parent Issue: FORGE-1491 (was: FORGE-1505)
> Rename JSF scaffold-generate command
> ------------------------------------
>
> Key: FORGE-1512
> URL: https://issues.jboss.org/browse/FORGE-1512
> Project: Forge
> Issue Type: Sub-task
> Components: UI - Shell
> Affects Versions: 2.0.0.CR2
> Reporter: Antonio Goncalves
> Fix For: 2.x Future
>
>
> Had a chat with @VineetReynolds about the difference between scaffolding and generation. JSF scaffolding is just another code generation (we could keep the 'scaffolding' term when generating an entire app).
> So, to generate a JSF interface, we should use the following command :
> {code}
> faces-generate-pages-from-entities
> {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-1483) Rename entities-from-tables command
by Lincoln Baxter III (JIRA)
[ https://issues.jboss.org/browse/FORGE-1483?page=com.atlassian.jira.plugin... ]
Lincoln Baxter III closed FORGE-1483.
-------------------------------------
Fix Version/s: 2.0.0.Final
(was: 2.x Future)
Resolution: Done
jpa-generate-entities-from-tables
> Rename entities-from-tables command
> -----------------------------------
>
> Key: FORGE-1483
> URL: https://issues.jboss.org/browse/FORGE-1483
> 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
>
>
> The command {{entities-from-tables}} is related to jpa and should be renamed. Following the naming conventions in [FORGE-944] we should add a verb, the command should be :
> {code}
> jpa-generate-entity-from-table
> {code}
> Or maybe it would be more accurate to mention the database, not the tables :
> {code}
> jpa-generate-entity-from-database
> {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