Hi Tobias,
This is just generally a bad practice to package "business" libraries
in the container, and .war files should ideally be self-contained
(aside from dependency on a subset of JEE APIs). So the best way of
sharing is actually including your jar in a war. For controlled
installati
Hi,
I have many web apps sharing the same cayenne/mapping objects. I want to
share my cayenne classes among these web apps. I have packaged the classes
successfully in a jar together with the cayenne.xml using a jndi data source
and the Map xml file. I have put this jar in the shared lib level of