Re: ant task for remote deployment (was: T âche pour déploiement à distance

2008-01-25 Thread Pascal Robert
I added some tips on how we do our remote deployments in the wiki: http://wiki.objectstyle.org/confluence/display/WOL/Remote+deployment +with+Ant+and+ssh Yes... but it definitely will work for me! I didn't realize I could use rsync from the ant file. I obviously know little about ant. No

Re: webobjects and Flash???

2008-01-25 Thread Pascal Robert
Are you looking at Flex or Flash CS ? Both will generate a SWF app, but the design is different. Flex is more developer-minded than Flash CS, but both will use ActionScript for source code. As for integrating Flex or Flash CS with WO, you can use SOAP or straight XML. Someone is also wor

webobjects and Flash???

2008-01-25 Thread Theodore Petrosky
I am searching for any examples of integrating Flash and Webobjects I am just starting to learn Flash and there is some wonderful stuff... but how to connect the two together. In the mean time... I'll keep googling Ted

Re: AND build error, need help

2008-01-25 Thread Chuck Hill
See http://www.google.com/search?client=safari&rls=en&q=ant+XML+parser +factory+has+not+been+configured+correctly:+Provider +org.apache.xerces.jaxp.SAXParserFactoryImpl+not+found&ie=UTF-8&oe=UTF-8 Maybe a problem with the new Ant version? You could try installing 1.6.5 and using that. Chu

AND build error, need help

2008-01-25 Thread Amedeo Mantica
I'm reading all email here regarding similar problem, but I'm still stuck here building ant Buildfile: /Users/Shared/amedeomantica/Eclipse/apellSite/build.xml BUILD FAILED XML parser factory has not been configured correctly: Provider org.apache.xerces.jaxp.SAXParserFactoryImpl not found T

Re: Auto Open Client Application isn't

2008-01-25 Thread Daryl Lee
David, On Jan 25, 2008, at 11:38 AM, David Avendasora wrote: On Jan 24, 2008, at 2:22 PM, Daryl Lee wrote: I'd file a bug with WOLips. If I have spare cycles (which is rare these days), I might be able to look into this for you. I'm not sure what I'd say in the bug report ... There's s

Re: Enumerating EOs in a new thread

2008-01-25 Thread Guido Neitzer
On 25.01.2008, at 11:10, Chuck Hill wrote: I don't think that is exactly correct. EOF is only blocked during a fetch or a save. Unless the thread is doing a lot of fetches or making long saves (lots of EOs), EOF locking should not be a problem. As long as you're not locking stuff somewher

Re: Auto Open Client Application isn't

2008-01-25 Thread David Avendasora
On Jan 24, 2008, at 2:22 PM, Daryl Lee wrote: I'd file a bug with WOLips. If I have spare cycles (which is rare these days), I might be able to look into this for you. I'm not sure what I'd say in the bug report ... There's so many pieces and I don't _know_ which are needed and which ar

Re: Enumerating EOs in a new thread

2008-01-25 Thread Chuck Hill
On Jan 25, 2008, at 9:29 AM, Guido Neitzer wrote: On 25.01.2008, at 04:27, Paul Stringer wrote: I've encountered this before when working with EO's in separate threads, are there some rules to follow when doing so? Yes, there are. Don't pass EOs between threads. ;-) There are a couple of

Re: Enumerating EOs in a new thread

2008-01-25 Thread Mike Schrag
If you are using Wonder: there are two methods in ERXEOControlUtilities for getting an array of global ids from an array of eos and vice versa. The general case version is:

Re: Enumerating EOs in a new thread

2008-01-25 Thread Guido Neitzer
On 25.01.2008, at 04:27, Paul Stringer wrote: I've encountered this before when working with EO's in separate threads, are there some rules to follow when doing so? Yes, there are. Don't pass EOs between threads. ;-) There are a couple of things to keep in mind: - EOF will be blocked by you

Re: new session on each request

2008-01-25 Thread Zak Burke
On Jan 24, 2008, at 5:14 PM, Chuck Hill wrote: That looks more like the problem than a bug in WO. I always / almost always use a DA as the default request handler so I never noticed this problem. Me too. The actual app I'm working on is DA based, but in my efforts to troubleshoot the prob

Re: Ajax Modal Container question

2008-01-25 Thread Fabian Peters
Hi George, Am 11.01.2008 um 15:45 schrieb George Lee: I'm currently working on a new project using the Project Wonder framework with Ajax and I've ran into some problems with the ajax features that are puzzling me. I have page controlled by a WODisplayGroup to display 20 records at a tim

WOImage er.extensions.ERXStaticResourceRequestHandler - Unable to getcontents of file '\C%3A\Apple\workspace...'

2008-01-25 Thread Sennikov, Dimitri
Hi, I'm trying to use dynamic WOImage component by setting its filename binding to 'scale_green.gif'. I have this image stored in WebServerResources directory and it does exist in the build. When I open WebObjects page, the image is not displayed although the default "box" that is displayed whe

Re: [Announce] WO Community Directory

2008-01-25 Thread Pascal Robert
Ok, James Cicenia found a problem with the signup (blank page after the registration is complete), and this problem happens for every page that use the session (component's constructor is called when the response don't send anything). I will fix this tonight, so please wait before register

New EOGenerator templates section on the Wiki

2008-01-25 Thread David Avendasora
Hi all, I've added a section to the Wiki (http://wiki.objectstyle.org/ confluence/display/WOL/*EOGenerator+Templates) that is a repository for all EOGenerator templates whether they are javaEOGenerator, Velocity EOGenerator, or even the original EOGenerator. If you feel that your templates

Re: [Announce] WO Community Directory

2008-01-25 Thread James Cicenia
hmmm,,, the response page wasn't very, how shall I say, user friendly? On Jan 24, 2008, at 8:14 PM, Pascal Robert wrote: Hello everyone, the WO Community Directory is finally available: http://wocommunity.org/webobjects_directory.html To signup: http://wocommunity.o

Re: [Announce] WO Community Directory

2008-01-25 Thread David Avendasora
Hi Pascal, This all looks great, but, where's the WO Java Client stuff? :) I'll try to write something up for you today that you can add. Dave On Jan 24, 2008, at 9:14 PM, Pascal Robert wrote: Hello everyone, the WO Community Directory is finally available: http://wocommuni

Enumerating EOs in a new thread

2008-01-25 Thread Paul Stringer
I'm attempting to pass an enumeration of eo's into the background in a separate thread thus prevent it delaying unnecessarily a response. After a quick attempt I got the error below. Looks like I'm doing something EOF is not expecting here but my knowledge isn't deep enough to understand

Re: [Wonder-disc] Eclipse don't cuild with Ant

2008-01-25 Thread Daniele Corti
2008/1/24, Mike Schrag <[EMAIL PROTECTED]>: > > >> So, is there a canonical solution to build my Apps in Java 1.4.2? > > Building your with WITH 1.5 and building your FOR 1.5 are two > > different things. > Incidentally, this is, quite possibly, the most un-English sentence > ever. I have no idea