Re: New WebObjects Site released.

2011-09-02 Thread ISHIMOTO Ken
Sorry to make the List to an +18 List, but i don't think Kids are on this List anyway^^ It was only an example for what WO is used. On 2011/09/02, at 2:27, Chuck Hill wrote: On 2011-09-01, at 5:23 PM, David Avendasora wrote: On Sep 1, 2011, at 11:21 PM, Miguel Arroz wrote: boobs

WODisplayGroup repeats the same EO

2011-09-02 Thread David Avendasora
Hi all, This is one for posterity. AKA: When I'm an idiot in the future. I was having a problem with a WODisplayGroup that would have the right number of objects in the selectedObjects Array, but they were all instances of the same EO. Easy, you say; there's something wrong with the item

Re: formValueForKey

2011-09-02 Thread Alexander Spohr
Am 01.09.2011 um 18:20 schrieb Gino Pacitti: The '+' symbol here: 3CC0hsl3LP0e4ruLa+icqdcIKDe9nNhNU9... seems to be replaced with a space: 3CC0hsl3LP0e4ruLa icqdcIKDe9nNhNU9... Any ideas why formValueForKey does this? Because a + in an URL is a placeholder for a space. You have to

Newbie question about ERRest

2011-09-02 Thread Philippe Rabier
Hi all, We are starting using ERRest in our team and I have a first question: The default way to get an object (in our case a Project) is : GET /ra/Project/id But suppose we have our own globalUID that is not the primary key or if we want to use something else (for example login for a user as

Re: Newbie question about ERRest

2011-09-02 Thread Pascal Robert
Le 2011-09-02 à 08:49, Philippe Rabier a écrit : Hi all, We are starting using ERRest in our team and I have a first question: The default way to get an object (in our case a Project) is : GET /ra/Project/id But suppose we have our own globalUID that is not the primary key or if we

Re: Newbie question about ERRest

2011-09-02 Thread Philippe Rabier
Thanks Pascal but we are still a little bit confused. I answer the last Q first which is simple: it was not the idea to pass the username and password as in your WOWODC slide. I thought about the login value like www.wocommunity.org/ra/user/probert if probert is your login. But not sure it's a

Re: Newbie question about ERRest

2011-09-02 Thread Pascal Robert
Le 2011-09-02 à 09:28, Philippe Rabier a écrit : Thanks Pascal but we are still a little bit confused. I answer the last Q first which is simple: it was not the idea to pass the username and password as in your WOWODC slide. I thought about the login value like

Re: ERXBatchingDisplayGroup

2011-09-02 Thread Chris Pastore
Thank you Chuck and Ramsey... It seems it was a combination of calling a fetch() and also having the shouldRememberRowCount set to true (Wasn't updating my navigation bar!). Appreciate the help. Thanks, Chris Pastore On Sep 1, 2011, at 5:03 PM, Chuck Hill wrote: I can confirm that you do

Re: New WebObjects Site released.

2011-09-02 Thread Ramsey Gurley
Always good to see a friend working on a project he really enjoys (^_^) A most interesting WO site indeed. Ramsey On Sep 2, 2011, at 12:02 AM, ISHIMOTO Ken wrote: Sorry to make the List to an +18 List, but i don't think Kids are on this List anyway^^ It was only an example for what WO

path in .java question

2011-09-02 Thread Theodore Petrosky
I want to read a file when my app launches: File f = new File(AllCountries.txt); I don't understand the path! if AllCountries.txt lives in the WebServerResources folder, what is the path I should use to access it? ___ Do not post admin requests to

Re: Newbie question about ERRest

2011-09-02 Thread Mike Schrag
So by convention and I should say, the default implementation, everything has been designed to get object based on their primary key, isn't it? yes, the default impl is PK ... you can write a custom IERXRestDelegate implementation that uses something other than PK, though, but it means you

Re: path in .java question

2011-09-02 Thread Ted Archibald
You should use WOResourceManager/ERXResourceManager On Fri, Sep 2, 2011 at 8:53 AM, Theodore Petrosky tedp...@yahoo.com wrote: I want to read a file when my app launches: File f = new File(AllCountries.txt); I don't understand the path! if AllCountries.txt lives in the WebServerResources

Intro to ERRest presentation?

2011-09-02 Thread Pascal Robert
At WOWODC and outside WOWODC, I heard a couple of people asking for a ERRest intro presentation. I'm wondering why, since I think the two presentations did about ERRest is good for starting with ERRest. So the question, does anyone want an Introduction to ERRest presentation over WebEx (and

Re: path in .java question

2011-09-02 Thread Mike Schrag
In the general case, if it's a WebServerResource, you can't count on being able to write to it because it could live on a completely different machine that is serving your webserver static resources in a split install. ms On Sep 2, 2011, at 10:57 AM, Ted Archibald wrote: You should use

Re: Intro to ERRest presentation?

2011-09-02 Thread Jesse Tayler
On Sep 2, 2011, at 11:04 AM, Pascal Robert wrote: At WOWODC and outside WOWODC, I heard a couple of people asking for a ERRest intro presentation. I'm wondering why, since I think the two presentations did about ERRest is good for starting with ERRest. You might step into a bit of best

Re: Newbie question about ERRest

2011-09-02 Thread Philippe Rabier
Thanks Mike. I deduced that when I read the source code of your example. Philippe Sent from my iPhone On 2 sept. 2011, at 16:55, Mike Schrag msch...@pobox.com wrote: So by convention and I should say, the default implementation, everything has been designed to get object based on their

Re: Intro to ERRest presentation?

2011-09-02 Thread Philippe Rabier
To be honest, the WOWODC'09 and '10 + the example are good enough to start and do some stuffs. Maybe some explanations on WOCommunity.org, something highly visible like: You want to use Rest with WO? Look at the videos x and y and use the sample code. We started to use ERRest yesterday so no

Re: App thinks name is MainBundle

2011-09-02 Thread Chuck Hill
On 2011-09-01, at 8:37 PM, Jeff Schmitz wrote: I've seen a few e-mails on this subject, but none with an obvious solution. Not sure exactly when it started, but when I start my app from Eclipse, it thinks its name is MainBundle, e.g. its URL is:

Re: Intro to ERRest presentation?

2011-09-02 Thread Pascal Robert
Le 2011-09-02 à 11:56, Philippe Rabier a écrit : To be honest, the WOWODC'09 and '10 + the example are good enough to start and do some stuffs. Maybe some explanations on WOCommunity.org, something highly visible like: You want to use Rest with WO? Look at the videos x and y and use the

Re: Intro to ERRest presentation?

2011-09-02 Thread Jesse Tayler
I think we need the Pascal Robert show and cable TV channel like Oprah. On Sep 2, 2011, at 12:24 PM, Pascal Robert wrote: Le 2011-09-02 à 11:56, Philippe Rabier a écrit : To be honest, the WOWODC'09 and '10 + the example are good enough to start and do some stuffs. Maybe some

Re: Intro to ERRest presentation?

2011-09-02 Thread Pascal Robert
Le 2011-09-02 à 12:37, Jesse Tayler a écrit : I think we need the Pascal Robert show and cable TV channel like Oprah. That channel would need sub-titles :-) On Sep 2, 2011, at 12:24 PM, Pascal Robert wrote: Le 2011-09-02 à 11:56, Philippe Rabier a écrit : To be honest, the

Problem with wolips.properties file on Windows

2011-09-02 Thread Vladimir Forfutdinov
I have the following configuration: eclipse 3.6.2 with WOLips 3.6.70245 on Windows XP (unfortunately) I got everything compile correctly, just like on the same setup on my Mac. However, when I try to run the app, I get the following error: You do not have a 'wo.system.root' property set in

Re: Problem with wolips.properties file on Windows

2011-09-02 Thread Michael Hast
Hi Vladimir: It's not quite that simple on Windows. When I setup a development machine for our customer I documented the following steps. I was using Windows 7 and they were using Windows XP, IIRC. I thought that when you launch Eclipse with WOLips it would create the right file. But maybe I

Re: Intro to ERRest presentation?

2011-09-02 Thread Jesse Tayler
funny you should say! I love your accent! now, I always say: wo-leeps trying to sound like you! sometimes I just say the word because I like it. all because the first video tutorial I saw on eclipse was you and the word just caught on with me... wo-leeps…hehe. On Sep 2, 2011, at

Re: WODisplayGroup repeats the same EO

2011-09-02 Thread Ray Kiddy
On Sep 2, 2011, at 12:35 AM, David Avendasora wrote: Hi all, This is one for posterity. AKA: When I'm an idiot in the future. I was having a problem with a WODisplayGroup that would have the right number of objects in the selectedObjects Array, but they were all instances of the same

Mac OS X 10.7 (Lion), Apache2.2, WebObjects Problem

2011-09-02 Thread Sergio Sánchez Maffet
Hi all, Trying to get WebObjects running on a Mac mini sever with Mac OS X 10.7 (Lion), but the VirtualHost configuration is bothering me. None of my directives are working, have put copy of apache.conf into the others config folder with name webobjects.conf. The Adaptor is loaded, checked

Re: Mac OS X 10.7 (Lion), Apache2.2, WebObjects Problem

2011-09-02 Thread Pascal Robert
Find the line in httpd.conf that start with: ScriptAlias /cgi-bin And comment it. Hi all, Trying to get WebObjects running on a Mac mini sever with Mac OS X 10.7 (Lion), but the VirtualHost configuration is bothering me. None of my directives are working, have put copy of apache.conf

Re: Mac OS X 10.7 (Lion), Apache2.2, WebObjects Problem

2011-09-02 Thread ISHIMOTO Ken
Hi, There was an Article on Apples Site, there is an BUG in Lion Server for VirtualHosting. Create a File : 「/etc/apache2/sites/temporaryfix.conf」 and add two lines below. That's it. NameVirtualHost *:80 NameVirtualHost *:443 Also on my mac-minis it worked without the comment out

ModernLook fresh app, noobie question -- no add entity button?

2011-09-02 Thread James Cicenia
Hello - I just cobbled together my model framework and my D2WWonder application. Without any mods... I launch it and it looks nice! However, I don't see a new or add entity button anywhere. Shouldn't they just appear with a fresh new project? I downloaded all the latest wonder binaries

Re: ModernLook fresh app, noobie question -- no add entity button?

2011-09-02 Thread David Holt
No. Look at the ERModernMoviesDemo for examples how to handle it in tabs. d On 2011-09-02, at 12:30 PM, James Cicenia wrote: Hello - I just cobbled together my model framework and my D2WWonder application. Without any mods... I launch it and it looks nice! However, I don't see a new

Re: ModernLook fresh app, noobie question -- no add entity button?

2011-09-02 Thread Philippe Rabier
BTW, I tried to look at some video through iTunes (podcast) but it doesn't work 10 mn ago (this one : http://www.wocommunity.org/podcasts/wowodc/2010/GettingStartedWithWonder.mov ) If I remember correctly, iTunes doesn't host the videos. So it must have an issue somewhere. But it works on

Re: ModernLook fresh app, noobie question -- no add entity button?

2011-09-02 Thread Pascal Robert
BTW, I tried to look at some video through iTunes (podcast) but it doesn't work 10 mn ago (this one : http://www.wocommunity.org/podcasts/wowodc/2010/GettingStartedWithWonder.mov ) Strange, I'm able to download the Lucene podcast just fine. If I remember correctly, iTunes doesn't host

Re: New WebObjects Site released.

2011-09-02 Thread Chuck Hill
All those years I spent in Taiwan... I knew I should have gone to Japan instead! On 2011-09-02, at 7:49 AM, Ramsey Gurley wrote: Always good to see a friend working on a project he really enjoys (^_^) A most interesting WO site indeed. Ramsey On Sep 2, 2011, at 12:02 AM, ISHIMOTO

Re: WOCollapsibleComponentContent broken?

2011-09-02 Thread Markus Ruggiero
Blush, red faced ... Many moons ago I learned to read and now I seem to have forgotten everything. The name of the binding is submitActionName and not submitAction (note the missing Name part). Replacing submitActionName=reload by submitActionName=anything (note the quotes around anything)

Re: New WebObjects Site released.

2011-09-02 Thread Johnny Miller
I had an uncle who spent his career working for IBM Japan. His nickname was Uncle Disney because we never knew what land he was coming from i.e. frontier, adventure, fantasy etc... Uncle Disney would have definitely plus oned this site. On Sep 2, 2011, at 11:33 AM, Chuck Hill wrote: All

Re: WODisplayGroup repeats the same EO

2011-09-02 Thread David Avendasora
On Sep 3, 2011, at 1:50 AM, Ray Kiddy wrote: On Sep 2, 2011, at 12:35 AM, David Avendasora wrote: Hi all, This is one for posterity. AKA: When I'm an idiot in the future. I was having a problem with a WODisplayGroup that would have the right number of objects in the selectedObjects

Re: New WebObjects Site released.

2011-09-02 Thread Lachlan Deck
Seeing as this is an 18+ list, as you say, then perhaps some 18+ advice is also appropriate. http://www.biblegateway.com/passage/?search=Proverbs+5version=ESV some 2500+ years ago... My son, be attentive to my wisdom; incline your ear to my understanding, that you may keep discretion,

Re: Problem with wolips.properties file on Windows

2011-09-02 Thread David Avendasora
Hi Michael! Can you please review and update the Wiki for installing WOLips on Windows please? It's quite out-of-date. http://wiki.objectstyle.org/confluence/display/WOL/Installing+WebObjects-WOLips+on+Windows Thanks! Dave On Sep 3, 2011, at 1:29 AM, Michael Hast wrote: Hi Vladimir:

Re: WODisplayGroup repeats the same EO

2011-09-02 Thread Chuck Hill
I don't quite get what was happening. Every EO was getting the same GID? On 2011-09-02, at 12:35 AM, David Avendasora wrote: Hi all, This is one for posterity. AKA: When I'm an idiot in the future. I was having a problem with a WODisplayGroup that would have the right number of

Re: WODisplayGroup repeats the same EO

2011-09-02 Thread David Avendasora
Hi Chuck, It was an NSArray with 71 elements, but it contained 71 instances of only one EO. If I clicked the link to bring up the edit screen, I would get that same one EO for all 71 links, so I'd say yes; they all had the same GID. If I ran the SQL that the console showed was run to fetch the

Re: App thinks name is MainBundle

2011-09-02 Thread Jeff Schmitz
No help, here's my whole build.properties file: webXML_CustomContent= project.name=netBrackets project.type=application webXML=false eoAdaptorClassName= principalClass=com.netbrackets.app.Application classes.dir=bin project.name.lowercase=netbrackets customInfoPListContent=

Re: App thinks name is MainBundle

2011-09-02 Thread Mike Schrag
any chance you have a framework that claims to be an application type? On Sep 2, 2011, at 9:50 PM, Jeff Schmitz wrote: No help, here's my whole build.properties file: webXML_CustomContent= project.name=netBrackets project.type=application webXML=false eoAdaptorClassName=

Re: New WebObjects Site released.

2011-09-02 Thread Ian Joyner
Hey, I'm treasurer of Yesfanz: http://www.yesfanz.com/ On another note, we tell students about EOF as the ultimate ORM system, alongside Active Record as a simpler example, but there seems now so little appropriate information on the web and all of Apple's is stamped Legacy Document. In fact

Re: path in .java question

2011-09-02 Thread Theodore Petrosky
I never thought about the write implications. I am only interested in reading the file. to that end, I tried this and it 'works' for my needs. Of course I will probably just put the data into the database and eliminate the need to read a file directly. ERXResourceManager resMgr =

Re: App thinks name is MainBundle

2011-09-02 Thread Jeff Schmitz
Don't think so since I just bit the bullet and used the following brute force solution: 1. renamed the old project, 2. created a new wonder project with my desired app name, 3. copied the source, components, properties, etc. files from the project that thinks its name is MainBundle into the

Re: App thinks name is MainBundle

2011-09-02 Thread Mike Schrag
diff -r the two and see what's different ms On Sep 2, 2011, at 11:27 PM, Jeff Schmitz wrote: Don't think so since I just bit the bullet and used the following brute force solution: 1. renamed the old project, 2. created a new wonder project with my desired app name, 3. copied the

Re: App thinks name is MainBundle

2011-09-02 Thread Jeff Schmitz
Nothing's jumping out at me, but I'm sure you have much keener eye than mine, so here it is. A lot of it has to do svn related folders I didn't setup in my new project. Only in netBracketsMainBundle: .DS_Store Only in netBracketsMainBundle: .amateras diff -r netBrackets/.classpath