Jean-Baptiste
OK, now I realise what I missed (bangs head on monitor!)
The datasource is called as follows from flow:
function getIndDB() {
if (indDatabase == null) {
this.indDatabase = new IndDB("inddb"); //get from the cocoon.xconf file
}
return indDatabase;
}
and in the cocoon.xconf file I have:
<jdbc name="inddb_user">
<pool-controller min="5" max="50"/>
<auto-commit>true</auto-commit>
<dburl>jdbc:mysql://localhost:3306/indicators</dburl>
<user>user</user>
<password>password</password>
</jdbc>
The problem was that on my development machine
I *also* had an entry:
<jdbc name="inddb">
<pool-controller min="5" max="50"/>
<auto-commit>true</auto-commit>
<dburl>jdbc:mysql://localhost:3306/indicators</dburl>
<user>user</user>
<password>password</password>
</jdbc>
So the development machine worked (two datasources)
but the target machine did not (wrong datasource).
Thanks for making me look at this again.
Derek
>>> [EMAIL PROTECTED] 2006/02/07 12:38 PM >>>
Cocoon is looking for a datasource in cocoon.xconf. Do you have
such a datasource configured?
--
Jean-Baptiste Quenot
http://caraldi.com/jbq/
--
This message is subject to the CSIR's copyright, terms and conditions and
e-mail legal notice. Views expressed herein do not necessarily represent the
views of the CSIR.
CSIR E-mail Legal Notice
http://mail.csir.co.za/CSIR_eMail_Legal_Notice.html
CSIR Copyright, Terms and Conditions
http://mail.csir.co.za/CSIR_Copyright.html
For electronic copies of the CSIR Copyright, Terms and Conditions and the CSIR
Legal Notice send a blank message with REQUEST LEGAL in the subject line to
[EMAIL PROTECTED]
This message has been scanned for viruses and dangerous content by MailScanner,
and is believed to be clean.