Re: Wonder JavaMonitor problem

2012-05-02 Thread Patrick Robinson
Oracle jdk-6u31-linux-x64.bin > Running which JDK? > >> Ubuntu 10.04 LTS, so Yeah. :-) >> >> On May 2, 2012, at 8:19 PM, Pascal Robert wrote: >> >>> Is this on Debian? >>> Yes, I just downloaded: http://jenkins.wocommunity.org/job/WonderIntegration/lastSuccessfulBuild/artifact/

Re: Wonder JavaMonitor problem

2012-05-02 Thread Pascal Robert
Running which JDK? > Ubuntu 10.04 LTS, so Yeah. :-) > > On May 2, 2012, at 8:19 PM, Pascal Robert wrote: > >> Is this on Debian? >> >>> Yes, I just downloaded: >>> http://jenkins.wocommunity.org/job/WonderIntegration/lastSuccessfulBuild/artifact/Root/Roots/JavaMonitor.tar.gz >>> >>> That

Re: Wonder JavaMonitor problem

2012-05-02 Thread Patrick Robinson
Ubuntu 10.04 LTS, so Yeah. :-) On May 2, 2012, at 8:19 PM, Pascal Robert wrote: > Is this on Debian? > >> Yes, I just downloaded: >> http://jenkins.wocommunity.org/job/WonderIntegration/lastSuccessfulBuild/artifact/Root/Roots/JavaMonitor.tar.gz >> >> That has the same behavior (or lack th

Re: Wonder JavaMonitor problem

2012-05-02 Thread Pascal Robert
Is this on Debian? > Yes, I just downloaded: > http://jenkins.wocommunity.org/job/WonderIntegration/lastSuccessfulBuild/artifact/Root/Roots/JavaMonitor.tar.gz > > That has the same behavior (or lack thereof!). :) > > > On May 2, 2012, at 7:48 PM, Pascal Robert wrote: > >> That sounds like a W

Re: Wonder JavaMonitor problem

2012-05-02 Thread Patrick Robinson
Yes, I just downloaded: http://jenkins.wocommunity.org/job/WonderIntegration/lastSuccessfulBuild/artifact/Root/Roots/JavaMonitor.tar.gz That has the same behavior (or lack thereof!). :) On May 2, 2012, at 7:48 PM, Pascal Robert wrote: > That sounds like a WOFrameworksBaseUrl problems… Can you

Re: Wonder JavaMonitor problem

2012-05-02 Thread Pascal Robert
That sounds like a WOFrameworksBaseUrl problems… Can you try with the build on jenkins.wocommunity.org to see if you have the same problem? > I've just updated my copy of wonder's integration branch, and built > JavaMonitor and friends like this: > > ant frameworks deployment.tools -Ddeployme

Wonder JavaMonitor problem

2012-05-02 Thread Patrick Robinson
I've just updated my copy of wonder's integration branch, and built JavaMonitor and friends like this: ant frameworks deployment.tools -Ddeployment.standalone=true I then moved my newly-built copy of JavaMonitor.woa/ to my deployment web server (wotaskd.woa on the machine is only a couple of

Re: [MEET] Toronto Cocoaheads / tacow - May 8

2012-05-02 Thread David Aspinall
Rats, sorry I'll be missing this one. Have a great meet up David On 2012-05-02, at 12:53 PM, Karl Moskowski wrote: > tacow's next meeting is scheduled for 6:30 PM on Tuesday, May 8, 2012 in room > 304 of Metro Hall. > > @AshFurrow, lead iOS developer at 500px, will give a presentation on advan

Re: Thank you all

2012-05-02 Thread Chuck Hill
Chuck's belly needs no more beer. On 2012-05-02, at 6:32 AM, Pascal Robert wrote: > Just buy a beer to the guy or gal that answered your question indirectly. > It's probably Chuck anyway :-P > >> Thanks once again to the power of The (community mailing) List. >> In composing an email to the l

Re: Thank you all

2012-05-02 Thread Chuck Hill
LOL That is funny! On 2012-05-02, at 4:20 AM, Larry Mills-Gahl wrote: > Thanks once again to the power of The (community mailing) List. > In composing an email to the list to seek help for a problem that I was > having, the solution to the problem emerged (as it often does) by just > evoking

Re: Session

2012-05-02 Thread Chuck Hill
The easiest fix is to add this to your Application.java: protected Class _sessionClass() { return your.own.Session.class; } Chuck On 2012-05-02, at 1:12 AM, Ron X wrote: > Hi community > i have started new test application from scratch - D2W WONDER Application > i converted it into Ma

[MEET] Toronto Cocoaheads / tacow - May 8

2012-05-02 Thread Karl Moskowski
tacow's next meeting is scheduled for 6:30 PM on Tuesday, May 8, 2012 in room 304 of Metro Hall. @AshFurrow, lead iOS developer at 500px, will give a presentation on advanced scroll-view techniques. Details, directions, etc. at . All are welcome, and we look forward to se

Re: MySQL: InnoDB vs MyISAM or InnoDB + MyISAM

2012-05-02 Thread Kieran Kelleher
LOL was talking about the MySQL-WebObjects database world. Sorry if I caused you distress with thoughts of Armagedon ;-) On May 2, 2012, at 11:54 AM, David LeBer wrote: > Bah, the world as we know it sucks. > > Seeing the end of the world as we *don't* know it, now there is something I'd

Re: MySQL: InnoDB vs MyISAM or InnoDB + MyISAM

2012-05-02 Thread David LeBer
Bah, the world as we know it sucks. Seeing the end of the world as we *don't* know it, now there is something I'd pay big money to see. D PS: I concur, use InnoDB everywhere. -- David LeBer Codeferous Software On 2012-05-02, at 11:45 AM, Kieran Kelleher wrote: > Big problems. As has been sai

Re: MySQL: InnoDB vs MyISAM or InnoDB + MyISAM

2012-05-02 Thread Kieran Kelleher
Big problems. As has been said before, MyISAM will not rollback... Thus every failed editingContext.saveChanges() will result in loss of data integrity and end of the world as we know it. Save the World: Use InnoDB only when using MySQL Regards Kieran ___ Sent from my

Re: Table Character Encoding

2012-05-02 Thread Ramsey Gurley
http://wiki.wocommunity.org/display/WO/UTF-8+Encoding+Tips On May 2, 2012, at 6:56 AM, Gino Pacitti wrote: > I had an issue yesterday with someone using the character ' as in the word > someone's and trying to save and edit. > > When it came time to save there was an error on saving which compl

Re: MySQL: InnoDB vs MyISAM or InnoDB + MyISAM

2012-05-02 Thread Ramsey Gurley
Use InnoDB for everything if you care about data integrity. On May 2, 2012, at 7:46 AM, Ron X wrote: > Did anybody do chain like this - InnoDB (some tables) + MyISAM (other tables)? > And what problems I will get when will use this sheme? > Thanx. > ___

Re: rackspace ?

2012-05-02 Thread Ramsey Gurley
Postgres isn't compiled with SSL support by default (Or at least, it wasn't with 8.3.x). If you want to connect to it remotely using ssl, you'll need to build it rather than install binaries. On May 2, 2012, at 6:44 AM, Theodore Petrosky wrote: > I just signed up for a backspace account to host

MySQL: InnoDB vs MyISAM or InnoDB + MyISAM

2012-05-02 Thread Ron X
Did anybody do chain like this - InnoDB (some tables) + MyISAM (other tables)? And what problems I will get when will use this sheme? Thanx. ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-de

Table Character Encoding

2012-05-02 Thread Gino Pacitti
I had an issue yesterday with someone using the character ' as in the word someone's and trying to save and edit. When it came time to save there was an error on saving which complained about mixed encodings... When I use EOModellor in WOLips to generate the tables it defaults to cp1252_l

Re: rackspace ?

2012-05-02 Thread James Cicenia
Depending on account type, you can probably just ask them and they will install it for you. We have a managed server and the service is superb. James On May 2, 2012, at 8:44 AM, Theodore Petrosky wrote: > I just signed up for a backspace account to host some of the company stuff. > > I see

rackspace ?

2012-05-02 Thread Theodore Petrosky
I just signed up for a backspace account to host some of the company stuff. I see that MYSQL is the default db. is anyone using postgresql? I guess I will have to install it from the command line. when I do the webobjects. any gotchas I should be aware of? Ted ___

Re: Properties file vs Additional Arguments

2012-05-02 Thread James Cicenia
I thought great... Duser.name is just what I need! But ERXProperties has found the following Properties files: JavaJDBCAdaptor.framework -> /usr/local/woapps/PI.woa/Contents/Frameworks/JavaJDBCAdaptor.framework/Resources/Properties JavaEOControl.framework -> /usr/local/woapps/PI.woa/Cont

Re: Thank you all

2012-05-02 Thread Pascal Robert
Just buy a beer to the guy or gal that answered your question indirectly. It's probably Chuck anyway :-P > Thanks once again to the power of The (community mailing) List. > In composing an email to the list to seek help for a problem that I was > having, the solution to the problem emerged (as

Re: Properties file vs Additional Arguments

2012-05-02 Thread Pascal Robert
Le 2012-05-02 à 09:15, James Cicenia a écrit : > Hello - > > My client has a new server over at rackspace and I have it ready to fire up. > However, my additional arguments for pointing at the database are not > overriding the Properties file. > > I thought they were supposed to, are they not?

Properties file vs Additional Arguments

2012-05-02 Thread James Cicenia
Hello - My client has a new server over at rackspace and I have it ready to fire up. However, my additional arguments for pointing at the database are not overriding the Properties file. I thought they were supposed to, are they not? Otherwise, is there a way to tie a Properties file to the serv

Thank you all

2012-05-02 Thread Larry Mills-Gahl
Thanks once again to the power of The (community mailing) List. In composing an email to the list to seek help for a problem that I was having, the solution to the problem emerged (as it often does) by just evoking the possibility of asking The List. I'm not sure if this is a question of my app