Re: Session count

2016-09-12 Thread Thomas LATTER
> > I'm interested in knowing the solution you used. thanks. > > Calven > --- > Message: 3 > Date: Mon, 12 Sep 2016 18:01:53 +0200 > From: Thomas LATTER > To: Marco A Gonzalez , > webobjects-dev@lists.apple.com > Subject: Re: get active session count for all i

Re: get active session count for all instances

2016-09-12 Thread Thomas LATTER
> - - - - - From your posting on the WO list - - - - - > *From: *Thomas LATTER > *Subject: **get active session count for all instances* > *Date: *September 9, 2016 at 7:59:35 AM EDT > *To: *webobjects-dev@lists.apple.com > > > Hi all, > > I'm not sure this is possible

get active session count for all instances

2016-09-09 Thread Thomas LATTER
Hi all, I'm not sure this is possible but is there an easy way to get the total number of active sessions in all the instances of an application? We have 4 instances of the app in a javamonitor, this.application().activeSessionsCount() will return the count for the current instance only, whereas I

maven.wocommunity.org : server not responding ?

2015-09-25 Thread Thomas LATTER
Hi everyone, Is maven.wocommunity.org down ? The server is not responding; regards, Thomas ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your

Virtual Column equivalent in EOModel ?

2015-06-09 Thread Thomas LATTER
Hi, In one of my Oracle tables I've got a virtual column. In my EOModel I had to set this field as Read-Only in order to do an Insert in this table. Otherwise the generated SQL included this field and an Oracle error occured. My problem now is to edit/update a row in this table because even with

ERXExistsQualifier

2015-04-23 Thread Thomas LATTER
Hi, The ERXExistsQualifier currently doesn't seem to work when multiple tables are referenced in the 'exists' condition. I think a few people are already aware of this but could anyone tell be if they know a way to work around this ? Because the only alternatives I see are either redesigning table

NSTimestamp

2014-12-02 Thread Thomas LATTER
Hi, what is the simplest way these days to convert a string or Date to NSTimestamp ? I can't seem to use SimpleDateFormat because java.util.Date cannot be cast to com.webobjects.foundation.NSTimestamp ... String stringDate = "01/01/2014"; SimpleDateFormat dateFormat = new SimpleDateFormat("dd/MM/y

Best way to use raw SQL

2014-10-23 Thread Thomas LATTER
Hi, what would be the best way to query in SQL these days in Project Wonder ? I would like to use SQL directly sometimes for complex queries including calculations (averages, medians..). Some of the previous solutions are deprecated. Thanks in advance __

[no subject]

2014-09-28 Thread Thomas LATTER
Is there a known bug on ERXExistsQualifiers? The generated SQL code is false. It compares the primary keys of both tables instead of the foreign key and primary key as specified in the relationship. Someone posted this same bug in 2011, has anyone been able to use them since and otherwise what woul