http://xml.apache.org/cocoon/apidocs/org/apache/cocoon/transformation/AbstractSAXTransformer.html
gives a 404 error.
__
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com
---
jdbc:mysql://localhost/ccc
aaa
bbb
According to the datasource configuration in
cocoon.xconf, it should be pooling. The logs
(core.log) seem to say its pooling:
ApplicationServerThread/LogKitLogger: Got a
org.apache.avalon.excalibur.datasource.JdbcConnection
from the pool.
ApplicationServerTh
n has
> given me a 10 times
> speedup once. Maybe you don't consider 13ms for 2
> queries so slow ;-)
>
> Please keep us posted on your findings,
> tomK
>
>
> Joshua McCulloch wrote:
>
> >Hello,
> >
> >I've been looking at page generating ti
Hello,
I've been looking at page generating times with the
profiler. I am finding that SQLTransoformer is taking
a huge amount of time to do what I consider simple
queries. For example, a page that has two minor
queries takes about 130ms to complete.
Combined there are about 20 rows being return
Hello,
I'd like to know if anyone is using J2EE defined
datasources in Cocoon?
I'm trying unsucessfully to connect to a MySQL
database using the Orion J2EE server. I've defined a
datasource in Orion:
I can get a javax.sql.DataSource using the following
code from within a custom class called b