I'm trying to document the jboss.xml file. Can somebody tell me what the following do
 
 
Enforce EJB 1.1 restrictions
<secure>true|false</secure>
 
JRMP Protocol, Optimize local calls
  <container-invoker-conf>
    <Optimized>true|false</Optimized>
  </container-invoker-conf>
Commit Options: A (Cache State), B (Passivate), C (State Dirty)
  <commit-option>A|B|C</commit-option>

Reply via email to