Re: EntityResolver

2007-11-08 Thread Mikaël Cluseau
a call to > context.getEntityResolver().getObjEntities(); return multiple object > entities with the same name? > > Thank you! > > Gary -- Mikaël Cluseau <[EMAIL PROTECTED]> ISI.NC

Re: Tutorial Mapping Query

2007-10-26 Thread Mikaël Cluseau
/objectstyle.org/cayenne/lists/cayenne-devel/2005/06/0036.html). All this posted on the ML. -- Mikaël Cluseau <[EMAIL PROTECTED]> ISI.NC

Tutorial Mapping Query

2007-10-26 Thread Mikaël Cluseau
, Collections.singletonMap( "table", tableName))); } context.performGenericQuery(chain); } And in the "main" method : emptyTables("PAINTING", "ARTIST", "GALLERY"); I may go to far for a quick start, but worth to post on the mailing list anyway ;-) -- Mikaël Cluseau <[EMAIL PROTECTED]> ISI.NC

Re: Raw XML vs. Cayenne GUI

2007-09-25 Thread Mikaël Cluseau
ESSAGE IS INTENDED FOR THE USE OF THE PERSON TO WHOM IT IS ADDRESSED. > IT MAY CONTAIN INFORMATION THAT IS PRIVILEGED, CONFIDENTIAL AND EXEMPT FROM > DISCLOSURE UNDER APPLICABLE LAW. If you are not the intended recipient, your > use of this message for any purpose is strictly prohibited. If you have > received this communication in error, please delete the message and notify > the sender so that we may correct our records. -- Mikaël Cluseau <[EMAIL PROTECTED]> ISI.NC

Re: Modifying projects in Java

2007-09-18 Thread Mikaël Cluseau
time, Ari. Le mercredi 19 septembre 2007 à 09:42 +1000, Aristedes Maniatis a écrit : > On 18/09/2007, at 10:52 PM, Mikaël Cluseau wrote: > > > About my uses of the model, there some old code of mine at > > http://cayenne-tools.sourceforge.net/ (XUL has been forgotten...). >

Re: Modifying projects in Java

2007-09-18 Thread Mikaël Cluseau
ge.net/ (XUL has been forgotten...). Cheers, -- Mikaël Cluseau <[EMAIL PROTECTED]> ISI.NC

Re: Modifying projects in Java

2007-07-15 Thread Mikaël Cluseau
Build a run-time model RuntimeConfiguration rtc = config.instanciate(); // Get back the (meta-)model assert config == rtc.getMetaModel(); I'm very tight on my deadlines theses days but I would be happy to help you get rid of this "pain" (you seem to call it this way ;-)) in a month or two. -- Mikaël Cluseau <[EMAIL PROTECTED]> ISI.NC

Modifying projects in Java

2007-07-12 Thread Mikaël Cluseau
ng). I'm currently working by removing DataNodes from the project and adding them back, so it is not very... fun. Can someone please point me at least ways to solve the issue ? I had it "working" by setting every node's DataSourceFactory to ProjectDataSourceFactory *but* it destroys their data... Thanks ! -- Mikaël Cluseau