4 Replies Latest reply on Jul 21, 2011 2:01 AM by divyakprabh

    JBoss property file loading

    divyakprabh

      Hi,

       

      My problem is while loading a property file from the jar embedded in an ear.

      I have 3 ears deployed in a single instance of jboss4.2.0, Each Ear have a jar file which contains temp.properties. While deploying second Ear, the problem is, second Ear is refering to the temp.properties of first Ear which is already deployed.

      Im deploying in non-scoped classloader.

       

      Thanks in advance