betwixt 0.8: java.lang.NoSuchMethodError: org.apache.commons.collections.ArrayStack: method init(I)V not found

2007-09-12 Thread acec acec
Hi, all I am using maven, in my pom.xml, I have the follows: commons-betwixt-version0.8/commons-betwixt-version dependency groupIdcommons-betwixt/groupId artifactIdcommons-betwixt/artifactId

Re: betwixt 0.8: java.lang.NoSuchMethodError: org.apache.commons.collections.ArrayStack: method init(I)V not found

2007-09-12 Thread Simon Kitching
acec acec [EMAIL PROTECTED] schrieb: I am using maven, in my pom.xml, I have the follows: commons-betwixt-version0.8/commons-betwixt-version dependency groupIdcommons-betwixt/groupId artifactIdcommons-betwixt/artifactId

Re: DbUtils Best Practices

2007-09-12 Thread diego . galdi
Hi, I'm using a dao pattern, the call QueryManager.getInstance().getQueryRunner().query(...); is executed in my dao object. Servlet calls dao method. What do you mean with it depends of your project size? Thanks a lot Diego Hi, It seems correct, why not, QueryRunner object is thread