Skip to content

Instantly share code, notes, and snippets.

@scottmarlow
Created March 26, 2019 16:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottmarlow/0e74cd16d7229812261b7c14e452b3cd to your computer and use it in GitHub Desktop.
Save scottmarlow/0e74cd16d7229812261b7c14e452b3cd to your computer and use it in GitHub Desktop.
BB throwing IllegalStateException("Cannot resolve type description for " + name)
at net.bytebuddy.pool.TypePool$Resolution$Illegal.resolve(TypePool.java:159)
at net.bytebuddy.pool.TypePool$Default$WithLazyResolution$LazyTypeDescription.delegate(TypePool.java:1407)
at net.bytebuddy.description.type.TypeDescription$AbstractBase$OfSimpleType$WithDelegation.getModifiers(TypeDescription.java:8115)
at net.bytebuddy.dynamic.scaffold.InstrumentedType$Factory$Default$1.represent(InstrumentedType.java:359)
at net.bytebuddy.ByteBuddy.redefine(ByteBuddy.java:731)
at org.hibernate.bytecode.enhance.internal.bytebuddy.EnhancerImpl.lambda$enhance$0(EnhancerImpl.java:137)
at org.hibernate.bytecode.internal.bytebuddy.ByteBuddyState.rewrite(ByteBuddyState.java:149)
at org.hibernate.bytecode.enhance.internal.bytebuddy.EnhancerImpl.enhance(EnhancerImpl.java:136)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment