Bugs item #614066, was opened at 2002-09-24 21:52 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104754&aid=614066&group_id=4754
Category: contrib Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Malcolm Edgar (malcolm_edgar) Assigned to: Mind Bridge (mindbridge) Summary: Workbench Table ClassFormatError Initial Comment: Encounted: java.lang.ClassFormatError - net/sf/tapestry/contrib/informal/InheritInformalAny (Illegal constant pool type) accessing URL http://localhost:8080/tutorial/workbench? service=direct&context=Home/border.pageLink&sp=STa ble see attached Exception page for more information ---------------------------------------------------------------------- >Comment By: Mind Bridge (mindbridge) Date: 2002-09-25 09:17 Message: Logged In: YES user_id=434362 Yes, I did not see that the Currency class appeared only in 1.4. I have removed the dependency and have verified that you can compile with 1.3 okay. You can get the new version from the CVS. Thanks, -mb ---------------------------------------------------------------------- Comment By: Malcolm Edgar (malcolm_edgar) Date: 2002-09-25 06:35 Message: Logged In: YES user_id=592290 The tutorial.workbench.table.LocaleSelection class has a JDK 1.4 dependency with the new java.util.Currency class I cannot compile with JDK 1.3.1_04 ---------------------------------------------------------------------- Comment By: Howard Lewis Ship (hship) Date: 2002-09-25 02:09 Message: Logged In: YES user_id=26816 This is some interaction between JDK 1.4 only code and the Jetty libraries, compiled under 1.3 (the code works inside Eclipse when use JDK 1.4). Tapestry is supposed to stay compatible with JDK 1.3, and be compilable under 1.2. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104754&aid=614066&group_id=4754 ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Tapestry-developer mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/tapestry-developer
