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
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
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
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)
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
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