My application (deployed in JBoss 4.0) requires some application specific definition files that I ideally want to be placed inside the jar file along with my EJBs and other classes. These are XML files and read only once (and then cached internally) using org.jdom.input.SAXBuilder.build() method. The files are speicified in the standard URL format (file:....). My application can only read these files if they are placed in $JBOSS_HOME/bin directory. Is there a way to place these files in the jar file and have them read off it?
Thanks. - Mohammad Rahin View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858876#3858876 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858876 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
