Flavour on attribute

2007-06-19 Thread kawas44
Hello, I'm using Betwixt 0.8 for a week and I would like to use the flavour feature on attribute. My Betwixt configuration looks like this: element name=CampaignInfo attribute name=CampagneDateCreation property=dateCreation / attribute name=CrcmCode property=codeCRCm

StackOverflowError and DelegatingConnection.passivate

2007-06-19 Thread Tatiana Lloret Iglesias
Hi all, I'm getting this error from my dbcp classes, any idea?? This is the way I initialize the Pool * connectionPool* = *new* GenericObjectPool(*null*); Class.*forName*(com.mysql.jdbc.Driver, *true*, DriverManagerConnectionFactory.*class*.getClassLoader()); ConnectionFactory

Re: [DBCP] The PerUserPoolDataSource/SharedPoolDataSource does not reuse/pool the db connections

2007-06-19 Thread Phil Steitz
On 6/18/07, Seva Popov [EMAIL PROTECTED] wrote: Hi Phil, Here is the config for the physical connections: Resource name=jdbc/MyCPDS auth=Container type=oracle.jdbc.pool.OracleConnectionPoolDataSource factory=oracle.jdbc.pool.OracleDataSourceFactory

[VFS] SFTP via HTTP 1.1 proxy

2007-06-19 Thread Vasily Ivanov
Hello, Is there any way in VFS to connect to SFTP server via HTTP 1.1 (web) proxy? I've got proxy host:port User/Pass and SFTP server host:port User/Pass. I was able to connect to that SFTP via web proxy using FileZilla, now I want to do that using VFS. I do appreciate any help. Thank you,

Re: [DBCP] The PerUserPoolDataSource/SharedPoolDataSource does not reuse/pool the db connections

2007-06-19 Thread Phil Steitz
Two more comments on this. First, by modifying the jsp to cast the ds as a SharedPoolDataSource, you can call the getNumActive and getNumIdle methods to verify that the pool is working correctly: jsp:directive.page import=org.apache.tomcat.dbcp.dbcp.datasources.SharedPoolDataSource / ...