Re: Mysterious EditingContext Swap

2006-08-02 Thread shaun
Hi Owen, I have seen this error before but I am only guessing as to the cause of it in your case. It seems that all the objects are in the correct context so printing ec.insertedObjects is probably not going to help. From the code and comments you have made in the email, it seems that

PostgreSQL duplicate primary key error

2006-08-02 Thread François Reboursier
Hi list, I'm running accross a strange problem: when inserting multiple objects of the same class to the DB, I get the following exception: SQL State:23505 -- error code: 0 -- msg: ERROR: duplicate key violates unique constraint moduleinmodule_pk When inserting one object at time,

Re: PostgreSQL duplicate primary key error

2006-08-02 Thread Miguel Arroz
Hi! Are you doing anything with relationships? That happened to me when I modeled some relationships in the wrong way. Also, have you installed both PSQL plugins (the framework, and the one for Modeler) and generated the SQL in the Modeler correctly? Yours Miguel Arroz On

RE: MSSQL Server 2005 Unicode Support and EOF

2006-08-02 Thread Webobjects
Perhaps http://www.wodeveloper.com/omniLists/webobjects-talk/2004/January/msg00018.html may give some hints how to patch the SQL in the desired way. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Dov Rosenberg Sent: Monday, July 31, 2006 8:54 PM To:

Re: Mysterious EditingContext Swap

2006-08-02 Thread Jerry W. Walker
Hi, Owen, Though I'm not sure what's causing your error, it sounds like you might be having a contention issue with your EOEditingContext. I notice that you're not locking it until you're ready to saveChanges on it. When creating your own EOEditingContext (vs. using Sessions

Re: Event update ; notice

2006-08-02 Thread Pascal Robert
Maybe we can meet up in the King George's Bar Lounge ? http://kinggeorge.com/dining-winston.html Yes. I'll be there with one of my colleagues (must remind him to add his name to the list!) What time on Sunday are people practising? Karl On 2-Aug-06, at 8:16 AM, Pascal Robert wrote: Le

Re: Event update ; notice

2006-08-02 Thread Ken Anderson
I was planning on making this dinner, since I'll be heading straight from the airport... It doesn't seem like they have food there. Do they? On Aug 2, 2006, at 9:15 AM, Pascal Robert wrote: Maybe we can meet up in the King George's Bar Lounge ? http://kinggeorge.com/dining-winston.html

connection dictionary error

2006-08-02 Thread Tarun Reddy
So I'm trying to get back into WebObjects after dabbling last year a bit. Last night I attempted to deploy a simple application that does some CRUD type operations into a Tomcat instance (thank you Andrew, http://homepage.mac.com/andrewlindesay/le/articles/wo-tomcat.pdf). The application

Re: connection dictionary error

2006-08-02 Thread John Larson
Tarun, I deploy to Tomcat, and in my web.xml file I have to comment out the following block: !-- resource-ref descriptionThe data source to be used by EOF. If there are multiple data sources, then the definition below must be used to configure which JDBC URL

Re: Event update ; notice

2006-08-02 Thread Pascal Robert
They say « appetizers » on the page, but they don't mention which ones :-/ I was planning on making this dinner, since I'll be heading straight from the airport... It doesn't seem like they have food there. Do they? On Aug 2, 2006, at 9:15 AM, Pascal Robert wrote: Maybe we can meet up

Wonder Ajax

2006-08-02 Thread Mike Schrag
I thought people might like to play with some of the Wonder Ajax components to see some of the things you can do, so I put up a public copy of the AjaxExample app from Wonder: http://www.mdimension.com/cgi-bin/WebObjects/AjaxExample.woa ms ___ Do

Re: Wonder Ajax

2006-08-02 Thread Ken Anderson
This stuff is cool Mike! I wonder what the Web 2.0 session at WWDC will be like... Also, do I have to take all of wonder to get this? Ken On Aug 2, 2006, at 11:58 AM, Mike Schrag wrote: I thought people might like to play with some of the Wonder Ajax components to see some of the things

Re: connection dictionary error

2006-08-02 Thread Tarun Reddy
Thanks John! Worked perfectly. And now rereading the PDF, it says to do exactly that. RTFM... Tarun On Aug 2, 2006, at 9:37 AM, John Larson wrote: Tarun, I deploy to Tomcat, and in my web.xml file I have to comment out the following block: !-- resource-ref descriptionThe data

Re: Event update ; notice

2006-08-02 Thread Gavin Eadie
At 12:32 PM -0700 8/1/06, Joe Little wrote: Details are always listed at http://www.global-village.net/chill.at.gvc ... would it be useful, or is it too late to be useful, to add a column to describe our relationship to WebObjects (in terms of years of experience and/or areas of interest) ?

Re: Event update ; notice

2006-08-02 Thread Ken Anderson
Please include only really use EOF too :) On Aug 2, 2006, at 12:42 PM, Gavin Eadie wrote: At 12:32 PM -0700 8/1/06, Joe Little wrote: Details are always listed at http://www.global-village.net/ chill.at.gvc ... would it be useful, or is it too late to be useful, to add a column to

Snapshot error

2006-08-02 Thread David Griffith
_globalID = _EOIntegralKeyGlobalID[Product (java.lang.Integer)246]; _databaseOperator = "EODatabaseUpdateOperator"; } does not contain value for attribute named prodMainLocation with snapshot key: prodMainLocationprodMainLocation is an attribute of one of the entities in the EOModel.  I added it

Re: Snapshot error

2006-08-02 Thread Chuck Hill
When this happens the first thing I do is swear. :-) Then I quit Xcode, rm -r build/ in the project(s). Open Xcode and the project and run it again. Chuck On Aug 2, 2006, at 9:58 AM, David Griffith wrote: _globalID = _EOIntegralKeyGlobalID[Product (java.lang.Integer)246];

Re: Event update ; notice

2006-08-02 Thread Chuck Hill
That might be an OK, if small, place to meet. However, I need to eat as well and the lounge is not a good place for that. As we already have directions to The Thirsty Bear, shall we meet there? They are open Sunday 5:00pm -10:00pm Chuck On Aug 2, 2006, at 6:15 AM, Pascal Robert

Re: Snapshot error

2006-08-02 Thread Jonny Meijer
Oh yeah, I forgot that using XCode can cause those issues ... that's what I get for using Eclipse and then getting real exceptions! Jonny On Aug 2, 2006, at 1:07 PM, Chuck Hill wrote: When this happens the first thing I do is swear. :-) Then I quit Xcode, rm -r build/ in the project(s).

Re: Event update ; notice

2006-08-02 Thread Pascal Robert
Maybe we can make more noise than the MacEntreprise people, their meetup is Sunday from 4pm to 7pm at the The Thirsty Bear :-) That might be an OK, if small, place to meet. However, I need to eat as well and the lounge is not a good place for that. As we already have directions to The

Re: Event update ; notice

2006-08-02 Thread Pascal Robert
Le 06-08-02, à 12:42, Gavin Eadie a écrit : At 12:32 PM -0700 8/1/06, Joe Little wrote: Details are always listed at http://www.global-village.net/chill.at.gvc ... would it be useful, or is it too late to be useful, to add a column to describe our relationship to WebObjects (in terms of

Re: WebObject's Application Wins Campus Technology Innovator Competition

2006-08-02 Thread Chuck Hill
We're just the carpenters on this one. Dr. Maybaum is the genius. Chuck On Aug 2, 2006, at 10:42 AM, Ken Anderson wrote: Congrats Chuck! On Aug 2, 2006, at 1:39 PM, Chuck Hill wrote: In the Web category. Programming was done in Apple’s WebObjects environment. “The cost- effectiveness of

Re: Validation Exception (Modified by Marcos Trejo Munguia)

2006-08-02 Thread Marcos Trejo Munguia
I have my own editing contexts, one per component to be more specific, and I'm using the MultiECLockManager to handle the lock/unlock, also I don't use additional threads, here is more code, maybe something is wrong in it: public void deleteItem() {

WebObjects Meetup Practice Session and Areas of Interest

2006-08-02 Thread Chuck Hill
On Aug 2, 2006, at 9:42 AM, Gavin Eadie wrote: At 12:32 PM -0700 8/1/06, Joe Little wrote: Details are always listed at http://www.global-village.net/ chill.at.gvc ... would it be useful, or is it too late to be useful, to add a column to describe our relationship to WebObjects (in terms

Re: Wonder Ajax

2006-08-02 Thread Mike Schrag
Keep in mind that all of wonder is sort of relative, though presumably you say that you mean ERExtensions. The demos point out what things require you to extend ERExtensions. Most things do not. The big one is if you want component actions inside of ajax updating areas. If you use

Re: Event update ; notice

2006-08-02 Thread Mike Schrag
WObie t-shirts :) On Aug 2, 2006, at 1:40 PM, Ken Anderson wrote: OK, maybe Mike can print WO newbie hats in time... ;) On Aug 2, 2006, at 1:38 PM, Miguel Arroz wrote: Hi! or, maybe, if the room suits, identify a few tables : novices / eo experts / wonder wizards / ajax advocates / etc

project wonder install instructions

2006-08-02 Thread Jeremy Matthews
Any installation instructions out there? Those on the site seem out of date... Thanks, jeremy ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update

Re: WebObject's Application Wins Campus Technology Innovator Competition

2006-08-02 Thread José Tiburcio Ribeiro Netto
Congratulations Chuck! We are excited with the application and looking forward to use it here, at our university... It will be a great tool for everyone! Once more, congrats! José Tiburcio Ribeiro Netto On Aug 2, 2006, at 2:39 PM, Chuck Hill wrote: In the Web category. Programming was

ANN: Global Village Consulting Releases WebObjects Frameworks as Open Source

2006-08-02 Thread Chuck Hill
Hi, I promised that I would get this done for WWDC. WWDC 2005 that is. Better late than never Some of you already know about this, but for the ones that don't: http://www.global-village.net/newsmode=singlerecordID=56160 There is now more recent version posted at

Problem for open a project.

2006-08-02 Thread john XUE
Hi all, I am using WO5.2 to open a project which is from WO4.5. I got error message the project '.../Projects name' could not be opened because the 'PROJECTTYPE' key contains unknown project type name 'WebObjectsApplication' . Any suggestion for removing this error is very appreicated. Thanks,

Re: Problem for open a project.

2006-08-02 Thread Art Isbell
On Aug 2, 2006, at 10:25 AM, john XUE wrote: I am using WO5.2 to open a project which is from WO4.5. I got error message the project '.../Projects name' could not be opened because the 'PROJECTTYPE' key contains unknown project type name 'WebObjectsApplication' . The problem is that the

Re: Event update ; notice

2006-08-02 Thread Miguel Arroz
Hi! I don't know about worldwide, but I would be very interested in creating an european WO community (could be part of a worldwide community, but the main focus is to be easier to make meet-ups). I think it's important, not only for people to meet and know they are not alone, but to

Recommended reading?

2006-08-02 Thread womail
Perhaps I'm just being lazy, but reading the entire Xcode 2.3 User Guide, which clocks in at a measly 536 pages, seems like an awful lot of pre-reading to do for a couple of sessions on Xcode. Heck, by the time I read all that I wouldn't need to attend the sessions anymore! Most of the

Re: Recommended reading?

2006-08-02 Thread Chuck Hill
I use Xcode daily and I have not read _any_ of this. :-) And I doubt that I ever will. On Aug 2, 2006, at 3:01 PM, [EMAIL PROTECTED] wrote: Perhaps I'm just being lazy, but reading the entire Xcode 2.3 User Guide, which clocks in at a measly 536 pages, seems like an awful lot of

Re: Re: Event update ; notice

2006-08-02 Thread Joe Little
well, there are $1 pool tables. We'll let wizards be defined there :) On 8/2/06, Gavin Eadie [EMAIL PROTECTED] wrote: At 12:32 PM -0700 8/1/06, Joe Little wrote: Details are always listed at http://www.global-village.net/chill.at.gvc ... would it be useful, or is it too late to be useful, to

Re: Event update ; notice

2006-08-02 Thread Miguel Arroz
Hi! On 2006/08/02, at 23:13, Anjo Krank wrote: Hi, Objectfarm is slowly getting out of the WO business. Sad news to hear! :( Are they changing to another technology? Or have they decided to go nature-only? :) Yours Miguel Arroz The world lies in the hands of evil And we pray it

Re: Recommended reading?

2006-08-02 Thread womail
Well, one could argue that *you* just absorb knowledge through the keyboard. The rest of us, however... :) On Aug 2, 2006, at 3:24 PM, Chuck Hill wrote: I use Xcode daily and I have not read _any_ of this. :-) And I doubt that I ever will. On Aug 2, 2006, at 3:01 PM, [EMAIL PROTECTED]

Re: Event update ; notice

2006-08-02 Thread Pascal Robert
I was more thinking of a « portal » where : - we can promote WO by telling to the world what kind of applications we do, and when someone from the alliance is delivring a new system with WO, we update the list - links to ressources (both for WO people and people that want to know more

Re: Event update ; notice

2006-08-02 Thread Chuck Hill
There used to be a site like this, called (I thought) www.whywebobjects.com but it appears to have gone away. Chuck On Aug 2, 2006, at 6:57 PM, Pascal Robert wrote: I was more thinking of a « portal » where : - we can promote WO by telling to the world what kind of applications we do,

Re: Recommended reading?

2006-08-02 Thread Jerry W. Walker
Hi, Chuck, On Aug 2, 2006, at 6:24 PM, Chuck Hill wrote: I use Xcode daily and I have not read _any_ of this. :-) And I doubt that I ever will. Heh, perhaps that's why you refer to it as Vexcode. :-) On Aug 2, 2006, at 3:01 PM, [EMAIL PROTECTED] wrote: Perhaps I'm just being lazy, but

Re: ANN: Global Village Consulting Releases WebObjects Frameworks as Open Source

2006-08-02 Thread Jeremy Matthews
Chuck, Do you mind if I include these in our free Tomcat Distribution? Thanks, jeremy ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your

I Wonder...

2006-08-02 Thread Jeremy Matthews
Whomever speaks for the project Wonder code...we'd like to incorporate it into out Tomcat distribution (free software), so as to make it easier for Tomcat Developers. Can someone say yea or nay? Thanks, jeremy ___ Do not post admin requests to the

Re: I Wonder...

2006-08-02 Thread Chuck Hill
It means the same thing. Take it and do with it what you will other than removing the license. The reason that license was chosen was so that our code would fit in with pre-existing code released under the ECL. Chuck On Aug 2, 2006, at 7:51 PM, Andrus Adamchik wrote: I am NOT speaking

Re: Recommended reading?

2006-08-02 Thread Chuck Hill
On Aug 2, 2006, at 7:31 PM, Jerry W. Walker wrote: Hi, Chuck, On Aug 2, 2006, at 6:24 PM, Chuck Hill wrote: I use Xcode daily and I have not read _any_ of this. :-) And I doubt that I ever will. Heh, perhaps that's why you refer to it as Vexcode. :-) You wish. Just for the sheer

Re: Recommended reading?

2006-08-02 Thread womail
On Aug 2, 2006, at 7:31 PM, Jerry W. Walker wrote: I would urge you to read the Introduction and the section on Developing a Software Product With Xcode. These two sections do a pretty good job of introducing the Xcode vocabulary and, without that, you will find the sessions more