Description
In interface java.sql.Connection in Java system library 1.6 added new minor methods (createClob,createSQLXML, isValid, etc).
XWikiJDBCConnection isn't implement this methods => can't be created
Solutions:
1. Remove it.
Info in XWikiJDBCConnection is not used anywhere, so it can be removed easily.
2. Rewrite it using java reflections(java.lang.reflect.Proxy for example)
Do we really need XWikiJDBCConnection?
Attachments
Issue Links
- blocks
-
XWIKI-798 XWiki does not work on Java 1.6
- Closed