[JBoss JIRA] (FORGE-713) Reverse-side of self-referenced entity not generated
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-713?page=com.atlassian.jira.plugin.... ]
George Gastaldi updated FORGE-713:
----------------------------------
Fix Version/s: 1.1.3.Final
Assignee: George Gastaldi
Component/s: Parsers / File Manipulation
(was: Scaffold)
(was: Java EE APIs)
Forum Reference: https://community.jboss.org/message/780711
To create a self-referenced entity below,
{code}
[myprj] myprj $ entity --…
[View More]named Employee
[myprj] Employee.java $ field manyToOne --named boss --fieldType com.me.model.Employee.java --inverseFieldName bees
[myprj] Employee.java $ cat ../Employee.java
.....
@Entity
public class Employee implements Serializable
{
@Id
private @GeneratedValue(strategy = GenerationType.AUTO)
@Column(name = "id", updatable = false, nullable = false)
Long id = null;
@Version
private @Column(name = "version")
int version = 0;
@ManyToOne
private Employee boss;
......
}
{code}
The reverse side "bees" hasn't be generated at all.
> Reverse-side of self-referenced entity not generated
> ----------------------------------------------------
>
> Key: FORGE-713
> URL: https://issues.jboss.org/browse/FORGE-713
> Project: Forge
> Issue Type: Bug
> Components: Builtin Plugins, Parsers / File Manipulation
> Affects Versions: 1.1.2.Final
> Reporter: fans jboss
> Assignee: George Gastaldi
> Fix For: 1.1.3.Final
>
>
> https://community.jboss.org/message/780742
--
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
[View Less]
12 years, 4 months
[JBoss JIRA] (FORGE-710) Forge shell hangs on exit
by James Perkins (JIRA)
James Perkins created FORGE-710:
-----------------------------------
Summary: Forge shell hangs on exit
Key: FORGE-710
URL: https://issues.jboss.org/browse/FORGE-710
Project: Forge
Issue Type: Bug
Components: Shell
Affects Versions: 1.1.2.Final
Environment: Fedora 17 Linux 3.6.7-4.fc17.x86_64 #1 SMP Tue Nov 20 19:40:01 UTC 2012 x86_64 x86_64 GNU/Linux
java version "1.6.0_37"
Java(TM) SE Runtime …
[View More]Environment (build 1.6.0_37-b06)
Java HotSpot(TM) 64-Bit Server VM (build 20.12-b01, mixed mode)
Reporter: James Perkins
When attempting to exit Forge by typing exit and pressing enter a hang occurs. Using CTRL+D does seem to work.
--
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
[View Less]
12 years, 4 months