JBoss Community

Re: The replacement of system properties in *-ds.xml is done only for elements of string value type

created by Radim Hanus in IronJacamar - View the full discussion

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

Start a new discussion in IronJacamar at Community