2 Replies Latest reply on Apr 22, 2013 12:01 AM by rohith_jboss

    static initialization in ejb 2.X

    rohith_jboss

      The project currently is on ejb 2.0. we are migrating from weblogic 8.3.X to eap 5.X

      CNF are found to occur when

      1. I have static initializers in an EJB which refer to properties loaded using servlet , 

      2. and the when classes which are unmanaged (in server lib) try to access the properties loaded in servlet .

       

      Are there any jboss specific solutions for these problems.