Skip to content

Instantly share code, notes, and snippets.

@luksa
Created January 23, 2013 11:45
Show Gist options
  • Save luksa/4604677 to your computer and use it in GitHub Desktop.
Save luksa/4604677 to your computer and use it in GitHub Desktop.
java.io.NotSerializableException: org.jboss.arquillian.testenricher.cdi.MethodParameterInjectionPoint
- field (class "org.jboss.weld.serialization.InjectionPointHolder$NoopInjectionPointIdentifier", name: "ip", type: "interface javax.enterprise.inject.spi.InjectionPoint")
- object (class "org.jboss.weld.serialization.InjectionPointHolder$NoopInjectionPointIdentifier", org.jboss.weld.serialization.InjectionPointHolder$NoopInjectionPointIdentifier@4717c9d1)
- field (class "org.jboss.weld.serialization.InjectionPointHolder", name: "identifier", type: "interface org.jboss.weld.serialization.InjectionPointHolder$InjectionPointIdentifier")
- object (class "org.jboss.weld.serialization.InjectionPointHolder", org.jboss.weld.serialization.InjectionPointHolder@23c0ce0d)
- field (class "org.jboss.weld.injection.SerializableForwardingInjectionPoint", name: "ip", type: "class org.jboss.weld.serialization.InjectionPointHolder")
- object (class "org.jboss.weld.injection.SerializableForwardingInjectionPoint", org.jboss.weld.injection.SerializableForwardingInjectionPoint@26266924)
- field (class "org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance", name: "injectionPoint", type: "interface javax.enterprise.inject.spi.InjectionPoint")
- object (class "org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance", org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance@1c50c2af)
- field (class "org.jboss.weld.bean.proxy.ProxyMethodHandler", name: "beanInstance", type: "interface org.jboss.weld.bean.proxy.BeanInstance")
- object (class "org.jboss.weld.bean.proxy.ProxyMethodHandler", org.jboss.weld.bean.proxy.ProxyMethodHandler@76b50ed6)
- field (class "org.jboss.weldx.persistence.EntityManager$-1965209467$Proxy$_$$_Weld$Proxy$", name: "methodHandler", type: "interface javassist.util.proxy.MethodHandler")
- root object (class "org.jboss.weldx.persistence.EntityManager$-1965209467$Proxy$_$$_Weld$Proxy$", org.jboss.as.jpa.container.TransactionScopedEntityManager@7a052dbc)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment