[forge-issues] [JBoss JIRA] (FORGE-916) Faces scaffold does not handle deletion of entities with bidirectional relationships

Vineet Reynolds (JIRA) jira-events at lists.jboss.org
Thu May 30 06:14:54 EDT 2013


     [ https://issues.jboss.org/browse/FORGE-916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vineet Reynolds updated FORGE-916:
----------------------------------

    Description: 
The generated Faces scaffold contains code to handle deletion. But this works only for some scenarios.

For bidirectional relationships, the generated code in the View Beans should perform deletion on both sides of the relationship. Currently, this is performed on only one side - the side corresponding to the view from where deletion was triggered.

  was:
The generated Faces scaffold contains code to handle deletion. But this works only for all scenarios.

For bidirectional relationships, the generated code in the View Beans should perform deletion on both sides of the relationship. Currently, this is performed on only one side - the side corresponding to the view from where deletion was triggered.


    
> Faces scaffold does not handle deletion of entities with bidirectional relationships
> ------------------------------------------------------------------------------------
>
>                 Key: FORGE-916
>                 URL: https://issues.jboss.org/browse/FORGE-916
>             Project: Forge
>          Issue Type: Bug
>          Components: Scaffold
>    Affects Versions: 1.0.5.Final, 1.3.0.Final
>            Reporter: Vineet Reynolds
>            Assignee: Vineet Reynolds
>
> The generated Faces scaffold contains code to handle deletion. But this works only for some scenarios.
> For bidirectional relationships, the generated code in the View Beans should perform deletion on both sides of the relationship. Currently, this is performed on only one side - the side corresponding to the view from where deletion was triggered.

--
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


More information about the forge-issues mailing list