Search Discussions
-
Hello, I need to create a select query that have some parameters and I need to get SQL where statement from it containing replaced parameters. (see snippet below) . Is there any way how to accomplish ...
David Marko
Oct 9, 2007 at 11:11 am
Feb 26, 2008 at 7:24 am -
[This is second email I send, I think the first one get lost] Hi all, I've been searching on docs/maillist about how to persist an already existent pojo, but have no luck. Let me explain: we have two ...
Gilberto C Andrade
Oct 24, 2007 at 8:37 pm
Oct 25, 2007 at 7:03 pm -
Hi, I'm trying out Cayenne to use on a project and I got the persistence API to run fine, but ROP is giving me some headache. I am using version 3.0 of Cayenne, and when I try to run maven, it ...
Tarik Cherkaoui
Oct 21, 2007 at 9:17 pm
Oct 24, 2007 at 8:37 am -
I am trying to do the following select MAX(id) from table. This is part of the recovery logic for a program that runs for several days (5). In the event of a failure the program attempts to recover ...
Jan Stobbe
Oct 9, 2007 at 2:10 pm
Apr 22, 2008 at 2:35 pm -
Hi Guys This maybe a silly question, but is there a callback type which would be fired before a new record is inserted into the database during the call to commitChanges()? Doesn't seem like ...
Gary Jarrel
Oct 17, 2007 at 3:19 am
Oct 17, 2007 at 3:11 pm -
Hi! What transaction isolation level is used by cayenne and is there a way to change it to use serializable transactions? If this is not possible, what other possibilities do I have to lock table ...
Martin Thelian
Oct 4, 2007 at 7:47 am
Oct 4, 2007 at 1:19 pm -
In the modeler, when looking at a node, one of the pop-ups is "Load DataSource (opt.)". Does this work? I assumed that by picking that I wouldn't have to fill out the other sections of the screen, ...
Robert A. Decker
Oct 3, 2007 at 5:50 am
Oct 3, 2007 at 4:32 pm -
Should I expect that DataContext.rollbackChanges() in 1.1.4 leave transient objects for new objects in toManyList relationships containing that new object? I'm pretty sure that the answer is yes.
Mike Kienenberger
Oct 10, 2007 at 8:06 pm
May 1, 2008 at 3:54 pm -
Hello. We have a to-many relationship that is used all over the application. Each time someone goes over that to-many relationship they want to take a look at the next to-many relationship as well. A ...
Tore Halset
Oct 22, 2007 at 11:29 am
Oct 22, 2007 at 8:24 pm -
I have only been looking into this tool for a couple of days now and I am finding it great to work with and easy to use. However, I have been having an issue which may be my ignorance of database ...
Pinkybum_nabble
Oct 2, 2007 at 9:33 pm
Oct 3, 2007 at 1:28 pm -
Hello there, I was going around 3.0M1, gone on the quick starts to see how it is ;-) I have been a bit disappointed by the "Main.java" code snippet : QueryChain chain = new QueryChain() ...
Mikaël Cluseau
Oct 26, 2007 at 10:54 pm
Oct 27, 2007 at 9:53 am -
For what it's worth, there's a memory leak in Configuration. I doubt it will affect many people, but it was a significant contributor to the 1.5Gb memory requirements and 35 minutes when running my ...
Mike Kienenberger
Oct 18, 2007 at 7:41 pm
Oct 18, 2007 at 8:07 pm -
I am glad to announce a new release from the stable branches. Upgrade is recommended, as the new release contains some important fixes, including some runtime race conditions. More details can be ...
Andrus Adamchik
Oct 13, 2007 at 5:57 am
Oct 14, 2007 at 3:17 am -
Why is the DataMap displayed twice in the "structure" tree of CM? Once it's directly under the Domain node (and it has children nodes), and once under the DataNode (it has no children nodes ...
Thomas Bernhard
Oct 31, 2007 at 5:37 pm
Oct 31, 2007 at 7:40 pm -
Hello. I am not so used to the Persistent interface. How can I get the value for a given ObjAttribute in a Persistent object? If the Persistent is a DataObject I could use readProperty. Regards, - ...
Tore Halset
Oct 26, 2007 at 12:14 pm
Oct 29, 2007 at 6:57 am -
Howdy. I've just run into an issue with some of my cascading delete rules. Trying to reproduce the problem has been difficult because the ordering seems to be non-deterministic. Looking at the ...
Kevin Menard
Oct 22, 2007 at 8:36 pm
Oct 22, 2007 at 9:17 pm -
I am interested in perhaps using the Cayenne Modeler to do some additional tasks. Specifically I was interested in adding in some additional data into the cayenne.xml or *.map.xml files for our own ...
Dov Rosenberg
Oct 17, 2007 at 1:11 am
Oct 17, 2007 at 3:10 pm -
Hi Guys! I've just delved into using lifecycle callbacks for the first time, and I can't seem to get my call back to fire in what seems to be a relatively simple code: LifecycleCallbackRegistry ...
Gary Jarrel
Oct 12, 2007 at 10:56 am
Oct 13, 2007 at 2:26 am -
Fellow Cayenne users, How do you handle inserting data into columns of type Money? Is there a magic combination of Java type and SQL type? Have you created a Money class and a custom data type ...
Chris Gamache
Oct 9, 2007 at 7:04 pm
Oct 9, 2007 at 9:13 pm -
Here's the scenario... Project A uses cayenne Project B also uses cayenne They both have a cayenne.xml and nodes and domains, etc. Package A uses package B. I'm finding that when package A first ...
Chris Gamache
Oct 4, 2007 at 2:16 pm
Oct 4, 2007 at 4:33 pm -
Hi, Long time EOF user, new to Cayenne. I would like to keep my read-only reference data in a shared DataContext, so that I don't have to save a copy of the reference CayenneDataObjects in each ...
Marc A. Donis
Oct 27, 2007 at 7:28 pm
Oct 27, 2007 at 11:35 pm -
Hello, I am still fighting with the very slow deletion problem I had a few weeks ago. Now I probably have understood what is causing it. I have defined most, if not all the constraints in my db ...
Giulio Cesare Solaroli
Oct 24, 2007 at 8:05 pm
Oct 25, 2007 at 7:39 am -
http://cayenne.apache.org/doc/null-handling.html Gives the following example: Expression exp = ExpressionFactory.noMatchExp("birthDate",null); And says that a sql string similar to the following will ...
Robert Zeigler
Oct 12, 2007 at 6:16 pm
Oct 12, 2007 at 6:20 pm -
Hi Ari, It would be nice if I could use Hessian. I heard about the advantages of it compared to SOAP. But unfortunately SOAP is still the standard here and I can't switch to Hessian now or in ...
Oilid Adsi
Oct 11, 2007 at 1:55 pm
Oct 11, 2007 at 3:31 pm -
Hello, how is it possible to send and receive an own generated class of CayenneDataObject-type over a WebService (for example Apache Axis 1.3)? We made the experience that axis will throw an ...
Oilid Adsi
Oct 11, 2007 at 12:20 pm
Oct 11, 2007 at 1:37 pm -
Folks First, let me thank you developers - Cayenne saves my rear everyday and I could not be more grateful. I have a CRM application built on top of Cayenne (works great!) where deals move though a ...
Eric Lazarus
Oct 5, 2007 at 3:14 pm
Oct 5, 2007 at 10:28 pm -
I've looked through the API doc for CayenneDataObject but wasn't able to find what I'm looking for. Is there a method similar to eof's awakeFromInsertion? I'm looking for a method that is called when ...
Robert A. Decker
Oct 3, 2007 at 5:40 pm
Oct 3, 2007 at 5:43 pm -
Hi there, We just added Cayenne support to our Java web framework called JPublish (http://code.google.com/p/jpublish/) The implementation is very simple and efficient, a JPublish module and a lot of ...
Florin T.PATRASCU
Oct 13, 2007 at 4:06 am
Oct 13, 2007 at 4:06 am
Group Overview
group | user |
categories | cayenne |
discussions | 28 |
posts | 132 |
users | 33 |
website | cayenne.apache.org |
33 users for October 2007
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)