Hi Steven,
                  I am also trying to use woody and flow but would like to use my cocoon.xconf datasource by setting up the connection:
cocoon.load("resource://org/apache/cocoon/components/flow/_javascript_/Database.js");

Registration.prototype.getConnection = function(id) {
return Database.getConnection(id);
}

and:

var conn = this.getConnection(id);

I get a null pointer exception error.
I am also looking for a snippet of sample code
without the weight of the Petstore example to open a connection to cocoon.xconfig-defined pool.
Thanks,
Kelly

Reply via email to