Search Discussions
-
16
Writable FKs
Hello, I would like to discuss one design issue. I am inserting a large number of objects (500.000) and for each of them I must set 3 relationships. These target relationship tables consists of 6000, ...Borut Bolčina
Oct 18, 2010 at 12:47 pm
Nov 4, 2010 at 2:38 pm -
Hello all, How can I perform a query in cayenne such as this: SELECT A, B, C FROM ( (SELECT SUM( table1.A) A, SUM( table1.B) B, table2.C C FROM Table1 INNER JOIN table2 ON table1.fk = table2.id WHERE ...
Bruno René Santos
Oct 28, 2010 at 1:23 pm
Nov 10, 2010 at 8:33 pm -
Hey all, Running through the tutorials, I know what that error means, but I don't think I've done anything wrong. Can someone take a quick look at this xml/object set and tell me what I did wrong? ...
Caden whitaker
Oct 26, 2010 at 4:24 pm
Oct 27, 2010 at 1:37 pm -
Hello, Do you have the plan to switch common-logging to slf4j? Slf4j seems rather simple, and general. Here are the introduciton: The Simple Logging Facade for Java or (SLF4J) serves as a simple ...
Gyhe
Oct 22, 2010 at 3:09 am
Oct 26, 2010 at 10:58 am -
Hello all, Yesterday I left an application running with cayenne on a tomcat server (left the browser opened), using JNDI, and when I came today and tried to use it again I got the error in ...
Bruno René Santos
Oct 28, 2010 at 10:01 am
Oct 28, 2010 at 1:57 pm -
Hello, I am making an evaluation of Cayenne and other frameworks. One of my test is the following : begin a set of operations make a select * on one table insert new element in that table make ...
Mathias Clerc
Oct 15, 2010 at 6:48 am
Oct 15, 2010 at 8:53 am -
I am using 3.0 (final) and am having some issues using context.createFromDataRow(...) ObjectResolver is throwing an NPE on what looks like updating snapshots. Code: SQLTemplate template = .... ...
Rorison, Jeff
Oct 6, 2010 at 6:08 pm
Oct 21, 2010 at 6:15 pm -
Hi, while cayenne itself is available at repo1.maven.org, some of its dependencies are not. When following the instructions here: http://cayenne.apache.org/doc30/cayenne-and-maven.html I get errors ...
Marc Guenther
Oct 12, 2010 at 9:51 am
Oct 12, 2010 at 3:50 pm -
I'm developing a web app for use on a corporate network. I'm using JGroups already for some messaging between nodes in a cluster. I would like to use Cayenne's JGroups support for cache sync as well ...
Steve Springett
Oct 8, 2010 at 6:51 am
Oct 12, 2010 at 6:40 am -
Hello all, First, sorry about so many doubts in so little time, but I’m trying to decide how to do some things on my application concerning cayenne. So adding to my previous doubts, here goes some ...
Bruno René Santos
Oct 28, 2010 at 1:55 pm
Oct 28, 2010 at 3:25 pm -
Hello, one of my relationships is not set and I can not find an explanation. I fetch two objects from shared data context and create local copies. MapObjectType mot = ...
Borut Bolčina
Oct 13, 2010 at 9:03 am
Oct 14, 2010 at 6:03 pm -
Hello, I'm new to Cayenne, and coming form EOF I'm find everything very easy to understand. Everything is so similar that I'm wondering that what I consider to be flaws in EOF also happen in ...
Paulo Andrade
Oct 28, 2010 at 10:50 am
Nov 1, 2010 at 1:07 am -
Hello, in another thred Andrus suggested to have a look at current support for MySQL batching. According to: - http://bbish.net/htmls/mysql/news.html (Changes in MySQL Connector/J 5.1.3) - ...
Borut Bolčina
Oct 27, 2010 at 9:01 am
Oct 27, 2010 at 12:24 pm -
Hello, I have written a configuration for the class generator of Cayenne within my pom.xml: <plugin <groupId org.apache.cayenne.plugins</groupId <artifactId maven-cayenne-plugin</artifactId ...
André Rothe
Oct 12, 2010 at 8:55 pm
Oct 13, 2010 at 8:05 am -
Hi, I could not generate classes related to map itself (_*Map.java). They are generated by modeler but not with this maven plugin. All other classes defined in the map are generated just fine. I was ...
Alexander Yaremenko
Oct 7, 2010 at 6:44 am
Oct 11, 2010 at 11:20 am -
Hello, I'm not familiar with Cayenne, so I have some question to come to a decision about the usage of Cayenne in the current project. Is it possible to use multiple databases with Cayenne? We have ...
André Rothe
Oct 12, 2010 at 12:50 pm
Oct 12, 2010 at 1:39 pm -
So I've been sending out the same question all over the internets, hopefully those of you that have seen my question are not entirely sick of me by now. Here's my conundrum: I'd like to have my ...
Caden whitaker
Oct 20, 2010 at 6:44 pm
Oct 20, 2010 at 7:04 pm -
Hi, maybe that's a stupid question, but is there a way to make a query aware of newly inserted objects? I have a DataContext. I insert some object into it (a user), and then, without committing the ...
Marc Guenther
Oct 12, 2010 at 1:35 pm
Oct 12, 2010 at 1:51 pm -
Hey all, thank you for your help so far! The latest thing I have been looking at is how to dynamically update the mapping files in cayenne. I see some methods available but I wanted to know what best ...
Caden whitaker
Oct 27, 2010 at 1:28 pm
Oct 27, 2010 at 1:28 pm -
By vote of the Apache Cayenne PMC, Xenia Khailenka is now a committer to this project. Xenia graduated from the Belarusian State University, faculty of Mechanics and Mathematics, specialising in ...
Aristedes Maniatis
Oct 18, 2010 at 6:14 am
Oct 18, 2010 at 6:14 am -
Hi, the 3.0.1 win modeler refuses to migrate some (not all!) changes made in mysql database. If I rename column name it works just fine. I changed the type from BIGINT to DECIMAL(17,11) and the ...
Borut Bolčina
Oct 11, 2010 at 8:17 am
Oct 11, 2010 at 8:17 am -
Hello, after upgrading from 3.0 to 3.0.1 I am getting java.lang.ClassCastException: java.lang.Byte cannot be cast to java.lang.Integer @SuppressWarnings("unchecked") private Integer ...
Borut Bolčina
Oct 4, 2010 at 3:51 pm
Oct 4, 2010 at 3:51 pm -
http://www.infoq.com/news/2010/09/cayenne-3.0 This actually discusses some important things for us - how Cayenne is different and what's in the future. Andrus
Andrus Adamchik
Oct 3, 2010 at 1:58 pm
Oct 3, 2010 at 1:58 pm
Group Overview
group | user |
categories | cayenne |
discussions | 23 |
posts | 122 |
users | 25 |
website | cayenne.apache.org |
25 users for October 2010
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)