|
this bug is nearly 1 year old. It would be very good if the watchers/voters could test it again, because groovy has changed much and there was for sure improvements in jrockit as well as in groovy. If no one makes comments I will mark it as "cannot reproduce" for the next release as no one said something I mark this bug as not reproducable This is still a bug, I can reproduce it with the latest jsr-0.5 SNAPSHOT. Weblogic 8.1 SP3 JRockit: BEA WebLogic JRockit(TM) 1.4.2_04 JVM (build ari-31788-20040616-1132-win-ia32, Native Threads, GC strategy: parallel) I'm reopening the issue since the problem is still there. David, do you have a sample test which could help us debug that? I don't have a unit test. Its a Groovlet I'm trying to access. Here is the code (I can post the web.xml too if that helps): import java.util.Date if (session == null) { String viewid = request.getParameter("viewid"); html.html { p("Hello, ${request.remoteHost}: ${new Date()}") form (action:"/pacerapid/ResolveResponse.groovy", method:"post") {
input(name:"viewid", type:"hidden", value:"" + viewid)
input(name:"feedid", type:"hidden", value:"" + feedid)
input(name:"excpid", type:"hidden", value:"" + excpid)
input(name:"resolution", type:"submit", value:"Fixed")
input(name:"resolution", type:"submit", value:"Cancel")
} I modified the way abstract methods are used for the ClassCompletionVerifyer. It would be nice if you could test that against a jsr-05-snapshot: http://distci.codehaus.org/groovy/jars/groovy-1.0-jsr-05-SNAPSHOT.jar As there were no reports about problems, I am closing this again. |
||||||||||||||||||||||||||||||||||||||
I am experiencing the same problem on Windows XP with the same version of jrockit. Groovy works fine with the Sun JRE.