EasyBeans

Allow to add properties to extend the configuration of Carol

Details

  • Type: New Feature New Feature
  • Status: Closed Closed
  • Priority: Trivial Trivial
  • Resolution: Fixed
  • Affects Version/s: EasyBeans 1.0 RC3
  • Fix Version/s: EasyBeans 1.0 RC4
  • Component/s: Libraries
  • Description:
    Hide
    For example:

    <easybeans xmlns="http://org.ow2.easybeans.server">
        <!-- Define the core components that will be started at runtime -->
        <components>
             <rmi>
                  <property name="carol.multi.env" value="false" />
            </rmi>
        </components>
    </easybeans>
    Show
    For example: <easybeans xmlns="http://org.ow2.easybeans.server">     <!-- Define the core components that will be started at runtime -->     <components>          <rmi>               <property name="carol.multi.env" value="false" />         </rmi>     </components> </easybeans>

Activity

People

Dates

  • Created:
    25/Mar/08 7:21 PM
    Updated:
    26/Mar/08 12:01 PM
    Resolved:
    26/Mar/08 12:01 PM