[hibernate-issues] [Hibernate-JIRA] Commented: (HV-526) Stackoverflow on @Required

Vincent LE HELLIDU (JIRA) noreply at atlassian.com
Thu Oct 20 08:11:21 EDT 2011


    [ http://opensource.atlassian.com/projects/hibernate/browse/HV-526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44101#comment-44101 ] 

Vincent LE HELLIDU commented on HV-526:
---------------------------------------

Simply run the main class (named MainAB.java) as a java application and you will see the error.

> Stackoverflow on @Required
> --------------------------
>
>                 Key: HV-526
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HV-526
>             Project: Hibernate Validator
>          Issue Type: Bug
>          Components: annotation-processor, engine, validators
>    Affects Versions: 4.1.0.Final, 4.2.0.Final
>         Environment: Tests done on Hibernate 3.6.5 final and Hibernate 3.6.7 final with MySQL 5.1
>            Reporter: Vincent LE HELLIDU
>              Labels: hibernate, validation
>         Attachments: HibernateTest.zip
>
>
> Hello,
> I have a stackoverflow error in the following test case.
> This test case define a bidirectionnal relation OneToMany between A and B where at least one B is Required in the collection A.getB().
> The goal of the test case is to delete some B retreived from database.
> My conclusion: it does not work when retreiving B directly - see deleteFromB() - but it works when getting B from the retreived A - see deleteFromA().
> In class MainAB.java, if I use deleteFromA() method, the deletion of "B"s works but deleteFromB() causes a stackoverflow.
> I think it is a bug on Hibernate or Hibernate Validator but I am not sure, perhaps it is normal with this mapping ?
> If someone can guide me.
> Best regards,
> Vincent
> ORIGINAL POST : https://forum.hibernate.org/viewtopic.php?f=9&t=1012855

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list