Re: ERX MARKER/Fix Classpath

2007-01-25 Thread Thierry Kramis
Allright If I manually change ther order of the entries in the Files MacOSXServerClassPath.txt and MacOSXServer.txt the application starts smoothly. Where would I find that .classpath file you mean? Am 23.1.2007 18:08 Uhr schrieb "Oliver Egger" unter <[EMAIL PROTECTED]>: > Hi > > I had the sam

Including Libraries in .woa

2007-01-25 Thread Thierry Kramis
Hi We're having some problems to include libraries into our build under WOLIPS/Eclipse: 1. we imported the libraries into a subfolder of our project 2. We added them to the eclipse build path. 3. on the dev machine everything works well 4. we can't deploy the application because the woa file doesn

define Session timeout per session

2007-01-25 Thread Ute Hoffmann
Hallo, Is it possible (and advisable) to build this scenario: A session timeout is set via JavaMonitor. When a special user logs into the application a different session timeout is set on login. It should only be valid for this single session, all other sessions should be unaffected. Will se

Re: define Session timeout per session

2007-01-25 Thread Stefan Klein
Hi, sure. Stefan Ute Hoffmann schrieb: Hallo, Is it possible (and advisable) to build this scenario: A session timeout is set via JavaMonitor. When a special user logs into the application a different session timeout is set on login. It should only be valid for this single session, all oth

Re: define Session timeout per session

2007-01-25 Thread Mailinglist
Hi Yes it does. Use the following code as login: //Setting timeout this.session().setTimeOut(3600); Replace 3600 with your desired value. >Hallo, >Is it possible (and advisable) to build this scenario: >A session timeout is set via JavaMonitor. When a special user logs into the >>application a

passing a parameter to a direct action via the http POST method

2007-01-25 Thread Paolo Sommaruga
Hi, usually one can pass a parameter to a direct action via an WOHyperLink with the following in the .wod file myLink: WOHyperLink : { actionClass = "DirectAction"; ?name = someBinding; } and this produce in the browser an url query string in w

Re: Including Libraries in .woa

2007-01-25 Thread Lachlan Deck
Hi there, On 25/01/2007, at 7:29 PM, Thierry Kramis wrote: We're having some problems to include libraries into our build under WOLIPS/Eclipse: 1. we imported the libraries into a subfolder of our project Which one? 2. We added them to the eclipse build path. Helpful for code-completion.

Re: passing a parameter to a direct action via the http POST method

2007-01-25 Thread Simon McLean
if you are submitting your POST with a form then you just bind actionClass and directActionName parameters as necessary, and pass in parameters with text fields (or hidden fields) in the form itself. if you are constructing a POST with, say, java.net.HttpConnection then you set it's URL to

Re: passing a parameter to a direct action via the http POST method

2007-01-25 Thread Stefan Klein
Hi, you can use a WOForm with hidden input values. Stefan Paolo Sommaruga schrieb: Hi, usually one can pass a parameter to a direct action via an WOHyperLink with the following in the .wod file myLink:WOHyperLink : { actionClass = "DirectAction"; ?name = someBindi

Re: Split install script

2007-01-25 Thread Pierre Bernard
It's a bit outdated, but you can grab my install scripts from http:// www.bernard-web.com/pierre/code.html Pierre Bernard Houdah Software s.à r.l. http://www.houdah.com On 25 Jan 2007, at 08:25, Helmut Schottmüller wrote: Hi Group, does anyone have a working split install ant script (or some

Re: Including Libraries in .woa

2007-01-25 Thread Daniele Corti
Hi, I've no idea why, bu Eclipse needs that you Include resources by extensions: right click on the .jar file, WOLips Tools-> Include as resource This will inlude the resource in yourapp.woa /Contents/Resource/folder_In_Your_project/resource.jar that mean if you have the .jar files in ~workspace/

Re: Including Libraries in .woa

2007-01-25 Thread Chuck Hill
On Jan 25, 2007, at 4:39 AM, Daniele Corti wrote: Hi, I've no idea why, bu Eclipse needs that you Include resources by extensions: Um, not only. That is just one option. You can also include them by name. Expand the woproject/ folder. Open up the resources.include.patternset and a

Re: ERX MARKER/Fix Classpath

2007-01-25 Thread Thierry Kramis
Needless to say that I didn't found a file called .classpath within the project directory :-) No really, there isn't any file in that folder and I used the terminal. Any idea? Am 25.1.2007 14:36 Uhr schrieb "Oliver Egger" unter <[EMAIL PROTECTED]>: > hi > > the file ".classpath" is located in

Re: ERX MARKER/Fix Classpath

2007-01-25 Thread Thierry Kramis
Allright. In Eclipse you need to fix this in your build.xml File where the appropriate order must be set. Thanks. Am 25.1.2007 14:36 Uhr schrieb "Oliver Egger" unter <[EMAIL PROTECTED]>: > hi > > the file ".classpath" is located in the project folder. because of the > point it may not be visi

Re: Including Libraries in .woa

2007-01-25 Thread Thierry Kramis
Changed my build.xml file according your informations. Other thing: don't put your jar files in libraries>subfolder. That wouldn't work. Thanks. Am 25.1.2007 11:53 Uhr schrieb "Lachlan Deck" unter <[EMAIL PROTECTED]>: > Hi there, > > On 25/01/2007, at 7:29 PM, Thierry Kramis wrote: > >> We'r

WOLips-Tools - Exclude as Resource

2007-01-25 Thread Thierry Kramis
There is a serious problem with excluding resources with the WOLips tools. Excluding a resource will destroy all your settings not just the one for the specific resource. Did anyone experience this as well? ___ Do not post admin requests to the list.

Re: WOLips-Tools - Exclude as Resource

2007-01-25 Thread Chuck Hill
Using the context menu or the patternset editor? I have found the context menu options sometimes, er, do the wrong thing. The patternset editor is fine. Chuck On Jan 25, 2007, at 9:30 AM, Thierry Kramis wrote: There is a serious problem with excluding resources with the WOLips tools. E

WOCommunity.org

2007-01-25 Thread Pascal Robert
Hi fellow WO dudes, you do remember the wofoundation.org Web site ? Well, I also registered WOCommunity.org, which I think it's a better name. Also, in February, I will take some days off so that I can work on the site. I am planning the following : 1) A RSS aggregator to merge the RSS

Re: WebObjects 5.3 Licensing Question (Again)

2007-01-25 Thread Hugi Thordarson
AARGH! Sorry. I swear I'm an extremely relaxed and balanced person. But after four years, I had to say it. Cheers, - Hugi On Jan 24, 2007, at 4:47 AM, Serge Cohen wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi; A short follow up, not really on the legal

Re: WOCommunity.org

2007-01-25 Thread Ken Anderson
Awesome Pascal - thanks! On Jan 25, 2007, at 1:41 PM, Pascal Robert wrote: Hi fellow WO dudes, you do remember the wofoundation.org Web site ? Well, I also registered WOCommunity.org, which I think it's a better name. Also, in February, I will take some days off so that I can work on th

AjaxUpdateContainer to block other user input

2007-01-25 Thread Thierry Kramis
Has anyone realized a dialog with AjaxUpdateContainer from the Wonder Framework that actually displays the dialog and a half transparent background over everything elese that doesn't allow any user input appart from that in the dialog? ___ Do not pos

Re: ANN : WebObjects Dinner in Sydney

2007-01-25 Thread Wolfram Stebel
Am 25.01.2007 4:09 Uhr schrieb "Andrew Lindesay" unter <[EMAIL PROTECTED]>: > Hello; > > To coincide with Apple's "Leopard Tech Talk" in Sydney, Andrew > Lindesay and Michelle Parker are organising a dinner for folk who are > in Sydney at the time and are working with WebObjects application- > se

Re: WOBuilder in the future of WO?

2007-01-25 Thread David Holt
+1 David -- It's like driving a car at night. You never see further than your headlights, but you can make the whole trip that way. E. L. Doctorow from Sunbeams: http://www.thesunmagazine.org On 22 Jan 2007, at 4:05 PM, Georg Tuparev wrote: I personally believe, that life with WOBuilde

Re: WOBuilder in the future of WO?

2007-01-25 Thread James Cicenia
+1 James Cicenia On Jan 25, 2007, at 3:12 PM, David Holt wrote: +1 David -- It's like driving a car at night. You never see further than your headlights, but you can make the whole trip that way. E. L. Doctorow from Sunbeams: http://www.thesunmagazine.org On 22 Jan 2007, at 4:05 PM,

Re: WOBuilder in the future of WO?

2007-01-25 Thread Simon McLean
+1 Simon On 25 Jan 2007, at 21:28, James Cicenia wrote: +1 James Cicenia On Jan 25, 2007, at 3:12 PM, David Holt wrote: +1 David -- It's like driving a car at night. You never see further than your headlights, but you can make the whole trip that way. E. L. Doctorow from Sunbeams:

Re: WOBuilder in the future of WO?

2007-01-25 Thread Ken Anderson
Personally, I think it's silly to take votes - OF COURSE we want a replacement! :) On Jan 25, 2007, at 4:28 PM, James Cicenia wrote: +1 James Cicenia On Jan 25, 2007, at 3:12 PM, David Holt wrote: +1 David -- It's like driving a car at night. You never see further than your headlights

Re: WOBuilder in the future of WO?

2007-01-25 Thread Simon McLean
if someone out there (like gordo) is busy building a replacement, then seeing lots of people screaming "YES I WANT IT!" will give them the motivation to carry on. and lots of people also screaming "AND YES I'LL PAY FOR IT" will give them even more motivation. I'm screaming both...! Simo

Re: WOBuilder in the future of WO?

2007-01-25 Thread Chuck Hill
The question is, who is going to volunteer their time to write it? The answer is _not_ Apple however much we might like it to be. If you want to vote, vote with your coding skills. Chuck On Jan 25, 2007, at 1:34 PM, Ken Anderson wrote: Personally, I think it's silly to take votes - OF COUR

Re: WOBuilder in the future of WO?

2007-01-25 Thread David LeBer
On 25-Jan-07, at 4:34 PM, Ken Anderson wrote: Personally, I think it's silly to take votes - OF COURSE we want a replacement! :) Agreed. I kinda get the feeling that votes for a (undefined) replacement for WOBuilder on this list is like asking for a show of hands for who wants free beer

Re: WOBuilder in the future of WO?

2007-01-25 Thread Galen Rhodes
If someone builds a GOOD replacement I would be willing to pay for it. It doesn't have to be perfect but if it contains 99.9% of the features the current WOBuilder has and doesn't cost hundreds of dollars then I would be willing to put my money where my mouth is. -- Galen Rhodes [EMAIL PRO

Re: WOBuilder in the future of WO?

2007-01-25 Thread Andrew Satori
Actually, the voting helps. I know that there is someone looking at it already, but I'm considering it as well. I already have an XSL dev tool that we use in house that I might be able to modify as the base. What I'm most interested in is the interest, and to a lesser degree, the price p

Re: SSDD builds with WOLIPS

2007-01-25 Thread D Tim Cummings
thanks Dov Where does OurApplication.jar go? The XCode build puts it in lib. The WOLips build puts it somewhere else as OurApplication.woa. I personally have had more success building all the frameworks as jars and putting them in lib, like the XCode build. Tim On 25/01/2007, at 2:22 P