Search Discussions
-
Help! I am at a loss to figure out how to get past this one. The same code works perfectly fine when I test it against a MySQL database. I tried using the line containing the DB2Adapter statement but ...
Andrew Willerding
May 12, 2011 at 3:13 pm
May 13, 2011 at 3:43 pm -
Hi, I need to create a query to select certain objects with a condition like so: SELECT*FROM tableWHERE(col/16)=10; Column 'col' is defined as integer but the expression (col / 16) yields a floating ...
Wernke zur Borg
May 31, 2011 at 2:27 pm
Jul 11, 2011 at 6:30 pm -
Hi, I am using a simple SQLTemplate select query but it fails because of special charachters : SELECT * FROM SDEPTHR INNER JOIN THRESH ON SDEPTHR.DEPTHRID=THRESH.THRESHID WHERE SDEPTHR.JOBNAME = ...
Laurent Marchal
May 16, 2011 at 8:36 pm
May 25, 2011 at 8:27 pm -
Hi, I'm using stable cayenne 3.0.1. Following the tutorial in vertical inheritance i've been unable to make vertical inheritance work. I've modified the tutorial app adding a Programmar as Child of ...
Hans C. Poo
May 12, 2011 at 5:10 pm
May 19, 2011 at 8:36 pm -
Hi all, I am referring to FAQ "Setting Database Connection" here: https://cwiki.apache.org/CAY/setting-database-connection.html Firstly, in 3.1 the SharedConfiguration no longer exists, so we have to ...
Wernke zur Borg
May 26, 2011 at 10:20 am
May 26, 2011 at 2:56 pm -
Currently I'm using CreateIfNoSchemaStrategy and it seems to work quite well for the database platforms I'm targeting. My question is, is there any way or examples somewhere to update the schema if ...
Steve Springett
May 3, 2011 at 12:16 am
May 3, 2011 at 6:51 am -
I have an object called event that contains eventMenu as an array of objects. event is a table in my database and eventMenu is a table. Each of the objects are working fine for inserts and ...
Tony Dahbura
May 25, 2011 at 7:58 pm
Jun 2, 2011 at 12:35 pm -
Hi In my application I start embedded derby and jetty http server (as a servlet container). Then the cayenne runtime is initiated (for both 1tier and ROP). When the application shuts down I reverse ...
Marcin Skladaniec
May 27, 2011 at 2:34 am
May 31, 2011 at 2:48 pm -
Hey all, how do I do create "group by" or "sum" queries with Cayenne? Is an IndirectQuery/SQLTemplate the best way to do it? Cheers Christian
Christian Grobmeier
May 24, 2011 at 9:54 am
May 25, 2011 at 3:56 pm -
I have placed the cayenne.xml file in WEB-INF directory, also in classes directory under WEB-INF and even added a parameter to my web.xml file to : <filter <filter-name CayenneFilter</filter-name ...
Tony Dahbura
May 17, 2011 at 2:11 pm
May 17, 2011 at 2:53 pm -
I hope you don't mind me posting this here as hopefully this helps somebody else trying to deploy a web app under tomcat 6.0.32 using DB2 Version 7. (I know it's old but I had no choice) I was ...
Andrew Willerding
May 6, 2011 at 2:08 pm
May 9, 2011 at 7:49 am -
I am trying to find an example of using an order by on a cayenne query. I was hoping to have it sort the information using the database versus locally which cayenne seems to support either. My ...
Tony Dahbura
May 6, 2011 at 6:36 pm
May 7, 2011 at 4:17 pm -
Hey guys-- In a clustered cayenne environment (I'm using the JMS event bridge), do all nodes receive all cayenne events (talking preInsert, postUpdate, etc etc). Only some of them? None of them? I ...
Dave Lamy
May 17, 2011 at 8:16 pm
Jul 14, 2011 at 5:31 am -
At work, I'm starting a new application with cayenne 3.0.1. We're using Ingres which has a read lock for tables during select queries. To make matters more complicated, I need to do inserts to a ...
Lucas Holt
May 25, 2011 at 4:55 pm
May 25, 2011 at 11:17 pm -
I've got a Cayenne 1.1 application that has been running fine for years. Today we hit a strange error, a Numeric Overflow on a relationship list fetch. I've looked through the tables involved ...
Mike Kienenberger
May 9, 2011 at 10:50 pm
May 9, 2011 at 11:37 pm -
I thought I understood what was going on with Cayenne but alas it seems to be a misconception on my part! I have a web application I am building. The database code had methods to insert, update, and ...
Tony Dahbura
May 4, 2011 at 2:39 pm
May 6, 2011 at 6:12 pm -
Hi, sometimes Cayenne generates SQL like: ... FROM schema.table WHERE... and sometimes it generates: ... FROM table WHERE... I would like to make sure its only using the second one. How can I achieve ...
Christian Grobmeier
May 6, 2011 at 2:05 pm
May 6, 2011 at 3:51 pm -
Hi, I would like to ask you guys where do you see 3.1 now? M2 is 2 months out and I would like to ask where do you see the first RC (months/year)? I couldn't find a roadmap and I'm working on a ...
Marek Šabo
May 6, 2011 at 2:17 pm
May 6, 2011 at 2:55 pm -
Hey all, i have NULL in the database (MySQL). If I select it, it will return endTime=Thu Jan 01 00:00:00 CET 1970 This is taken from the values map in the CayenneDataObject M2 Line 193 - 195. public ...
Christian Grobmeier
May 5, 2011 at 12:23 pm
May 5, 2011 at 3:44 pm -
Hello. We are using 3.1M2 in jetty 7.3.0. For production I want to turn off the logging done by CommonsJdbcEventLogger. I got this to work with earlier versions of cayenne and a different servlet ...
Tore Halset
May 5, 2011 at 10:01 am
May 5, 2011 at 3:21 pm -
I am trying to execute a where clause that includes calling a database function, in this case SHA2 for mysql. My code looks like the following: HashMap<String,String parameters = new ...
Tony Dahbura
May 3, 2011 at 11:50 am
May 4, 2011 at 4:14 pm -
Hello all, I have a table with 3 foreign keys that are also the composite primary key. On cayenne modeler the primary key generation is Default but even so during the commit phase Cayenne tries to ...
Bruno René Santos
May 3, 2011 at 4:15 pm
May 3, 2011 at 6:18 pm -
Hello Cayenne support Here is my code where I am trying to update a table by using EJB Query language. The parameter I pass for the subquery is an object. EJBQLQuery updateQueryDoc = new EJBQLQuery( ...
Muthumari, Sundaresan
May 11, 2011 at 6:42 pm
May 13, 2011 at 10:51 am -
Hi, We have created a new template pojo.vm in order to generate the pojos automatically, using the cayenne cgen goal of the cayenne maven plugin. It is more or less working but we developed it on our ...
Felix
May 3, 2011 at 1:25 pm
May 3, 2011 at 6:20 pm
Group Overview
group | user |
categories | cayenne |
discussions | 24 |
posts | 98 |
users | 23 |
website | cayenne.apache.org |
23 users for May 2011
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)