[annou] Click Framework version 1.4 RC3 is now available

2008-02-07 Thread Malcolm Edgar
Hi All, Click Framework version 1.4 RC3 is now available for download. This release includes a new PerformanceFilter and Ajax AutoCompleteTextField. This release also completes the stateful Page support with Page and Control graphs now fully serializable. A large number of bugs have also been fi

Pb implement JOIN function

2008-02-07 Thread Francois Eyl
Hello guys, I have a question about how to join multiple object entities. Concrete sample : I have 2 tables with no foreign key between them (poor database). The first one is named SMASTER with 5 columns [SKDDATE (PK), SKDID (PK), JOBNAME (PK), JOBSTATUS, STSTATUS]. The second one is named JS

Re: Re[2]: Problems with ROP (on M2 and different on M3)

2008-02-07 Thread Andrus Adamchik
I'll try 3.0.20 tomorrow) Good idea. Hessian is notorious for changing its serialization behavior across versions. Andrus On Feb 7, 2008, at 8:39 PM, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> wrote: Hello Kevin, Thanks for your answer. I'm using 3.1.3, which is the latest version on htt

Re[2]: Problems with ROP (on M2 and different on M3)

2008-02-07 Thread hmail
Hello Kevin, Thanks for your answer. I'm using 3.1.3, which is the latest version on http://hessian.caucho.com/. So expressions work correctly with ROP? I'll try 3.0.20 tomorrow)

Re: Problems with ROP (on M2 and different on M3)

2008-02-07 Thread Kevin Menard
What version of Hessian are you using? IIRC, I had similar problems until I grabbed version 3.0.20. -- Kevin On 2/7/08 11:26 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hello! > > I've got problems running SelectQueries using ROP. > They seem really serious to me, or maybe i'm doing

Problems with ROP (on M2 and different on M3)

2008-02-07 Thread hmail
Hello! I've got problems running SelectQueries using ROP. They seem really serious to me, or maybe i'm doing something wrong? ---FIRST PROBLEM First, with M3. After i switched to M3, simply running my query: SelectQuery query = new SelectQuery(Militaryman.class, null); Li