Search Discussions
-
21
questions
I've started using Cayenne a few weeks ago for our project, www.campgroundautomation.com. In the process of working with it, I've come across a few things I don't understand. After reading the API ...Eric Polino
Feb 13, 2008 at 6:48 pm
Feb 13, 2008 at 9:07 pm -
I am working an a request ticket system, similar to the one I'm using to enter this issue. I need to import requests from the old schema to the new schema, and the PKs must be specified while doing ...
Scott Anderson
Feb 20, 2008 at 6:53 am
May 6, 2008 at 2:34 pm -
Hi, Is there a migration guide from Hibernate(especially 2.x.x) to Cayenne (whatever version)? Or even better, is there maybe some tool that helps this even further? (when moving from Velocity to ...
Thomas Bernhard
Feb 20, 2008 at 7:09 pm
Feb 22, 2008 at 1:21 am -
Hi, It has been a while since I last used Cayenne and that was within a Swing ROP context. More recently I have been involved in writing a Spring MVC/Hibernate application. The experience has only ...
Marek Wawrzyczny
Feb 26, 2008 at 12:14 pm
Feb 28, 2008 at 2:29 pm -
8
Imports
Hi All, We had an issue a while ago where we were performing an large XML import into a database using Cayenne. What we wanted to do was to insert data, as we parsed the XML, because in latter code ...Malcolm Edgar
Feb 18, 2008 at 3:08 am
Mar 9, 2008 at 8:16 pm -
Hello, Using Cayenne 3.0M3, MySQL 5. I have a field which is a TIMESTAMP. It maps to a Java.util.Date class in Java. If I do a myObject.setMyTimestamp(new Date()) I will store the local date. I would ...
Alexander Lamb
Feb 25, 2008 at 3:21 pm
Mar 1, 2008 at 9:44 am -
Hello List, I have a crash with M3 that I didn't have with M2. I updated the models (I have two models), cleaned everything, rebuilt. Upon first commit I get the following crash. I am not doing ...
Alexander Lamb (dev)
Feb 5, 2008 at 9:03 am
Feb 5, 2008 at 12:00 pm -
Forgive the simplistic nature of this question, but I want to verify my understanding of listeners. If a server entity has a pre-persist listener and the corresponding client entity does as well, ...
Kevin Menard
Feb 26, 2008 at 5:39 pm
Mar 1, 2008 at 5:31 pm -
Since the "migration" is the motto these days :) , I would like to know if there's a trick to quickly migrate a Hibernate3 application to Cayenne(can be JPA too). I'm talking about this application ...
Demetrios Kyriakis
Feb 21, 2008 at 3:21 pm
Feb 23, 2008 at 7:29 pm -
Hello List, I don't seem to be able to stop Cayenne log all the SQL (3.0M2 or M3). I have the following in my log4j.properties, but it doesn't seem to be taken into account! ...
Alexander Lamb (dev)
Feb 5, 2008 at 4:30 pm
Feb 6, 2008 at 6:36 pm -
Hi! I've got yet another question about ROP. First, i can't figure out how to invoke some existing validation code manually. Right now i don't have any 'Validating' interfaces implemented in my ...
Дрон
Feb 26, 2008 at 12:46 pm
Feb 27, 2008 at 5:48 pm -
Hello List, I want to prevent a delete of an object if certain attributes have certain values (e.g. do not delete an invoice which has already been sent). I registered the callback in the Modeler ...
Alexander Lamb (dev)
Feb 26, 2008 at 9:46 am
Feb 26, 2008 at 1:24 pm -
Apologies if this has been asked before, I couldn't find anything in the archives. The problem boils down to this: there is a cayenne object which is updated via a form. I want to capture changes ...
Ilya Lazarev
Feb 22, 2008 at 3:02 pm
Feb 26, 2008 at 10:29 am -
Hi, is there a way to get the update/insert SQL statements ( e.g. as a String ) that cayenne would execute with a commit, without actually committing to the db? thank you Tobias
Tobias SCHOESSLER
Feb 21, 2008 at 12:55 pm
Feb 21, 2008 at 8:38 pm -
Greetings, I'm running into a little difficulty performing a query that I think comes up often enough that it should be fairly straightforward. I have a schema similar to the following: Customer <--- ...
Kevin Menard
Feb 21, 2008 at 1:06 am
Feb 21, 2008 at 8:00 pm -
Hi, I'm new to cayenne, and am hoping it will prove to be the silver bullet I've been waiting for after much frustration with TopLink, Hibernate and the like! I'd like to know how I can specify the ...
Colin Bankier
Feb 12, 2008 at 2:32 pm
Feb 13, 2008 at 12:38 am -
Hello! So that's the problem, when i run my simple example: public static void main(String[] args) throws CayenneException { ClientConnection connection = new ...
Razumovsky Andrey
Feb 19, 2008 at 12:24 pm
Feb 20, 2008 at 5:57 pm -
Hello! I've got problems running SelectQueries using ROP. They seem really serious to me, or maybe i'm doing something wrong? -----------FIRST PROBLEM---------------- First, with M3. After i switched ...
Hmail
Feb 7, 2008 at 4:27 pm
Feb 7, 2008 at 7:02 pm -
Hello list I have some kind of exotic question concerning state of DataObjects. In a scenario I would like to create new DataObjects but keep them in a state so that they only get committed if the ...
Adrian Wiesmann
Feb 29, 2008 at 9:07 am
Mar 1, 2008 at 11:05 am -
Hello guys, I have a question about how to join multiple object entities. Concrete sample : I have 2 tables with no foreign key between them (poor database). The first one is named SMASTER with 5 ...
Francois Eyl
Feb 7, 2008 at 9:45 pm
Feb 12, 2008 at 8:42 pm -
Since we've been on the topic of hibernate and cayenne... I had a question for those cayenne users who have used hibernate. On the tapestry user list, there's been some discussion lately about ...
Robert Zeigler
Feb 27, 2008 at 2:47 pm
Feb 28, 2008 at 9:34 am -
Hi, I'm trying to delete records from a database table based on some info in another related table. Unfortunately I'm getting an exception when using the DeleteQuery. Has this been fixed or is there ...
Dave Merrin
Feb 27, 2008 at 9:58 am
Feb 27, 2008 at 12:05 pm -
Hi, I just started with the cayenne-tutorial using java-6 and cayenne-2.0.4. After scanning the forum I did not find any hints for my problem. So please excuse my stupid question: How are the foreign ...
Choppa
Feb 24, 2008 at 11:10 pm
Feb 25, 2008 at 1:33 am -
Hi, is there a way to let Cayenne's cdbgen ant task create a file with the SQL DDL instead of manipulating the database directly? Cheers, Frank -- Psssst! Schon vom neuen GMX MultiMessenger gehört? ...
Frank Schwarz
Feb 21, 2008 at 12:22 pm
Feb 21, 2008 at 12:22 pm -
Hi, Are there any other example applications (standalone or part of some other opensource projects) that use ROP? (I mean except those coming with cayenne and examples)? Thanks in advance, Ahmed.
Ahmed Mohombe
Feb 20, 2008 at 11:25 am
Feb 20, 2008 at 11:25 am -
FYI: I just fixed a nasty Modeler bug below that affected CayenneModeler 3.0M3. You can get a Mac and Windows versions of the patched Modeler following this link (consider it an unofficial nightly ...
Andrus Adamchik
Feb 12, 2008 at 5:05 pm
Feb 12, 2008 at 5:05 pm -
Hi All, Click Framework version 1.4 RC3 is now available for download. This release includes a new PerformanceFilter and Ajax AutoCompleteTextField. This release also completes the stateful Page ...
Malcolm Edgar
Feb 8, 2008 at 12:35 am
Feb 8, 2008 at 12:35 am -
The Cayenne team is pleased to present the third milestone of Cayenne 3. This is a development branch of Cayenne and still undergoing significant changes. A number of developers are using it in ...
Aristedes Maniatis
Feb 4, 2008 at 1:45 pm
Feb 4, 2008 at 1:45 pm
Group Overview
group | user |
categories | cayenne |
discussions | 28 |
posts | 152 |
users | 31 |
website | cayenne.apache.org |
31 users for February 2008
Archives
- June 2016 (31)
- May 2016 (37)
- April 2016 (85)
- March 2016 (100)
- February 2016 (56)
- January 2016 (25)
- December 2015 (13)
- November 2015 (3)
- October 2015 (53)
- September 2015 (69)
- August 2015 (66)
- July 2015 (65)
- June 2015 (51)
- May 2015 (36)
- April 2015 (32)
- March 2015 (9)
- February 2015 (3)
- January 2015 (15)
- December 2014 (33)
- November 2014 (17)
- October 2014 (23)
- September 2014 (7)
- August 2014 (50)
- July 2014 (4)
- June 2014 (19)
- May 2014 (6)
- April 2014 (25)
- March 2014 (52)
- February 2014 (14)
- January 2014 (21)
- December 2013 (38)
- November 2013 (48)
- October 2013 (14)
- September 2013 (63)
- August 2013 (20)
- July 2013 (16)
- June 2013 (23)
- May 2013 (61)
- April 2013 (72)
- March 2013 (24)
- February 2013 (27)
- January 2013 (17)
- December 2012 (73)
- November 2012 (103)
- October 2012 (77)
- September 2012 (50)
- August 2012 (76)
- July 2012 (60)
- June 2012 (87)
- May 2012 (74)
- April 2012 (105)
- March 2012 (186)
- February 2012 (152)
- January 2012 (84)
- December 2011 (100)
- November 2011 (72)
- October 2011 (77)
- September 2011 (162)
- August 2011 (163)
- July 2011 (65)
- June 2011 (46)
- May 2011 (98)
- April 2011 (32)
- March 2011 (43)
- February 2011 (68)
- January 2011 (80)
- December 2010 (44)
- November 2010 (103)
- October 2010 (122)
- September 2010 (114)
- August 2010 (65)
- July 2010 (76)
- June 2010 (87)
- May 2010 (206)
- April 2010 (180)
- March 2010 (86)
- February 2010 (98)
- January 2010 (87)
- December 2009 (74)
- November 2009 (90)
- October 2009 (78)
- September 2009 (170)
- August 2009 (76)
- July 2009 (120)
- June 2009 (102)
- May 2009 (93)
- April 2009 (164)
- March 2009 (161)
- February 2009 (106)
- January 2009 (79)
- December 2008 (72)
- November 2008 (90)
- October 2008 (64)
- September 2008 (122)
- August 2008 (185)
- July 2008 (97)
- June 2008 (153)
- May 2008 (197)
- April 2008 (120)
- March 2008 (191)
- February 2008 (152)
- January 2008 (127)
- December 2007 (93)
- November 2007 (126)
- October 2007 (132)
- September 2007 (115)
- August 2007 (116)
- July 2007 (127)
- June 2007 (220)
- May 2007 (93)
- April 2007 (187)
- March 2007 (200)
- February 2007 (213)
- January 2007 (90)
- December 2006 (171)
- November 2006 (92)
- October 2006 (164)
- September 2006 (185)
- August 2006 (160)
- July 2006 (166)
- June 2006 (198)
- May 2006 (173)
- April 2006 (279)
- March 2006 (89)