Re: Cannot delete object that has not been fetched from the database

2010-12-07 Thread Ricardo J. Parada
Thanks for all the responses. I followed Chuck's advise. This object model was created in the days of EOModeler. I recreated the many-to-many and 1-to-many relationships, etc. using the Entity Modeler in WOLips, And now everything works! Problem solved! Thanks On Dec 7, 2010, at 4:04 PM,

Re: JVMOptions in ClassPath.txt files

2010-12-07 Thread Jesse Tayler
hehe. I hadn't seen that one yet... On Dec 7, 2010, at 10:21 PM, Michael Hast wrote: > WOW, what a service, COOOL. Thanks :-) That was it. I can add it to our build > script now. > > Michael. > > On 12/7/2010 8:11 PM, Chuck Hill wrote: >> http://lmgtfy.com/?q=site%3Awiki.objectstyle.org+jvmo

Re: JVMOptions in ClassPath.txt files

2010-12-07 Thread Michael Hast
WOW, what a service, COOOL. Thanks :-) That was it. I can add it to our build script now. Michael. On 12/7/2010 8:11 PM, Chuck Hill wrote: http://lmgtfy.com/?q=site%3Awiki.objectstyle.org+jvmoptions First link. :-) On Dec 7, 2010, at 7:06 PM, Michael Hast wrote: Hi: Each [OS]ClassPath.tx

Re: JVMOptions in ClassPath.txt files

2010-12-07 Thread Chuck Hill
http://lmgtfy.com/?q=site%3Awiki.objectstyle.org+jvmoptions First link. :-) On Dec 7, 2010, at 7:06 PM, Michael Hast wrote: > Hi: > > Each [OS]ClassPath.txt file contains JVMOptions == > Is there a way to set those options without manually editing those files? > This file is generated at buil

JVMOptions in ClassPath.txt files

2010-12-07 Thread Michael Hast
Hi: Each [OS]ClassPath.txt file contains JVMOptions == Is there a way to set those options without manually editing those files? This file is generated at build time. Michael. -- Tel: (520) 572-9410 Desert Sky Software: www.desertsky.com Specializing in the Development and Hosting of e

Re: Search Suggestion Box

2010-12-07 Thread David LeBer
There is an AjaxAutoComplete + Lucene auto suggest implementation in my sample code from last year's WOWODC. You should be able to find the code in the svn repo It should run in WO5.3 without issue. On 2010-12-07, at 8:35 PM, vaib

Re: Search Suggestion Box

2010-12-07 Thread Pascal Robert
You can use Wonder with WO 5.3... And it's pretty hard to be smoother than AjaxAutoComplete for your need. > Anybody with smoother solution. > > Regards > Vaibhav > > -- Forwarded message -- > From: vaibhav srivastava > Date: Tue, Dec 7, 2010 at 5:10 PM > Subject: Re: Search Su

Re: Search Suggestion Box

2010-12-07 Thread Jesse Tayler
what do you not like about AjaxAutoComplete? I was thinking of using it... On Dec 7, 2010, at 8:35 PM, vaibhav srivastava wrote: > Anybody with smoother solution. > > Regards > Vaibhav > > -- Forwarded message -- > From: vaibhav srivastava > Date: Tue, Dec 7, 2010 at 5:10 PM

Fwd: Search Suggestion Box

2010-12-07 Thread vaibhav srivastava
Anybody with smoother solution. Regards Vaibhav -- Forwarded message -- From: vaibhav srivastava Date: Tue, Dec 7, 2010 at 5:10 PM Subject: Re: Search Suggestion Box To: Michael Sharp Thanks for the help . But i am working on webojects 5.3 . I might not be able to use . Can s

Re: Search Suggestion Box

2010-12-07 Thread Michael Sharp
Wonder's AjaxAutoComplete is worth a look.. sharpy. On 08/12/2010, at 10:59 AM, vaibhav srivastava wrote: > Hi All, > > Is there a way to implement search suggestion box through webobjects. > Thanks for help in advance. > > Regards > vaibhav > ___ >

Search Suggestion Box

2010-12-07 Thread vaibhav srivastava
Hi All, Is there a way to implement search suggestion box through webobjects. Thanks for help in advance. Regards vaibhav ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com

Re: Running through Apache, and testing in VMWare/Windows

2010-12-07 Thread Chuck Hill
Mostly unrelated, but I ran across this the other day: http://www.virtualbox.org/ Free(ish) and there is an OS X version. Chuck On Dec 7, 2010, at 4:22 PM, David Avendasora wrote: > What is the networking setup of your VMWare virtual machine? Maybe a screen > capture? > > Dave > > On Dec

Re: Running through Apache, and testing in VMWare/Windows

2010-12-07 Thread David Avendasora
What is the networking setup of your VMWare virtual machine? Maybe a screen capture? Dave On Dec 7, 2010, at 5:30 PM, Andrew R. Kinnie wrote: > That didn't work either, though that makes much less sense to me. > > > On Dec 7, 2010, at 5:01 PM, David LeBer wrote: > >> >> On 2010-12-07, at 4:

Re: Running through Apache, and testing in VMWare/Windows

2010-12-07 Thread Andrew R. Kinnie
That didn't work either, though that makes much less sense to me. On Dec 7, 2010, at 5:01 PM, David LeBer wrote: > > On 2010-12-07, at 4:52 PM, Andrew R. Kinnie wrote: > >> Hi all, >> >> I have set up my dev box to run through apache rather than direct connect, >> but discovered a problem th

Re: Running through Apache, and testing in VMWare/Windows

2010-12-07 Thread David LeBer
On 2010-12-07, at 4:52 PM, Andrew R. Kinnie wrote: > Hi all, > > I have set up my dev box to run through apache rather than direct connect, > but discovered a problem that seems likely to be related. When I test on > Windows running in VMWare Fusion on my machine, it can't connect. I assume

Running through Apache, and testing in VMWare/Windows

2010-12-07 Thread Andrew R. Kinnie
Hi all, I have set up my dev box to run through apache rather than direct connect, but discovered a problem that seems likely to be related. When I test on Windows running in VMWare Fusion on my machine, it can't connect. I assume it's because apache is serving it as localhost, and the VM pre

[OT] Amazon AWS is now a level 1 PCI compliance service provider

2010-12-07 Thread Simon
following on from a thread a few months back regarding pci compliance and amazon ec2... "AWS has achieved Level 1 PCI compliance and is now a validated PCI Service Provider. This is a key designation that provides a means for merchants and other service providers to become Payment Card Industry (P

Re: Cannot delete object that has not been fetched from the database

2010-12-07 Thread Farrukh Ijaz
Hi Ricardo, Can you share what was above parent.delete()? Perhaps you have invalidated the parent prior to invoke saveChanges(). I don't thing the problem is happening for to-many relationship. Farrukh Sent from my iPhone On 7, دسمبر 2010, at 9:14 PM, "Ricardo J. Parada" wrote: > > I have

Re: Cannot delete object that has not been fetched from the database

2010-12-07 Thread Mike Schrag
my guess was invalidating objects in some nasty way On Dec 7, 2010, at 1:31 PM, Chuck Hill wrote: > I will go with "doing something wrong". I am not sure what. Is there a > referential integrity problem in your database? > > Chuck > > > On Dec 7, 2010, at 10:14 AM, Ricardo J. Parada wrote:

Re: Cannot delete object that has not been fetched from the database

2010-12-07 Thread Chuck Hill
I will go with "doing something wrong". I am not sure what. Is there a referential integrity problem in your database? Chuck On Dec 7, 2010, at 10:14 AM, Ricardo J. Parada wrote: > > I have some of the to-many relationships set to cascade when the parent is > deleted: > > parent.delete();

Cannot delete object that has not been fetched from the database

2010-12-07 Thread Ricardo J. Parada
I have some of the to-many relationships set to cascade when the parent is deleted: parent.delete(); parent.editingContext().saveChanges(); and that seems to trigger an exception as shown below. Does this mean that I have to fault in the to-many relationships first? Or am i doing something e

Re: x-webobjects-request-id lacking uniqueness?

2010-12-07 Thread Patrick Middleton
On 6 Dec 2010, at 15:27, Mark Ritchie wrote: ... Patches welcome! ... On 7 Dec 2010, at 11:30, Patrick Middleton wrote: [3] adequate uniqueness could instead be created by ensuring that when httpd forks, the child process resets uniqueID_str. Here's a patch. The changes work for me wit

Re: 2010 videos?

2010-12-07 Thread Pascal Robert
Hopefully next week. > I was wondering (no pun intended) about any of the videos from the 2010 WO > convention? I am especially interested in anything resembling tutorials on > Jasper Reports and WO. > > Maybe I can find someone that is interested in giving a private lesson. I > don't have lot

Re: D2W automatically assign a value to an attribute

2010-12-07 Thread Francesco Romano
On 06/dic/2010, at 22.44, David LeBer wrote: > > On 2010-12-06, at 4:35 PM, Francesco Romano wrote: > >> Ok.. today I'm asking stupid questions.. but.. D2W is not so simple with the >> rule system :) >> I have a page (CreateMovie) which is displayed only if a user is logged in >> (I disabled