ninada / full-hibernate-plugin-for-struts2

Automatically exported from code.google.com/p/full-hibernate-plugin-for-struts2
1 stars 0 forks source link

StackOverFlowException with enums #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hello,

What steps will reproduce the problem?
1. If my model contains an enum, the
methoddetectAndCommitTransactionCreatedLater(...) fails with a
StackOverFlowException.

What version of the product are you using? On what operating system?
2.1 GA

Please provide any additional information below.
If i add to the method isCandidadeClass(Class testClass):
    if (testClass.isEnum())
        return false;
after (or before)
    if (testClass.isAnnotation())
        return false;
then it works...

Original issue reported on code.google.com by iiv...@gmail.com on 27 Nov 2009 at 8:45

GoogleCodeExporter commented 8 years ago

Original comment by jyoshiriro on 27 Nov 2009 at 11:13

GoogleCodeExporter commented 8 years ago
Fixed with 2.1.1

Original comment by jyoshiriro on 27 Nov 2009 at 3:37

GoogleCodeExporter commented 8 years ago
Hello,

When would you release the version 2.1.1 ?

Regards

Original comment by iiv...@gmail.com on 1 Dec 2009 at 3:37

GoogleCodeExporter commented 8 years ago
Full Hibernate Plugin 2.1.1 GA Released

Original comment by jyoshiriro on 15 Dec 2009 at 6:49