wotaskd on Yosemite

2015-04-24 Thread Ken Anderson
OK - I bit the bullet and upgraded to Yosemite. Can someone remind me how to get wotaskd running again? I have java installed and other things that used to run are running (jenkins, crashplan), but no wotaskd. Thanks, Ken ___ Do not post admin req

Re: problem with Entities and inherance

2015-04-24 Thread Chuck Hill
You have to adjust the model manually. The tables need to be adjusted manually or dropped and re-created. Chuck On 2015-04-24, 11:08 AM, "HOUNKPONOU Ronald" wrote: Is it possible to change a previously (Horizontal inheritance) to Single table? Or i have to do it manually? 2015-04-24 17:44 GMT

Re: problem with Entities and inherance

2015-04-24 Thread HOUNKPONOU Ronald
Is it possible to change a previously (Horizontal inheritance) to Single table? Or i have to do it manually? 2015-04-24 17:44 GMT+01:00 HOUNKPONOU Ronald : > Ok. I'll update my model. > Thanks. > > 2015-04-24 17:31 GMT+01:00 Chuck Hill : > >> Single Table is usually the best choice. >> >> On 2

Re: question on ERMailDeliveryHTML

2015-04-24 Thread Chuck Hill
I'd be surprised if you could NOT replace some bindings to avoid session creation. Chuck On 2015-04-24, 10:24 AM, "Timothy Worman" wrote: Yeah, I see what you're saying. That's why I mentioned in my first that the component contains things that I wouldn't want to do by hand. I'll have to exa

Re: question on ERMailDeliveryHTML

2015-04-24 Thread Timothy Worman
Yeah, I see what you’re saying. That’s why I mentioned in my first that the component contains things that I wouldn’t want to do by hand. I’ll have to examine the component and remind myself of which WOComponents require a session. I may be able to replace bits and pieces. Tim Worman UCLA GSE&I

Re: problem with Entities and inherance

2015-04-24 Thread HOUNKPONOU Ronald
Ok. I'll update my model. Thanks. 2015-04-24 17:31 GMT+01:00 Chuck Hill : > Single Table is usually the best choice. > > On 2015-04-24, 9:30 AM, "HOUNKPONOU Ronald" wrote: > > Hi Chuck, > I am using horizontal inheritance. > > I've choose it after i read the section on inheritance in Pract

Re: problem with Entities and inherance

2015-04-24 Thread Chuck Hill
Single Table is usually the best choice. On 2015-04-24, 9:30 AM, "HOUNKPONOU Ronald" wrote: Hi Chuck, I am using horizontal inheritance. I've choose it after i read the section on inheritance in Practical WebObjects. But i read it again may be i miss something 2015-04-24 17:26 GMT+01:00 Chuck

Re: problem with Entities and inherance

2015-04-24 Thread HOUNKPONOU Ronald
Hi Chuck, I am using horizontal inheritance. I've choose it after i read the section on inheritance in Practical WebObjects. But i read it again may be i miss something 2015-04-24 17:26 GMT+01:00 Chuck Hill : > It sounds like you used Vertical Inheritance. I generally don’t > recommend it. O

Re: problem with Entities and inherance

2015-04-24 Thread Chuck Hill
It sounds like you used Vertical Inheritance. I generally don't recommend it. One reason is that you can't enforce foreign key constraints like this. I suggest reading the section on inheritance in Practical WebObjects Chuck On 2015-04-24, 9:22 AM, "HOUNKPONOU Ronald" wrote: Hi, have a pro

problem with Entities and inherance

2015-04-24 Thread HOUNKPONOU Ronald
Hi, have a problem with Entities and inherance. I have 3 Entities AbstractPerson, Person and Account. AbstractPerson is abstract. Person inherit from AbstractPerson. An AbstractPerson can have many Accounts. I can esaly create a Person. The problem is that when I try to insert an Account that bel

Re: ERXExistsQualifier

2015-04-24 Thread Paul Hoadley
Hi Dave, On 24 Apr 2015, at 7:07 pm, David Avendasora wrote: > I've found several edge cases where the exist qualifier doesn't work because > the SQL it generates is invalid - partly because the WebObjects JDBCPlugIn > class has a bug that simply sets the table alias to t0 no matter what you d

Re: ERXExistsQualifier

2015-04-24 Thread David Avendasora
Hey all, I've found several edge cases where the exist qualifier doesn't work because the SQL it generates is invalid - partly because the WebObjects JDBCPlugIn class has a bug that simply sets the table alias to t0 no matter what you do. But there's good news! I've rewritten the qualifier fro

Wonder 6.1.3 is out

2015-04-24 Thread Johann Werner
Hi list, in time for WOWODC Wonder 6.1.3 has been released. Point your browser to the release page on github https://github.com/wocommunity/wonder/releases to get everything you need: a changelog (thanks Paul) and all artifacts you would get from the wocommunity jenkins server. Thanks for all