intuitiv / gridkit

Automatically exported from code.google.com/p/gridkit
0 stars 0 forks source link

Unable to cache javax.script.CompiledScript using AutoPofSerializer #24

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Clone github repo https://github.com/firefoxNX/cacheCompiledScript
2. Run

What is the expected output? What do you see instead?
I am getting java.lang.StackOverflowError
    at com.tangosol.io.pof.PofBufferWriter$UserTypeWriter.isEvolvable(PofBufferWriter.java:2753)
    at com.tangosol.io.pof.PofBufferWriter$UserTypeWriter.isEvolvable(PofBufferWriter.java:2753)

What version of the product are you using? On what operating system?
Oracle Coherence 3.7.1 with ver 1.4 of reflection-pof-serializer. See pom.xml

- vineet

Original issue reported on code.google.com by vineet.v...@gmail.com on 14 May 2014 at 5:35