Re: Anyone Using Struts with JDeveloper9i and/or BC4J?

2002-04-25 Thread Otavio C. Decio
correctly, it deletes the files. > > > > > > > > > > > > > > > failonerror="yes"> > > > > > > > > -Original Message- > From: Otavio C. Decio [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 25, 2002 6

Re: Anyone Using Struts with JDeveloper9i and/or BC4J?

2002-04-25 Thread Otavio C. Decio
Hi Steve, We rolled our own data access layer, instead of using BC4J. We are being successful on building a Struts-based application using JDeveloper although we are still unable to have our project compile JSP's with the newer versions of Struts, mainly the Beta1.1. It would be very helpful if y

ExceptionInInitializerError and others - JDeveloper

2002-03-29 Thread Otavio C. Decio
Hi all, I keep getting errors when using the latest builds or the Beta 1.1-b1. When I turn back to a version from January 19, all errors disappear and I can work. This is very strange and I couldn't figure out what if the problem is with JDeveloper. I'd appreciate any suggestions.. Thanks! Ota

Re: Newbie Question - Please Helpme (Cannot find ActionMapping or...)

2002-03-22 Thread Otavio C. Decio
Just a suggestion, put all the jars that come with struts under your web-inf\lib directory, including the commons*. Abracos Otavio - Original Message - From: "Gilson Nascimento D Elrei" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Friday, March 22, 200

Re: problem with bean having session scope

2002-03-15 Thread Otavio C. Decio
AFAIK, a session bean is destroyed when the session expires (30 min by default). Otavio - Original Message - From: "Slimane Zouggari" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, March 15, 2002 12:02 PM Subject: Re: problem with bean having sessio

Re: Timestamp

2002-03-15 Thread Otavio C. Decio
<[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, March 15, 2002 10:55 AM Subject: Re: Timestamp > How to associate? You have a example? > > - Original Message - > From: "Otavio C. Decio" <[EMAIL PROTECTED]&

Re: Timestamp

2002-03-15 Thread Otavio C. Decio
You should download the latest nightly Struts build and use org.apache.struts.taglib.bean.format.sql.timestamp="dd/MM/" in your ApplicationResource.properties file. Abracos, Otavio - Original Message - From: "Fábio Queiroz Barbosa" <[EMAIL PROTECTED]> To: "Struts User" <[EMAIL P

Re: Accessing DATA_SOURCE_KEY on a DAO

2001-11-28 Thread Otavio C. Decio
tionForm object. My DAO's inplement a QueryEngine interface. > > :-) > Regards > [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > Advanced Banking Solutions Limited > +44 (0)20 7448 9146 > > -Original Message- > From: Otavio C. Decio [SMTP:[EMAIL PROTECTED]

Re: DB connection pool

2001-11-28 Thread Otavio C. Decio
Yes, I know, but I don't want my DAO to know anything about Actions. I like Tom Lister's idea, to simply pass the datasorce to the DAO. Thanks! Otavio - Original Message - From: "Arnaud Héritier" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Wednesday,

Accessing DATA_SOURCE_KEY on a DAO

2001-11-28 Thread Otavio C. Decio
Hi, I was trying to find the best way to access the data source configured in web.xml from a Data Access Object, but I'm confused because it requires the DAO to know about servlets, since one has use the getServlet().getServletContext function to get the connection information. Do you know of a

Tiles/Orion(Oracle)

2001-10-31 Thread Otavio C. Decio
Hi all, Did anybody successfully installed an ran Tiles on Oracle's flavor of Orion? We have a new project starting, I wanted to use Tiles but so far I couldn't solve a problem with the submenu. If someone got it running, would you please tell me which platform and version are you using. Than