Re: Axis 1.4 + WO 5.3.3 .. yes/no?

2008-07-29 Thread Lachlan Deck
On 30/07/2008, at 3:58 PM, Guido Neitzer wrote: On 29.07.2008, at 22:32, Lachlan Deck wrote: To be clearer (if need be) if I link Axis 1.4 jars to my project will it fail dismally at runtime when receiving or sending web services request/responses? As long as you are not trying to use the

Re: Axis 1.4 + WO 5.3.3 .. yes/no?

2008-07-29 Thread Guido Neitzer
On 29.07.2008, at 22:32, Lachlan Deck wrote: To be clearer (if need be) if I link Axis 1.4 jars to my project will it fail dismally at runtime when receiving or sending web services request/responses? As long as you are not trying to use the WO web service stuff, it should work. If you tr

Re: WOLongResponsePage

2008-07-29 Thread Guido Neitzer
On 29.07.2008, at 22:23, Jeff Schmitz wrote: My first question is, now that I'm using EOs throughout my app (including the background process) is there any reason to use the WOLongResponsePage if I still don't care about the status page? No. I'll save my context locking and memory flushing

Re: Axis 1.4 + WO 5.3.3 .. yes/no?

2008-07-29 Thread Mike Schrag
subject says it all: is WO 5.3.3 incompatible with Axis 1.4? To be clearer (if need be) if I link Axis 1.4 jars to my project will it fail dismally at runtime when receiving or sending web services request/responses? I seem to recall Anjo attempting to upgrade to a newer Axis and it was a t

Re: Safari default, but Firefox for development tip....

2008-07-29 Thread Lachlan Deck
Have you tried setting the preference in Eclipse here? Preferences > General > Web Browser On 30/07/2008, at 2:55 PM, Kieran Kelleher wrote: I like Safari as default for general web-surfing, but I prefer Firefox for WebObjects development I just like the HTML/CSS/ Firebug/Selenium/etc/et

Safari default, but Firefox for development tip....

2008-07-29 Thread Kieran Kelleher
I like Safari as default for general web-surfing, but I prefer Firefox for WebObjects development I just like the HTML/CSS/Firebug/ Selenium/etc/etc tools/plugins in FireFox for web development. However WOLips/Eclipse always autoopens in the default system browser ... well this was bugg

Re: WOLongResponsePage

2008-07-29 Thread Lachlan Deck
On 30/07/2008, at 2:23 PM, Jeff Schmitz wrote: Hello, I have the need to kick off a VERY long (i.e. possibly up to 8-10 hour) background task that before it's through fetches most of the contents of the database (via EO's of course) and performs calculations on the data and saves the cal

Axis 1.4 + WO 5.3.3 .. yes/no?

2008-07-29 Thread Lachlan Deck
Hi there, subject says it all: is WO 5.3.3 incompatible with Axis 1.4? To be clearer (if need be) if I link Axis 1.4 jars to my project will it fail dismally at runtime when receiving or sending web services request/responses? Thanks. (I had a feeling that it's only compatible with 1.1, bu

WOLongResponsePage

2008-07-29 Thread Jeff Schmitz
Hello, I have the need to kick off a VERY long (i.e. possibly up to 8-10 hour) background task that before it's through fetches most of the contents of the database (via EO's of course) and performs calculations on the data and saves the calculated values back to the EOs many times duri

Re: Identify a resource in apache webserver directory

2008-07-29 Thread William Hatch
The href binding for things like image, css, etc is your best bet. Give it the absolute apache path to the resource you'd like to retrieve. If you want to determine which resource you want to retrieve based on some app logic, you can bind the href to some method that would determine it. Be

Re: JavaWOExtensions Red Dots

2008-07-29 Thread Lachlan Deck
On 30/07/2008, at 5:29 AM, Joe Moreno wrote: Lachlan, Thanks. So, I have a follow up question... Since there are two JavaWOExtensions when configuring the Eclipse build path, one under Local and one under System, should I uncheck the one under System (WO framework) and only check the on un

Re: ERXGenericRecord cannot be resolved to a type

2008-07-29 Thread David Holt
Hi Gustavo, Are you running the latest versions of WOnder and WOLips? You'll need to do this to make sure that the templates are compatible with the newly packaged version of Wonder. David On 29-Jul-08, at 1:21 PM, Gustavo Pizano wrote: Hello, Im creating a wonder project, really simple,

Re: Eclipse WO + SVN

2008-07-29 Thread Lachlan Deck
On 30/07/2008, at 2:21 AM, Guido Neitzer wrote: On 29.07.2008, at 01:54, Fredrik Lindgren wrote: I agee with all this. Except for my clean install Leopard client had the subversion binaries already... also I have yet to use the command-line. Subversive and Eclipse handles everything perfect

Fwd: ERXGenericRecord cannot be resolved to a type

2008-07-29 Thread Gustavo Pizano
ok Idunno why or how but I solved, I guess I downloaded again the _WonderEntity.java from the WO site and no wits working. sorry for the disturb Gus Begin forwarded message: From: Gustavo Pizano <[EMAIL PROTECTED]> Date: July 29, 2008 4:21:16 PM EDT To: WO-DevList Subject: ERXGenericReco

ERXGenericRecord cannot be resolved to a type

2008-07-29 Thread Gustavo Pizano
Hello, Im creating a wonder project, really simple, and when click the EOGenerate after creating the EOModel, it generates the _file.java and file.java, but the _file.java has several errors. like this one: ERXGenericRecord cannot be resolved to a type I guess its because it can't find th

Re: JavaWOExtensions Red Dots

2008-07-29 Thread Joe Moreno
Lachlan, Thanks. So, I have a follow up question... Since there are two JavaWOExtensions when configuring the Eclipse build path, one under Local and one under System, should I uncheck the one under System (WO framework) and only check the on under Local (WOnder framework)? Or, do

[SOLVED] Re: general prototype questions

2008-07-29 Thread Florijan Stamenkovic
If you're just taking Wonder's, then in 5.4.x, you can just drop it in. However, if you're in 5.3 (without Wonder), then you will need to pick the vendor-specific entity from ERPrototypes and set that as your EOJDBCPrototypes entity. Wonder has (which 5.4 also added) support for vendor-sp

Re: general prototype questions

2008-07-29 Thread Mike Schrag
Under normal circumstances, switching according to prototype "just works". You will need to tell EOF which connection dictionary, and therefore database plugin, to use, but that is all. If you're just taking Wonder's, then in 5.4.x, you can just drop it in. However, if you're in 5.3 (withou

Re: general prototype questions

2008-07-29 Thread Florijan Stamenkovic
Paul, Thanks for the reply. I think I am on the right track, except for one still nagging question, below... On Jul 29, 2008, at 12:35, Paul Lynch wrote: On 29 Jul 2008, at 15:27, Florijan Stamenkovic wrote: I'm about to switch to using prototypes (wonder). A few questions... 1. From wha

Calling a named fetch specification that uses a stored procedure

2008-07-29 Thread Mr. Frank Cobia
I have a stored procedure that takes 2 arguments. I have also created a named procedure on an entity that uses that stored procedure to fetch the data. When I call the stored procedure using rawRowsForStoredProcedureNamed(ec, "myStoredProcedure", dict) it works, but when I use EOFetchSpec

Re: CLOSE_WAIT processes and instances HANG

2008-07-29 Thread Chuck Hill
On Jul 29, 2008, at 5:14 AM, Bob Stuart wrote: Hi All, I Know I need to update some of this but it had been running fine for quite a while. WebObjects 5.3.3 OS X 10.4.11 Java 1.5.0_13-b05-241 WONDER 3 from a March-03-2007 Daily build Frontbase 4.2.

Re: general prototype questions

2008-07-29 Thread Paul Lynch
On 29 Jul 2008, at 15:27, Florijan Stamenkovic wrote: I'm about to switch to using prototypes (wonder). A few questions... 1. From what I've read some runtime work is necessary to switch between database specific prototype entities. How does that relate to entity modeler's Database config p

Re: Eclipse WO + SVN

2008-07-29 Thread Guido Neitzer
On 29.07.2008, at 01:54, Fredrik Lindgren wrote: I agee with all this. Except for my clean install Leopard client had the subversion binaries already... also I have yet to use the command-line. Subversive and Eclipse handles everything perfectly. Not everything. When you switch network envi

general prototype questions

2008-07-29 Thread Florijan Stamenkovic
Hi all, I'm about to switch to using prototypes (wonder). A few questions... 1. From what I've read some runtime work is necessary to switch between database specific prototype entities. How does that relate to entity modeler's Database config popup that allows one to simply choose from a

Re: JavaWOExtensions Red Dots

2008-07-29 Thread David Avendasora
On Jul 29, 2008, at 8:09 AM, Lachlan Deck wrote: On 29/07/2008, at 4:35 PM, Joe Moreno wrote: Hi, Why does JavaWOExtensions have two red dots at 11 o'clock and 5 o'clock (see screenshot below)? These are the hours of the day (5am to 11pm) which Mike is typing away ;-) Huh, I thought

CLOSE_WAIT processes and instances HANG

2008-07-29 Thread Bob Stuart
Hi All, I Know I need to update some of this but it had been running fine for quite a while. WebObjects 5.3.3 OS X 10.4.11 Java 1.5.0_13-b05-241 WONDER 3 from a March-03-2007 Daily build Frontbase 4.2.7 "All of a sudden" The application is hanging oft

Re: JavaWOExtensions Red Dots

2008-07-29 Thread Lachlan Deck
On 29/07/2008, at 4:35 PM, Joe Moreno wrote: Hi, Why does JavaWOExtensions have two red dots at 11 o'clock and 5 o'clock (see screenshot below)? These are the hours of the day (5am to 11pm) which Mike is typing away ;-) Seriously, all the standard frameworks that you would usually link

Re: Eclipse WO + SVN

2008-07-29 Thread Fredrik Lindgren
I agee with all this. Except for my clean install Leopard client had the subversion binaries already... also I have yet to use the command- line. Subversive and Eclipse handles everything perfectly. /Fredrik 29 jul 2008 kl. 06.44 skrev Lachlan Deck: On 28/07/2008, at 10:24 PM, Jonathan Rick

Re: Unable to release locks held by deallocated EOEditingContext

2008-07-29 Thread Joe Moreno
Mike & cug, What are the gotchas when setting it to automatically lock & unlock? Performance? It seems to be working like a charm. I need to add this to the same Properties file ... Ditch all those individual locking settings and just set: er.extensions.ERXEC.safeLocking=true Thanks for