This content has been marked as final. 
    
Show                 1 reply
    
- 
        
1. Re: Changing value in ejb-jar.xml file
cpaul_it Jul 31, 2003 10:40 AM (in response to shaun)You can unjar (or unzip) the .jar file, change the value in the ejb-jar.xml file, and then rejar the file. Our company did this for a while. However, since we kept having to change the value, we decided to put the information into a property file, which ended up being a much better solution for us.