Consider configPropertyPrefix in applicationContext-remoteEjb.xml
-----------------------------------------------------------------

         Key: SPRING-205
         URL: http://jira.andromda.org/browse/SPRING-205
     Project: Spring Cartridge
        Type: Improvement

    Versions: 3.2    
 Environment: ubuntu 7.10 server, java5, eclipse 3.3
    Reporter: Michael Frankfurter
 Assigned to: Chad Brandon 
    Priority: Trivial


the option configPropertyPrefix should be considered by generating 
applicationContext-remoteEjb.xml like it is considered in 
applicationContext-import-remoteServices.xml to support a multi-server 
environment.

configPropertyPrefix = foo should result in 

    <bean id="propertyPlaceholderConfigurer"
        
class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
        <property name="properties">
            <props>
                <prop key="foo.remoteServer">localhost</prop>
                <prop key="foo.remotePort">1099</prop>
                <prop 
key="foo.ejbInitialContextFactory">org.jnp.interfaces.NamingContextFactory</prop>
                <prop 
key="foo.ejbUrlPkgPrefixes">org.jboss.naming:org.jnp.interfaces</prop>
            </props>
        </property>
        <property name="systemPropertiesModeName">
            <value>SYSTEM_PROPERTIES_MODE_OVERRIDE</value>
        </property>
    </bean>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.andromda.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

Reply via email to