[JBoss JIRA] (FORGE-1477) Being able to create mapped superclasses
by Antonio Goncalves (JIRA)
Antonio Goncalves created FORGE-1477:
----------------------------------------
Summary: Being able to create mapped superclasses
Key: FORGE-1477
URL: https://issues.jboss.org/browse/FORGE-1477
Project: Forge
Issue Type: Sub-task
Components: UI - Shell
Affects Versions: 2.0.0.CR1
Reporter: Antonio Goncalves
Fix For: 2.x Future
For inheritance, it is important to create mapped superclasses as well as entities. So we need the following command :
{code}
jpa-new-mapped-superclass --named --targetPackage
{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, 3 months
[JBoss JIRA] (FORGE-1461) "project-new" command fails while a ResourceTransaction is active
by Lincoln Baxter III (JIRA)
[ https://issues.jboss.org/browse/FORGE-1461?page=com.atlassian.jira.plugin... ]
Lincoln Baxter III commented on FORGE-1461:
-------------------------------------------
Okay. I will take a look at this one tomorrow.
--
Lincoln Baxter, III
http://ocpsoft.org
"Simpler is better."
> "project-new" command fails while a ResourceTransaction is active
> -----------------------------------------------------------------
>
> Key: FORGE-1461
> URL: https://issues.jboss.org/browse/FORGE-1461
> Project: Forge
> Issue Type: Feature Request
> Components: Builtin Plugins, Resources API
> Affects Versions: 2.0.0.CR1
> Reporter: Lincoln Baxter III
>
> {code}[Desktop]$ transaction-start
> ***SUCCESS*** Resource Transaction started
> [Desktop]$ project-new
> --named --topLevelPackage --targetLocation --version
> --finalName --buildSystem --type
> [Desktop]$ project-new --named example
> ***SUCCESS*** Project named 'example' has been created.
> Exception when parsing/running: project-new --named example, Current working directory must be a directory
> [Desktop]$
> [Desktop]$
> [Desktop]$ ls
> pom.xml src
> [Desktop]$ cd ..
> [Desktop]$ ls
> example
> [Desktop]$ transaction-commit
> [Desktop]$
> {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, 3 months