Re: lifecycle callbacks not always fired

2007-03-15 Thread Lachlan Deck
Hello again, On 15/03/2007, at 12:15 AM, Andrus Adamchik wrote: One last try at guessing it. On the server you have to do some magic to enable callbacks (hopefully eventually this will be more transparent). See "Enabling Callbacks" chapter at the bottom of this page: http://cayenne.apach

Re: AW: AW: AW: possible bug / memory leak in DispatchQueue and EventManager?

2007-03-15 Thread Andrus Adamchik
I didn't. I'd appreciate if you could do that, as you have all the details. http://issues.apache.org/cayenne/ Thanks Andrus On Mar 15, 2007, at 3:45 PM, Ayhan Kondoz wrote: Hi Andrus, did you log this as a bug? And do you need anything else from me? At the moment I added a cronjob to res

Re: Cayenne validation

2007-03-15 Thread Mike Kienenberger
DbAttribute.isMandatory(). So you'd start at an ObjRelationship, get the DbRelationship, then cycle through each DbJoin of the DbRelationship. For each join, you'd getTarget().isMandatory(). On 3/15/07, syrinx <[EMAIL PROTECTED]> wrote: Thanks Malcom your comments were very helpful! There

Re: Cayenne validation

2007-03-15 Thread syrinx
Thanks Malcom your comments were very helpful! There is one thing I can't figure out though. How can I query the metadata to find out if a specific relation is mandatory or not? Is there a way to access the db metadata and extract that kind of information? Your help is greatly appreciated. M

AW: AW: AW: possible bug / memory leak in DispatchQueue and EventManager?

2007-03-15 Thread Ayhan Kondoz
Hi Andrus, did you log this as a bug? And do you need anything else from me? At the moment I added a cronjob to restart the WebService every night which prevents this bug from causing any harm but I really would like to fix it properly and remove the cronjob. Thanx Ayhan Kondoz > -Ursprün

Re: svn checkout error

2007-03-15 Thread Michael Gentry
I added your issue to the Building Cayenne page, Borut. Thanks! /dev/mrg On 3/15/07, Borut Bolčina <[EMAIL PROTECTED]> wrote: I tried checking out on C:\ [succeeded] C:\Documents and Settings [succeeded] C:\Documents and Settings\borutb\Desktop [failed] -Borut On 15.3.2007 12:20,

Re: [OT] Maven in Cayenne

2007-03-15 Thread Michael Gentry
Are "unstable" and "unpredictable" really the right words you want to describe your software builds? :-) /dev/mrg On 3/15/07, Andrus Adamchik <[EMAIL PROTECTED]> wrote: Right - to summarize my main complaint about Maven in two words, those would be "unstable" and "unpredictable". It was also

Re: svn checkout error

2007-03-15 Thread Borut Bolčina
I tried checking out on C:\  [succeeded] C:\Documents and Settings [succeeded] C:\Documents and Settings\borutb\Desktop [failed] -Borut On 15.3.2007 12:20, Andrus Adamchik wrote: IIRC there were some problems with long paths and Subversion on Windows. I had to check out the code straight to

Re: svn checkout error

2007-03-15 Thread Andrus Adamchik
IIRC there were some problems with long paths and Subversion on Windows. I had to check out the code straight to C:\cayenne to shorten the path. Try it - if it works, we'll put a note in the developer guide. Andrus On Mar 14, 2007, at 10:36 PM, Borut Bolčina wrote: Hi all, checking ou

Re: [OT] Maven in Cayenne

2007-03-15 Thread Andrus Adamchik
On Mar 15, 2007, at 12:59 PM, jerome moliere wrote: In fact I just want to warn a big problem (like the cocoon members wrote in their build notes) it seems that Maven has some strange behaviours, very dispappointing when using continuus integration you may see several alerts (by mail) then

Re: [OT] Maven in Cayenne

2007-03-15 Thread jerome moliere
2007/3/14, Borut Bolčina <[EMAIL PROTECTED]>: Hello! 2007/3/14, jerome moliere <[EMAIL PROTECTED]>: > > Hi Andrus, > what a good question -) > Maven is quite a dream, the idea is perfect, its powerful and quite easy > to > use... > But it can be a nightmare while trying to make serious unit tes