Look in those sources.
The comments will guide you for 1.4

Regards,
Adrian

> 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:
> ir: E:\jboss-all\connector\output\classes
> [javac] Compiling 62 source files to
>  to E:\jboss-all\connector\output\classes
> E:\jboss-all\connector\src\main\org\jboss\resource\ada
> ter\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\ada
> ter\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\ada
> ter\jdbc\local\PreparedSt
> atementInPool.java:36:
> org.jboss.resource.adapter.jdbc.local.PreparedStatemen
> In
> Pool should be declared abstract; it does not define
> setURL(int,java.net.URL) in
>  org.jboss.resource.adapter.jdbc.local.PreparedStateme
> tInPool
> 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

Reply via email to