From: Francois J. (JIRA) <no...@at...> - 2006-07-28 21:06:24
|
[ http://opensource.atlassian.com/projects/hibernate/browse/HHH-1938?page=comments#action_23782 ] Francois Jean commented on HHH-1938: ------------------------------------ Thank You Emmanuel, just to precise your answer, You must change the value of hibernate.bytecode.provider=javassist for hibernate.bytecode.provider=cglib in: <WHERE IS YOUR JBOSS>\ server\default\deploy\ejb3.deployer\META-INF\ persistence.properties And that fixes the problem of duplicated method. :-) > Proxy creation may fails when duplicate methods are used by the compiler > ------------------------------------------------------------------------ > > Key: HHH-1938 > URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-1938 > Project: Hibernate3 > Type: Bug > Components: core > Versions: 3.2.0.cr3 > Reporter: Emmanuel Bernard > Assignee: Steve Ebersole > Priority: Minor > > > http://jira.jboss.com/jira/browse/JASSIST-24 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |