Re: Some installation questions

2010-10-28 Thread Chuck Hill
On Oct 28, 2010, at 4:56 PM, Kieran Kelleher wrote: > +1 for running thru apache. > > BTW, for bookmarking your dev app's direct actions and dev entry points, just > make the WOPort a fixed port, 52400 for example, in the launch config instead > of -1. Use a different fixed port for different

Re: Some installation questions

2010-10-28 Thread Kieran Kelleher
+1 for running thru apache. BTW, for bookmarking your dev app's direct actions and dev entry points, just make the WOPort a fixed port, 52400 for example, in the launch config instead of -1. Use a different fixed port for different apps so that they can run at the same time. On Oct 28, 2010, a

Re: parent component content modification

2010-10-28 Thread Michael Gargano
works great! thanks. -Mike On Oct 28, 2010, at 2:36 PM, Ramsey Gurley wrote: > ERXWOTemplate > > On Oct 28, 2010, at 2:21 PM, Michael Gargano wrote: > >> if i have a page template component... >> >> >> >> >> >> >> >> >> >> >> >> in my wod... >> >> endScript : WOJavaScript { >> } >

FYI: SF Bay Area job

2010-10-28 Thread Ray Kiddy
http://sfbay.craigslist.org/pen/sad/2030798640.html cheers - ray ___ 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://list

Re: Some installation questions

2010-10-28 Thread Chuck Hill
On Oct 28, 2010, at 1:14 PM, Johnny Miller wrote: > Thanks for the clarification Chuck + Pascal. > > I think I've got it running now. WOMonitor started and the URL of my app has > changed to http://localhost/cgi-bin/WebObjects/MyApp.woa/-/wa/default > > Is the idea now that I have it runn

Re: Some installation questions

2010-10-28 Thread Johnny Miller
Thanks for the clarification Chuck + Pascal. I think I've got it running now. WOMonitor started and the URL of my app has changed to http://localhost/cgi-bin/WebObjects/MyApp.woa/-/wa/default Is the idea now that I have it running through Apache I can test/use mod_rewrites and use bookmark

Re: Some installation questions

2010-10-28 Thread Pascal Robert
Le 2010-10-28 à 15:41, Johnny Miller a écrit : >>> >> >> Let's qualify that with >> - latest stable WOLips and correct related Eclipse version >> - WO 5.4.3 >> - recent Wonder, not built from source >> - simple database to install and use >> - running through Apache >> >> >> Chuck >> > > Hi

Re: Some installation questions

2010-10-28 Thread Chuck Hill
On Oct 28, 2010, at 12:41 PM, Johnny Miller wrote: >>> >> >> Let's qualify that with >> - latest stable WOLips and correct related Eclipse version >> - WO 5.4.3 >> - recent Wonder, not built from source >> - simple database to install and use >> - running through Apache >> >> >> Chuck >> >

Re: Some installation questions

2010-10-28 Thread Johnny Miller
>> > > Let's qualify that with > - latest stable WOLips and correct related Eclipse version > - WO 5.4.3 > - recent Wonder, not built from source > - simple database to install and use > - running through Apache > > > Chuck > Hi, I realized from this e-mail that I was behind the times regard

Re: Some installation questions

2010-10-28 Thread Chuck Hill
I build it into the Properties file of my bundles (my stuff, not Wonder). e.g. build.version=${svn.committed.max} build.date=${DSTAMP} build.time=${TSTAMP} It is probably a good idea to do this to Wonder too for command line builds. However... that means looking at the Wonder build files. =8-

Re: attribute conversion

2010-10-28 Thread Kieran Kelleher
You could do a simple custom attribute class to handle your legacy db booleans This is very old here, but it should give you an idea of how to do that: http://web.me.com/kelleherk/iblog/C729512539/E2033071041/index.html On Oct 28, 2010, at 1:59 PM, Michael Gargano wrote: > I have a preexist

Re: Some installation questions

2010-10-28 Thread Kieran Kelleher
The only way I can tell is by doing 'svn info' in the root of Wonder source working copy. On Oct 28, 2010, at 1:32 PM, Janine Ohmer wrote: > Should I take it from the lack of responses that no-one knows how to tell > what the Wonder version is? :) > > janine

Re: parent component content modification

2010-10-28 Thread Ramsey Gurley
ERXWOTemplate On Oct 28, 2010, at 2:21 PM, Michael Gargano wrote: if i have a page template component... in my wod... endScript : WOJavaScript { } is there a way in a sub-compoent (that would provide the body content) to change the properties of that endScript component? mayb

Re: parent component content modification

2010-10-28 Thread Jean-Francois Veillette
Le 2010-10-28 à 14:21, Michael Gargano a écrit : > if i have a page template component... > > > > > > > > > > > > in my wod... > > endScript : WOJavaScript { > } > > > is there a way in a sub-compoent (that would provide the body content) to > change the properties of that endScrip

EGWrapper and hyperlinks

2010-10-28 Thread Louis Demers
Hi again, In trying to export a table to excel, I'm now at the point where it seems one column does not export to excel because it's actually an hyperlink in the wo component. I tried using conditional but it seems anything complex just does not get translated to excel stuff. Can somebody con

Re: ERXJDBCConnectionAnalyser and Connections Exhausted!

2010-10-28 Thread Farrukh Ijaz
Hi Chuck, I have changed the code and am using ERXJDBCConnectionBroker to test the database connectivity and it's serving the purpose very well. Thanks, Farrukh Sent from my iPad On 28-Oct-2010, at 8:01 PM, Chuck Hill wrote: > I wrote it to debug a failure to connect so this was never a con

attribute conversion

2010-10-28 Thread Michael Gargano
I have a preexisting DB structure where booleans are stored 'Yes', 'No' instead of 'true','false' Any ways to handle this mapping? I know java.lang.Boolean treats 'Yes' as false. Thanks. -Mike ___ Do not post admin requests to the list. They will b

Does EGWrapper caches stuff

2010-10-28 Thread Louis Demers
Hi, I'm using EGWrapper to generate excel version of some tables. During development, I edit the wo file of the table and the generated page is immediately reflecting the edit (without restarting the application) But the excel version always seems to us the first version of the wo file.

Re: Some installation questions

2010-10-28 Thread Chuck Hill
On Oct 28, 2010, at 10:32 AM, Janine Ohmer wrote: > > Should I take it from the lack of responses that no-one knows how to tell > what the Wonder version is? :) I don't think it is built into the bundles in any way. Chuck -- Chuck Hill Senior Consultant / VP Development Practi

Re: Some installation questions

2010-10-28 Thread David LeBer
On 2010-10-28, at 1:17 PM, Chuck Hill wrote: > On Oct 28, 2010, at 10:15 AM, David LeBer wrote: > Since I am not a champion of keeping the WO frameworks out of the system > locations, I would use the WOInstaller.jar and the instructions found > here: Sheesh, that should b

Re: Some installation questions

2010-10-28 Thread Janine Ohmer
On Oct 28, 2010, at 10:17 AM, Chuck Hill wrote: > On Oct 28, 2010, at 10:15 AM, David LeBer wrote: > Since I am not a champion of keeping the WO frameworks out of the system > locations, I would use the WOInstaller.jar and the instructions found > here: Sheesh, that should

Re: Some installation questions

2010-10-28 Thread Pascal Robert
Le 2010-10-28 à 13:04, Chuck Hill a écrit : > On Oct 28, 2010, at 6:11 AM, David LeBer wrote: >> On 2010-10-28, at 9:08 AM, David LeBer wrote: >>> On 2010-10-28, at 4:24 AM, ISHIMOTO Ken wrote: >>> Hi, It depends on which Platform you are. Windofs : I have no idea. Nev

Re: ERXJDBCConnectionAnalyser and Connections Exhausted!

2010-10-28 Thread Chuck Hill
I wrote it to debug a failure to connect so this was never a concern - the JVM exited right after this. It was NOT intended to be used how you are using it. It is intended to debug configuration issues. Closing this connection is non-trivial. For what I think this is doing, you would be bet

Re: Some installation questions

2010-10-28 Thread Chuck Hill
On Oct 28, 2010, at 10:15 AM, David LeBer wrote: Since I am not a champion of keeping the WO frameworks out of the system locations, I would use the WOInstaller.jar and the instructions found here: >>> >>> Sheesh, that should be "Since I am NOW a champion..." >> >> For a person doing r

Re: Some installation questions

2010-10-28 Thread David LeBer
On 2010-10-28, at 1:04 PM, Chuck Hill wrote: > On Oct 28, 2010, at 6:11 AM, David LeBer wrote: >> On 2010-10-28, at 9:08 AM, David LeBer wrote: >>> On 2010-10-28, at 4:24 AM, ISHIMOTO Ken wrote: >>> Hi, It depends on which Platform you are. Windofs : I have no idea. Ne

Re: Some installation questions

2010-10-28 Thread Chuck Hill
On Oct 28, 2010, at 8:48 AM, David LeBer wrote: > > On 2010-10-28, at 11:35 AM, Janine Ohmer wrote: > >> Thanks, guys. >> >> I think it's safe to assume that for both testing and developing WO one >> would be on a Mac. Deployment could be on Mac or Linux. I'm fine with >> overlooking Windo

Re: UDPATE: Session times out even though I am doing auto refresh?

2010-10-28 Thread Katya Yurukova
Hi James, Have a look at the browser's address bar once you have logged in. If you're using WORedirect to return the page after login you end up with the direct action url in the address bar. If the page refresh has something to do with window.location.href or is a meta refresh the login DA wil

Re: Some installation questions

2010-10-28 Thread Chuck Hill
On Oct 28, 2010, at 6:11 AM, David LeBer wrote: > On 2010-10-28, at 9:08 AM, David LeBer wrote: >> On 2010-10-28, at 4:24 AM, ISHIMOTO Ken wrote: >> >>> Hi, >>> >>> It depends on which Platform you are. >>> >>> Windofs : I have no idea. Never used >>> >>> Mac : >>> >>> 1. Get Safari Extension

UDPATE: Session times out even though I am doing auto refresh?

2010-10-28 Thread James Cicenia
Ok - It only happens when you first login... keeps calling the login direct action. On Oct 28, 2010, at 10:29 AM, James Cicenia wrote: > I was wondering. > > I am doing both a full page refresh every 3 minutes along with > UpdateContainers every 15 seconds. > However, I am getting a handleSess

Re: ERModern* and localization

2010-10-28 Thread David Holt
On 2010-10-28, at 4:20 AM, Johan Henselmans wrote: > > Op 21 okt 2010, om 15:53 heeft David LeBer het volgende geschreven: > >> >> On 2010-10-21, at 9:46 AM, David Avendasora wrote: >> >>> Hey Johan, >>> >>> I had the same problem to start with. They are handled by the >>> Localizable.strin

Re: Some installation questions

2010-10-28 Thread Kieran Kelleher
It is a maze. Here are a couple of links . I can share some example my.cnf files off-list if you like... http://dev.mysql.com/doc/refman/5.1/en/optimizing-the-server.html http://dev.mysql.com/doc/refman/5.1/en/innodb-parameters.html http://dev.mysql.com/doc/refman/5.1/en/option-files.ht

Re: Some installation questions

2010-10-28 Thread Steve Peery
MySQL is convenient if you deploy on OS X Server because it is already installed. Steve On Oct 28, 2010, at 12:01 PM, John Huss wrote: > http://pgfoundry.org/projects/pgtune/ > > On Thu, Oct 28, 2010 at 11:00 AM, Ramsey Gurley wrote: > > On Oct 28, 2010, at 11:48 AM, David LeBer wrot

Re: Some installation questions

2010-10-28 Thread John Huss
http://pgfoundry.org/projects/pgtune/ On Thu, Oct 28, 2010 at 11:00 AM, Ramsey Gurley wrote: > > On Oct 28, 2010, at 11:48 AM, David LeBer wrote: > > >> On 2010-10-28, at 11:35 AM, Janine Ohmer wrote: >> >> Thanks, guys. >>> >>> I think it's safe to assume that for both testing and developing W

Re: Some installation questions

2010-10-28 Thread Ramsey Gurley
On Oct 28, 2010, at 11:48 AM, David LeBer wrote: On 2010-10-28, at 11:35 AM, Janine Ohmer wrote: Thanks, guys. I think it's safe to assume that for both testing and developing WO one would be on a Mac. Deployment could be on Mac or Linux. I'm fine with overlooking Windows. :) The di

Re: Some installation questions

2010-10-28 Thread David LeBer
On 2010-10-28, at 11:35 AM, Janine Ohmer wrote: > Thanks, guys. > > I think it's safe to assume that for both testing and developing WO one would > be on a Mac. Deployment could be on Mac or Linux. I'm fine with overlooking > Windows. :) > > The directions linked to from the front page of w

Re: Some installation questions

2010-10-28 Thread ISHIMOTO Ken
Hi, We deploy everything on FrontBase. I use it for 4 years now, and never failed once. And we will using it in the Future Projects too. Golipse install * Eclipse 3.6.1 * all Eclipse Plugin's for WO * WOLips * ... I think we need an Wiki Page for Explaining Golipse. Ken On 2010/10/28, at 17

Re: Some installation questions

2010-10-28 Thread Janine Ohmer
Thanks, guys. I think it's safe to assume that for both testing and developing WO one would be on a Mac. Deployment could be on Mac or Linux. I'm fine with overlooking Windows. :) The directions linked to from the front page of wocommunity.org have you use WOInstaller.jar to install WebObjec

Session times out even though I am doing auto refresh?

2010-10-28 Thread James Cicenia
I was wondering. I am doing both a full page refresh every 3 minutes along with UpdateContainers every 15 seconds. However, I am getting a handleSessionRestorationErrorInContext which then redirects. Any thoughts on why that is getting called? Thanks James __

Re: ERXJDBCConnectionAnalyser and Connections Exhausted!

2010-10-28 Thread Simon
i don't have the answer, but we see this same issue all the time simon On 28 October 2010 13:38, Farrukh Ijaz wrote: > Hi Gurus, > How can I release the JDBC connection that is hooked by > ERXJDBCConnectionAnalyser class? > I've defined following properties: > er.extensions.ERXJDBCAdaptor.u

Re: Some installation questions

2010-10-28 Thread David LeBer
On 2010-10-28, at 9:08 AM, David LeBer wrote: > > On 2010-10-28, at 4:24 AM, ISHIMOTO Ken wrote: > >> Hi, >> >> It depends on which Platform you are. >> >> Windofs : I have no idea. Never used >> >> Mac : >> >> 1. Get Safari Extensions : >> http://www.webobjects.me/safari/woExtension/inde

Re: Some installation questions

2010-10-28 Thread David LeBer
On 2010-10-28, at 4:24 AM, ISHIMOTO Ken wrote: > Hi, > > It depends on which Platform you are. > > Windofs : I have no idea. Never used > > Mac : > > 1. Get Safari Extensions : > http://www.webobjects.me/safari/woExtension/index.html > > 2. Then Click on and download Golipse, and Install

ERXJDBCConnectionAnalyser and Connections Exhausted!

2010-10-28 Thread Farrukh Ijaz
Hi Gurus, How can I release the JDBC connection that is hooked by ERXJDBCConnectionAnalyser class? I've defined following properties: er.extensions.ERXJDBCAdaptor.useConnectionBroker = true dbMinConnectionsGLOBAL=1 dbMaxConnectionsGLOBAL=5 dbMaxCheckoutGLOBAL=600 dbDebugLevelGLOBAL=3 I've fol

Re: ERModern* and localization

2010-10-28 Thread Johan Henselmans
Op 21 okt 2010, om 15:53 heeft David LeBer het volgende geschreven: > > On 2010-10-21, at 9:46 AM, David Avendasora wrote: > >> Hey Johan, >> >> I had the same problem to start with. They are handled by the >> Localizable.strings instead of rules (yeah, weird, I know) > > I think Johan under

Re: App not starting in deployment

2010-10-28 Thread Amedeo Mantica
Remember also to compile all your frameworks for the same version Amedeo On 28/ott/2010, at 02.04, Jean Pierre Malrieu wrote: > > Le 28 oct. 2010 à 01:20, Pascal Robert a écrit : > >> >> Le 2010-10-27 à 19:11, Jean Pierre Malrieu a écrit : >> >>> >>> Le 28 oct. 2010 à 00:34, Pascal Robert a

Re: App not starting in deployment

2010-10-28 Thread Martin Perez Barreiro
Jean, The problem is that you compiled with a compiler a version (at least) above the runtime jre. You will need to match the development jdk and target jre versions, or have target jre with a version number superior to dev jdk and not the other way arround. Hope it helps, M. On 27/10/20

Re: Some installation questions

2010-10-28 Thread ISHIMOTO Ken
Hi, It depends on which Platform you are. Windofs : I have no idea. Never used Mac : 1. Get Safari Extensions : http://www.webobjects.me/safari/woExtension/index.html 2. Then Click on <> and download Golipse, and Install and you are ready to go. 3. Yes of course you need a Database. You c