Re: Oracle JDBC connections timeout

2007-01-16 Thread Kevan Miller
On Jan 16, 2007, at 7:41 PM, David Jencks wrote: This sounds a lot like an oracle driver problem, in which case there's not a lot we can do about it. I would set up a test bed that tries to get a connection to oracle under the same circumstances as you have in geronimo and see if it hang

回复: Geronimo Board Report for January 2007

2007-01-16 Thread falom
Hi Matt, Is there any estimate when the first axis2 enabled geronimo relese will come. Particularly i'm interested at using the axis2 jms listener with geronimo activemq broker. Thanks! falom Matt Hogstrom <[EMAIL PROTECTED]> wrote: Geronimo Project - Board Report Summary - All i

Re: Oracle JDBC connections timeout

2007-01-16 Thread David Jencks
This sounds a lot like an oracle driver problem, in which case there's not a lot we can do about it. I would set up a test bed that tries to get a connection to oracle under the same circumstances as you have in geronimo and see if it hangs forever. Can you tell exactly what is happening

Oracle JDBC connections timeout

2007-01-16 Thread Pavel Maximov
Hello everybody, I'm not sure if the issue is related to the oracle driver or specific to geronimo, but here is what's happening. I have an oracle connection pool with the configuration below: So the oracle driver version I'm using is 10.2.0.2. I defined an error-page element in web.xml to redi

Re: Change deploy DIR

2007-01-16 Thread F. Kleinpaul
Thank you for All 2007/1/16, Dario Andrade <[EMAIL PROTECTED]>: See deploy.sh deploy --inPlace That only deploys a "software link" in geronimo to the folder you specify. Cheers, Dario Andrade F. Kleinpaul escreveu: > Dear List > > For security reasons, How can I setup Geronimo to us

Re: Problems building database pool

2007-01-16 Thread grimba e
create a pool.xml and make deploy of pool.xml go /bin deploy 2007/1/16, F. Kleinpaul <[EMAIL PROTECTED]>: David I placed Geronimo 1.1 in return. I supposed that was a bug. Thank you 2007/1/8, David Jencks <[EMAIL PROTECTED] >: > > This is a bug in G 2.0 M1 that is fixed in trunk. I don

Geronimo Board Report for January 2007

2007-01-16 Thread Matt Hogstrom
Geronimo Project - Board Report Summary - All in all it was fairly quiet at the end of the year. The project team has been focusing on two releases. 1.2-beta was released that includes integration of three projects from the incubator (OpenEJB, Yoko and OpenJPA). 2.0-M1 was released that

Re: Change deploy DIR

2007-01-16 Thread Dario Andrade
See deploy.sh deploy --inPlace That only deploys a "software link" in geronimo to the folder you specify. Cheers, Dario Andrade F. Kleinpaul escreveu: Dear List For security reasons, How can I setup Geronimo to use a fix deploy directory to all applications like "/home/files" differe

Re: IllegalArgumentException - reg

2007-01-16 Thread Kevan Miller
On Jan 16, 2007, at 9:17 AM, Kamalanathan Raman wrote: Hi, Iam getting the following error when trying to deploy my application in Geronimo 1.1 . please help. java.lang.IllegalArgumentException: URI has a fragment component org.apache.geronimo.common.DeploymentException: java.lang.Illega

Re: Change deploy DIR

2007-01-16 Thread Sachin Patel
You will only be able to use the --inPlace option of exploded applications that you place in /home/files for example. With this option the geronimo generated metadata will still reside in the geronimo repository. If you have a need for something different, please open a JIRA and provide d

IllegalArgumentException - reg

2007-01-16 Thread Kamalanathan Raman
Hi, Iam getting the following error when trying to deploy my application in Geronimo 1.1 . please help. java.lang.IllegalArgumentException: URI has a fragment component org.apache.geronimo.common.DeploymentException: java.lang.IllegalArgumentException: URI has a fragment component at org

Re: Change deploy DIR

2007-01-16 Thread Hernan Cunico
You can use the --inPlace option for installing your app from an external (to Geronimo structure) directory java -jar deployer.jar deploy --inPlace Check the deployer tool options here http://cwiki.apache.org/GMOxDOC12/deployer-tool.html HTH Cheers! Hernan F. Kleinpaul wrote: Dear List

Re: Problems building database pool

2007-01-16 Thread F. Kleinpaul
David I placed Geronimo 1.1 in return. I supposed that was a bug. Thank you 2007/1/8, David Jencks <[EMAIL PROTECTED]>: This is a bug in G 2.0 M1 that is fixed in trunk. I don't know if there is a published snapshot of the fixed server, but you may be able to build it yourself. thanks david

Change deploy DIR

2007-01-16 Thread F. Kleinpaul
Dear List For security reasons, How can I setup Geronimo to use a fix deploy directory to all applications like "/home/files" different from Geronimo install directory? My dream ... Geronimo Install dir = /opt/geronimo Geronimo deploy dir = /home/files (all applications will be here) Thank yo