Hi what is the correct approach here? http://cayenne.apache.org/doc/understanding-transactions.html
DataDomain domain = Configuration.getSharedConfiguration().getDomain(); Transaction tx = domain.createTransaction(); The Configuration class is not in my jar anymore (3.1M2) so I guess it has changed recently Cheers, Christian
