Vinod Johnson - Sun Microsystems wrote:
Would generating a dynamic Proxy class within that class loader implementing no interfaces and doing a grant on that class also work? (at the cost of generating a needless class)
Nifty Vinod thanks. I see no reason why it shouldn't work. The class loader factory will hide the trick anyway and this saves me a lot of time while not feeling like a complete hack. -- Mark
