Re: [OT] Whitcomb Hotel?

2009-03-27 Thread Les Vogel
; Pascal Robert > > http://www.macti.ca > http://www.aircourriel.com > http://www.linkedin.com/in/macti > > Skype: MacTICanada > AIM/iChat : MacTICanada > -- Les Vogel 808 870-0418 Mercedes McCambridge - "I'd never been in pl

Re: WO Equivalent of prepared statement

2008-10-29 Thread Les Vogel
FYI - for MySQL it's Last_Insert_ID() which actually gives the first id, if you are providing a list of values. On Tue, Oct 28, 2008 at 5:12 AM, Ondřej Čada <[EMAIL PROTECTED]> wrote: > > Well, not entirely. That's tricks like @@identity etc. are for, I > understand.

Re: Java 1.6

2008-04-29 Thread Les Vogel
On 2008/04/30, at 00:05, Don Lindsay wrote: > I hope that Apple does not drop Java, I use it for almost all may projects > I work on, > I doubt they will. They are too invested in in for in house projects. As for comments about Apple not supporting anything but 64-bit, I don't see a problem wit

Re: Java 1.6

2008-04-29 Thread Les Vogel
Does WebObjects run on Java 6? On Tue, Apr 29, 2008 at 11:15 AM, Mike Schrag <[EMAIL PROTECTED]> wrote: > Also throw out Carbon SWT, because there's no 64-bit Carbon UI, so no > Eclipse on 1.6 until Cocoa SWT is finished. However, it doesn't install as > the default, yet, so nothing will break,

Re: Best Server Environment for Large WebObjects Applications

2008-04-27 Thread Les Vogel
wotaskd & JavaMonitor are pure java applications and can be deployed everywhere you can deploy WebObjects. On Sun, Apr 27, 2008 at 1:38 PM, Don Lindsay <[EMAIL PROTECTED]> wrote: > As far as wotaskd, isnt that only available on Macintosh OS X and not on > other environments? > _

Re: Eomodeler: view choices

2008-03-28 Thread Les Vogel
Help/Unsubscribe/Update your Subscription: > http://lists.apple.com/mailman/options/webobjects-dev/lesv%40angeltech.com > > This email sent to [EMAIL PROTECTED] > -- Les Vogel 808 870-0418 ___ Do not post admin requests to the list. They will

WOWebServiceClient & WO 5.4.1

2008-03-04 Thread Les Vogel
I've seen some notes on the lists that there is a problem w/ WO 5.4.1, but I haven't managed to find them. Is it only with server or is the problem with client and is there a work around? Is it just invoking Axis directly? Thanks, Les -- Les Vogel 80

Re: Eclipse and WebObjects Frameworks Javadocs

2008-02-19 Thread Les Vogel
Many thanks, > > - glenn > ___ > 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/ma

Re: 5.4.1 is out

2008-02-11 Thread Les Vogel
> 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/w

Re: WOLips: 80 character width gutter?

2008-01-21 Thread Les Vogel
How very retro and quaint for 2008. There are some frameworks I use, (perhaps even one on which this list is based) that might make me wrap, but for me, part of the art of computer programming is making ones code pleasing to the eye. This includes making sure that the visual look is pleasing.

Re: WO 5.4 on Leopard Client - JavaMonitor

2007-12-20 Thread Les Vogel
Thanks. Knowing it's that way, rather than something odd on my machine, makes it workable. Mahalo, Les On 12/20/07, Art Isbell <[EMAIL PROTECTED]> wrote: > > On Dec 20, 2007, at 5:32 PM, Les Vogel wrote: > > > I reinstalled WO54 deployment, verified that the acco

Re: WO 5.4 on Leopard Client - JavaMonitor

2007-12-20 Thread Les Vogel
On 12/19/07, Chuck Hill <[EMAIL PROTECTED]> wrote: > > FWIW, I have heard another report of this. > > > On Dec 18, 2007, at 1:38 PM, Les Vogel wrote: > > > So, I've used the scripts that everyone sent around. That launch > > JavaMonitor as user: appserver.

WOLipps 3.3.1.1/3.3.4750 - Creating an embedded package...

2007-12-20 Thread Les Vogel
all all this stuff? What should I be doing to correct this? -- Les Vogel 808 870-0418 ___ 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 Su

Re: 5.4 Alt Ant Build Script for Fully Embedded & Split Install Bundled... (split_embedded_build.xml)

2007-12-19 Thread Les Vogel
gt; on production deadlines to have time for Leopard and WO 5.4 right now > unfortunately. > > On Dec 18, 2007, at 6:21 PM, Les Vogel wrote: > > > It's looking like the script doesn't seem to copy the files in > > the .wo directories (app/Contents/Resources/*.wo

Re: 5.4 Several IFrames on a page doing directActions...

2007-12-19 Thread Les Vogel
your backtrack cache pretty fast ... Be > >> prepared for "you backtracked too far" errors. > >> > >> ms > >> > >> On Dec 17, 2007, at 4:36 PM, Chuck Hill wrote: > >> > >>> If they access a session they will never run simult

5.4 Alt Ant Build Script for Fully Embedded & Split Install Bundled... (split_embedded_build.xml)

2007-12-18 Thread Les Vogel
It's looking like the script doesn't seem to copy the files in the .wo directories (app/Contents/Resources/*.wo) to the AppServer. (ie. the .wo's are empty) -- Les Vogel 808 870-0418 ___ Do not post admin requests to the list. They

WO 5.4 on Leopard Client - JavaMonitor

2007-12-18 Thread Les Vogel
x27;s an _appserver & _appserveradm listed, but that appears in the dscl listings. Any ideas? My next one is to try launching JavaMonitor as a real user, and do the same with my App. -- Les Vogel 808 870-0418 ___ Do not post admin requ

5.4 Several IFrames on a page doing directActions...

2007-12-17 Thread Les Vogel
I've got several IFrames on a page, each doing a DirectAction, is there any thing I need to do to make these run simultaneously? Or any issues I should be aware of? They are likely to access session. Thanks, Les -- Les Vogel 808 870-0418 ___ D

WO 5.4 Q prefix bindings?

2007-12-14 Thread Les Vogel
Has anyone gotten the Q prefix to work? I try: I'm expecting that it will translate to a ?line="3", instead it's going to qline="3" which isn't quite what I'm expecting. -- Les Vogel 808 870-0418 ___ Do n

Re: WO 5.4 new parser (inline bindings) removing DOCTYPE and XML declaration

2007-12-14 Thread Les Vogel
;s > WOOGNL? > > > Thanks, >Bueno > > > ___ > 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 Subscripti

WO 5.4 Release Notes published today (dated two days ago)

2007-12-13 Thread Les Vogel
http://developer.apple.com/releasenotes/MacOSXServer/WO54_ReleaseNotes/Introduction/chapter_1_section_1.html -- Les Vogel 808 870-0418 ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev

WO 54 Wonder-WebObjects fails to launch when network is down.

2007-11-30 Thread Les Vogel
can trap and continue. I was trying to give a demo of progress to a client today and shock... Once I got WiFi setup, all was well, but it would be nice to have a mode where it runs when the external network is down. -- Les Vogel 808 870-0418 ___ Do not

Re: EO lastModifiedTS @ validateForUpdate?

2007-11-29 Thread Les Vogel
Perfect. Thanks. On 11/29/07, David LeBer <[EMAIL PROTECTED]> wrote: > > > On 29-Nov-07, at 9:01 PM, Chuck Hill wrote: > > > > > On Nov 29, 2007, at 5:53 PM, Les Vogel wrote: > > > >> I'd like to keep a last update timestamp on my entities. W

EO lastModifiedTS @ validateForUpdate?

2007-11-29 Thread Les Vogel
I'd like to keep a last update timestamp on my entities. Would validateForSave | validateForUpdate be a good time to modify an attribute? Thanks, Les -- Les Vogel 808 870-0418 ___ Do not post admin requests to the list. They will be ig

Wonder AjaxInPlace within a WORepetition?

2007-11-27 Thread Les Vogel
Is it possible to use AjaxInPlace within a WORepetition? -- Les Vogel 808 870-0418 ___ 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

WO54 Wonder Ajax - WOHyperlink possibly not getting replaced by ERXHyperlink

2007-11-27 Thread Les Vogel
cancel -- Les Vogel 808 870-0418 ___ 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: Wonder bindings design in AjaxSlider (bigger issue)

2007-11-26 Thread Les Vogel
Sigh, yep - that works. Thanks. On 11/26/07, Timo Hoepfner <[EMAIL PROTECTED]> wrote: > > > Am 27.11.2007 um 01:46 schrieb Les Vogel: > > > I translate that code to 5.4 style as: > > > > > value="[dg.currentBatchIndex]" minimum="1

Re: Wonder bindings design in AjaxSlider (bigger issue)

2007-11-26 Thread Les Vogel
Turns out it was easy to fix, I've sent Mike/Anjo a fix. On 11/26/07, Les Vogel <[EMAIL PROTECTED]> wrote: > > Aloha, > > To use AjaxSlider, the example code looks like: > > > Slider : AjaxSlider { > orientation = "horizontal"; >

Wonder bindings design in AjaxSlider (bigger issue)

2007-11-26 Thread Les Vogel
ug, which it is, and I'd even be happy to fix the problems as I run into them, but I'd like to know what's right and how this should proceed. -- Les Vogel 808 870-0418 ___ Do not post admin requests to the list. They will be ignored. Webo

Re: Duplicate Database accesses...

2007-11-25 Thread Les Vogel
___ > 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/les

Re: Duplicate Database accesses...

2007-11-25 Thread Les Vogel
file. I'd still like an idea about the duplicates. Thanks, Les On 11/25/07, Les Vogel <[EMAIL PROTECTED]> wrote: > > I've got ERExtensions, ERJars, ERPrototypes, FrontBasePlugin installed. > I'm calling these two lines from the Application constructor after

Duplicate Database accesses...

2007-11-25 Thread Les Vogel
:243) at com.pacifictechnologies._Customer.fetchAllCustomers (_Customer.java:237) at com.pacifictechnologies._Customer.fetchAllCustomers (_Customer.java:233) at Application.(Application.java:42) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at

Re: Wonder using WO 5.4 and Eclipse/WOLips ?

2007-11-24 Thread Les Vogel
idn't know. Les On 11/24/07, Guido Neitzer <[EMAIL PROTECTED]> wrote: > > On 24.11.2007, at 14:48, Les Vogel wrote: > > > I think I understand how to map some of the Ant changes to Eclipse > > for compiling wonder, but is there a definitive set of changes? > &

Wonder using WO 5.4 and Eclipse/WOLips ?

2007-11-24 Thread Les Vogel
I think I understand how to map some of the Ant changes to Eclipse for compiling wonder, but is there a definitive set of changes? Thanks, Les -- Les Vogel 808 870-0418 ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev

WOLips Howto? have a plist file copy to build when it's changed...

2007-11-21 Thread Les Vogel
Aloha, In Eclipse/WOLips what can I do to convince it to copy my plist file when it gets changed? It looks like I can "clean" the project and it will get copied from Resources, but not automagicly when it's changed. Thoughts? Les -- Les Vog

Re: WO 5.4 templateWithHTMLString ?

2007-11-20 Thread Les Vogel
ds, > > *Dennis Gaastra*, M.B.A.[sfu.ca], B.Sc.[ubc.ca] > *C*hief *T*echnology *O*fficer, > > > ___ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list (Webobjects-dev@lists.apple.com)

Velocity vs. JavaEOGenerator - I'm learning to hate both of them...

2007-11-20 Thread Les Vogel
templates myself, but I'll just punt for now as I'm a way behind schedule. I suspect the best solution will be to take the Apple templates and hack them with ideas from Velocity and fix the bugs. -- Les Vogel 808 870-0418 ___ Do not post ad

Re: derby examples

2007-11-20 Thread Les Vogel
___ > 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/lesv%40angeltech.com > > This email sent to [

WOLips Nightly Update path...

2007-11-20 Thread Les Vogel
le to get them. Any thoughts? -- Les Vogel 808 870-0418 ___ 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

Eclipse 3.3.2

2007-11-18 Thread Les Vogel
In looking at the Eclipse Time line http://www.eclipse.org/projects/timeline/ it appears that 3.3.2 isn't scheduled until February 18, 2008. I think all the discussion has been a bit premature. -- Les Vogel 808 870-0418 ___ Do not post admin req

Wonder - Building Docs - out of memory

2007-11-15 Thread Les Vogel
/WonderLatest/Wonder/dist/wonder-4.0 /Documentation/api/serialized-form.html... [javadoc] 2 errors [javadoc] 641 warnings Any suggestions? -- Les Vogel 808 870-0418 ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing

JavaEOGenerator source posted by Apple

2007-11-15 Thread Les Vogel
http://developer.apple.com/samplecode/JavaEOGenerator/index.html -- Les Vogel 808 870-0418 ___ 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: WOLips > Import...

2007-11-13 Thread Les Vogel
Just to add to the comment, what I was doing was control click in the "WebObjects Package Explorer" of WOLips, and selected the Import... option. That's where the rule message comes up after apparently importing. I don't know if it was related to the bad html or not. On

Re: WOLips > Import...

2007-11-13 Thread Les Vogel
nise the project in the listview, at the bottom of the > dialog box. > > If this doesn't work, you should do another thing: > Create an empty project AjaxExample and drag 'n Drop all the source, .wo, > resource, webserverresource file in the project. > > 2007/11/13, Les V

WOLips > Import...

2007-11-13 Thread Les Vogel
AjaxExample and AjaxLookExample. Any Thoughts? -- Les Vogel 808 870-0418 ___ 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 Sub

Re: WO54 - New Component HTML format.

2007-11-07 Thread Les Vogel
It worked! Thanks. On 11/7/07, Lachlan Deck <[EMAIL PROTECTED]> wrote: > > Helpful log output ay! > > Have you tried this? > > On 08/11/2007, at 4:24 PM, Les Vogel wrote: > > > I'm trying to get the new HTML Components to work, any ideas what > &g

WO54 - New Component HTML format.

2007-11-07 Thread Les Vogel
Hello and Welcome I get: *Error:* com.webobjects.appserver.parser.woml.WOMLTemplateParserException: Main: 12:2: Could not generate an element named: WOTextField *Reason:* Could not generate an element named: WOTextField Thoughts? -- Les Vogel 808 870-0418 __

Re: [Wonder-disc] ANN: 5.4 builds

2007-11-05 Thread Les Vogel
is SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > ___