"Diethelm Guallar, Gonzalo" wrote:
> 
> > I have committed the connection pool port to the services API.  Please
> > don't hesitate to report any bugs or suggestions--I will address them
> > ASAP.  The database maps are next.
> 
> Is this why the CVS code does not compile anymore? I get 78 errors,
> the first of which are:
> 
>     [javac]
> G:\head\turbine\bin\src\org\apache\turbine\services\schedule\JobEntryPeer.ja
> va:115: Class org.apache.turbine.om.peer.DBConnection not found in void
> doUpdate(org.apache.turbine.util.db.Criteria).
>     [javac]         BasePeer.doUpdate( selectCriteria, criteria );
>     [javac]                          ^
>     [javac]
> G:\head\turbine\bin\src\org\apache\turbine\services\db\DBBrokerService.java:
> 158: Class org.apache.turbine.services.db.DBConnection not found.
>     [javac]     public DBConnection getConnection(String name) throws
> Exception
>     [javac]                         ^
>     [javac]
> G:\head\turbine\bin\src\org\apache\turbine\services\db\DBBrokerService.java:
> 181: Class org.apache.turbine.services.db.DBConnection not found.
>     [javac]     public DBConnection getConnection()
>     [javac]                         ^
>     [javac]
> G:\head\turbine\bin\src\org\apache\turbine\services\db\DBBrokerService.java:
> 198: Class org.apache.turbine.services.db.DBConnection not found.
>     [javac]      public DBConnection getConnection(String driver,
>     [javac]                          ^
>     [javac]
> G:\head\turbine\bin\src\org\apache\turbine\services\db\DBBrokerService.java:
> 204: Class org.apache.turbine.services.db.ConnectionPoolService not found.
>     [javac]         ConnectionPoolService pool = null;
>     [javac]         ^
>     [javac]
> G:\head\turbine\bin\src\org\apache\turbine\services\db\DBBrokerService.java:
> 208: Class org.apache.turbine.services.db.ConnectionPoolService not found.
>     [javac]         pool = (ConnectionPoolService) pools.get(url);
>     [javac]                 ^

Gonzalo, you may have done an update while I was still checking in
code.  Try updating again and let me know if you still have problems. 
If you do, check your classpath for an old Turbine jar file:

echo $CLASSPATH | perl -pe 's/:/\n/g'

If you still have trouble compiling, please let me know.
-- 

Daniel Rall <[EMAIL PROTECTED]>
http://collab.net/ | open source | do the right thing


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to