EOModel and derived column.

2010-11-23 Thread Theodore Petrosky
I am reading the Red Webobject 5.0 book and I think I finally understand the small section on creating an attribute the is derived. (I am using postgresql as the backend) so my User entity has a firstName and a lastName. I created an attribute called 'theFullName' as derived "firstName || ' '

Safari can't open the page

2010-11-23 Thread Eleni Manou
Hello, all over a sudden, in a new MacBook Pro where I work without any problems for more than 2 months, I get the following error when I try to run my application from Eclipse Safari can’t open the page “http://192.168.2.1:49169/cgi-bin/WebObjects/MyApp.woa”. The error is: “The operation cou

Re: Database Connection Question

2010-11-23 Thread Chuck Hill
On Nov 23, 2010, at 3:01 PM, Gennady Kushnir wrote: > Hello all > Thanks for you replies. Looks like I have enough to explore yet. > >> It should not be creating more unless you are creating more EOF stacks in >> you code. > > The point is that I do use multiple EOF stacks. I clearly admit tha

otherclasspath option in maven?

2010-11-23 Thread Rob Urquhart
I'm using maven to build a Wonder app and I need to have a resource file (a keystore) end up in a directory on the classpath at runtime. In the ant build I could use the "otherclasspath" option of woapplication to add a Resources/Keystores folder to the classpath. Is there something equivalent f

Re: Database Connection Question

2010-11-23 Thread Gennady Kushnir
Hello all Thanks for you replies. Looks like I have enough to explore yet. > It should not be creating more unless you are creating more EOF stacks in you > code. The point is that I do use multiple EOF stacks. I clearly admit that each EOObjectStoreCoordinator gets its own set of db connections

Re: Database Connection Question

2010-11-23 Thread Andrew Lindesay
Hi Guys; One per db context and no. My problem is that I see my app opening more connections than a number of models it has. Mike talked through a work-around for this bug to me recently on here. I had the same problem eating lots of connections into an Oracle database from the app-servers.

Re: Database Connection Question

2010-11-23 Thread Chuck Hill
Hi, On Nov 23, 2010, at 1:54 AM, Gennady Kushnir wrote: > Hello Chuck and others. > I'd like ask some more questions ) > > 2010/8/27 Chuck Hill : >> >> On Aug 25, 2010, at 11:10 PM, Dov Rosenberg wrote: >> >>> I am revisiting some old EOF documentation and wanted to make sure I >>> understood

Re: ERRest and ToMany relationships

2010-11-23 Thread Pascal Robert
Maybe it's because of the way some methods are override in our framework. I was trying to get over the problem by creating the order first (POST /ra/commandes), and after to create the order item (POST /ra/commandeArticles). But the sales taxes on the order item were not calculed when they shoul

Re: Wonder's Monitor

2010-11-23 Thread Martin Samm
ooh - shiny. looks great; Thanks Martin On 23 November 2010 15:19, John Huss wrote: > Screenshots: > http://lists.apple.com/archives/Webobjects-dev/2010/Nov/msg00573.html > > On Tue, Nov 23, 2010 at 4:57 AM, Martin Samm wrote: > >> Apologies as i must have missed the start of this thread. >>

Re: Wonder's Monitor

2010-11-23 Thread John Huss
Screenshots: http://lists.apple.com/archives/Webobjects-dev/2010/Nov/msg00573.html On Tue, Nov 23, 2010 at 4:57 AM, Martin Samm wrote: > Apologies as i must have missed the start of this thread. > > Are the screenshots accessible somewhere? > > Whats the plan for releasing the new Monitor? > > ma

Re: ERAttachment... to-many and thumbs

2010-11-23 Thread Denis Frolov
On Tue, Nov 23, 2010 at 3:06 PM, Francesco Romano wrote: > On 23/nov/2010, at 12.30, Denis Frolov wrote: > > I think ERAttachmentViewer doesn't resize the image itself - it just passes > the width/height to WOImage. So, this approach is indeed "heavy". You can > create thumbnails upon upload and a

Re: Wonder's Monitor

2010-11-23 Thread David LeBer
On 2010-11-23, at 5:57 AM, Martin Samm wrote: > Apologies as i must have missed the start of this thread. > > Are the screenshots accessible somewhere? > > Whats the plan for releasing the new Monitor? Just teasing ;-) I've got a few days of work left, then some testing. You should hopefully

Re: ERAttachment... to-many and thumbs

2010-11-23 Thread Francesco Romano
On 23/nov/2010, at 12.30, Denis Frolov wrote: > I think ERAttachmentViewer doesn't resize the image itself - it just passes > the width/height to WOImage. So, this approach is indeed "heavy". You can > create thumbnails upon upload and add them to "childrenAttachments" > relationship. After tha

Re: Wonder's Monitor

2010-11-23 Thread Pascal Robert
AFAIK, that tab was added when they tried to move away from wotaskd/Monitor to plain old Apache and NIO support, which was supposed to be in 5.4 (presentation at WWDC 2006 I think). True, the info on that page show how you can move to mod_proxy, but IMHO I think that should be explain in the wik

WO 5.4 with IIS (In search of the lost ".dll")

2010-11-23 Thread ashenshugar62-wo
Hello I have test the Deployment-Windows WO 5.3 - WO 5.4 :http://wiki.objectstyle.org/confluence/display/WO/Deployment-Windows+WO+5.3+-+WO+5.4 It's perfect. Thank you to Stefan Klein and Frédéric JECKER. But I want to use IIS then I have take the WebObjects.dll and the webObject.exe from WO

Re: Wonder's Monitor

2010-11-23 Thread Antonio Petri
Looks great! But, why the Apple Logo? Should it have a Wonder logo instead (if it exists)? Cheers Antonio On 22 November 2010 23:38, David LeBer wrote: > Looks like poo ;-) > > > > > > ;david > > -- > David LeBer > Codeferous Software > 'co-def-er-ous' adj. Literally 'code-bearing' > site: ht

Re: Wonder's Monitor

2010-11-23 Thread Martin Samm
Apologies as i must have missed the start of this thread. Are the screenshots accessible somewhere? Whats the plan for releasing the new Monitor? many Thanks Martin. On 23 November 2010 10:32, Anjo Krank wrote: > How so? > > Cheers, Anjo > > Am 23.11.2010 um 00:48 schrieb Pascal Robert: > >

Re: Wonder's Monitor

2010-11-23 Thread Anjo Krank
How so? Cheers, Anjo Am 23.11.2010 um 00:48 schrieb Pascal Robert: > Ah, finally a Monitor for the 2010s :-) BTW, I think we should remove the > Migrations tab, AFAIK that tab content is useless. > >> Looks like poo ;-) >> >> >> >> ;david >> >> -- >> David LeBer >> Codeferous Software >> '

Re: Database Connection Question

2010-11-23 Thread Stefan Klein
Hi, you can use the following to check who is creating your channels: public Application() { super(); ... // register for database channel needed notification NSNotificationCenter.defaultCenter().addObserver(this, new NSSelector("createAdditionalDatabaseChannel", new Cla

Re: Database Connection Question

2010-11-23 Thread Dev WO
Hello Gennady, > Hello Chuck and others. > I'd like ask some more questions ) > > 2010/8/27 Chuck Hill : >> >> On Aug 25, 2010, at 11:10 PM, Dov Rosenberg wrote: >> >>> I am revisiting some old EOF documentation and wanted to make sure I >>> understood a few things. Are the following statement

Re: Database Connection Question

2010-11-23 Thread Gennady Kushnir
Hello Chuck and others. I'd like ask some more questions ) 2010/8/27 Chuck Hill : > > On Aug 25, 2010, at 11:10 PM, Dov Rosenberg wrote: > >> I am revisiting some old EOF documentation and wanted to make sure I >> understood a few things. Are the following statements true? >> >> >> *   When an EO

Re: Wonder's Monitor

2010-11-23 Thread Aurélien Minet
very great! thanks On 11/23/2010 12:38 AM, David LeBer wrote: > Looks like poo ;-) > > > > > > > > > ;david > > -- > David LeBer > Codeferous Software > 'co-def-er-ous' adj. Literally 'code-bearing' > site: http://codeferous.com > blog: http://davidleber.net > profile: