Re: WO Networking Woes

2006-11-07 Thread Lachlan Deck
Hi Chuck, On 08/11/2006, at 2:59 PM, Chuck Hill wrote: On Nov 7, 2006, at 7:41 PM, Lachlan Deck wrote: Hi there, On 31/10/2006, at 4:18 AM, Chuck Hill wrote: Do you actually need to use the machine name? I have had good luck running everything under localhost. If you want to take a ba

Re: WO Networking Woes

2006-11-07 Thread Chuck Hill
On Nov 7, 2006, at 7:41 PM, Lachlan Deck wrote: Hi there, On 31/10/2006, at 4:18 AM, Chuck Hill wrote: Do you actually need to use the machine name? I have had good luck running everything under localhost. If you want to take a bash at this: 1. Add -WOHost localhost to your app launch

Re: WO Networking Woes

2006-11-07 Thread Lachlan Deck
Hi there, On 31/10/2006, at 4:18 AM, Chuck Hill wrote: Do you actually need to use the machine name? I have had good luck running everything under localhost. If you want to take a bash at this: 1. Add -WOHost localhost to your app launch parameters 2. Add -WOHost localhost to /System/Lib

running a perl script with RunTime.Exec causes perl script to die

2006-11-07 Thread Johan Henselmans
I have produced a perl script to do some printing and database housekeeping, which is called using Runtime.Exec. The script connects to a postgresql database, selects a parent-record via an argument and then prints some information from the children records. When I run this script from a

Flex 2 and WebObjects Integration

2006-11-07 Thread Anthony Martello
Has anyone integrated Flex 2 with WebObjects? I need to pass data back and forth between a user interface that controls the playing of flash animations. I am looking for any solution that will allow me to do this easily. Any suggestions? Thanks, Anthony Martello ___

Re: Primary Key update question

2006-11-07 Thread Alan Ward
The other one that crops up every now and again is when you have some other tool (i.e. not a WOApp) writing the data and values get into the database with leading or [more commonly] trailing spaces in them. Alan On Nov 7, 2006, at 3:38 PM, Chuck Hill wrote: Hi Chip, On Nov 7, 2006, at 2

Re: Primary Key update question

2006-11-07 Thread Chuck Hill
Hi Chip, On Nov 7, 2006, at 2:00 PM, Chip Myers wrote: I'm having trouble with a simple select, edit, and save page that I'm developing. I consistently receive an error which reads something like the following: java.lang.Illegal.State.Exception: cannot update primary-key from 51 to 51

Primary Key update question

2006-11-07 Thread Chip Myers
Hi:I'm having trouble with a simple select, edit, and save page that I'm developing. I consistently receive an error which reads something like the following:java.lang.Illegal.State.Exception:  cannot update primary-key from 51 to 51 on object: {values  etc.Is this a common error, and is th

Re: Weird behavior in WO

2006-11-07 Thread Frank Stock
Hi Chuck, It is the same in developer-mode as in deployment-mode. It is the same routine in WO that puts the their first and then overwrite it with the new one (and that doens't happen) Op 7-nov-06, om 20:31 heeft Chuck Hill het volgende geschreven: By "within WO" do you mean when the app

Re: Weird behavior in WO

2006-11-07 Thread Chuck Hill
By "within WO" do you mean when the application is deployed? It sounds like a permissions problem for the user that the application is running under. When you are debugging, it is running under a different user. Chuck On Nov 7, 2006, at 11:24 AM, Frank Stock wrote: Hello, I don't thin

Weird behavior in WO

2006-11-07 Thread Frank Stock
Hello, I don't think this is directly a problem of WO. I did test this in pure Java and this routine is working fine, we do a copy of a file, overwriting another file. But within WO, the old file is not overwritten and we don't get an error or exeption, strange thing is: if we do this in de

Oracle and NVARCHAR2 with WO/EOF?

2006-11-07 Thread Steve Quirk
Is it possible to use the Oracle NCHAR and NVARCHAR2 with EOF? In order to properly insert, update the column, the underlying Oracle JDBC api requires you to call setFormOfUse(..., FORM_NCHAR) on the column being updated/inserted. I saw this post, but no replies. http://lists.apple.com/arc

Re: Locking and threads

2006-11-07 Thread Chuck Hill
On Nov 7, 2006, at 4:10 AM, Fabrice Pipart wrote: Yes sure ! I think I forgot to mention that my child ec was already created ;-) As you have used it, that is the parent EC! :-) Actually here is what I want to : create a long response page in a wizard. All the wizard pages use the same ch

Re: Somewhere a short howto for using JasperReports with WO?

2006-11-07 Thread RedBugz Software
On 11/6/06, Mike Bobkiewicz <[EMAIL PROTECTED]> wrote: Hi, I´m looking for a short howto on how to use JasperReports to print from a WO WebApplication. I´ve downloaded the latest sources of Jasper from sourceforge and from within the Report Designer everything works fine on my OS X 10.4.7 / XCod

Re: Locking and threads

2006-11-07 Thread Fabrice Pipart
Yes sure !I think I forgot to mention that my child ec was already created ;-)Actually here is what I want to : create a long response page in a wizard.All the wizard pages use the same child ec (its passed through components).All I want to do is use an editing context in the long response thread t

Re: Locking and threads

2006-11-07 Thread Alexander Spohr
public EOEditingContext(EOObjectStore parent) Creates a new EOEditingContext object with parent as its parent object store. maybe that exerpt from the docs answers it: you create the child, not the parent. atze Am 07.11.2006 um 12:07 schrieb Fabrice Pipart: Hi all ! I am havi

Locking and threads

2006-11-07 Thread Fabrice Pipart
Hi all !I am having troubles designing a specific need.I would like to add a progress bar for long running tasks.I found that ERXLongResponse and its task could be a good thing for me (more flexible than the WOLongResponsePage).Here is what I understood from such a process :I need to create a new e

Where is the class???

2006-11-07 Thread Daniele Corti
Hi, I've a strange problem, while implementing SSL: I was looking for some advice and I've found: http://developer.apple.com/documentation/WebObjects/DesktopApplications/DistributionLayer/chapter_6_section_7.html Well, that seems good, but, after I've copied the class in my Eclipse editor, my c