Hi,

I'm needing to run JOOQ inside a storm cluster. Storm requires that all 
classes are fully serializable. When attempting to deserialize 
DefaultDSLContext I get the following error:

java.lang.RuntimeException: java.io.InvalidClassException: 
org.jooq.impl.DefaultDSLContext; no valid constructor
    at 
backtype.storm.serialization.DefaultSerializationDelegate.deserialize(DefaultSerializationDelegate.java:56)
 
~[storm-core-0.9.4.jar:0.9.4] ...

I believe that this is due to org.jooq.impl.AbstractScope vontaining state 
and not having a no-args constructor while not implementing Serializable.

I haven't looked through other class files to see if this is the case 
elsewhere, I also couldn't see anyone else reporting the issue.

Is there a known work around, other than using a third party serialization 
tool?

Thanks

-- 
You received this message because you are subscribed to the Google Groups "jOOQ 
User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to