[Resin-interest] com.caucho.sql.UserConnection.createSQLXML throws UnsupportedOperationException

2010-06-29 Thread Marcin Koziej
Hello! I have the following issue with resin 4.0.7: When using a DataSource provided by resin, and trying to use createSQLXML i get UnsupportedOperationException. the Datasource is defined as follows in web.xml: database jndi-name=jdbc/foobar driver

Re: [Resin-interest] com.caucho.sql.UserConnection.createSQLXML throws UnsupportedOperationException

2010-06-29 Thread Alex
The driver I am using seems to support this operation, because when using org.springframework.jdbc.datasource.SimpleDriverDataSource in uni tests I am able to create the XML object. How should I handle this issue? Use different DataSource implementation? (like commons-dbcp?) I'd