Re: DBCP:

2003-10-24 Thread Craig R. McClanahan
Marius Seiceanu wrote: The solution is still not ok for the application i made, because the process is like this: I have to deliver a app.war file which will be installed on the destination server using Tomcat Manager, so my war file should contain everything. *If* the person who administer

RE : Help : Betwixt and collections

2003-10-24 Thread Voyer Henry
My bad for one error I didnt add the add in my bean. -Message d'origine- De : __matthewHawthorne [mailto:[EMAIL PROTECTED] Envoyé : 24 octobre, 2003 12:11 À : Jakarta Commons Users List Objet : Re: Help : Betwixt and collections I don't think this is true. Have you read the documentat

Re: Help : Betwixt and collections

2003-10-24 Thread __matthewHawthorne
I don't think this is true. Have you read the documentation? There are a few examples using collections. http://jakarta.apache.org/commons/betwixt Voyer Henry wrote: Hi everyone When marshalling xml, Betwixt does the job But when unmarshalling betwixt omits Collections !!! Any idea? Than

Re: DBCP:

2003-10-24 Thread Marius Seiceanu
The solution is still not ok for the application i made, because the process is like this: I have to deliver a app.war file which will be installed on the destination server using Tomcat Manager, so my war file should contain everything. Thank you, Marius Seiceanu. Chris Forbis wrote: If

Help : Betwixt and collections

2003-10-24 Thread Voyer Henry
Hi everyone When marshalling xml, Betwixt does the job But when unmarshalling betwixt omits Collections !!! Any idea? Thanks

RE: DBCP:

2003-10-24 Thread Chris Forbis
If you we app is named thisOne... add a file names thisOne.xml to the webapps location, in this file you can setup the context for your web app... Part of the is the doc root, where you will then place your webapp (because now you need it in a new location) If you need more information on this l

Re: DBCP:

2003-10-24 Thread Marius Seiceanu
The problem is I don't have access to server.xml to create my resource there. I can modify only files under my context, nothing up :( Marius Seiceanu. David Graham wrote: You shouldn't configure a DataSource in Struts. Instead set it up in Tomcat and look up the DataSource with JNDI. Here's a

Re: DBCP:

2003-10-24 Thread David Graham
You shouldn't configure a DataSource in Struts. Instead set it up in Tomcat and look up the DataSource with JNDI. Here's a howto for Tomcat: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-howto.html David --- Marius Seiceanu <[EMAIL PROTECTED]> wrote: > Hello, > >

DBCP:

2003-10-24 Thread Marius Seiceanu
Hello, On http://jakarta.apache.org/struts/faqs/database.html I found out how to use BasicDataSource. The problem is that in some classes of my application (under Tomcat context) which is using Struts i don't have access to request, so i can't use: dataSource = getDataSource(re

[DBCP] abandoned connections problem

2003-10-24 Thread Matthias Pekny
I'm using dbcp in combination with tomcat 4.1.27. According to the tomcat docs there is the possibility to let dbcp handle abandoned connections. As I understand it this includes connections that are opened by an web application but are never closed. To verify this, I've created a jsp test page

[Collection] Tomcat deployment : IllegalArgumentExceptionfor the jar

2003-10-24 Thread Nicolas . CHALUMEAU
I use commons-collections-3.0-dev and tomcat 4.1 During my application deployment I have an IllegalArgumentException when it deploy the collection jar. The error message in the log is : 2003-10-24 11:49:56 WebappLoader[/portailsynel49]: Deploy JAR /WEB-INF/lib/commons-collections-3.0-dev.jar to