0 Replies Latest reply on Jul 28, 2003 9:47 PM by saravananvs

    Accessing resources (xml, properties ) in other ears

    saravananvs

      Dear All,
      I am in a position to access the resources (xml, properties ) from other ears. Until 3.0 it is working fine. But in 3.2.1 it is not working. Is there any additional configurability to get the other application's (ear) resources.

      This is one scenario. I have small wrapper class over java's ResourceBundle class. Other applications ( which is deployed as ear) is accessing my class and get the resource bundle. Other application will not give their classloader instance. The ResourceBundle class will try to load the properties which is present in other application's ear file. As i stated already, it is working fine in jboss 3.0.0. I have faced the problem while migrating to 3.2.1. Loading resource is upto the Java resource bundle implementation. Is there any configuartion to get other application's resource. Please help me.

      Thanks in advance
      V.S.Saravanan