You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Metadata classloader also needs to be a child of the hex ClassLoader layer. It also needs to be cached at that level so it probably cannot be a singleton. An individual application will probably be responsible for declaring and storing its own metadata cache.
The text was updated successfully, but these errors were encountered:
Here is a really basic example using Javassist as the bytecode generator.
The Metadata classloader also needs to be a child of the hex ClassLoader layer. It also needs to be cached at that level so it probably cannot be a singleton. An individual application will probably be responsible for declaring and storing its own metadata cache.
The text was updated successfully, but these errors were encountered: