EOF Bug: Prefetching self-referential relationships corrupts the object graph

2015-04-27 Thread Ramsey Gurley
Ran into this and thought I should share :) If you have a table that relates to itself, prefetching across that relationship can wreck your object graph. As an example, let’s say you have an Employee entity. Employee has a relationship to Employee named manager, the reverse of which is subordin

Re: Creating the perfect error page

2015-04-27 Thread Chuck Hill
Dave, have you been typing in Eclipse again? On 2015-04-26, 11:02 PM, "David Avendasora" wrote: The standard WO exception page is starting to show its age and I think it's high time we improve it. Ehhx... Ehhhxsep... Exseeeption? Are you referring to the page that WO always returns until

Re: WOLips update site for Eclipse 4.4 (Luna)

2015-04-27 Thread Timothy Worman
Muchas Gracias! Tim Worman UCLA GSE&IS > On Apr 27, 2015, at 8:19 AM, Gavin Eadie wrote: > > Kudos, gentlemen .. > >> On Apr 26, 2015, at 12:39 PM, Ken Anderson wrote: >> >>> WOLips for Eclipse 4.4 (Luna) is now successfully building on the >>> WOCommunity Jenkins server! > > _

Re: question on ERMailDeliveryHTML

2015-04-27 Thread Chuck Hill
Glad to hear that you have it sorted out. ERMailUtils.instantiatePage will create a session if you pass in the sessionDict parameter, but in that case session creation is likely not a surprise! Chuck On 2015-04-27, 10:33 AM, "Timothy Worman" wrote: The component in question contained a repe

Re: question on ERMailDeliveryHTML

2015-04-27 Thread Timothy Worman
The component in question contained a repetition which was repeating over a “row” subcomponent. I decided to make a “light” version of the row component which relied only on WOString and WOHyperlink. I refactored the “heavier” row component to extend the new, lighter one - and which will only be

Re: WOLips update site for Eclipse 4.4 (Luna)

2015-04-27 Thread Gavin Eadie
Kudos, gentlemen .. > On Apr 26, 2015, at 12:39 PM, Ken Anderson wrote: > >> WOLips for Eclipse 4.4 (Luna) is now successfully building on the >> WOCommunity Jenkins server! ___ Do not post admin requests to the list. They will be ignored. Webobject

Re: Creating the perfect error page

2015-04-27 Thread Gavin Eadie
> On Apr 27, 2015, at 11:11 AM, Gavin Eadie wrote: > > A suggestion that might be over-kill: A button for “send error to developer” > (maybe if, and only if, a Property with a target email exists). .. as pointed out by others, probably not for production, but I could imagine a production, app-

Re: Creating the perfect error page

2015-04-27 Thread Gavin Eadie
Very, very nice .. A suggestion that might be over-kill: A button for “send error to developer” (maybe if, and only if, a Property with a target email exists). I get screenshots from customers now, if they know how to make them; or copy/paste emails if they know where to send them .. > On Apr

Scala and WebObjects

2015-04-27 Thread Larry Mills-Gahl
Over the course of the weekend a number of people asked me about Scala and wasn’t time for a lightening talk so here are some of the resources and topics to help see why scala and where it fits. The reasons I use Scala is that it helps me think more clearly (reason more simply) about programmin

Re: WO Components

2015-04-27 Thread Patrick Robinson
You say that tag is in a .woo file? You've probably already figured this out, but that should be your component's .html file. - Patrick On Apr 23, 2015, at 2:58 PM, HOUNKPONOU Ronald wrote: > It is a custom Page that extends WOComponent class. > > in my app WOO : > Ajouter Adresse > > in