Skip to content

Instantly share code, notes, and snippets.

View gcarre's full-sized avatar

Guillaume Carre gcarre

  • San Francisco, CA
View GitHub Profile

Keybase proof

I hereby claim:

  • I am gcarre on github.
  • I am gcarre (https://keybase.io/gcarre) on keybase.
  • I have a public key ASCvCtwckOkpfmT5w4G7OHxgOuwaPlTHEH-AuVC4NN0EIgo

To claim this, I am signing this object:

@gcarre
gcarre / gist:5491474
Last active December 16, 2015 20:19
public class CanonicalDataModel {
public List<ObjectDefinition> objects;
}
public class ObjectDefinition {
public String name;
public String id;
public List<ObjectField> fields;
public List<ObjectDefinition> associations;
public boolean attachmentType;
@gcarre
gcarre / jrebel5.0-jaxb-exception
Created June 26, 2012 19:26
JRebel 5.0 no such class: JAXBCONTEXT_CACHE
[2012-06-26 12:21:48] JRebel: Class 'org.apache.cxf.jaxb.JAXBDataBinding' could not be processed by org.zeroturnaround.javarebel.integration.cxf.cbp.JAXBDataBin
dingCBP@org.mortbay.jetty.webapp.WebAppClassLoader@12c8190
org.zeroturnaround.bundled.javassist.CannotCompileException: [source error] no such class: JAXBCONTEXT_CACHE
at org.zeroturnaround.bundled.javassist.CtBehavior.insertBefore(JRebel:725)
at org.zeroturnaround.bundled.javassist.CtBehavior.insertBefore(JRebel:685)
at org.zeroturnaround.javarebel.integration.cxf.cbp.JAXBDataBindingCBP.process(JAXBDataBindingCBP.java:17)
at org.zeroturnaround.javarebel.integration.support.JavassistClassBytecodeProcessor.process(JRebel:59)
at com.zeroturnaround.javarebel.SDKIntegrationImpl.runProcessor(JRebel:499)
at com.zeroturnaround.javarebel.SDKIntegrationImpl.runProcessors(JRebel:488)
at com.zeroturnaround.javarebel.SDKIntegrationImpl.runBytecodeProcessors(JRebel:444)