Search Discussions
-
hi there, i was trying to run the cayenne-filter with jetty6-maven-plugin, but it did not work out for me... even with including all dependencies to the jetty-plugin i failed to use the ...
Peter Schröder
Feb 13, 2007 at 11:10 am
Feb 28, 2007 at 2:06 pm -
As some may have noticed already, Cayenne website just moved, got a serious facelift, and started to use Confluence as a CMS in the backend: http://cayenne.apache.org/ ...
Andrus Adamchik
Feb 1, 2007 at 1:56 pm
Feb 6, 2007 at 2:00 am -
did you set the pk-generation properly (database-generated) in the modeler? -----Ursprüngliche Nachricht----- Von: Frank Gesendet: Donnerstag, 1. Februar 2007 15:23 An: user@cayenne.apache.org ...
Peter Schröder
Feb 1, 2007 at 2:31 pm
Feb 2, 2007 at 3:42 am -
Hi, Any resources to start Cayenne as a JPA provider in a web server like Tomcat or Jetty? Thanks, Lasantha
Lasantha Ranaweera
Feb 21, 2007 at 1:08 pm
Feb 27, 2007 at 4:52 pm -
Please advice on what to with the following error. Thanks, Jeff Complete Stacktrace: INFO QueryLogger: Created connection pool: jdbc:derby:testdb;create=true Driver class ...
Pogs
Feb 15, 2007 at 3:17 pm
Feb 17, 2007 at 3:33 am -
We are in the process of considering a migration away from our current EOF based application. We have used Cayenne and found it to be pretty nice. Now that JPA is starting to gain some traction ...
Dov Rosenberg
Feb 23, 2007 at 7:14 pm
Feb 26, 2007 at 6:06 pm -
I am relatively new to Cayenne, but have run into a recent problem. I am using the single-table inheritance method, and I have a few subclasses of a generic object. According to the docs and wiki, by ...
Nick Peeples
Feb 26, 2007 at 5:24 pm
Feb 27, 2007 at 3:08 am -
Hi I have a simple one-to-many relationship : AppleTree - Apple. I'm doing a query : new SelectQuery(AppleTree.class, expression) how should the expression look like to return the trees with apples ? ...
Marcin Skladaniec
Feb 28, 2007 at 12:50 am
Mar 5, 2007 at 11:15 am -
I asked about security a little while back and I came up short of finding a solution that will allow me to use cayenne (I want user/role security on the server). I see where the josso project ...
Carl Mosca
Feb 24, 2007 at 4:14 pm
Feb 27, 2007 at 9:21 pm -
We are very close to a release of our software but we've hit a performance problem in our approach to displaying a list of records. We are fetching a list of courses and for each one showing the ...
Aristedes Maniatis
Feb 15, 2007 at 10:55 am
Feb 20, 2007 at 2:33 pm -
We've been using a modified DataPort w/Jetty for a while and never had any problems. However, today we tried running it under Tomcat and it failed. Paraphrased from my source, I do the following ...
Øyvind Harboe
Feb 14, 2007 at 2:06 pm
Feb 15, 2007 at 7:01 pm -
Hello. Just stumbled over the feathercast podcast. Episode 15 has an interview with Jean Anderson where she talkes about Derby, the Incubator, Cayenne and some other stuff. This is old news, but I ...
Tore Halset
Feb 7, 2007 at 11:38 pm
Feb 8, 2007 at 4:25 pm -
Hi, i think i found a possible bug / memory leak within the DispatchQueue and EventManager. First a little bit about my setup: I have 3 servers. Each server runs an axis service. The service uses ...
Ayhan Kondoz
Feb 21, 2007 at 8:56 am
Nov 23, 2007 at 6:46 pm -
hi frank, you may use the object-graph to execute the queries you want. there is no joining with cayenne-syntax. cayenne will translate your query into an sql-statement with any joins that will be ...
Peter Schröder
Feb 2, 2007 at 7:25 am
Feb 4, 2007 at 11:05 pm -
Hello, is it necessary to have a full column reserved for the class qualifier in case of single table inheritance? I.e. instead of qualifier personType = 'CUSTOMER' would something like personType ...
Török Péter
Feb 27, 2007 at 2:22 pm
Feb 27, 2007 at 2:39 pm -
Hello! There is any way I can build a query with a GROUP BY clause? Thanks! Dorian
Dorian
Feb 17, 2007 at 10:36 pm
Feb 18, 2007 at 3:18 pm -
hi andrus, i get this: 2007-02-14 08:30:01.463::WARN: failed CayenneFilter org.objectstyle.cayenne.ConfigurationException: [v.1.2.1 September 19 2006] Error during Configuration initialization ...
Peter Schröder
Feb 14, 2007 at 7:32 am
Feb 14, 2007 at 3:13 pm -
Is Cayenne affected by the upcoming DST change going into effect in March? Or will a simple JDK upgrade fix the issue? -- Dov Rosenberg Inquira Knowledge Management Experts http://www.inquira.com
Dov Rosenberg
Feb 16, 2007 at 1:58 am
Feb 16, 2007 at 2:44 pm -
Just a heads up that I've finished linking together all the children in the version 2 docs. It is a little time consuming, so I don't think I'll do version 1.2, since the pages are identical to ...
Aristedes Maniatis
Feb 10, 2007 at 1:29 am
Feb 12, 2007 at 3:51 am -
I had this code working on an Oracle8 database: ProcedureQuery procQuery = new ProcedureQuery("proc_eu_update_begin"); dc.performQuery(procQuery); The procedure is only a few sql statements to create ...
Bryan Lewis
Feb 6, 2007 at 11:35 am
Feb 8, 2007 at 6:01 pm -
Hi All, the following link is to a custom Cayenne 1.2.2 build to support descriptions in the Modeler (CAY-659). http://click.sourceforge.net/click-maven-bundle/cayenne-1.2.2.b.zip Please note this is ...
Malcolm Edgar
Feb 26, 2007 at 5:04 am
Feb 26, 2007 at 2:51 pm -
hi sam, i think that you can get the pk through the snapshot of the object after it has been committed to the context: http://cayenne.apache.org/doc12/accessing-pk-and-fk-values.html ...
Peter Schröder
Feb 26, 2007 at 8:33 am
Feb 26, 2007 at 9:45 am -
I have an attribute in some of my tables which are supposed to store the date&time of the record's last modification. The idea (coming from our DB expert) is that we set the default value (SYSDATE) ...
Török Péter
Feb 22, 2007 at 4:43 pm
Feb 22, 2007 at 4:53 pm -
Yes seems live there are DataContext instances. http://img73.imageshack.us/img73/3068/memta6.jpg I started the GC a few times before I took this screenshot. As you can see there are still 30 ...
Ayhan Kondoz
Feb 21, 2007 at 2:07 pm
Feb 21, 2007 at 2:20 pm -
Hi, the JVM has 1 GB of memory and i already tried to run the GC manually but it doesn't make a difference. I can start the GC from the profiler tool but the number of instances does not change. I ...
Ayhan Kondoz
Feb 21, 2007 at 1:37 pm
Feb 21, 2007 at 1:49 pm -
I am having some trouble modeling many to many relationships with Cayenne Modeler: Author<<--AuthorBook-- Book I am using MySQL 5.x inoDB. The schema defines the foreign keys but when I generate ...
JR Ruggentaler
Feb 20, 2007 at 8:20 am
Feb 20, 2007 at 12:48 pm -
Just checking my understanding of something... Does it make any sense to call setFetchLimit() on a SQLTemplate? We're supplying the raw SQL so I would think we'd have to hand-craft the fetch limit as ...
Bryan Lewis
Feb 16, 2007 at 7:37 pm
Feb 17, 2007 at 10:56 pm -
jey! kick ass! it works! what did you change? is it only a 1.2 problem? -----Ursprüngliche Nachricht----- Von: Andrus Adamchik Gesendet: Freitag, 16. Februar 2007 16:02 An: user@cayenne.apache.org ...
Peter Schröder
Feb 16, 2007 at 3:22 pm
Feb 16, 2007 at 3:36 pm -
hi andrus, this is the debug-output. why does the loading of local preferences fail with the maven-plugin?! 16 Feb 2007 09:55:03.569 [DEBUG] [main] [org.objectstyle.cayenne.conf.DefaultConfiguration] ...
Peter Schröder
Feb 16, 2007 at 8:59 am
Feb 16, 2007 at 3:02 pm -
Hi All, What version of JGroups do people use for their Cayenne Cross-VM Cache Sharing Configuration? regards Malcolm Edgar
Malcolm Edgar
Feb 16, 2007 at 2:15 am
Feb 16, 2007 at 2:22 pm -
Hi I am using Cayenne 2.02 on Oracle and I am issues saving some data back to the database. I am simply creating some new persistent objects and saving using commit changes. The objects are all ...
Edward pedersson
Feb 15, 2007 at 4:39 pm
Feb 15, 2007 at 4:46 pm -
hi andrus, there must be a different handling of the dependencies in eclipse-jetty-launcher and the maven-jetty plugin. if i run my app with jetty:run i get exceptions like: 2007-02-13 ...
Peter Schröder
Feb 13, 2007 at 4:19 pm
Feb 13, 2007 at 4:23 pm -
Some time ago we extended BigDecimal to our own Money subclass (which maintains two decimal points of scale amongst other things). However when we tried to add that directly to Cayenne an exception ...
Aristedes Maniatis
Feb 4, 2007 at 12:41 am
Feb 5, 2007 at 1:20 pm -
Sam Shah
Feb 26, 2007 at 5:57 am
Feb 26, 2007 at 5:57 am -
I don't know if it is of any interest concerning this matter but the only thing that is probably slightly unusual is this. I am using a few singletons to cache some DataObjects which I use ...
Ayhan Kondoz
Feb 21, 2007 at 2:40 pm
Feb 21, 2007 at 2:40 pm -
Note to the users of much advertised, but not yet officially released lifecycle callback API. There were some changes to simplify listener registration (and to make backend more consistent). Check ...
Andrus Adamchik
Feb 15, 2007 at 6:54 pm
Feb 15, 2007 at 6:54 pm -
Hello, I have a mysql table with a PK of id that is auto incremented. The getter is not generated for this pk. I need to use the pk id in a table as a link to allow the user to edit. If I add the pk ...
Frank
Feb 1, 2007 at 2:23 pm
Feb 1, 2007 at 2:23 pm -
looks really nice! ps cayenne rulz ;-) -----Ursprüngliche Nachricht----- Von: Andrus Adamchik Gesendet: Donnerstag, 1. Februar 2007 14:55 An: user@cayenne.apache.org Betreff: [ANN] New Web Site As ...
Peter Schröder
Feb 1, 2007 at 2:21 pm
Feb 1, 2007 at 2:21 pm
Group Overview
group | user |
categories | cayenne |
discussions | 38 |
posts | 213 |
users | 32 |
website | cayenne.apache.org |
32 users for February 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)