Radim Hanus [http://community.jboss.org/people/rhanus] created the discussion
"Re: The replacement of system properties in *-ds.xml is done only for elements of string value type" To view the discussion, visit: http://community.jboss.org/message/578474#578474 -------------------------------------------------------------- No when myproperties-jboss-beans.xml are placed in deployers dir they are available before the ear gets deployed ok it finally works somehow :-) I supposed to use the supply/demand scenario with both myproperties-jboss-beans.xml and myapp.ear in deploy dir but it doesn't work since JAXB unmarshals myapp.ear/my-ds.xml descriptor before SystemPropertiesService reaches its configured state and thus > * would like to use <max-pool-size>${myapp.db.maxPoolSize}</max-pool-size> in > myapp.ear/my-ds.xml > * ends up with maxPoolSize == 0 > 2011-01-03 14:45:56,810 DEBUG (main)[org.jboss.system.ServiceConfigurator] MaxSize set to 0 in jboss.jca:service=ManagedConnectionPool,name=Ora11DS -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/578474#578474] Start a new discussion in IronJacamar at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2098]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
