Problem after Wonder and WO upgrade

2008-12-31 Thread Kevin Windham
I upgraded WO to 5.4.3 and Wonder to the latest 5.4 version. I fixed some import statement issues, and now it looks like I have one last project issue before I can run. I get this error: missing required library: '/Library/Frameworks/ ERJavaMail.framework/Resources/Java/activation-1.0.2.jar'

EO Not deleting

2008-12-31 Thread Joe Moreno
Happy New Year! I believe I've seen this issue before, but I don't recall what I'm doing wrong... I have an EO deleting itself from an editing context, but, sometimes, only the EO's foreign key is getting set to NULL, which has the same effect of deleting the EO. Other times, the row in t

Re: Recording and looking up dates, when day-wide precision is required

2008-12-31 Thread Andrew Lindesay
the "New Zealand Standard Time" is at +13. Something I do not understand at all ... Or I can just ignore the New Zealanders : Florijan; I suspect you're just jealous of our unusual GMT offset. :) cheers. ___ Andrew Lindesay www.lindesay.co.nz ___

Re: Problem File Upload WO 5.4 WONDER 5.0.0.8764

2008-12-31 Thread Sergio Sánchez Maffet
Chuck, finally I got it running. Thanks a lot for your help. The language is set to German and the default form value encoding for German is iso8859-1 in ERXMessageEncoding. After setting the encoding with setDefaultEncodingForAllLanguages to UTF-8, I got it running. Dont know if this is

Re: Recording and looking up dates, when day-wide precision is required

2008-12-31 Thread Ramsey Lee Gurley
On Dec 31, 2008, at 11:09 AM, Stamenkovic Florijan wrote: On Dec 30, 2008, at 21:03, Lachlan Deck wrote: No. Whether it's a web app or JC is irrelevant. Really? How strange... I would assume it is substantially different, for a whole range of reasons. But I'll take your word for it, seein

Using NULLS FIRST/LAST on sort orderings

2008-12-31 Thread Miguel Arroz
Hi! Is there a way to add NULLS FIRST or NULLS LAST to a sort ordering? Yours Miguel Arroz ... http://www.survs.com smime.p7s Description: S/MIME cryptographic signature ___ Do not post admin requests to the list. They

Re: Recording and looking up dates, when day-wide precision is required

2008-12-31 Thread Stamenkovic Florijan
The attachment never came (could be list filters). Could you please send it to me off list, so I can see what you mean? Thanks, F On Dec 30, 2008, at 19:21, Peter Vandoros wrote: If you store the date in universal time (or logical time as Andrew pointed out) as milliseconds (ie. a long) as

Re: Recording and looking up dates, when day-wide precision is required

2008-12-31 Thread Stamenkovic Florijan
On Dec 30, 2008, at 21:03, Lachlan Deck wrote: No. Whether it's a web app or JC is irrelevant. Really? How strange... I would assume it is substantially different, for a whole range of reasons. But I'll take your word for it, seeing I haven't made a web app in years. Day light savings..

Re: WOXMLCoder with mapping question

2008-12-31 Thread Simon McLean
sorry, still use a map so that you only get the bits you want, but don't try and force xmlcoder to give you the structure you want. use xslt for that. Simon On 31 Dec 2008, at 10:03, Kamal D Shah wrote: Thanks Simon. I tried that. I ran into one problem though. The 'no-mapping' XML

Re: WOXMLCoder with mapping question

2008-12-31 Thread Kamal D Shah
Ok. Got it. Will try that. Thanks for the quick response! Kamal On 31-Dec-08, at 3:58 PM, Simon McLean wrote: sorry, still use a map so that you only get the bits you want, but don't try and force xmlcoder to give you the structure you want. use xslt for that. Simon On 31 Dec 2008, at 1

Re: WOXMLCoder with mapping question

2008-12-31 Thread Kamal D Shah
Thanks Simon. I tried that. I ran into one problem though. The 'no-mapping' XML produced by WOXMLCoder has a peculiar way of including the entire object graph in the first few elements and then having references to the ids later. This is not allowing me to do what I want even with XSLT.