Re: [Wonder-disc] Locking problem

2008-10-13 Thread Anjo Krank
Just where exactly is an RR loop in a JC scenario? Cheers, Anjo Am 13.10.2008 um 22:43 schrieb Florijan Stamenkovic: I tried adapting ERXEC to a JC scenario. I stripped away the factory stuff, the delegate and properties (I made it always autoLock), as well as lock coalescing. However, it d

Webobjects WoLips Wonder Tutorial Questions

2008-10-13 Thread Shaun Higgins
I have been following the tutorial "WO_WOLips_Wonder_Tutorial_Part_1". The tutorial is wonderful and answers a lot of questions I had about setting up a project using wolips. I am running into a few problems with this tutorial 1. For some reason migrations is not creating the table. I can create t

Re: Eclipse 3.4.1

2008-10-13 Thread Jeff Schmitz
FYI, time machine worked like a charm. Just moved my frameworks dir and my whole workspace back to this morning. Very nice! Jeff On Oct 13, 2008, at 11:00 PM, Jeff Schmitz wrote: I think I want to go back. Would my time machine backup be the easiest thing to do? On Oct 13, 2008, at 10

Re: Added JavaDoc to eclipse

2008-10-13 Thread Q
This should hopefully be fixed in the next nightly build. The javadoc should automagically be set for WO Java* frameworks to the wo.api.root path defined in your wolips.properties file. On 12/10/2008, at 8:06 AM, Phillip Hutchings wrote: On 12/10/2008, at 05:33, JR Ruggentaler wrote: This

Re: Eclipse 3.4.1

2008-10-13 Thread Ramsey Gurley
On Oct 13, 2008, at 11:55 PM, Mike Schrag wrote: I tried upgrading to Eclipse 3.4.1, upgraded to the WOLips nightly build and downloaded and installed the lastest Wonder-latest- frameworks-5.4. Now, when I open my workspace I don't see my WOFrameworks folder, and neither does eclipse since

Re: Eclipse 3.4.1

2008-10-13 Thread Jeff Schmitz
I think I want to go back. Would my time machine backup be the easiest thing to do? On Oct 13, 2008, at 10:58 PM, Mike Schrag wrote: A little more specific info. One of the packages that can't be seen bythe compiler is er.extension.ERXGenericRecord. If you're using a version of Wonder new

Re: Eclipse 3.4.1

2008-10-13 Thread Mike Schrag
A little more specific info. One of the packages that can't be seen bythe compiler is er.extension.ERXGenericRecord. If you're using a version of Wonder newer than June, this is the wrong package for ERXGenericRecord. Wonder 5 was refactored into packages (see the June 7th post on the Proj

Re: Eclipse 3.4.1

2008-10-13 Thread Mike Schrag
I tried upgrading to Eclipse 3.4.1, upgraded to the WOLips nightly build and downloaded and installed the lastest Wonder-latest- frameworks-5.4. Now, when I open my workspace I don't see my WOFrameworks folder, and neither does eclipse since nothing in the ERX framework compiles. What can

Re: Eclipse 3.4.1

2008-10-13 Thread Jeff Schmitz
Thanks, I can now see my frameworks listed. It looks like they are all there (see previous e-mail) and yet the compiler doesn't seem to be picking them up. Any ideas? Do I need to regenerate my EOModel classes? Thanks, Jeff On Oct 13, 2008, at 10:43 PM, Ramsey Gurley wrote: Hi Jeff,

Re: Eclipse 3.4.1

2008-10-13 Thread Jeff Schmitz
A little more specific info. One of the packages that can't be seen bythe compiler is er.extension.ERXGenericRecord. Looking at the java build path, Libraries, it lists the following as selected (among others): ERExtensions Framework ERJars Framework ERPrototypes Framework. Thanks, Jeff

Re: Eclipse 3.4.1

2008-10-13 Thread Ramsey Gurley
Hi Jeff, I'm doing the same thing now. I had the same problem. I think you're in the wrong view. Go to Window->Show View->Other and pick WO Explorer. Ramsey On Oct 13, 2008, at 11:14 PM, Jeff Schmitz wrote: Hello, I tried upgrading to Eclipse 3.4.1, upgraded to the WOLips nightly bu

Re: Locking problem

2008-10-13 Thread Florijan Stamenkovic
So, assuming I didn't do any major screw-ups when doing this, it should work. However, what I'm currently doing with JC might produce an even "heavier" load then a web scenario. Not in terms of volumes for sure, but in terms of how rapidly calls from different threads are made to a single e

Re: Problem with sockets when eclipse crash

2008-10-13 Thread getsharp
Hi Gus, Using Activity Monitor (or any utility that shows process information like 'top') search for processes name 'java' running as your user. Kill the process you suspect to be the offender. sharpy.. On 14/10/2008, at 1:21 PM, WebObjects wrote: Hello, Well working here, my Eclipse c

Problem with sockets when eclipse crash

2008-10-13 Thread WebObjects
Hello, Well working here, my Eclipse crashed this afternoon, and I just force quit it. Then I went out and now that I came back I opened Eclipse once again and run the project, and there was an error: Caused by: java.net.BindException: Address already in use at java.net.PlainSocketImp

Eclipse 3.4.1

2008-10-13 Thread Jeff Schmitz
Hello, I tried upgrading to Eclipse 3.4.1, upgraded to the WOLips nightly build and downloaded and installed the lastest Wonder-latest- frameworks-5.4. Now, when I open my workspace I don't see my WOFrameworks folder, and neither does eclipse since nothing in the ERX framework compiles.

Re: ERXEntityClassDescription - Invalid class name for entity [SOLVED]

2008-10-13 Thread Chuck Hill
On Oct 13, 2008, at 5:43 PM, Ash Mishra wrote: I'm trying to switch a WOApp that has a framework with my model and entity classes to use Project Wonder. I've followed the Quickstart guide, but the following error occurs when the application launches: [main] WARN er.extensions.ERXEntity

Re: ERXEntityClassDescription - Invalid class name for entity [SOLVED]

2008-10-13 Thread Ash Mishra
I'm trying to switch a WOApp that has a framework with my model and entity classes to use Project Wonder. I've followed the Quickstart guide, but the following error occurs when the application launches: [main] WARN er.extensions.ERXEntityClassDescription - Invalid class name for entity:

Re: Locking problem

2008-10-13 Thread Mike Schrag
I don't understand what you say about autoLocking being RR based. Yep, sorry -- you're right ... Lock coalescing is the one that depends on the RR loop. That said, I definitely ran into cases where auto- locking alone was not enough (at least on the web ... maybe it's less of an issue with J

Re: ERXEntityClassDescription - Invalid class name for entity

2008-10-13 Thread Ash Mishra
On 13-Oct-08, at 3:29 PM, Chuck Hill wrote: I'm trying to switch a WOApp that has a framework with my model and entity classes to use Project Wonder. I've followed the Quickstart guide, but the following error occurs when the application launches: [main] WARN er.extensions.ERXEntityClassD

Re: Locking problem

2008-10-13 Thread Florijan Stamenkovic
Hm, yeah, to some degree. However, for any user action tens of events can be fired, of different types. During application startup this number can grow to hundreds. I am not sure what you're getting at, but trying to handle events globally would not work, in my opinion. I guess this is a pa

Re: Locking problem

2008-10-13 Thread Florijan Stamenkovic
Hey Mike, Thanks for replying. There is no practical equivalent of the RR loop on the client. While there is an RR loop during which the client asks the server for data, the client side EOF can be doing a lot of things outside of it. Because of that I kicked out lock coalescing. The relev

Re: Locking problem

2008-10-13 Thread Lachlan Deck
On 14/10/2008, at 7:47 AM, Mike Schrag wrote: I tried adapting ERXEC to a JC scenario. I stripped away the factory stuff, the delegate and properties (I made it always autoLock), as well as lock coalescing. However, it does not help. I get deadlocks and exceptions. There are two threads inv

Re: ERXEntityClassDescription - Invalid class name for entity

2008-10-13 Thread Chuck Hill
On Oct 13, 2008, at 3:15 PM, Ash Mishra wrote: Hi, I'm trying to switch a WOApp that has a framework with my model and entity classes to use Project Wonder. I've followed the Quickstart guide, but the following error occurs when the application launches: [main] WARN er.extensions.ERXEnti

ERXEntityClassDescription - Invalid class name for entity

2008-10-13 Thread Ash Mishra
Hi, I'm trying to switch a WOApp that has a framework with my model and entity classes to use Project Wonder. I've followed the Quickstart guide, but the following error occurs when the application launches: [main] WARN er.extensions.ERXEntityClassDescription - Invalid class name for ent

Re: Locking problem

2008-10-13 Thread Mike Schrag
I tried adapting ERXEC to a JC scenario. I stripped away the factory stuff, the delegate and properties (I made it always autoLock), as well as lock coalescing. However, it does not help. I get deadlocks and exceptions. There are two threads involved, one instance of my WorkerThread class a

Locking problem

2008-10-13 Thread Florijan Stamenkovic
Hi all, Cross posting this to wonder and WO, as it seems appropriate on both lists. I tried adapting ERXEC to a JC scenario. I stripped away the factory stuff, the delegate and properties (I made it always autoLock), as well as lock coalescing. However, it does not help. I get deadlocks

MEETING: Chicago CocoaHeads/CAWUG Tuesday Oct 14th

2008-10-13 Thread Bob Frank
The Chicago CocoaHeads / Chicago Cocoa and WebObjects User Group (CAWUG) is holding our next meeting Tuesday, October 14th, at 7:00 PM at the Apple Store on Michigan Ave. Agenda: - Introductions & Announcements - Jon on iPhone development A.N. (After NDA) - adjour

Re: WonderEntity / _WonderEntity

2008-10-13 Thread Ricardo J. Parada
On Oct 13, 2008, at 11:03 AM, Florijan Stamenkovic wrote: Without more info, it looks as though your eogen file is not finding your prototypes entity / model. This makes it unable to detect the class types of attributes, because that information is stored in the prototype. Some questions

Re: WORadioButton error

2008-10-13 Thread Ramsey Gurley
Hi Mersida There is a page here that should answer all your questions and provides a build script as well http://wiki.objectstyle.org/confluence/display/WOL/Alternative+Ant+Build+Script+for+Fully+Embedded+and+Split+Install+Bundles That page assumes you are using a web server. If you are doi

Re: WonderEntity / _WonderEntity

2008-10-13 Thread Florijan Stamenkovic
Without more info, it looks as though your eogen file is not finding your prototypes entity / model. This makes it unable to detect the class types of attributes, because that information is stored in the prototype. Some questions: 1. How do you deal with prototypes (separate model, separat

Re: WORadioButton error

2008-10-13 Thread Mersida Kurti
Hello ms, Thanks for the response.  Now, this might be obvious to you, but I've never actually done this before, what does this mean...to "embed frameworks when building ... " and does it or does it not have anything to do with my machine being WO 5.4.3 and server being WO 5.4.2?  I am checking

Re: Help on EditingContext & auto lunch on WinXP

2008-10-13 Thread Kieran Kelleher
With regards Windows config you should ask on the mailing list ... I generally use Mac OS X every day and Windows when I have to, so Windows config for WO is not fresh in my mind at the moment. Regards, Kieran On Oct 13, 2008, at 9:56 AM, FOGWE wrote: Thanks Kieran, for your quick respons

Re: Help on EditingContext & auto lunch on WinXP

2008-10-13 Thread Kieran Kelleher
Hi Henri, I cc the list for you in the reply ;-) Maybe others can reply all and help you while you wait for your mailing list signup ...? I don't use PostgreSQL yet, are you using Project Wonder's PostgreSQL JDBC Adaptor framework? If not, use it. If you are, then you need help from

ERXWOForm API ?

2008-10-13 Thread ISHIMOTO Ken
Hi, By translating Wonder to Japanese I have a question. * If you actually want to see those new bindings in WOBuilder, edit the file * WebObjects Builder.app/Contents/Resources/ WebObjectDefinitions.xml, * which contains the .api for the dynamic elements. I would love to see this bind