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 > >

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
> Hi Lachlan, > Here’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 > &

Re: Maven not copying java resources into jar file

2016-03-21 Thread Lachlan Deck
22 Mar 2016, at 8:55 AM, Hugi Thordarson <h...@karlmenn.is> 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, L

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 <lachlan.d...@gmail.com> 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-f69f62c

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

Offloading Practical WebObjects book WO 5.0 / 5.1 package

2013-10-02 Thread Lachlan Deck
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. cheers, Lachlan

Re: Unable to create page 'Main'

2013-02-13 Thread Lachlan Deck
On 13/02/2013, at 9:38 PM, Ron X ron.x.by...@gmail.com wrote: i have an application, but after rebuild it to Tomcat-application with Wonder i have problem: com.webobjects.appserver.WOPageNotFoundException: com.lsx.Application: Unable to create page 'Main'. at

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

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

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

Re: ERPatcher Framework Proposal

2012-07-13 Thread Lachlan Deck
around on the list) and as such will not be in a position to add any help in the form of code :) 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: jdbc error at start up

2012-06-01 Thread Lachlan Deck
java.lang.ExceptionInInitializerError at er.jdbcadaptor.PrincipalClass.clinit(PrincipalClass.java:21) Use the source Ron :-) What's er.jdbcadaptor.PrincipalClass:21 do? Lachlan Deck lachlan.d...@gmail.com ___ Do not post admin requests to the list

Re: Session awake after shell-script run

2012-05-24 Thread Lachlan Deck
. 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 lachlan.d...@gmail.com

Re: Strange Error On Start

2012-05-24 Thread Lachlan Deck
/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 lachlan.d...@gmail.com ___ Do not post admin requests to the list

Re: log4j

2012-05-24 Thread Lachlan Deck
=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 ___ Do not post admin requests to the list. They will be ignored

Re: object's class could not be determined

2012-05-07 Thread Lachlan Deck
(id 5632577) //if ( changedValuesCount == 0 || blobsCount 0 ) if ( blobsCount 0 ) Run away if you can :-) Lachlan Deck lachlan.d...@gmail.com ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list

Re: Main or other...

2012-05-04 Thread Lachlan Deck
On 04/05/2012, at 4:09 PM, Ron X wrote: but what is the cause of not-finding base-web-object classes - Main, DirectAction, Session? Historically WO had no concept of java packages. Possibly classpath ordering. You could try it yourself with NS utilities looking up class for name. Lachlan

Re: Main or other...

2012-05-04 Thread Lachlan Deck
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 (Webobjects-dev@lists.apple.com

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 Deck lachlan.d

Re: Maven

2012-04-26 Thread Lachlan Deck
/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 to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help

Re: Maven

2012-04-26 Thread Lachlan Deck
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

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...@gmail.com

Re: [ANN] WOInject 1.0

2012-04-13 Thread Lachlan Deck
) { 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.apple.com) Help/Unsubscribe/Update your

Re: WOCommunity Logo - My proposal

2012-04-13 Thread Lachlan Deck
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 not post admin requests

Re: [ANN] WOInject 1.0

2012-04-11 Thread Lachlan Deck
@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' separately. cheers, Lachlan Deck

Re: preventing direct component access

2012-04-10 Thread Lachlan Deck
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 Subscription: https

Re: Most requested stuff on Google Moderator

2012-03-31 Thread Lachlan Deck
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 lachlan.d...@gmail.com

Re: Most requested stuff on Google Moderator

2012-03-29 Thread Lachlan Deck
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 list (Webobjects-dev

Re: Most requested stuff on Google Moderator

2012-03-28 Thread Lachlan Deck
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 will be ignored. Webobjects-dev mailing list

Re: Ajax Framework vs. Ajax Maven

2012-03-16 Thread Lachlan Deck
. 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 mailing list (Webobjects-dev

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

2012-03-15 Thread Lachlan Deck
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 bandaid. Bandaids need to come off at some point ;-). Lachlan Deck lachlan.d...@gmail.com

Re: [ANN] WOInject 1.0

2012-03-14 Thread Lachlan Deck
/artifactId version1.0/version /dependency 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 ___ Do not post admin

Re: EOQualifier proper fetch across to-many?

2012-03-06 Thread Lachlan Deck
/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 constraints). Lachlan Deck lachlan.d...@gmail.com

Re: 5.4 uploading large files

2012-03-01 Thread Lachlan Deck
, 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 mailing list (Webobjects-dev

Re: 5.4 uploading large files

2012-03-01 Thread Lachlan Deck
Le 2012-03-01 à 05:52, Lachlan Deck lachlan.d...@gmail.com 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 didn't fix wohttpio and worequest to make them

Re: New convention of install path

2012-02-19 Thread Lachlan Deck
/eclipse inside /Developer directory. How do you think? It should change, yes. It should never have been considered a best practice IMHO to install third-party tools into dirs created by Apple installers like Xcode. Similar principle applies to install dirs for MacPorts or Mac Brew. Lachlan

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 improve them, via github. Yes, the maven stuff needs a little

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. I've not been doing any WebObjects development

Re: Maven: archetypes, infrastructure, and documentation

2012-01-26 Thread Lachlan Deck
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 will be ignored

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

2012-01-23 Thread Lachlan Deck
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 ignored. Webobjects-dev mailing list

Re: Maven: archetypes, infrastructure, and documentation

2012-01-20 Thread Lachlan Deck
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. Lachlan Deck lachlan.d...@gmail.com

Re: Using Maven

2012-01-20 Thread Lachlan Deck
, which does exist in the project in src/main/java/com/test/components/Main.java I've attached a working pom.xml (which should work with wolips for eclipse 3.7 and latest wonder), an Application.java that works and Henrique's JarResourceRequestHandler. See if that helps... Lachlan Deck lachlan.d

Re: Weird Behaviour...

2011-12-12 Thread Lachlan Deck
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. Webobjects-dev mailing list

Re: Weird Behaviour...

2011-12-06 Thread Lachlan Deck
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 mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http

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 lachlan.d...@gmail.com 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; Thanks, but I guess we should thank the original

Re: Weird Behaviour...

2011-12-06 Thread Lachlan Deck
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 (Webobjects-dev@lists.apple.com) Help

Re: Weird Behaviour...

2011-12-05 Thread Lachlan Deck
-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 ___ Do not post admin requests to the list

Re: Best way to remove a component?

2011-12-05 Thread Lachlan Deck
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. Webobjects-dev mailing list

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 too!). Next step for your continued growth: maven

Re: Raw Rows boolean attribute problem

2011-11-28 Thread Lachlan Deck
This email sent to lachlan.d...@gmail.com 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: http

Re: Raw Rows boolean attribute problem

2011-11-28 Thread Lachlan Deck
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/Update your

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 the list

Re: Maven

2011-11-17 Thread Lachlan Deck
, 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 admin requests

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 h...@karlmenn.is 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 :) Lachlan Deck lachlan.d...@gmail.com

Re: Maven

2011-11-16 Thread Lachlan Deck
. 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 will be ignored. Webobjects-dev mailing list (Webobjects-dev

Re: Maven

2011-11-16 Thread Lachlan Deck
simpler than the 200+ lines of procedural code every single simple little WO application requires to even build with Ant. But you don't have to mess with that. Perhaps. Lachlan Deck lachlan.d...@gmail.com ___ Do not post admin requests to the list

Re: Maven

2011-11-16 Thread Lachlan Deck
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.com ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev

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

2011-09-29 Thread Lachlan Deck
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 Subscription: http

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, at 11

Re: WOLips complains about scala WOElement

2011-09-20 Thread Lachlan Deck
/mailman/options/webobjects-dev/lachlan.deck%40gmail.com This email sent to lachlan.d...@gmail.com Lachlan Deck lachlan.d...@gmail.com ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects

Re: Help on incorporating the WOCommunity Association

2011-09-19 Thread Lachlan Deck
/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...@gmail.com ___ Do not post admin requests to the list

Re: New WebObjects Site released.

2011-09-02 Thread Lachlan Deck
; 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:02 PM, ISHIMOTO Ken

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, Pascal

Re: Documention Working Group meeting TODAY

2011-08-30 Thread Lachlan Deck
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 ignored. Webobjects-dev mailing list

Re: Vertical Inheritance qualifier based on to many relationship

2011-08-20 Thread Lachlan Deck
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...@gmail.com ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev

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 8:49

Re: Vertical Inheritance qualifier based on to many relationship

2011-08-19 Thread Lachlan Deck
the Role pattern and not inheritance. http://objectdiscovery.com/solutions/publications/roles/index.html Absolutely. Lachlan Deck lachlan.d...@gmail.com ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list

Re: Lion and WO

2011-07-30 Thread Lachlan Deck
:). 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 for wonder, or I would have certainly included this. I dug

Re: Lion and WO

2011-07-29 Thread Lachlan Deck
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 On 28/07/2011, at 11:21 AM, Andy 'Dru' Satori wrote

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...@gmail.com

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 Deos

^ binding syntax usage

2011-07-21 Thread Lachlan Deck
of the name setTitle or _setTitle public class MainWrapper.java extends ERXStatelessComponent {...} public class Main.java extends ERXNonSynchronizingComponent {...} What am I missing? with regards, - Lachlan Deck ___ Do not post admin requests to the list

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 very long time ago, it was in the printed WO docs from Apple

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.setClassForName(Main.class

Re: ^ binding syntax usage

2011-07-21 Thread Lachlan Deck
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 will be ignored

Re: WOWODC 2011 recordings

2011-07-12 Thread Lachlan Deck
: - 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. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com

Re: WO WebServices AxisFault

2011-05-07 Thread Lachlan Deck
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 with regards, - Lachlan Deck ___ Do

Re: [OT] Play! Framework

2011-03-11 Thread Lachlan Deck
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 list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http

Re: [OT] Play! Framework

2011-03-11 Thread Lachlan Deck
. 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 framework, sure. with regards, - Lachlan Deck ___ Do

Re: _rewriteURL not firing

2011-03-11 Thread Lachlan Deck
. 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/options

Re: [OT] Play! Framework

2011-03-11 Thread Lachlan Deck
it allows display code in your code (as scala understands xml natively) you can just point it to a snippet template. with regards, - Lachlan Deck ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list

Re: _rewriteURL not firing

2011-03-11 Thread Lachlan Deck
, I was just snooping through the code trying to figure out places that might eventually lead to _rewriteURL 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

Re: [OT] Play! Framework

2011-03-10 Thread Lachlan Deck
. 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 with regards, - Lachlan Deck

Re: Apple Maven support and WOLips

2011-03-08 Thread Lachlan Deck
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. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe

Re: _rewriteURL not firing

2011-02-26 Thread Lachlan Deck
_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 ___ Do

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

2011-02-25 Thread Lachlan Deck
switched on and essentially transforms (with the assumption that the columns are defined as non-bin collations) case-insensitive into 'like' and case-sensitive into 'binary like'. It handles 'order by' clauses also. with regards, - Lachlan Deck ___ Do

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
!= 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 ___ Do not post admin requests to the list

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
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/Update your Subscription: http://lists.apple.com/mailman

Re: Hudson and frameworks reference

2011-01-15 Thread Lachlan Deck
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) Help/Unsubscribe/Update your Subscription

Re: Consuming SOAP (mmm, delicious)

2010-11-17 Thread Lachlan Deck
. :) 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/options/webobjects-dev

Re: WebObjects scalability question - WOSession?

2010-11-16 Thread Lachlan Deck
(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 with regards, -- Lachlan Deck ___ Do not post

Re: WebObjects scalability question

2010-11-15 Thread Lachlan Deck
ERChangeNotificationJMS and ERCaching in Wonder. I'm not familiar at the moment with which of these are the preferred approach. It may depend on your needs. And is it possible to make your applications multithreaded so page requests can be processed concurrently? See above. with regards, -- Lachlan Deck

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 wear dress

Re: join entity with extra info, is this possible?

2010-11-05 Thread Lachlan Deck
the underlying building-blocks, but without first checking what the tools do first ;-) 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: TurnKey Installer Components

2010-10-06 Thread Lachlan Deck
just back up your home directory and should a re-install be needed it's simple. No worries re permissions either. with regards, -- Lachlan Deck ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list

Re: TurnKey Installer Components

2010-10-06 Thread Lachlan Deck
to make things harder :) 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

Re: JavaXML.framework replacement

2010-10-05 Thread Lachlan Deck
works with Axis 1.0, WO 5.3.x with Axis 1.1 and WO 5.4.x with Axis 1.4. Any other combination is known NOT to work without serious hacking. Below is the filtered output of mvn dependency:tree for the project that I was using for webservices if that helps somewhat. with regards, -- Lachlan Deck

Re: Maven repository connection problem

2010-09-13 Thread Lachlan Deck
-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 with regards, -- Lachlan Deck

  1   2   3   4   5   6   7   8   9   10   >