From: Scott M. (JIRA) <no...@at...> - 2006-07-25 15:10:15
|
[ http://opensource.atlassian.com/projects/hibernate/browse/HHH-1931?page=comments#action_23760 ] Scott Marlow commented on HHH-1931: ----------------------------------- Doing the following steps with cglib, results in the following error: 1. ant 2. ant instrument 3. ant run . . . [java] 09:39:38,527 INFO SchemaExport:196 - schema export complete [java] Hibernate: select max(ID) from CONTAINER [java] Exception in thread "main" java.lang.NoSuchMethodError: test.Silly.$cglib_write_value(Ljava/lang/String;)V [java] at test.Container.doSillyThing(Container.java:19) [java] at Test.testCreate(Test.java:31) [java] at Test.main(Test.java:18) [java] Java Result: 1 > verify that the instrument tasks actually work > ---------------------------------------------- > > Key: HHH-1931 > URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-1931 > Project: Hibernate3 > Type: Task > Components: core > Reporter: Steve Ebersole > Assignee: Scott Marlow > Attachments: InstrumentBugTest.zip > > > It appears they may not in all cases. -- 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 |