Search Discussions
-
Hi all, I'm doing a proof of concepts of several tricky usage from orm , one of the 2 implementations is Cayenne... I've one scenario where 3 process (stand-alone Java applications) use the same ...
Jerome moliere
Apr 3, 2007 at 3:35 pm
Apr 10, 2007 at 12:15 pm -
there is also a small tutorial using tapestry: http://web.aanet.com.au/websystems/start.html -----Ursprüngliche Nachricht----- Von: Malcolm Edgar Gesendet: Montag, 9. April 2007 12:27 An ...
Peter Schröder
Apr 10, 2007 at 6:42 am
Jun 6, 2007 at 11:17 pm -
hi andrus, thank you for your reply, but we are experiencing "idle in transaction" connections that are hung and have to be killed manually. there are a lot of other connections in state "idle" which ...
Peter Schröder
Apr 4, 2007 at 6:31 am
Apr 27, 2007 at 7:34 am -
Hi all, I'd like to show on a simple test the Cayenne equivalent for the Hibernate UserType, that is to say a way to map some SQL types with some user provided code... Example given is : my customers ...
Jerome moliere
Apr 2, 2007 at 8:43 am
Apr 2, 2007 at 1:21 pm -
My project refuses to load after selecting the DBCPDataSourceFactory. I've checked my dbcp.properties file against the example at http:// cayenne.apache.org/doc20/dbcpdatasourcefactory.html, I've ...
Ryan Holmes
Apr 28, 2007 at 8:48 pm
May 4, 2007 at 7:54 am -
Hi All! Not sure if anyone has used Cayenne with James, so this maybe a stab in the dark, but I've written a few mailets which utilize Cayenne for some DB processing and as soon as I drop the Cayenne ...
Gary Jarrel
Apr 18, 2007 at 8:40 am
Apr 19, 2007 at 1:24 pm -
Hi folks ! I'm using Netbeans 5.5 and started a new visual web application just to try the execution of stored procedures. I've used the Cayenne Modeler to extract the information of an SQL Server ...
Alejandro Daniel Toffetti
Apr 26, 2007 at 4:42 pm
May 10, 2007 at 5:45 am -
Hi all, playing around with cayenne, I'd like to set fetching limits and page sizes for my queries, this seems to be done through QueryMetadata , but this interface does not provide any setter .. So ...
Jerome moliere
Apr 16, 2007 at 11:50 am
Apr 16, 2007 at 2:06 pm -
Hi, I have some trouble with the optimistic locking function. I set the 'optimistic locking' option to an ObjEntity and moreover I set an attribute as "used for locking". I'm in a web environment ...
Marc Gabriel-Willem
Apr 10, 2007 at 3:20 pm
Apr 11, 2007 at 1:13 pm -
Hi all, I'd like to trigger off the auto pk generation? I don't see how to do that ? Is it possible ? I 've got a small schema with a map.xml contents like this: <?xml version="1.0" encoding="utf-8"? ...
Jerome moliere
Apr 10, 2007 at 10:39 am
Apr 10, 2007 at 3:57 pm -
Hi, trying to get the cayenne webapp tutorial to work using Netbeans. Getting the error at the end of this email. I have cayenne-tutorialMap.map.xml cayenne.xml cayenne-tutorialNode.driver.xml in ...
Reid Thompson
Apr 6, 2007 at 11:54 pm
Apr 7, 2007 at 7:20 pm -
Is there a more advance web application tutorial available than the one at http://cayenne.apache.org/doc/tutorial-webapp.html ??
Reid Thompson
Apr 7, 2007 at 7:26 pm
Apr 9, 2007 at 2:05 pm -
Hi In our project we have tried using inheritance, this is the simplification of the map we are using: <db-entity name="AbstractNode" <db-attribute name="id" type="INTEGER" isPrimaryKey="true" ...
Marcin Skladaniec
Apr 17, 2007 at 9:12 am
Jun 14, 2011 at 7:56 pm -
Hi, In some situation, I'm creating a child data context. Is there a good way to clean-up that child data context properly (in order to facilitate the JVM GC process) when I finished with it ? Thank ...
Marc Gabriel-Willem
Apr 10, 2007 at 7:18 am
Mar 10, 2009 at 11:34 am -
No, we are not using performIteratedQuery() with postgres. Is there another possibility to debug this problem or verify if this is maybe a cayenne or jdbc-postgres bug? Oilid
Oilid Adsi
Apr 24, 2007 at 2:28 pm
Apr 26, 2007 at 11:47 am -
hi there, we have some trouble with our postgres database using cayenne. our application is not writing any data to the db, there is only read-statements. nevertheless we have some connections in ...
Peter Schröder
Apr 3, 2007 at 6:57 am
Apr 24, 2007 at 8:24 am -
Hi all, this is my question of the day (waiting for the tip of the day andrus -) ) Let's imagine a database db1 with a catalog1, schema 1 containing table T1 mapped as p1.T1 with Cayenne db2 ...
Jerome moliere
Apr 17, 2007 at 3:15 pm
Apr 19, 2007 at 1:54 pm -
Hi all I'm newbie using cayenne but i'd like to know why it should be better than middlegen. And I wonder if exists a apache project for automatically generate swing GUI by a schema data base ...
Gdilem\
Apr 16, 2007 at 1:26 pm
Apr 16, 2007 at 2:06 pm -
Hi, I've written a stored procedure in mysql db that execute some join queries. Here is my sample stored procedure look like: DELIMITER $$ DROP PROCEDURE IF EXISTS `schooler`.`SearchDD` $$ CREATE ...
Michael K
Apr 2, 2007 at 10:46 am
Apr 3, 2007 at 11:52 am -
done: https://issues.apache.org/cayenne/browse/CAY-783 -----Ursprüngliche Nachricht----- Von: Andrus Adamchik Gesendet: Freitag, 27. April 2007 18:43 An: user@cayenne.apache.org Betreff: Re: Jgroups ...
Peter Schröder
Apr 30, 2007 at 6:34 am
May 4, 2007 at 11:01 am -
Hello everybody, I was trying to trim the size of my application war replacing the full cayenne jar with the client one. But when compiling the application using the cayenne-client-nodeps.jar, the ...
Giulio Cesare Solaroli
Apr 26, 2007 at 3:03 pm
Apr 26, 2007 at 3:20 pm -
Hello, I have a strange problem wit my web app. From time to time, i get a "ValidationException" when i submit a form. Here is the trace : org.apache.cayenne.validation.ValidationException: [v.2.0.2 ...
Landry Soules
Apr 22, 2007 at 1:33 pm
Apr 22, 2007 at 4:09 pm -
Hi Is there a posibility to seperate the Cayenne commitChanges from the database transaction? I'd like to call multiple commitChanges, and at the end I should be able to decide if everything should ...
Patric Lichtsteiner
Apr 12, 2007 at 5:57 am
Apr 12, 2007 at 8:44 pm -
I'm experiencing something confusing when committing changes with a DataContext and objects to be deleted. I have a list of CayenneDataObjects that I'm either updating or deleting depending on ...
Michael Lepine
Apr 7, 2007 at 5:59 pm
Apr 7, 2007 at 6:18 pm -
Hi, I'm using cayenne with oracle 9.2.0.3.0 The pk-attributes in my schema are automatically generated by before-insert-triggers, so cayenne doesn't have to bother generating any pk. Due to this, I ...
Jens Mayer
Apr 6, 2007 at 4:55 pm
Apr 6, 2007 at 5:43 pm -
Hi, just for users conveniance I want to signal one problem in the DataRow documentation: Map row = (Map)artistRows.get(0); // convert row to an artist Artist artist = ...
Jerome moliere
Apr 5, 2007 at 9:26 am
Apr 5, 2007 at 2:10 pm -
Hi all, just to say that some web pages still refer to the old org.objectstylepackages, it prevents copy/paste to ant scripts ... please refer to the cgen page on cayenne website... Jerome -- Jerome ...
Jerome moliere
Apr 2, 2007 at 2:14 pm
Apr 3, 2007 at 8:46 am -
Hello In our application we utilise prePersist on server to update some information about the committed object (ie. createdOn), but there is a problem, the values set in the prePersist are not ...
Marcin Skladaniec
Apr 29, 2007 at 4:32 am
May 2, 2007 at 1:28 pm -
forgott to look into jira before writing the note. you once submitted a patch for WebApplicationContextFilter to work with jetty6-maven-plugin. will this be included into x.3? (i think it was this ...
Peter Schröder
Apr 30, 2007 at 12:39 pm
Apr 30, 2007 at 12:45 pm -
hi there, i could not find out where exactly we picked up the cayenne-modeler-2.0.2.jar from our maven repo, but there was an org.objectstyle dependency in there wich resultet in an build-error ...
Peter Schröder
Apr 30, 2007 at 9:04 am
Apr 30, 2007 at 10:07 am -
hi, i currently disabled the cache-configuration from my data-domain wich was configured through a jgroups config file. locally restarting my app i got an exception, that cayenne cant find the ...
Peter Schröder
Apr 27, 2007 at 12:04 pm
Apr 27, 2007 at 4:43 pm -
hi andrus, i know that this issue sucks, but we are forced to solve it. we did some further investigation of our live-environment and noticed that these idle connections appear only while our ...
Peter Schröder
Apr 27, 2007 at 6:32 am
Apr 27, 2007 at 6:53 am -
Hi, I am not sure if I understood the concept of user-defined transaction: I am accessing two different db-schemas at the same time, using two DataDomains, one for each schema. Now I want to update ...
Jens Mayer
Apr 26, 2007 at 10:05 am
Apr 26, 2007 at 11:53 am -
Hi All! Just wondering why is it if I try to download: http://repo1.maven.org/maven2/org/apache/cayenne/cayenne-nodeps/2.0.2/cayenne-nodeps-2.0.2-sources.jar I get Forbidden You don't have permission ...
Gary Jarrel
Apr 24, 2007 at 7:52 am
Apr 24, 2007 at 8:51 am -
Hi, i have a problem with refreshing of cached objects. I do something like this: SelectQuery query = new SelectQuery(de.freenet.cayenne.kontingent.Customer.class, Expression.fromString("cid = " + ...
Ayhan Kondoz
Apr 19, 2007 at 3:29 pm
Apr 19, 2007 at 3:55 pm -
hi, i am currently investigating the use of cayennes cross jvm caching with jgroups, shown here http://cayenne.apache.org/doc12/object-caching.html and here ...
Peter Schröder
Apr 19, 2007 at 12:14 pm
Apr 19, 2007 at 12:27 pm -
In my application, the user has the ability to switch between databases (for testing purposes). He gets a little dialog, types in user/password/db-name and under the hood, an appropriate DataContext ...
Jens Mayer
Apr 10, 2007 at 8:24 pm
Apr 10, 2007 at 8:34 pm -
Hi, There's a very nice tutorial (and documentation) on how to get started with Cayenne, but I found no documentation about "How to get started with DataViews" :(. I would like to give DataViews a ...
Demetrios Kyriakis
Apr 2, 2007 at 12:09 pm
Apr 2, 2007 at 12:38 pm -
Hi, I set the primary key generation from database(Database generated) by modeller. But I got exception from some tables on Pk generation. This is working well with cayenne 1.2. However cayenne 2.0.2 ...
Emre YILMAZ
Apr 1, 2007 at 3:26 am
Apr 1, 2007 at 1:32 pm -
Hi all Cayenne is usefull for creating swing GUI directly from database. I know Jmatter but it's a beta release. Any alternative? regards ------------------------------------------------------ Passa ...
Gdilem\
Apr 17, 2007 at 5:22 pm
Apr 17, 2007 at 5:22 pm -
FYI: ---------------- Call for Papers Opens for ApacheCon US 2007 The Call for Papers is now open for ApacheCon US, to be held November 12-16 at the Peachtree Westin, Atlanta. The conference will ...
Andrus Adamchik
Apr 16, 2007 at 3:08 pm
Apr 16, 2007 at 3:08 pm -
hi marc, if both threads are notified of the update, there should be no need of the optimistic locking. you may use javas synchronization instead. but i am somewhat surprised that two different ...
Peter Schröder
Apr 11, 2007 at 7:45 am
Apr 11, 2007 at 7:45 am
Group Overview
group | user |
categories | cayenne |
discussions | 42 |
posts | 187 |
users | 29 |
website | cayenne.apache.org |
29 users for April 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)