Thanks Tore for the details. regards Malcolm
On 10/20/06, Tore Halset <[EMAIL PROTECTED]> wrote:
On Oct 20, 2006, at 13:24, Tore Halset wrote: > 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(); Make sure you see this one as well http://cwiki.apache.org/confluence/display/CAY/Jasper+Integration - Tore.
