Re: how to get Datasource from a non j2ee module

2008-01-27 Thread Viet Nguyen
David, it works great! Thanks a lot. And personally, I like the format you have right now, because I can extract a lot of information from the jndi path. --Viet On Jan 26, 2008 5:19 PM, David Jencks <[EMAIL PROTECTED]> wrote: > Just committed... you can see where stuff gets bound by looking at >

Re: Geronimo 2.0: customize EJB-Container settings

2008-01-27 Thread the666pack
another thing, geronimo seems to cut out the parts of the config.xml file which i entered. so i try to alter the properties: PoolSize=100 StrictPooling=true and after starting and shutting down geronimo i end up without the "PoolSize" line.. same happe

Re: Geronimo 2.0: customize EJB-Container settings

2008-01-27 Thread the666pack
hello, thank you, these values are quite helpful already to specify important performance values. however i am missing some configuration settings.. in particular: - container settings for entity beans (maximum pool size, commit option) - cache settings (not pool-settings but merely what happe

how to redeploy with maven

2008-01-27 Thread MarcoLaponder
Hi All, I am trying to redpeply and ear with the maven geronimo plugin, I was able to do a deploy when the ear was not deployed yet by: deploy install deploy-module