1 Reply Latest reply on Dec 3, 2005 2:45 PM by starksm64

    allow class loader creation

    blacky

      Hi everyone!

      I need to use jasper reports inside server application, for dynamic report generation. To generate report object, jasper creates his own compiler class that performs report fill. Anyway, jasper loads this compiler class dynamicly, by its own class loader. I found that jboss does not allow apllication to create their own class loaders. I suppose I should apply some grant policy to jboss, that allows class loaders working.

      Where can I put this and how?