RE: Please Please Help! -- DataSource Error

2003-10-25 Thread Paul Idusogie
Thanks for pointing me in the right direction Craig. I've got it to work. Sincerely, Paul Idusogie -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 21, 2003 1:59 PM To: Struts Users Mailing List Subject: Re: Please Please Help

Re: Please Please Help! -- DataSource Error

2003-10-21 Thread Barry Volpe
Do you have the struts-legacy.jar in your WEB-INF/lib directory? - Original Message - From: Paul Idusogie [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, October 21, 2003 10:44 AM Subject: Please Please Help! -- DataSource Error I have the following setup within my

Re: Please Please Help! -- DataSource Error

2003-10-21 Thread Geeta Ramani
Paul: This might occur if you have multiple copies (perhaps differnt versions?) of struts.jar in your classpath. Make sure you have one and only one struts-jar in your WEB-INF/lib directory and that you compile against *that* jar. (Remove all other extaneous ones.) Recompile your app (if

RE: Please Please Help! -- DataSource Error

2003-10-21 Thread Rajat Pandit
Hi there, this errors looks familiar to me as a one time struts newbie, you need to a file called struts-legacy.jar to help you. This is if ur using the generic data source. I still havent been able to figure out how to get org.apache.commons.dbcp.BasicDataSource to work fr me. Any pointers

Re: Please Please Help! -- DataSource Error

2003-10-21 Thread Barry Volpe
Subject: RE: Please Please Help! -- DataSource Error Hi there, this errors looks familiar to me as a one time struts newbie, you need to a file called struts-legacy.jar to help you. This is if ur using the generic data source. I still havent been able to figure out how to get

RE: Please Please Help! -- DataSource Error

2003-10-21 Thread Paul Idusogie
Where do I find the struts legacy package? Sincerely, Paul Idusogie -Original Message- From: Barry Volpe [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 21, 2003 1:13 PM To: Struts Users Mailing List Subject: Re: Please Please Help! -- DataSource Error They way I got it working

Re: Please Please Help! -- DataSource Error

2003-10-21 Thread Barry Volpe
In the struts 1.1 Final release in the /lib directory Barry - Original Message - From: Paul Idusogie [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, October 21, 2003 11:17 AM Subject: RE: Please Please Help! -- DataSource Error Where do I find

RE: Please Please Help! -- DataSource Error

2003-10-21 Thread Paul Idusogie
ejbs.? Sincerely, Paul Idusogie -Original Message- From: Barry Volpe [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 21, 2003 1:20 PM To: Struts Users Mailing List Subject: Re: Please Please Help! -- DataSource Error In the struts 1.1 Final release in the /lib directory Barry

Re: Please Please Help! -- DataSource Error

2003-10-21 Thread Barry Volpe
to retrieving database data without using ejbs.? Sincerely, Paul Idusogie -Original Message- From: Barry Volpe [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 21, 2003 1:20 PM To: Struts Users Mailing List Subject: Re: Please Please Help! -- DataSource Error In the struts

Re: Please Please Help! -- DataSource Error

2003-10-21 Thread Craig R. McClanahan
Paul Idusogie wrote: Thanks for your support, I was able to redeem a copy of the struts-legacy.jar. I have the following questions however: Does this datasource model still support connection pooling.? Yes. Now if this code is specified as legacy, are there better approaches to retrieving