Hi all,
I would like to have a module config section as following:
- module
- config
- datasources
- jndids
- jndi1
* name: JNDI1
- jndi2
* name: JNDI2
- wsds
- ws1
* endpoint: http://...
* username: abc
* password: xyz
- ws2
* endpoint: http://...
* username: qwe
* password: rty
I have 2 "config" beans:
JndiDs --> with 1 property "name"
WsDs --> with 4 properties: name, endpoint, username, password
Are there any chances to have those beans automatically filled out
during module startup?
My difficult is try to differentiate the classes to be filled and the
"two level" config (datasources/jndids ... datasources/wsds).
Thanks for any suggestion.
Matteo
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------