Search Discussions
-
Hello all, We are using Cayenne 3.0M3 for ORM in our project and are exposing this database using SOAP Web Services. We're using the latest Sun Metro stack (1.2), consisting of the JAX-WS and JAXB ...
Jon Sharp
May 26, 2008 at 11:51 pm
May 30, 2008 at 11:13 pm -
Figured I'd resend the message to this list to get more feedback. Do many people find this API useful? My main motivation for removal of this API is to reduce confusion. It overlaps with query ...
Andrus Adamchik
May 3, 2008 at 3:58 pm
May 6, 2008 at 7:11 pm -
I've got a table `command which has: `id` int PK `name` varchar(32) UNIQUE and a table `command_alias` which has `alias` varchar(32) PK `name` varchar(32) FK REF `command`.`name` Take special note ...
Scott Anderson
May 12, 2008 at 10:26 pm
May 16, 2008 at 3:43 pm -
Hi, what is the C3M4 prefered way of doing this SQL equivalent: DELETE FROM Artist WHERE Oid IN (1,4,8,9); Thanks, Borut
Borut Bolčina
May 30, 2008 at 1:27 pm
Oct 11, 2008 at 8:12 pm -
Hello, //Didn't confirm my subscription before - so i post it again - not sure if my previous message was accepted by the server... I'm new to this mailing list so forgive me all my mistakes (or ...
Michał Morzywołek
May 29, 2008 at 10:46 am
May 29, 2008 at 1:49 pm -
Wanted to check if anybody loads "cayenne.xml" and related Map and Node XML files from locations other than default two: CLASSPATH and WEB-INF/ ? More specifically: 1. anybody uses FileConfiguration? ...
Andrus Adamchik
May 20, 2008 at 2:39 pm
May 23, 2008 at 8:42 am -
Hello everyone! I am new to cayenne and experiencing some problems, when modelling a many-to-many relationship. After I could not solve the problem for an application I am writing at the moment, I ...
Daniel Doppmeier
May 6, 2008 at 8:18 am
May 12, 2008 at 10:07 pm -
Hello list, as small first steps (again) with Cayenne, I created some data objects via DataContext's newObject(MyDataObject.class). Then, without committing, I created an unqualified SelectQuery to ...
Dirk Lattermann
May 19, 2008 at 7:17 pm
May 19, 2008 at 8:55 pm -
I've been using a custom subclass of DefaultConfiguration to customize my database connection. This works great with 3.0M3. However, today I upgraded to the snapshot build and it seems to be ignoring ...
Brian Nelson
May 1, 2008 at 7:29 pm
May 5, 2008 at 8:47 pm -
6
joins
Given three tables (This is not accurate SQL syntax...but you get the point). Reservation { ... siteId int foreign key with Site, ... } Site { ... siteId int primary key, typeId int foreign key with ...Eric Polino
May 22, 2008 at 9:23 pm
May 22, 2008 at 10:08 pm -
Hi, in our application we are using cayenne 1.2.4 and have the problem that we run into a deadlock if two users try to update their data in parallel. I've analyzed the thread-dumps and this are the ...
Martin Thelian
May 15, 2008 at 3:03 pm
May 19, 2008 at 9:15 am -
Hello, I am using the last stable version of Cayenne: 2.0.4. The situation is: Database 1: oracle, with tables A, B Database 2: mysql, with tables C, D, E First question is: what's the best way to ...
Garcia Corral, Josep
May 9, 2008 at 12:18 pm
May 13, 2008 at 12:54 pm -
Can you please help me to configure connection to oracle database. I need to know which driver to use (I have jdbc14.jar from oracle) And how to specify name of the driver in a dialogue box: JDBC ...
Elena Doyle
May 27, 2008 at 11:13 am
Jul 7, 2009 at 10:47 am -
Hi In our application we are using LOCAL_CACHE and cache keys to refresh it, but only for a special context called 'shared' . We have overridden the CayenneContext commitChanges with following to ...
Marcin Skladaniec
May 7, 2008 at 11:26 pm
May 17, 2008 at 1:30 am -
Hi, I'm getting the next error (using cayenne 2.04): Can't perform lookup. There is more than one ObjEntity mapped to class cl.mydomain.User. The model was created with the cayenne 2.04 modeler, and ...
Hans Poo
May 3, 2008 at 2:01 pm
May 5, 2008 at 1:36 pm -
We were using derby and have decided to switch to postgresql. I have changed all my adapters and drivers and they seem to be working properly. I'm getting issues when I try to run my initialization ...
Eric Polino
May 6, 2008 at 3:44 pm
May 22, 2008 at 9:15 pm -
As some of you watching the website and/or the dev list may have noticed, we just posted 3.0M4 release. It is a very big improvement over M3 and earlier versions in performance and usability. Also M3 ...
Andrus Adamchik
May 30, 2008 at 7:47 am
May 30, 2008 at 1:46 pm -
Hi We have updated to M4 and since then this exception started to show up (for some entities only) : [java] org.apache.cayenne.CayenneRuntimeException: [v.3.0-SNAPSHOT May 13 2008 16:16:55] Remote ...
Marcin Skladaniec
May 13, 2008 at 5:32 pm
May 15, 2008 at 12:09 am -
Hi there, We're testing the use of Oracle Database 10g (actually the Express Edition for testing) via the JDBC Thin driver (oracle.driver.OracleDriver). e.g., uri: jdbc:oracle:thin:@host:port:db ...
Lachlan Deck
May 5, 2008 at 2:19 am
May 8, 2008 at 3:35 pm -
Hi I have a 2 tables with a One-to-many relations. (Master-Details) My code insert one row in the Master table and many rows in the Details table at the end I do a dataContext.commitChanges(); But in ...
Julien Trolliet
May 6, 2008 at 3:38 pm
May 8, 2008 at 7:55 am -
Hi All, I recently discovered Cayenne while searching for an alternative for Hibernate. I am very impressed with the easy & intuitive framework Cayenne provides. While porting my current Hibernate ...
JGL
May 6, 2008 at 6:24 am
May 6, 2008 at 7:59 am -
I'm not really sure why you don't use a regular java bean object to do this. However, I believe you could create a DataMap for all of these objects in a separate DataNode. You don't have to create a ...
Mike Kienenberger
May 19, 2008 at 3:07 pm
May 20, 2008 at 7:52 pm -
Hello list Instead of writing three separate mails I thought it would make sense to pack these three questions together: Ordering -------- I am having a list of DataObjects where one field represents ...
Adrian Wiesmann
May 18, 2008 at 2:10 pm
May 19, 2008 at 6:18 am -
Hi, I would like to know if it is ok to store DataObjects in session. I stored an employee dataobject in session and it worked fine. however with every restart of tomcat ...
John Emmanuel
May 9, 2008 at 5:32 am
May 10, 2008 at 6:57 am -
Andrus, If I am using AutoAdapter and DbGenerator for table creation with MySQL 5 and table_type variable in MySQL is set to MyISAM, then according to ...
Borut Bolčina
May 8, 2008 at 5:55 am
May 8, 2008 at 8:26 am -
Hi, I have an web application that serves html pages from a databases. That database is manipulated from a perl program that runs from within a proftpd ftp server. As a result, users can upload their ...
Andreas Pardeike
May 5, 2008 at 8:21 am
May 5, 2008 at 6:08 pm -
Hi, Imagine I have tables A and B. A has 'aid', 'aname' and 'bid' (relation to B, which is non-mandatory) fields. B has 'bid' and 'bname'. I want to make a selection from A but order it by 'bname' ...
Andrey Razumovsky
May 28, 2008 at 6:26 pm
May 28, 2008 at 7:03 pm -
Hello, Having this: Class Master { int id; ... }; Class Detail { int id_master; ... String data; }; I cannot figure out how to perform a SelectQuery to obtain detail records matching a condition, ...
Garcia Corral, Josep
May 28, 2008 at 1:46 pm
May 28, 2008 at 4:38 pm -
I have a feeling this may turn out to be a stupid question, but here goes anyways: Is there a good way to cleanly shut down Cayenne? Have deployed my web app containing Cayenne to a tomcat server ...
Scott Anderson
May 27, 2008 at 6:23 pm
May 27, 2008 at 8:01 pm -
Hello all Let's have another question. :) Has anybody used UUIDs with Cayenne? I am interested in two use cases: - Configuring Cayenne so that UUIDs can be used in DataObjects without the need for ...
Adrian Wiesmann
May 20, 2008 at 7:51 pm
May 27, 2008 at 7:59 pm -
It's probably better to use three separate emails. I've seen issues with using Timestamp columns in Oracle and optimistic locking. The problem was that the date stored in the database was rounded by ...
Mike Kienenberger
May 19, 2008 at 2:48 pm
May 20, 2008 at 7:47 pm -
I've added a virtual field before, so that can work for off-line ordering. There's probably other ways to handle it as well: public static void orderList(List objects, List orderings) { ...
Mike Kienenberger
May 19, 2008 at 3:00 pm
May 20, 2008 at 7:44 pm -
The following may boil down to "How can I get entity/property information on a Fault object?", but I'm not sure. Let me explain: To use Cayenne in a Swing application, I found JBND yesterday after ...
Dirk Lattermann
May 19, 2008 at 8:52 pm
May 19, 2008 at 9:09 pm -
I know that you can chunk as follows: #chunk($somevalue) A = $somevalue #end but can you chunk like: #chunk($somevalue 10) A $somevalue #end Thanks, Daniel L. Morgan EMail : <dmorgan@ihomefinder.com
Dan Morgan
May 9, 2008 at 9:40 pm
May 12, 2008 at 2:19 pm -
Hi all, Click Web Framework 1.5 Milestone 1 has been released. Please note this release supports Cayenne 2.0.x and 3.x. Support for Cayenne 1.2.x series has been dropped. Significant new features ...
Bob
May 21, 2008 at 7:57 am
May 21, 2008 at 7:57 am -
Hi All, Just a quick word of appreciation for the LifecycleListener support in 3.0. I have completed refactoring an audit logging service to use this feature and it works great. This is a much more ...
Malcolm Edgar
May 17, 2008 at 11:08 pm
May 17, 2008 at 11:08 pm -
Yeah, we probably should have moved this discussion to another thread as soon as it became obvious it wasn't the direct cause of your problem. Here's an example of why to-dep-pk makes a difference ...
Mike Kienenberger
May 13, 2008 at 11:28 pm
May 13, 2008 at 11:28 pm
Group Overview
group | user |
categories | cayenne |
discussions | 37 |
posts | 197 |
users | 35 |
website | cayenne.apache.org |
35 users for May 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)