Access ClassTransformer

#1

Hello,

As in our OSGI Environment, we do need to manually weave classes. To be able to do so, we'd need access to the ClassTransformer from ObjectDB. However, there's only the global enhancer api which is not of any help. There's the JEhancerAgent which seems to implement a ClassTransformer as well though not sure whether to use that one..?

Thanks!

Alex

#2

ok solved by using the agent class works perfectly.. 

 

thanks,

Alex

Reply