Re: Summary of the State of the Community

2016-07-14 Thread Lachlan Deck
Fixed it for ya :-) > On 14 Jul 2016, at 3:35 AM, Chuck Hill wrote: > > ... > Which brings us to now. Most of us have decades of experience in software > development and much of that using a toolset that gave us a complete > scaffolding on which to hang our application specific logic. Dave A

Re: EODrinkingContext Corruption

2016-06-27 Thread Lachlan Deck
Ah yes, the EOSharedEditingContext just had the wrong name ;-) > On 28 Jun 2016, at 12:51 AM, Ken Anderson wrote: > > EOSharedDrinkingContext? > >> On Jun 26, 2016, at 12:46 AM, Jérémy DE ROYER > > wrote: >> >> Thank’s for sharing (:-) >> >> Jérémy >> >>>

Re: Maven classpath ordering

2016-03-28 Thread Lachlan Deck
You’ll want to use maven’s dependency management section. If you don’t supply one you’re inheriting it from somewhere. It provides for better control of the ordering and so forth of the dependencies you want. The idea is that in your parent pom, you use a dependency management section. Then in

Re: Maven not copying java resources into jar file

2016-03-24 Thread Lachlan Deck
re’s what my pom looks like, pretty vanilla: > > https://gist.github.com/anonymous/00e2cee94b185cd846af > > I’m just running mvn package for the build, should I be running different > goals? > > Thanks for all your help :) > > - hugi > > > >> On 21. mar

Re: Maven not copying java resources into jar file

2016-03-21 Thread Lachlan Deck
22 Mar 2016, at 8:55 AM, Hugi Thordarson wrote: > > Hi Lachlan, > Thanks, I found the pom you mentioned, but I don’t quite see which parts of > it are relevant to my question? > > - hugi > > > >> On 21. mar. 2016, at 20:55, Lachlan Deck wrote: >> >

Re: Maven not copying java resources into jar file

2016-03-21 Thread Lachlan Deck
Perhaps @see the list archives for the pom I’d sent to the list in 2012. —— Subject: Re: Maven From: Lachlan Deck In-Reply-To: <1fea37e9-8a7e-4c5d-836b-3c82faba6...@mac.com> Date: Sat, 21 Jan 2012 11:01:25 +1100 Message-Id: <64800f58-ca7f-4ed4-bbc1-f69f62cfd...@gmail.com> Reference

Re: ERXLocalizer.localizedValueForKey and unwanted method invocation

2016-02-16 Thread Lachlan Deck
Hi Sharpy, I suspect using similar techniques to the prevention of sql injection as so on would be needed here. i.e., the string should be encoded / deencoded before being passed to or read from localizedValueForKey. cheers, Lachlan > On 16 Feb 2016, at 9:16 PM, getsh...@gmail.com wrote: > >

What's new?

2016-01-12 Thread Lachlan Deck
Hi all, it’s been a few years or so since I’ve kept up with the lay of the WOland. Having signed back up recently to the list I noticed that Chuck hasn’t, as yet, gone off to sheep herding or snail harvesting :) Out of curiosity I downloaded Golipse as per (https://wiki.wocommunity.org/display

Offloading Practical WebObjects book & WO 5.0 / 5.1 package

2013-10-02 Thread Lachlan Deck
loper tools - WebObjects Overview book from Apple (+ installation guides for the above platforms) - licence keys if anyone would like either or both of these and would like to pay for postage (from Sydney), let me know. Happy to put them up on e-bay and/or Amazon if that's easier. cheer

Re: Unable to create page 'Main'

2013-02-13 Thread Lachlan Deck
On 13/02/2013, at 9:38 PM, Ron X wrote: > i have an application, but after rebuild it to Tomcat-application with Wonder > i have problem: > > com.webobjects.appserver.WOPageNotFoundException: : > Unable to create page 'Main'. > at > com.webobjects.appserver.WOApplication.pageWithName(

Re: sorting an array

2012-12-26 Thread Lachlan Deck
EOSortOrdering.sortedArrayUsingKeyOrderArray(objects, sortOrderings) Look also for ERXKey equivalents. On 27/12/2012, at 4:30 AM, George Domurot wrote: > Hi Gino, > > Take a peak at: > > EOQualifier filteredArrayWithQualifier > and > NSArray sortedArrayUsingComparator > > They can help you g

Re: MyISAM and Webobjects

2012-10-29 Thread Lachlan Deck
The one exception to this I can think of is read-only data, for really large data sets where the speed of reads is paramount. But you'd only go for such a thing as a last resort, to avoid the premature optimisation syndrome. On 30/10/2012, at 10:23 AM, Ramsey Gurley wrote: > MyISAM is not ACID

Re: Need some help with Maven

2012-09-25 Thread Lachlan Deck
The first starting question for Maven+Eclipse problems is… have you followed the WIKI guide Henrique and I put together a few years ago?e.g., Have you followed the setup guide for developing WO+Maven within Eclipse?http://wiki.wocommunity.org/display/WOL/Maven+Running+or+Debugging+as+WO+Application

Re: Need some help with Maven

2012-09-25 Thread Lachlan Deck
The first starting question for Maven+Eclipse problems is… have you followed the WIKI guide Henrique and I put together a few years ago?e.g., Have you followed the setup guide for developing WO+Maven within Eclipse?http://wiki.wocommunity.org/display/WOL/Maven+Running+or+Debugging+as+WO+Application

Re: plist path

2012-08-09 Thread Lachlan Deck
I assume you're talking about running within Eclipse. So First things first. What's your setup? Have you followed the setup guide for developing WO within Eclipse? http://wiki.wocommunity.org/display/WOL/Maven+Running+or+Debugging+as+WO+Application NB: that link may have changed more recently wit

Re: ERPatcher Framework Proposal

2012-07-13 Thread Lachlan Deck
able solution, there needs to be identification of technical problems that needs fixing and not just an improvement in terms of licensing. Of course, take my conjecture as just that given that I am out of the loop these days (though I'm clearly still lurking around on the list) and as such w

Re: jdbc error at start up

2012-06-01 Thread Lachlan Deck
; [2012-5-31 6:26:9 PDT] java.lang.ExceptionInInitializerError > at er.jdbcadaptor.PrincipalClass.(PrincipalClass.java:21) Use the source Ron :-) What's er.jdbcadaptor.PrincipalClass:21 do? Lachlan Deck lachlan.d...@gmail.com ___ Do not post admin req

Re: log4j

2012-05-24 Thread Lachlan Deck
SMTPHost=localhost log4j.appender.myMail.Subject=Log4J Error Message (MyApp.woa) log4j.appender.myMail.layout=er.extensions.logging.ERXPatternLayout log4j.appender.myMail.layout.ConversionPattern=%r %-5p %d{ISO8601} [%t] %n%n-->%W{n[i:p s]}%n %n%n (%C, %M, %F:%L) - %n%n%m%n Lachlan Deck lachlan.d...@gmail.com

Re: Strange Error On Start

2012-05-24 Thread Lachlan Deck
uests to the list. They will be ignored. > Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/webobjects-dev/lachlan.deck%40gmail.com > > This email sent to lachlan.d...@gmail.com Lachlan Deck

Re: Session awake after shell-script run

2012-05-24 Thread Lachlan Deck
__ > 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 Subscription: > https://lists.apple.com/mailman/options/webobjects

Re: object's class could not be determined

2012-05-07 Thread Lachlan Deck
ing operation when changedValuesCount == 0. //I don't even know if we want one for blobsCount > 0. //Bug report submitted to radar.apple.com (id 5632577) //if ( changedValuesCount == 0 || blobsCount > 0 ) if ( blobsCount > 0 ) Run away if you can :-) Lachlan Deck

Re: Main or other...

2012-05-04 Thread Lachlan Deck
On 04/05/2012, at 5:15 PM, Ron X wrote: > JarResourceRequestHandler - what is it? i can not import it It was posted by Henrique some time ago (not sure why it's not in Wonder yet?) I changed it slightly .. fixing a method signature to use long instead of int). > 2012/5/4 Lachlan De

Re: Main or other...

2012-05-04 Thread Lachlan Deck
this? This is the kind of thing that should work (see attachment). Lachlan Deck lachlan.d...@gmail.com Application.java Description: Binary data ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list

Re: Main or other...

2012-05-03 Thread Lachlan Deck
r name. Lachlan Deck lachlan.d...@gmail.com ___ 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 Subscription: https://lists.apple.com/mailman/o

Re: Main or other...

2012-05-03 Thread Lachlan Deck
installPatches() { super.installPatches(); ERXPatcher.setClassForName(Main.class, "Main"); ERXPatcher.setClassForName(DirectAction.class, "DirectAction"); } Lachlan Deck lachlan.d...@gmail.com ___ Do not post admin requests to the list. The

Re: Maven

2012-04-26 Thread Lachlan Deck
[1] http://wiki.wocommunity.org/display/WOL/Quick+Start Lachlan Deck lachlan.d...@gmail.com ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update you

Re: Maven

2012-04-26 Thread Lachlan Deck
-name JavaEOProject-5.4.3.jar on my system I get: $ find ~/.m2 -name JavaEOProject-5.4.3.jar /Users/ldeck/.m2/repository/com/webobjects/JavaEOProject/5.4.3/JavaEOProject-5.4.3.jar Lachlan Deck lachlan.d...@gmail.com ___ Do not post admin requests

Re: WOUnit

2012-04-19 Thread Lachlan Deck
On 19/04/2012, at 6:26 PM, Ron X wrote: > why didn't you include this dependency in WOUnit? > and why should i use 1.2 version instead 1.3-SNAPSHOT? A snapshot release is not stable. It therefore may change should you come back to it tomorrow. Lachlan Deck lachlan.d..

Re: WOCommunity Logo - My proposal

2012-04-13 Thread Lachlan Deck
ng-like' something that has copyright on it (not to mention a wealthy legal department). You want something fresh. I thought we had that already in one of the logos already proposed a few weeks ago. Lachlan Deck lachlan.d...@gmail.com ___ Do n

Re: [ANN] WOInject 1.0

2012-04-13 Thread Lachlan Deck
tring[] argv) { > WOInject.init("com.legalsounds.Application", argv); > } Lachlan Deck lachlan.d...@gmail.com ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists

Re: [ANN] WOInject 1.0

2012-04-11 Thread Lachlan Deck
@Inject @Current WOContext context; public ConditionalService get() { <...> } } The other thing to say about IoC is that it serves another purpose, that of allowing for easy mocking in unit tests, and testing that 'thing&#

Re: preventing direct component access

2012-04-10 Thread Lachlan Deck
he default project templates (both ant/maven) Lachlan Deck lachlan.d...@gmail.com ___ 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 S

Re: Most requested stuff on Google Moderator

2012-03-31 Thread Lachlan Deck
easy as make a change to the > CLASSPATH. Again, my comments weren't directed towards people in your situation (who actually read and understand the code), but those saying they were daunted by the code base in the first place as a reason for them not contributing. Lachlan Deck lach

Re: Most requested stuff on Google Moderator

2012-03-29 Thread Lachlan Deck
roject's github page, make it known. Simple. If people like it they'll use it, fork it, contribute back to it. cheers, Lachlan Deck lachlan.d...@gmail.com ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing li

Re: Most requested stuff on Google Moderator

2012-03-28 Thread Lachlan Deck
you write your new apps in something else. > > You may be interested to take a look at; > > http://www.silvereye.co.nz/lestuff.html Very cool! Lachlan Deck lachlan.d...@gmail.com ___ Do not post admin requests to the list. They

Re: Ajax Framework vs. Ajax Maven

2012-03-16 Thread Lachlan Deck
7;ll need to be more specific. Doesn't work in production? In development? I would diff the resources to see if something's missing. cheers, Lachlan Deck ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mai

Re: Eclipse builds - force custom framework selections to be packaged

2012-03-15 Thread Lachlan Deck
ould have thought the driver for having builds from your dev environment mirror that of your UAT env is so that you can make a change and try it out immediately. What you are describing with your use of jenkins is called a work-a-round . It might be a useful work-a-round but it's a b

Re: [ANN] WOInject 1.0

2012-03-14 Thread Lachlan Deck
t > woinject > 1.0 > > > Non Maven users have to download the woinject-1.0.jar: > > http://github.com/downloads/hprange/woinject/woinject-1.0.jar > > Enjoy, > > Henrique Lachlan Deck lachlan.d...@gmail.com ___ D

Re: EOQualifier proper fetch across to-many?

2012-03-06 Thread Lachlan Deck
elations spanning multiple entities and supporting/troubleshooting > queries? Other than foreign key indexes, add indexes as needed after profiling your queries (which, as Kieren mentioned, is distinct from foreign key constraints == incompatible at this time with deferred constrai

Re: 5.4 uploading large files

2012-03-04 Thread Lachlan Deck
of WO when the Apple maven repo was made available (which showed some future versions in the works). It didn't last long though which was a shame at the time, especially for us maven users. Hmm so, perhaps it was the community's unwillingness to embrace maven that canned i

Re: 5.4 uploading large files

2012-03-01 Thread Lachlan Deck
> Le 2012-03-01 à 05:52, "Lachlan Deck" a écrit : > >> On 01/03/2012, at 4:59 PM, Mike Schrag wrote: >> >>> Yeah this wasn't fully fixed until later ... I think maybe 5.4.3 changed >>> the response streaming api's to take longs, but d

Re: 5.4 uploading large files

2012-03-01 Thread Lachlan Deck
u're still on the inside, you'd be able to slip 5.4.3.1 (or whatever it got up it internally) under the door somewhere (?) :) cheers, Lachlan Deck ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev

Re: New convention of install path

2012-02-19 Thread Lachlan Deck
milar principle applies to install dirs for MacPorts or Mac Brew. Lachlan Deck lachlan.d...@gmail.com ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscrib

Re: Maven: archetypes, infrastructure, and documentation

2012-01-28 Thread Lachlan Deck
On 29/01/2012, at 1:59 AM, G Brown wrote: > On Jan 26, 2012, at 5:54 PM, Lachlan Deck wrote: > >> On 27/01/2012, at 9:08 AM, Greg Brown wrote: >> >>> On Jan 20, 2012, at 6:39 PM, Lachlan Deck wrote: >>> >>>> But please feel free to attempt to i

Re: Maven: archetypes, infrastructure, and documentation

2012-01-26 Thread Lachlan Deck
hat are all open in eclipse. WOLips or your project simply needs to deal with jar frameworks (which you can do with Henrique's jar request handler). cheers Lachlan Deck lachlan.d...@gmail.com ___ Do not post admin requests to the list. They

Re: Maven: archetypes, infrastructure, and documentation

2012-01-26 Thread Lachlan Deck
On 27/01/2012, at 9:08 AM, Greg Brown wrote: > On Jan 20, 2012, at 6:39 PM, Lachlan Deck wrote: > >> I've been away over the Christmas break, but it appears no one's replied, >> so... >> >> Henrique and I worked on those archetypes a few years ago

Re: Class 'Main' exists but is not a subclass of WOComponent.

2012-01-23 Thread Lachlan Deck
5:31 AM, James Cicenia wrote: > Down to my last show stopper.. > > > Class 'Main' exists but is not a subclass of WOComponent. Lachlan Deck lachlan.d...@gmail.com ___ Do not post admin requests to the list. They will be

Re: Using Maven

2012-01-20 Thread Lachlan Deck
olips for eclipse 3.7 and latest wonder), an Application.java that works and Henrique's JarResourceRequestHandler. See if that helps... Lachlan Deck lachlan.d...@gmail.com pom.xml Description: XML document Application.java Description: Binary data JarResourceRequestHandler.java De

Re: Maven: archetypes, infrastructure, and documentation

2012-01-20 Thread Lachlan Deck
ique's JarResourceRequestHandler solve this? Yes it does. I sent an updated version to Henrique (which fixes a small bug in it), which I can share. It should go into Wonder. Not sure if Henrique plans on putting it there or not. > ERXLocalizer? Don't know. Never used it. La

Re: Weird Behaviour...

2011-12-12 Thread Lachlan Deck
r a batch-like scenario for a test case. I have tried to distill > some code from Chucks instructive clarifications. > <...> Cheers Lachlan Deck lachlan.d...@gmail.com ___ Do not post admin requests to the list. They will be ignored. W

Re: Weird Behaviour...

2011-12-06 Thread Lachlan Deck
> EOObserver in the dispatchRequest method like suggested? For multiple active worker threads, a good question... Lachlan Deck lachlan.d...@gmail.com ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list

Re: Weird Behaviour...

2011-12-06 Thread Lachlan Deck
On 07/12/2011, at 9:18 AM, prob...@macti.ca wrote: > Le 2011-12-06 à 17:15, "Lachlan Deck" a écrit : > >> On 07/12/2011, at 7:46 AM, Pascal Robert wrote: >> >>> Le 2011-12-06 à 15:44, Andrew Lindesay a écrit : >>> >>>> Hello Calven; &

Re: Weird Behaviour...

2011-12-06 Thread Lachlan Deck
Cayenne is not a bug fix for EOF. It's an alternative. Both, of course, are imperfect technologies, as with every technology :) Lachlan Deck lachlan.d...@gmail.com ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mai

Re: Best way to remove a component?

2011-12-05 Thread Lachlan Deck
On 06/12/2011, at 12:28 PM, Chuck Hill wrote: > On 2011-12-05, at 5:24 PM, Lachlan Deck wrote: > >> On 06/12/2011, at 10:35 AM, Pascal Robert wrote: >> >>> I was not a Git believer until I have met GitHub, but now I'm living for it >>> (and Mercurial t

Re: Best way to remove a component?

2011-12-05 Thread Lachlan Deck
ial's a bit strange coming from git, especially having to install various extras to get it to do stuff that git does out of the box. Lachlan Deck lachlan.d...@gmail.com ___ Do not post admin requests to the list. They will be ignored. Web

Re: Weird Behaviour...

2011-12-05 Thread Lachlan Deck
www.mail-archive.com/webobjects-dev@lists.apple.com/msg25391.html > > We have seen a similar (unsettling) problem in a system which I am involved > in and this seems to have worked-around the problem for us. Lachlan Deck lachlan.d...@gmail.com ___

Re: Raw Rows boolean attribute problem

2011-11-28 Thread Lachlan Deck
ather than a table view) to transform the string to int / boolean. Lachlan Deck lachlan.d...@gmail.com ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe

Re: Raw Rows boolean attribute problem

2011-11-28 Thread Lachlan Deck
ntity just > for this report. > > Any hints will be appreciated, also if you think I am right to think what is > happening. > > Best Regards. > > Miguel Angel Torres. > > ___ > Do not post admin requests to the list. The

Re: null pointer maven create project (Mr. G Brown)

2011-11-19 Thread Lachlan Deck
On 20/11/2011, at 7:22 AM, Mr. G Brown wrote: > I also get the NPE with 3.7, but 3.4 seems ok. > > I guess I am on 3.4 still A stack trace will help your cause... Lachlan Deck lachlan.d...@gmail.com ___ Do not post admin requests to

Re: Maven

2011-11-17 Thread Lachlan Deck
ou can build two projects, one for WO5.3.x, one for WO5.4.x, *simultaneously* ... oh, and against different versions of wonder ... ready, set, go! And they're off... er, well, some of them are... :) Lachlan Deck lachlan.d...@gmail.com ___ Do not post

Re: Maven

2011-11-16 Thread Lachlan Deck
e anywhere near an hour to check out wonder and my > repository for that is 319Mb. It just took a really long time to set up a > project. Never seen that. Perhaps try the same with maven/wonder. But whatever floats your boat. Use a paddle if you wish ;-) Lachlan Deck lachlan.d...@gmail.c

Re: Maven

2011-11-16 Thread Lachlan Deck
> Like having to edit each pom when you make a new non-SNAPSHOT version? Again, when would you do that? I've never seen that happen. You use the maven release plugin. "Look Ma! No hands!" >> And it's so much simpler than the 200+ lin

Re: Maven

2011-11-16 Thread Lachlan Deck
y easy to integrate. It can be simple; it can be complicated. But ant is not simple. Look at Wonder's ant scripts. How easy is it to extend for *your* projects? Lachlan Deck lachlan.d...@gmail.com ___ Do not post admin requests to the list. They

Re: Maven

2011-11-16 Thread Lachlan Deck
On 17/11/2011, at 7:51 AM, Atli Páll Hafsteinsson wrote: > On Wed, Nov 16, 2011 at 8:46 PM, Hugi Thordarson wrote: >> What's so bad about the pom-file? >> >> - hugi > > It's written in XML :) Last time I checked Ant is also written in XML :)

Re: Finding WO people for startups (cult of the dead)

2011-09-29 Thread Lachlan Deck
. Display code is kept clean and valid. Lachlan Deck lachlan.d...@gmail.com ___ 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 Subscript

Re: WOLips complains about scala WOElement

2011-09-20 Thread Lachlan Deck
(Webobjects-dev@lists.apple.com) >>> Help/Unsubscribe/Update your Subscription: >>> http://lists.apple.com/mailman/options/webobjects-dev/m.soutier%40starhealthcare.info >>> >>> This email sent to m.sout...@starhealthcare.info >> >> >> > __

Re: Help on incorporating the WOCommunity Association

2011-09-20 Thread Lachlan Deck
That's the best suggestion bar-none... makes much more sense than to me than starting up some obscure non-profit in Canada :) It also provides longevity to the project(s), should various current contributors retire at some point. cheers Lachlan Deck lachlan.d...@gmail.com On 19/09/2011,

Re: Help on incorporating the WOCommunity Association

2011-09-19 Thread Lachlan Deck
ill be ignored. > Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) > Help/Unsubscribe/Update your Subscription: > http://lists.apple.com/mailman/options/webobjects-dev/lachlan.deck%40gmail.com > > This email sent to lachlan.d...@gmail.com Lachlan Deck lachlan.d..

Re: New WebObjects Site released.

2011-09-02 Thread Lachlan Deck
es with delight; be intoxicated always in her love. Why should you be intoxicated, my son, with a forbidden woman and embrace the bosom of an adulteress? For a man’s ways are before the eyes of the LORD, and he ponders all his paths. Lachlan Deck lachlan.d...@gmail.com On 02/09/2011, at 5:

Re: Documention Working Group meeting TODAY

2011-08-30 Thread Lachlan Deck
; small community audience on webobjects-dev more so than any other mailing > list. > > Just my 2 cents :-) +3 == 5c, our lowest coinage in Aus. Lachlan Deck lachlan.d...@gmail.com ___ Do not post admin requests to the list. They will be ignor

Re: Documention Working Group meeting TODAY

2011-08-30 Thread Lachlan Deck
I may have missed something but is this the general amount of notice you're thinking of giving people as a heads up? I seem to recall the last one was about 20 minutes notice which I thought was fairly short notice also. Lachlan Deck lachlan.d...@gmail.com On 30/08/2011, at 12:56 AM, P

Re: Vertical Inheritance qualifier based on to many relationship

2011-08-20 Thread Lachlan Deck
ot defined on the EO related to the role, but on the role's destination entity itself. Each contact can have one or more roles. You can't model that with inheritance but with toOne relationships. e.g., a director may or may not be a nice person, and so on. Lachlan Deck lachlan.d...@gmai

Re: Vertical Inheritance qualifier based on to many relationship

2011-08-19 Thread Lachlan Deck
re is Kieran? This is his favourite question. It sounds like you should > be using the Role pattern and not inheritance. > http://objectdiscovery.com/solutions/publications/roles/index.html Absolutely. Lachlan Deck lachlan.d...@gmail.com ___

Re: Does the ERXStaticResourceRequestHandler work with those compressed jarred resources?

2011-08-19 Thread Lachlan Deck
Hi Henrique, I've made a couple of minor alternations [1], but this handler would be good to contribute to Wonder or to some published jar so we can refer to it in the default project archetypes. Lachlan Deck lachlan.d...@gmail.com [1] https://gist.github.com/1156957 On 07/07/2011, at

Re: Lion and WO

2011-07-30 Thread Lachlan Deck
using was lying around awaiting use :). Lachlan Deck lachlan.d...@gmail.com On 30/07/2011, at 12:41 AM, Ramsey Gurley wrote: > I don't think it would be a property. That would just be the correct > behavior. I wasn't aware of such syntax when I wrote the initial MySQL > plugin f

Re: Lion and WO

2011-07-29 Thread Lachlan Deck
I don't know if more recent Wonder mysql adaptors help with this but I'd created a custom adaptor for mysql that essentially did the following: - for case-insensitive: ... a like 'Foo' - for case-sensitive: binary a like 'Foo' Lachlan Deck lachlan.d...@gmail.com O

plural entity name

2011-07-27 Thread Lachlan Deck
Hi there, is there a util in wonder (or standard wo) that takes the string of an entityName and returns the plural? I can create a constant in the entity itself via EOGenerator, but this doesn't help when dynamically looking up an entity. Any ideas? Lachlan Deck lachlan.d...@gmai

Re: ^ binding syntax usage

2011-07-26 Thread Lachlan Deck
Hi Cheong, the WOComponent file spec wasn't at issue for me, but how WO resolves the java class for it when it is not in the default java package. I've solved it as mentioned. Lachlan Deck lachlan.d...@gmail.com On 22/07/2011, at 7:50 PM, Cheong Hee (Gmail) wrote: > Hi Lachlan &

Re: ^ binding syntax usage

2011-07-21 Thread Lachlan Deck
pen for you then possibly slightly different resolution in WOLips is going on with maven in the mix; not sure. Perhaps would be a good default to put in for new projects anyway. with regards, - Lachlan Deck ___ Do not post admin requests to the list. They

Re: ^ binding syntax usage

2011-07-21 Thread Lachlan Deck
On 22/07/2011, at 5:38 AM, Lachlan Deck wrote: > So I've forgotten how to help WO resolve component classes that aren't in the > default package. How do you do this nowadays? @Override public void installPatches() { super.installPatches(); ERXPatcher.setClassFo

Re: ^ binding syntax usage

2011-07-21 Thread Lachlan Deck
Hey Chuck, On 22/07/2011, at 5:30 AM, Chuck Hill wrote: > On 2011-07-21, at 12:26 PM, Lachlan Deck wrote: > >> Hi there, >> >> anyone remember when the '^' was introduced for component bindings and where >> the official docs are for it? > > A ver

^ binding syntax usage

2011-07-21 Thread Lachlan Deck
onent {...} public class Main.java extends ERXNonSynchronizingComponent {...} What am I missing? with regards, - Lachlan Deck ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/

Re: WOWODC 2011 recordings

2011-07-12 Thread Lachlan Deck
nity still prefers its wine and humour. So perhaps: - Cloud Wine. - fluffy bunny - Cloud Foundation - Goat herders - Chunk's Truffle Shuffles - Dave with regards, - Lachlan Deck ___ Do not post admin requests to the list. They will be ignored.

Re: WO WebServices AxisFault

2011-05-07 Thread Lachlan Deck
hread.run(Thread.java:680) > > {http://xml.apache.org/axis/}hostname:strongbow > > JR ___ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) >

Re: _rewriteURL not firing

2011-03-11 Thread Lachlan Deck
writeURL being called. As the breakpoint that I put > there was never hit, perhaps that means I'm actually not using ERXRedirect. Okay. with regards, - Lachlan Deck ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev ma

Re: [OT] Play! Framework

2011-03-11 Thread Lachlan Deck
>> etc. Very active community. > > I don't know which is worse : logic in display code or display code in logic :) Yep, I was initially horrified by that... but even though it allows display code in your code (as scala understands xml natively) you can just point it to a snippe

Re: _rewriteURL not firing

2011-03-11 Thread Lachlan Deck
this > did work at one time. > > I'm using webobjects 5.4.x and the latest Wonder source. with regards, - Lachlan Deck ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev

Re: [OT] Play! Framework

2011-03-11 Thread Lachlan Deck
y cool and powerful framework. The templates are very nicely done: there's no logic in the display code, etc. Very active community. > and Play is a minimal Grails without half the traction to > getting things done. Seems like a nice framewo

Re: [OT] Play! Framework

2011-03-11 Thread Lachlan Deck
on should a dynamically typed lang be used, as WO used to be. But NB: WO currently uses a statically typed language... which works. with regards, - Lachlan Deck ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing

Re: [OT] Play! Framework

2011-03-10 Thread Lachlan Deck
l sent to jmlit...@gmail.com >> > _______ > 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 Subscription: > http://lists.

Re: Apple Maven support and WOLips

2011-03-08 Thread Lachlan Deck
her a working > set of instructions. It's very likely the wiki instructions for maven need some extra love... feel free to help improving it. with regards, - Lachlan Deck ___ Do not post admin requests to the list. They will be ignored. Web

Re: _rewriteURL not firing

2011-02-26 Thread Lachlan Deck
> > public String _rewriteURL(String url) This should be called by ERXWOContext[54] Are you using a custom context class? Or did you upgrade to using Wonder 54... or are perhaps missing the above class in your classpath? with regards, - Lachlan Deck ___

Re: CaseInsensitive fetch results to ZERO records....

2011-02-25 Thread Lachlan Deck
ever's maintaining wonder's mysql adaptor atm can contact me... it's optionally switched on and essentially transforms (with the assumption that the columns are defined as non-bin collations) case-insensitive into 'like' and case-sen

Re: Horizontal inheritance mismatch between WebObjects 5.4 and 5.3 [ was: SQL generation doesn't conform to entity inheritance]

2011-02-03 Thread Lachlan Deck
new ERXModelGroup.Model which extends ERXModel else if (er.extensions.ERXModelGroup.modelClassName != null) then your model class should extend ERXModel else you get ERXModel - ERXModel._addEntityWithPropertyList should give you an ERXEntity by default. with regards, - Lachlan Deck ___

Re: Horizontal inheritance mismatch between WebObjects 5.4 and 5.3 [ was: SQL generation doesn't conform to entity inheritance]

2011-02-02 Thread Lachlan Deck
if Horizontal Inheritance is a problem, fix it there for all :) with regards, - Lachlan Deck ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/U

Re: Hudson and frameworks reference

2011-01-15 Thread Lachlan Deck
ation, lots of handy plugins easily adapted. It's definitely worth a serious look. with regards, - Lachlan Deck ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com)

Re: Consuming SOAP (mmm, delicious)

2010-11-17 Thread Lachlan Deck
option. :) with regards, -- Lachlan Deck ___ 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 Subscription: http://lists.apple.com/mailman/option

Re: WebObjects scalability question - WOSession?

2010-11-16 Thread Lachlan Deck
: >> http://lists.apple.com/mailman/options/webobjects-dev/award%40apple.com >> >> This email sent to aw...@apple.com > > ___ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list

Re: WebObjects scalability question

2010-11-15 Thread Lachlan Deck
. >> And is it possible to >> make your applications multithreaded so page requests can be processed >> concurrently? See above. with regards, -- Lachlan Deck ___ Do not post admin requests to the list. They will be ignored.

Re: Greetings!

2010-11-06 Thread Lachlan Deck
On 06/11/2010, at 12:25 PM, Pascal Robert wrote: > Le 2010-11-05 à 21:21, Chuck Hill a écrit : > >> On Nov 5, 2010, at 6:13 PM, Pascal Robert wrote: >> >>> Man, after spending 2 days with enterprise Java people at the Alfresco >>> DevCon (a DEVELOPER conference where a good chunk of the guys we

  1   2   3   4   5   6   7   8   9   10   >