[JBoss JIRA] (FORGE-2467) JPA Entities using @MappedSuperclass don't get recognized by Scaffold: Generate for AngularJS/Rest Endpoint from Entity
by Matyas Danter (JIRA)
Matyas Danter created FORGE-2467:
------------------------------------
Summary: JPA Entities using @MappedSuperclass don't get recognized by Scaffold: Generate for AngularJS/Rest Endpoint from Entity
Key: FORGE-2467
URL: https://issues.jboss.org/browse/FORGE-2467
Project: Forge
Issue Type: Enhancement
Components: Scaffold
Affects Versions: 2.16.1.Final
Environment: Eclipse MARS,
Reporter: Matyas Danter
When JPA Entities use a @MappedSuperclass that provides the @id field, the Scaffold: Generate wizard's AngularJS option, and Rest Endpoint from Entities command don't show the Entities in the selection table.
The entities DO appear in the JSF scaffolding table. It would be helpful if Endpoint creation and Scaffolding supported @MappedSuperclass and @Embedded entities containing the ID or primary key fields.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 5 months
[JBoss JIRA] (FORGE-2463) Cannot use ~ with java-new-package and createPackageInfo parameter
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-2463?page=com.atlassian.jira.plugin... ]
George Gastaldi updated FORGE-2463:
-----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 2.19.1.Final
(was: 2.x Future)
Assignee: Antonio Goncalves
Resolution: Done
> Cannot use ~ with java-new-package and createPackageInfo parameter
> ------------------------------------------------------------------
>
> Key: FORGE-2463
> URL: https://issues.jboss.org/browse/FORGE-2463
> Project: Forge
> Issue Type: Bug
> Components: Java EE
> Affects Versions: 2.19.0.Final
> Reporter: Antonio Goncalves
> Assignee: Antonio Goncalves
> Fix For: 2.19.1.Final
>
>
> The '~' symbol cannot be used when creating a package with the createPackageInfo parameter :
> {code}
> [model]$ java-new-package --named org.agoncal.application.cdbookstore.model --createPackageInfo
> ***SUCCESS*** Package 'org.agoncal.application.cdbookstore.model' created succesfully.
> [model]$ java-new-package --named ~.model
> ***SUCCESS*** Package '~.model' created succesfully.
> [model]$ java-new-package --named ~.model --createPackageInfo
> ***ERROR*** Error while executing 'Java: New Package'
> ***INFO*** (type "export VERBOSE=true" to enable stack traces)
> ***ERROR*** Invalid identifier : >~<
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 5 months
[JBoss JIRA] (FORGE-2463) Cannot use ~ with java-new-package and createPackageInfo parameter
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-2463?page=com.atlassian.jira.plugin... ]
George Gastaldi closed FORGE-2463.
----------------------------------
> Cannot use ~ with java-new-package and createPackageInfo parameter
> ------------------------------------------------------------------
>
> Key: FORGE-2463
> URL: https://issues.jboss.org/browse/FORGE-2463
> Project: Forge
> Issue Type: Bug
> Components: Java EE
> Affects Versions: 2.19.0.Final
> Reporter: Antonio Goncalves
> Assignee: Antonio Goncalves
> Fix For: 2.19.1.Final
>
>
> The '~' symbol cannot be used when creating a package with the createPackageInfo parameter :
> {code}
> [model]$ java-new-package --named org.agoncal.application.cdbookstore.model --createPackageInfo
> ***SUCCESS*** Package 'org.agoncal.application.cdbookstore.model' created succesfully.
> [model]$ java-new-package --named ~.model
> ***SUCCESS*** Package '~.model' created succesfully.
> [model]$ java-new-package --named ~.model --createPackageInfo
> ***ERROR*** Error while executing 'Java: New Package'
> ***INFO*** (type "export VERBOSE=true" to enable stack traces)
> ***ERROR*** Invalid identifier : >~<
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 5 months