RE: Null exception on Struts Action

2009-09-19 Thread Julio César Chaves Fernández
Ok, i'll check that Thanks > Date: Sat, 19 Sep 2009 13:19:57 -0500 > Subject: Re: Null exception on Struts Action > From: pbened...@apache.org > To: user@struts.apache.org > > You don't want to use Struts' data source capabilities. Setup your data >

Re: Null exception on Struts Action

2009-09-19 Thread Paul Benedict
You don't want to use Struts' data source capabilities. Setup your data source outside of Struts to have the greatest freedom. Paul

RE: Null exception on Struts Action

2009-09-18 Thread Julio César Chaves Fernández
> Date: Fri, 18 Sep 2009 19:46:13 -0500 > Subject: Re: Null exception on Struts Action > From: pbened...@apache.org > To: user@struts.apache.org > > I am pretty sure getDataSource() has been deprecated for more than half a > decade. > --

Re: Null exception on Struts Action

2009-09-18 Thread Paul Benedict
I am pretty sure getDataSource() has been deprecated for more than half a decade. 2009/9/18 Julio César Chaves Fernández > > > > > > > > Hi, i've been having a strange behavior with some struts apps deployed > on Oracle portal. Lately, they're giving the 500 Internal Server Error > and this outp