Issue Details (XML | Word | Printable)

Key: GDS-765
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: William Draï
Reporter: heyoulin
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
GraniteDS

add hibernate 3.6 support

Created: 06/Sep/10 06:12 PM   Updated: 13/Sep/10 06:34 PM   Resolved: 13/Sep/10 06:34 PM
Component/s: None
Affects Version/s: 2.2.0_RC1
Fix Version/s: 2.2.0_RC2

Environment: hibernate 3.6


 Description  « Hide
Only change org.granite.hibernate.ProxyFactory

  getProxy = initializerClass.getMethod("getProxy", new Class[]{
                Class.class, String.class, Class.class, Class[].class, Method.class, Method.class,
                AbstractComponentType.class, Serializable.class, SessionImplementor.class
            });

to


getProxy = initializerClass.getMethod("getProxy", new Class[]{
                Class.class, String.class, Class.class, Class[].class, Method.class, Method.class,
                CompositeType.class, Serializable.class, SessionImplementor.class
            });

William Draï added a comment - 08/Sep/10 12:24 PM
Thanks, applied to trunk.
I've ensured it works fine on 3.5, can you check it still works on 3.6.