On Oct 20, 2006, at 3:35, Malcolm Edgar wrote:

I am using a Jasper reports in a Cayenne project, and I want to obtain
a Connection from Cayenne for Japser to use.

I am doing something like this:

DataDomain domain = Configuration.getSharedConfiguration().getDomain();
DataNode node = domain.getNode(nodename);
Connection conn = node.getDataSource().getConnection();

 - Tore.

Reply via email to