Re: Trouble loading cayenne.xml in 3.x data view modeler

2010-06-04 Thread Mark Fraser
Andrus, can you do a quick diff between 2.0 and 3.0 cayenne.xml version? Maybe that > will give us some idea. > > I had done a diff and I guess the problem was so obvious I missed it the first time. The only notable difference is that the 3.0 cayenne.xml is missing the view element: I redid t

Re: Trouble loading cayenne.xml in 3.x data view modeler

2010-06-04 Thread Andrus Adamchik
usual disclaimer about no support for DV in 3.0, but.. can you do a quick diff between 2.0 and 3.0 cayenne.xml version? Maybe that will give us some idea. Andrus On Jun 4, 2010, at 6:29 PM, Mark Fraser wrote: I recently converted a project which heavily uses data views from Cayenne 2.x t

Re: Resin Servlet Container

2010-06-04 Thread Joe Baldwin
Andrus, thanks for the insight. As a result I installed and migrated to Resin in less than 20 min. As a fictional character used to say "I just love it when a plan comes together". :) Joe On Jun 4, 2010, at 2:25 PM, Andrus Adamchik wrote: > > On Jun 4, 2010, at 2:16 PM, Joe Baldwin wrote:

Re: Primary Key

2010-06-04 Thread Mike Kienenberger
Define an ObjAttribute for your manual primary keys, and do not specify automatic pk generation. On Fri, Jun 4, 2010 at 5:53 PM, Sopot Çela wrote: > How can I make it that only a subset of tables should have primary keys > automatically generated and the remaining have them leave the control of

Trouble loading cayenne.xml in 3.x data view modeler

2010-06-04 Thread Mark Fraser
I recently converted a project which heavily uses data views from Cayenne 2.x to 3.x. As far as I can tell I have everything working (at runtime) but the one known problem is that the 3.x data view modeler does not properly load the cayenne.xml. By not properly loading I mean that the dataview el

Primary Key

2010-06-04 Thread Sopot Çela
How can I make it that only a subset of tables should have primary keys automatically generated and the remaining have them leave the control of generating PK to my application? Thanks in advance.

Re: Resin Servlet Container

2010-06-04 Thread Andrus Adamchik
On Jun 4, 2010, at 2:16 PM, Joe Baldwin wrote: 1. Is Cayenne compatible with the Resin Servlet Container? 2. If so, is there any difference in the configuration of the deployment descriptor? Cayenne doesn't care that much about the container. There are only a few optional integration poin

Resin Servlet Container

2010-06-04 Thread Joe Baldwin
1. Is Cayenne compatible with the Resin Servlet Container? 2. If so, is there any difference in the configuration of the deployment descriptor?