Where r u trying to load the configuration file? Is it from an MDB? Remember that according to the spec, an enterprise bean must not use the java.io package to attempt to access files and directories in the file system.
We had a very similar problem where one of our components needed external XML configuration. We fixed the problem using an MBean that would load the configuration file. The MBean's method would take the full path to the file and in order to load it we used twiddle to call the MBean method with the file's full path as parameter. Does this help you? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913582#3913582 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913582 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
