fetching on joined table

2011-04-08 Thread naneon . raymond
Hi, I'm newbie on WebObjects and I have big problem to fetching on joined table. Example : I have my SQL like that : select a.id b.id as ID, c.option as option, decode(d.no, 1, 'one', 2, 'two', 'unknow') as order from ta a, tb b, tc c, td d where c.option in ('1', '2','3') and c.option = b

Re: JProfiler 6.2.2

2011-04-08 Thread Simon
hey giles we've done some extensive work with jprofiler this week with no problems at all. only difference is we're on java 1.6.0_22. otherwise same jprofiler version and same eclipse version. simon On 8 April 2011 20:04, Giles Palmer wrote: > Hi > > Having problems getting JProfiler 6.2.2 to

JProfiler 6.2.2

2011-04-08 Thread Giles Palmer
Hi Having problems getting JProfiler 6.2.2 to run from Eclipse 3.6.1 with WOLips 3.6.6219 with java.version=1.6.0_24 When I try to profile the app in the console I just get.. JProfiler> Protocol version 32 JProfiler> Using JVMPI JProfiler> The Java Virtual Machine Profiling Interface (JVMPI

Contributing to Project Wonder webcast

2011-04-08 Thread Pascal Robert
Hello everyone, I'm going to do a "Contributing to Project Wonder" webcast over the WebEx channel next Thursday at 11:30 AM EST. That webcast will be open to everyone (but the channel have a 25 seats license) and I will record so that everyone can view it. I will show how to create your own for

Re: Latest WOWODC news

2011-04-08 Thread Pascal Robert
Problem fixed. > More info: it look like the hotel doesn't let us book standard and superior > rooms after July 3, only business is available. I'm checking with them, so if > you are planning to come and checkout on July 4 or later, please wait while I > get a answer from the hotel. > >> Hello

Re: stoping models from loading into default EOModelGroup

2011-04-08 Thread Mike Schrag
> Class com.webobjects.foundation.NSSelector can not access a member of class > com.mycomp.Application$1 with modifiers "public" don't implement delegates as anonymous inner classes ... make it a static inner class and it should work. well .. it won't work, that code is busted, but the delegate

stoping models from loading into default EOModelGroup

2011-04-08 Thread Michael Gargano
Okay... two days... I give up... Is there a way to stop a model from getting loaded into the default EOModelGroup? I have a entity naming conflict and I want to prevent a model in a framework I'm using from loading. I looked at the delegate methods and they don't seem do do what I want, the E

Re: Latest WOWODC news

2011-04-08 Thread Pascal Robert
More info: it look like the hotel doesn't let us book standard and superior rooms after July 3, only business is available. I'm checking with them, so if you are planning to come and checkout on July 4 or later, please wait while I get a answer from the hotel. > Hello everyone, > > For those y

Re: Concurrent request handling

2011-04-08 Thread Mark Wardle
Thanks for this. I'm doing a quick code review! b/w Mark On 5 April 2011 18:48, Chuck Hill wrote: > Hi Mark, > > On Apr 4, 2011, at 11:20 PM, Mark Wardle wrote: > >> Hi all, >> >> There have been a number of threads discussing this runtime option. I >> think the consensus opinion was that altho