Search Discussions
-
12
security
I am wondering about security (user, query, role level). What approaches have been taken by those using ROP for a some time? TIA, -- Carl J. MoscaCarl Mosca
Jan 31, 2007 at 2:24 pm
Feb 2, 2007 at 1:14 pm -
Hello list, I am currently using Cayenne 2.0. I read it was possible to modify objects during a validateForInsert or validateForSave call (e.g. not the same as old WebObjects). What about creating a ...
Alexander Lamb (dev)
Jan 16, 2007 at 9:07 pm
Jan 23, 2007 at 1:44 pm -
Hi I'm using Cayenne 2.0.1 and I'm working with a model with a self join like this: <db-entity name="PathElement" <db-attribute name="ID" type="INTEGER" isPrimaryKey="true" isMandatory="true"/ ...
Patric Lichtsteiner
Jan 18, 2007 at 8:14 am
Jan 23, 2007 at 4:13 pm -
Hi list, can somebody help me please. i have a products object with to-one relationship with my categories object. what i want to do is create a new products and use an existing categories object ...
Jun Bondoy
Jan 20, 2007 at 1:02 pm
Jan 25, 2007 at 6:05 am -
I've started working on a package of cayenne annotations, so far only for validations. My initial motivation was from using the Tapestry bean-form component. Bean-form will create a Html form for you ...
Steve Wells
Jan 7, 2007 at 7:27 am
Jan 15, 2007 at 7:28 am -
Hi I am using the latest version of Cayenne with Tapestry 4.0.1. I am having a bit of trouble using nested dataContexts. I would like the user to be able to create a new object in a wizrd style ...
Edward pedersson
Jan 5, 2007 at 4:16 pm
Jan 17, 2007 at 12:02 am -
Currently (to the best of my knowledge), cayenne always represents a to-many relationship as a java.util.List. However, I was thinking it would be nifty if cayenne supported map-representations of ...
Robert Zeigler
Jan 16, 2007 at 4:14 am
Jan 16, 2007 at 1:17 pm -
Hi all, I'm facing a strange problem while reverse engineering with the modeller my schema living on a sybase host (Solaris / 12.5.4).... It must be a tricky problem because Hibernate tools have the ...
Jerome moliere
Jan 8, 2007 at 6:07 pm
Jan 10, 2007 at 3:19 pm -
/A bit of a late announcement and old news to cayenne-dev subscribers, but here is goes..../ I am glad to announce that during its December meeting, Apache Board accepted a resolution officially ...
Andrus Adamchik
Jan 5, 2007 at 1:12 pm
Jan 5, 2007 at 7:36 pm -
Hello. I just wanted to share my recent findings about deleteObject() and localObject() in remote cayenne (assuming that there is only one apple in the db) Apple apple1 = ...
Marcin Skladaniec
Jan 25, 2007 at 4:37 am
Jan 29, 2007 at 11:41 pm -
hi, is there a cayenne method that gives me the db-name of a property bye its cayenne-class-property? i searched the code but didnt find anything... kind regards peter
Peter Schröder
Jan 24, 2007 at 8:23 am
Jan 24, 2007 at 9:13 am -
Hi All! I've got a web app using struts, spring and cayenne. I use a web application listener to setup the thread bound data context for any given actions. All database access is abstracted away via ...
Gary Jarrel
Jan 20, 2007 at 3:24 am
Jan 21, 2007 at 11:59 pm -
A tiny issue. Hardly worth mentioning, really. In the new 2.0.1 version available from the web site, CayenneModeler.exe no longer lets me specify the directory from which to load cayenne.xml. It was ...
Bryan Lewis
Jan 16, 2007 at 4:10 pm
Jan 17, 2007 at 1:54 pm -
hi robert, what do you need a name for? you get cayenne-objects from that relationship whom you can access via getters and setters?! -----Ursprüngliche Nachricht----- Von: Robert Zeigler Gesendet ...
Peter Schröder
Jan 16, 2007 at 8:27 am
Jan 16, 2007 at 5:01 pm -
Hi When I try to reeng IBM DB2 tables in CayenneModeler I get a pop-up error "Unsupported encoding Cp277 for result set column" just after I press "Continue" in "Reengineer DB Schema: Connect to ...
Nsm
Jan 12, 2007 at 1:15 pm
Jan 15, 2007 at 11:42 am -
Hi All, Is there a facitity in Cayenne to convert a DataRow into a DataObject. I recall reading there was something like this, but I can seem to find it. regards Malcolm Edgar
Malcolm Edgar
Jan 24, 2007 at 12:29 am
Jan 24, 2007 at 12:33 am -
I am glad to announce releases of two branches of Cayenne, 2.0.2 and 1.2.2. Check out the blog entry for details: http://cwiki.apache.org/confluence/display/CAY/2007/01/18/ I am still working on ...
Andrus Adamchik
Jan 18, 2007 at 10:19 am
Jan 18, 2007 at 10:24 pm -
This list has been moved to user@cayenne.apache.org -- Joe Schaefer
Joe Schaefer
Jan 17, 2007 at 6:14 pm
Jan 18, 2007 at 7:26 am -
is your db-type according to java.lang.Long ? should be something like <db-attribute name="CURRENT_VALUE" type="BIGINT" length="19"/ -----Ursprüngliche Nachricht----- Von: Florian.Eska@gi-de.com ...
Peter Schröder
Jan 15, 2007 at 12:34 pm
Jan 15, 2007 at 1:00 pm -
hi and happy new year, i am looking for a method that tells cayenne to clear all cached objects, so that i can be sure the context will read fresh data from database next time a query is performed. i ...
Peter Schröder
Jan 3, 2007 at 1:03 pm
Jan 3, 2007 at 5:36 pm -
thx, it works like this: ObjEntity entity = context.getEntityResolver().lookupObjEntity(Tracking.class); ObjAttribute attribute = (ObjAttribute) ...
Peter Schröder
Jan 24, 2007 at 12:57 pm
Jan 24, 2007 at 12:57 pm -
did you call context.createAndRegister() on the new objects? -----Ursprüngliche Nachricht----- Von: Jun Bondoy Gesendet: Sonntag, 21. Januar 2007 07:18 An: user@cayenne.apache.org Betreff: Re: help ...
Peter Schröder
Jan 22, 2007 at 8:57 am
Jan 22, 2007 at 8:57 am -
Hi I have a named query in the model and I have set it to refresh objects. In addition I have a relationship (from a persistent obejct) that returns more or less the same objects but less ...
Edward pedersson
Jan 17, 2007 at 12:09 am
Jan 17, 2007 at 12:09 am -
ah, now i get your idea -----Ursprüngliche Nachricht----- Von: Robert Zeigler Gesendet: Dienstag, 16. Januar 2007 10:03 An: cayenne-user@incubator.apache.org Betreff: Re: AW: "map" properties? I ...
Peter Schröder
Jan 16, 2007 at 10:02 am
Jan 16, 2007 at 10:02 am -
Hi, I have a problem with writing a java.lang.Long into our database. Example: I have a value in the database greater than java.lang.Integer.MAX_VALUE, example 9000000020. I can read the value ...
Florian Eska
Jan 15, 2007 at 10:51 am
Jan 15, 2007 at 10:51 am -
thank you for the instant help. -----Ursprüngliche Nachricht----- Von: Andrus Adamchik Gesendet: Mittwoch, 3. Januar 2007 18:36 An: cayenne-user@incubator.apache.org Betreff: Re: clear caches ...
Peter Schröder
Jan 4, 2007 at 7:45 am
Jan 4, 2007 at 7:45 am -
Marcel Gordon, one of our Summer of Code 2006 students, wrote an article about the project he was working on - using Cayenne ROP with Eclipse GEF framework. And I finally got around to publish it on ...
Andrus Adamchik
Jan 2, 2007 at 4:19 pm
Jan 2, 2007 at 4:19 pm
Group Overview
group | user |
categories | cayenne |
discussions | 27 |
posts | 90 |
users | 28 |
website | cayenne.apache.org |
28 users for January 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)