Search Discussions
-
I use cayenne 1.2, MySql. AUTO_INCREMENT ids the type of the id field in the mysql schema is set to INT NOT NULL AUTO_INCREMENT UNIQUE I create an object of this table with cayenne and commit. I see ...
Tobias SCHOESSLER
Aug 28, 2006 at 9:22 am
Oct 2, 2006 at 8:35 am -
Is there a way to tell Cayenne to return some other value than null when the database contains null? E.g. for String I want an empty string instead of null, for Integer I want 0 instead of null, ...
Øyvind Harboe
Aug 3, 2006 at 8:03 pm
Aug 4, 2006 at 1:40 pm -
I've been tasked with designing a system, including it's database to capture data which changes through time but shouldn't overwrite existing values. I've also ran into other people describing these ...
Tomi NA
Aug 25, 2006 at 3:12 pm
Aug 29, 2006 at 11:19 am -
Hallo Cayenne Community, I like your project! But I can't get a simple Example to run. I used the newest hsqldb and the newest cayenne.jar (I tried also your hsqldb-1.8.0.2.jar from the modeler). Now ...
Peter karich
Aug 3, 2006 at 3:26 pm
Aug 5, 2006 at 9:57 am -
Hi, maybe someone can help me here. I'm trying to copy a dataObject to another dataContext while keeping it's modified state so that it will be correctly committed to the db by the second ...
Jonathan Bélisle
Aug 27, 2006 at 8:33 pm
Aug 30, 2006 at 7:36 pm -
I need a matchExp which is case insensitve. When I run against MS Access, then matchExp is indeed case insensitive, whereas when I run against Derby, it is not. likeIgnoreCaseExp is *almost* what I'm ...
Øyvind Harboe
Aug 1, 2006 at 9:21 pm
Aug 2, 2006 at 1:55 pm -
Here's where I'm finding that I need outer joins: 1) If two qualifiers for a non-mandatory relationship path are or'd together. This is also what Øyvind Harboe reported. It may be that the ...
Mike Kienenberger
Aug 23, 2006 at 7:36 pm
Aug 29, 2006 at 9:35 am -
Q1: Do the results of Expression.filterObjects() for all records in a table and the same expression used in SelectQuery always match? I hope the answer is "not currently, but once outer joins are ...
Øyvind Harboe
Aug 24, 2006 at 7:43 am
Aug 28, 2006 at 3:46 pm -
Outer joins are not supported, I know. Meanwhile I miss being *told* when I'm attempting an outer join, minimally runtime. One of the reasons I'm using Cayenne is that I don't want to think about ...
Øyvind Harboe
Aug 17, 2006 at 7:24 am
Aug 17, 2006 at 4:09 pm -
Hi, I returned to one of my web apps using Cayenne. I reconfigured the project to use WTP 1.5, Maven2 + M2 Eclipse plugin and Tapestry and now I am not being able to run the web app because of the ...
Borut Bolčina
Aug 4, 2006 at 6:36 pm
Aug 8, 2006 at 8:15 pm -
Hallo! In You docs I found: "If entity A has a relationship to entity B and entity B has a relationshop back to entity A, Cayenne would maintain consistency of the reverse relationship ...
Peter Karich
Aug 14, 2006 at 7:42 pm
Aug 16, 2006 at 2:05 pm -
Is there a way to create an expression that is TRUE or FALSE? ExpressionFactory.expTrue/False() - always true/false. This would be useful when writing functions that e.g. return an Expression whether ...
Øyvind Harboe
Aug 15, 2006 at 7:50 pm
Aug 15, 2006 at 8:09 pm -
Lately I've been getting this error a lot. Nothing has changed on my end. Any suggestions as to what could be causing the problem? The environment is Linux, Tomcat 5.0 and mysql. Cayenne is ...
Perez
Aug 13, 2006 at 5:28 pm
Aug 14, 2006 at 11:20 pm -
Hello This method: DataContext.objectFromDataRow(String, DataRow) exist not in cayenne-1.2 (is however described here http://cwiki.apache.org/CAYDOC/data-rows.html and in local User-Guide from ...
Nikolai Raitsev
Aug 3, 2006 at 11:57 am
Aug 3, 2006 at 12:22 pm -
Hello all, I hope, this is my last question...:) Example: I would like to perform a copy from table 1 ("InterfaceTable") to table 2 ("BaseTable"). On both tables i have defined business objects (with ...
Nikolai Raitsev
Aug 2, 2006 at 9:46 pm
Aug 3, 2006 at 6:37 am -
Hello all, I have a problem running Cayenne with DB2 UDB I have a following code: Setting connection properties: /// DataSource dataSource = new PoolManager("com.ibm.db2.jcc.DB2Driver", ...
Nikolai Raitsev
Aug 1, 2006 at 8:49 am
Aug 2, 2006 at 7:58 am -
I have some old code that I've been running for a long time. It creates a caching SelectQuery like this: SelectQuery query = new SelectQuery("MyEntityName") ...
Bryan Lewis
Aug 1, 2006 at 6:52 pm
Aug 1, 2006 at 7:56 pm -
Has anyone used Cayenne with GlassFish? I was thinking we should add something to: http://wiki.java.net/bin/view/Projects/GlassFishExtras#frameworks I can't think of any reason why Cayenne wouldn't ...
Michael Gentry
Aug 21, 2006 at 1:03 pm
Aug 30, 2006 at 2:33 am -
I'm getting an exception when I try to invoke andExp() on a Scalar expression: Expression e=new ASTScalar(Boolean.TRUE); e=e.andExp(ExpressionFactory.matchExp(propName + (i+1), t)); [v.1.2-dev July ...
Øyvind Harboe
Aug 16, 2006 at 8:47 pm
Aug 22, 2006 at 6:44 am -
Hi All, I am currently having problems integrating Flex Data Services with Cayenne. With the Flex 2 design patterns, I have a corresponding ActionScript DataObject on the client, with is then ...
Malcolm Edgar
Aug 17, 2006 at 11:33 am
Aug 17, 2006 at 1:48 pm -
Check out the new 1.2.1 maintenance release. It contains a number of bug fixes. For details see the blog entry: http://objectstyle.org/confluence/display/CAY/2006/08/30/ Cheers, Andrus
Andrus Adamchik
Aug 30, 2006 at 8:57 am
Aug 30, 2006 at 9:10 am -
Hi ! How safe would be to go from v.3.0-PROTO June 21 to current snapshot, or saying the same in different words :how stable is current build ? I'm considering using it in production, as cayenne 1.2 ...
Marcin Skladaniec
Aug 23, 2006 at 2:21 pm
Aug 23, 2006 at 2:41 pm -
Are we able to use @sum, @count, etc in a valueForKey type construct like with WebObjects, etc.? http://www.gnustep.org/resources/documentation/Developer/GDL2/ EOControl/EOKeyValueCoding.html This ...
Aristedes Maniatis
Aug 23, 2006 at 8:27 am
Aug 23, 2006 at 9:51 am -
Hello @ all, in which order(sorting) the querys are executed on commit? I have some delete/insert statements in a single transaction and it is important, that the delete statements are executed at ...
Thilko Richter
Aug 23, 2006 at 7:59 am
Aug 23, 2006 at 8:04 am -
Hi, I am trying to set up an error page in my web application that sends error details to me. I can easily get the stack trace and other variables but I can't the heck find out how to get the last ...
Andreas Pardeike
Aug 18, 2006 at 12:05 pm
Aug 18, 2006 at 2:12 pm -
Hello, is there a nice way to sort a List of Cayenne-Objects on o primary-key-field, e.g. "id" (pk) in memory, because the user can resort the existing list more than one time. I don't want to read ...
Zvonimir Spajic
Aug 17, 2006 at 2:11 pm
Aug 17, 2006 at 2:15 pm -
Hi, I am using Cayenne 1.2 final release and the following code: public AiAboangebot copyToNewAngebot(AiAboangebot toCopy) { ctx.commitChanges(); List ur = new ArrayList(); Integer nextId = ...
Hans Schmidt
Aug 16, 2006 at 1:46 pm
Aug 16, 2006 at 2:16 pm -
Using cayenne [v.3.0-PROTO June 21 2006] sometimes we get exception : Caused by: com.caucho.hessian.io.HessianServiceException: actual code point, 4692 does not match expected code point, 9224 at ...
Marcin Skladaniec
Aug 16, 2006 at 2:11 am
Aug 16, 2006 at 2:29 am -
Hello, me again troubling you... I just read the http://cwiki.apache.org/confluence/display/CAYDOC/Remote+Object+Persistence+Guidein search of the solution. If someone read my posting about "Database ...
Borut Bolčina
Aug 8, 2006 at 8:52 pm
Aug 10, 2006 at 1:45 pm -
Hi All, I am trying to intregrate Cayenne with Adobe Flex Data Services. I am finding a nasty compatability problem between the 2 framework designs. Adobe uses a POJO assembler pattern when it is ...
Malcolm Edgar
Aug 10, 2006 at 5:35 am
Aug 10, 2006 at 5:57 am -
I have this code that deletes a list of calendar records for a deactivated employee: Expression nameExp = ExpressionFactory.matchExp("name", name); SelectQuery query = new SelectQuery(Calendar.class, ...
Bryan Lewis
Aug 7, 2006 at 2:37 pm
Aug 7, 2006 at 2:51 pm -
Hello, i need to make a custom SQL query where the resultSet doesn't match any of the dataMap's. My SQL query only returns a list of id's. Something like this SELECT customer.id FROM customer c WHERE ...
Ayhan Kondoz
Aug 3, 2006 at 8:43 am
Aug 3, 2006 at 12:20 pm -
I don't have time to clean it up, but if anyone wants to preview the outer join / audit patch, I'll be happy to send the 128K patch for Cayenne 1.2 directly to them.
Mike Kienenberger
Aug 28, 2006 at 10:17 pm
Aug 28, 2006 at 10:17 pm -
Hello ! We were using v.3.0-PROTO for some time now, and suddenly we started to get some weird errors from cayenne (see bottom of this post). We started to have those error when number of records was ...
Marcin Skladaniec
Aug 28, 2006 at 7:40 am
Aug 28, 2006 at 7:40 am -
Now that I've looked at the BatchQuery object, this was a naive question :-) The BatchQuery contains EXACTLY the information I need. Thanks for being patient :-) Furthermore, I don't think I need to ...
Mike Kienenberger
Aug 26, 2006 at 7:58 pm
Aug 26, 2006 at 7:58 pm -
Ich bin ab 25.08.2006 nicht im Büro und bin ab 12.09.2006 wieder anwesend. Ich werde Ihre Nachricht nach meiner Rückkehr beantworten. In dringenden Fällen wenden Sie sich Bitte an Heiko Erhardt.
Florian Eska
Aug 25, 2006 at 6:47 am
Aug 25, 2006 at 6:47 am -
Hello, I was searching the archives on what would be the best way to move objects between data contexts. Beside http://cwiki.apache.org/CAYDOC/moving-objects-between-contexts.html I found this thread ...
Borut Bolčina
Aug 18, 2006 at 6:33 am
Aug 18, 2006 at 6:33 am -
My apologies if this is off-topic for this list, but it might be relevant to some developers on this list in Australia. We at ish are looking for an experienced programmer with Cayenne (or similar ...
Aristedes Maniatis
Aug 8, 2006 at 11:15 pm
Aug 8, 2006 at 11:15 pm -
Hi all, I am endeavouring to use XMPP for event notification between two separate clients. I have two problems. First, I don't get any rolledback or flushed events. Has anyone experienced such a ...
Marcel
Aug 4, 2006 at 12:31 am
Aug 4, 2006 at 12:31 am -
Hi All, Click Framework 1.0 RC1 is now available. Click Framework is an easy to learn and use J2EE web application framework. Click is designed for web app development by commercial Java teams. With ...
Malcolm Edgar
Aug 1, 2006 at 10:49 pm
Aug 1, 2006 at 10:49 pm
Group Overview
group | user |
categories | cayenne |
discussions | 40 |
posts | 160 |
users | 29 |
website | cayenne.apache.org |
29 users for August 2006
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)