Does the build currently work ? I am getting errors the resource adapter, jdbc local
package...
In StatementInPool, PreparedStatmentInPool, ConnectionInPool... The errors are all
wanting the classes to be declared as abtract as various methods aren't defined.
I've tried under 1.3.1 and 1.4.0, my preference is 1.4 as its I'm using a partially
jsp app, its much nicer having working recompile which 1.4 gives!
[mkdir] Created dir: E:\jboss-all\connector\output\classes
[javac] Compiling 62 source files to E:\jboss-all\connector\output\classes
E:\jboss-all\connector\src\main\org\jboss\resource\adapter\jdbc\local\Connection
InPool.java:42: org.jboss.resource.adapter.jdbc.local.ConnectionInPool should be
declared abstract; it does not define setHoldability(int) in org.jboss.resource
.adapter.jdbc.local.ConnectionInPool
public class ConnectionInPool implements PooledObject, ConnectionWrapper
^
E:\jboss-all\connector\src\main\org\jboss\resource\adapter\jdbc\local\StatementI
nPool.java:22: org.jboss.resource.adapter.jdbc.local.StatementInPool should be d
eclared abstract; it does not define getMoreResults(int) in org.jboss.resource.a
dapter.jdbc.local.StatementInPool
public class StatementInPool implements Statement
^
E:\jboss-all\connector\src\main\org\jboss\resource\adapter\jdbc\local\PreparedSt
atementInPool.java:36: org.jboss.resource.adapter.jdbc.local.PreparedStatementIn
Pool should be declared abstract; it does not define setURL(int,java.net.URL) in
org.jboss.resource.adapter.jdbc.local.PreparedStatementInPool
public class PreparedStatementInPool extends StatementInPool implements Prepared
Statement
^
_________________________________________________________
View thread online: http://main.jboss.org/thread.jsp?forum=66&thread=10691
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development