Re: Building With OpenJDK 1.7.0

2008-10-19 Thread Ole Ersoy
Wow - the fix looks promising. Thanks, - Ole Filip Hanik - Dev Lists wrote: yes, that is a known issue due to commons-dbcp uses a delegate pattern to implement the java.sql.Connection interface. a proposed solution for later version of tomcat has been put into bugzilla https://issues.apac

Re: Building With OpenJDK 1.7.0

2008-10-19 Thread Ole Ersoy
OK - I commented out the DBCP specific targets, and it builds fine. I'll paste the altered build file below in case anyone else follows the thread and wants to give it a whirl. Thanks again for the heads up. Ole

Re: Building With OpenJDK 1.7.0

2008-10-19 Thread Filip Hanik - Dev Lists
yes, that is a known issue due to commons-dbcp uses a delegate pattern to implement the java.sql.Connection interface. a proposed solution for later version of tomcat has been put into bugzilla https://issues.apache.org/bugzilla/show_bug.cgi?id=46038 for now, you would have to comment out the t

Re: Building With OpenJDK 1.7.0

2008-10-19 Thread Mark Thomas
Ole Ersoy wrote: > Hi, > > I attempted to build Tomcat 6.0.18 with OpenJDK. I get all sorts of > error messages (Pasted Below). Just wondering whether OpenJDK is not > supported, or whether there is a simple workaround to this (Besides not > using OpenJDK :-) ). I checked on the users list and