Re: Cayenne configuration with Maven

2008-09-21 Thread Andrey Razumovsky
Seems that you created your Xw project with Cayenne 3.0 (since org.apache.cayenne.conf.DriverDataSourceFactory is set in Driver.xml) and trying to open it with Cayenne 1.2.4 modeler. I don't think this is a good idea, you'd better choose just one version (or at least change to 2.0.4 - there are mor

Cayenne configuration with Maven

2008-09-21 Thread Stephen Winnall
I'm trying to set up a new project using Maven. I'm new to Cayenne and Maven. I use NetBeans 6.1 and I've managed to get everything compiled. However, when I try to run it, it falls at the first hurdle. This is my program: public static void main(String[] args) { DataContext con

Re: Using Cayenne in GWT wthout DTOs

2008-09-21 Thread Andrus Adamchik
Hi Chanda, Maybe I could work on something. I am sure this community will welcome any effort to bridge Cayenne with GWT. So if you have any ideas down this path, please share. Thanks, Andrus On Sep 21, 2008, at 5:09 PM, Chanda Fake wrote: Thanks all for your input. Learnt something an

Re: Using Cayenne in GWT wthout DTOs

2008-09-21 Thread Chanda Fake
Thanks all for your input. Learnt something and will pick it from here. I just thought maybe there could have been something similar to hibernate4gwt in the hibernate land. Maybe I could work on something. Good day Chanda On Wed, Sep 17, 2008 at 8:04 PM, Scott Anderson <[EMAIL PROTECTED]>wrote: