Re: toMany relationship not fetched

2006-04-26 Thread Marcin Skladaniec
Hello We found a workaround for the second problem. On 26/04/2006, at 5:12 PM, Marcin Skladaniec wrote: Hi ! I found small temporary solution to my problem. (I forgot to mention that we are using nightly build from 25.IV ) On 26/04/2006, at 2:55 PM, Marcin Skladaniec wrote: Andrus You

Google Summer of Code

2006-04-26 Thread Andrus Adamchik
Are there any students on this list? Google Summer of Code is coming: http://code.google.com/summerofcode.html http://code.google.com/soc/studentfaq.html Cayenne will be taking part as well. I posted some ideas on Apache wiki: http://wiki.apache.org/general/SummerOfCode2006 But the best thing

Re: toMany relationship not fetched

2006-04-26 Thread Andrus Adamchik
On Apr 26, 2006, at 11:51 AM, Marcin Skladaniec wrote: It looks like the Language object is in HOLLOW state but does not know about it. So we forced the state of Language to HOLLOW and everything works fine. Is there any way for related object to be in a wrong state because of localObject

Re: toMany relationship not fetched

2006-04-26 Thread Andrus Adamchik
On Apr 26, 2006, at 11:53 AM, Andrus Adamchik wrote: On Apr 26, 2006, at 11:51 AM, Marcin Skladaniec wrote: It looks like the Language object is in HOLLOW state but does not know about it. So we forced the state of Language to HOLLOW and everything works fine. Is there any way for

Configuring Logging

2006-04-26 Thread emre . yilmaz
Hi, I set the below parameters but logging not changed. How can I stop the cayenne logging? java.net.URL url = DbObject.class.getResource(resources/cayenne/mssql/cayenne-log.properties); org.objectstyle.cayenne.conf.Configuration.configureCommonLogging(url);

How to express column is null

2006-04-26 Thread I. Venuti
Hi, I'm trying to use an expression where I impose the condition column is null. I've tried: exp.setOperand( Expression.EXIST, id_news); but it doesn't seem to work. Thanks -- Ivan