Re: replacement of movie example

2012-08-07 Thread Pascal Robert
Le 2012-08-07 à 15:11, yizi wang a écrit : > Is there a db+wo example to replace movie shipped by apple? > > Or any link of wo+eo tutorial that not using openbase or h2? Why you don't want a h2 example? It's the easiest way to run example since it creates the database on the fly (if using migr

Re: ERXLocalizer default language

2012-08-07 Thread Ramsey Gurley
Did you copy all of the dumped keys from your console to your Localizable.strings file and translate them appropriately? Clicking the link does nothing but dump the created keys to the console. Also, if you did not get the validation exception before you click the link, you will not have the c

RE: ERXExtensions have not been initialized [SOLVED]

2012-08-07 Thread Oscar González
Hi all, Thanks everyone for the help. It was weird, I'm just update the wonder framework and clean up the projects. The application is working now. Saludos, Oscar. From: racso...@hotmail.com To: ch...@global-village.net; programming...@mac.com Subject: RE: ERXExtensions have not been initialize

RE: ERXExtensions have not been initialized

2012-08-07 Thread Oscar González
This is my main() method for the Application class public static void main(String[] argv) { TecApplication.main(argv, Application.class); } and this is for the class it extends. public static void main(String argv[], Class applicationClass) { ERXApplication.

RE: ERXExtensions have not been initialized

2012-08-07 Thread Oscar González
No there is no space. Saludos, Oscar Subject: Re: ERXExtensions have not been initialized From: programming...@mac.com Date: Tue, 7 Aug 2012 17:31:26 -0700 CC: racso...@hotmail.com; webobjects-dev@lists.apple.com To: ja...@jimijon.com Is there a space somewhere in your path to your application

Re: ERXExtensions have not been initialized

2012-08-07 Thread Chuck Hill
Have you added anything to your main() method? Chuck On 2012-08-07, at 5:31 PM, David Holt wrote: > Is there a space somewhere in your path to your application? > > > On 2012-08-07, at 5:00 PM, James Cicenia wrote: > >> Is this from Eclipse? >> >> Try checking Generate Bundles in the pref

Re: ERXExtensions have not been initialized

2012-08-07 Thread David Holt
Is there a space somewhere in your path to your application? On 2012-08-07, at 5:00 PM, James Cicenia wrote: > Is this from Eclipse? > > Try checking Generate Bundles in the preferences > > On Tue, Aug 7, 2012 at 6:57 PM, Oscar González wrote: > Hi all, > I'm having this problem trying to r

Re: ERXExtensions have not been initialized

2012-08-07 Thread James Cicenia
Is this from Eclipse? Try checking Generate Bundles in the preferences On Tue, Aug 7, 2012 at 6:57 PM, Oscar González wrote: > Hi all, > I'm having this problem trying to running the application. > This application was running good before. > > [2012-8-7 17:31:33 CST] A fatal exception occurre

ERXExtensions have not been initialized

2012-08-07 Thread Oscar González
Hi all, I'm having this problem trying to running the application. This application was running good before. [2012-8-7 17:31:33 CST] A fatal exception occurred: ERXExtensions have not been initialized. Please report the classpath and the rest of the bundles to the Wonder mailing list: Remaini

Re: MacBook Air/Mountain Lion

2012-08-07 Thread Karl
10.8.1 I think its about a week away. Karl On 2012-08-08, at 12:18 AM, Alexis Tual wrote: > I do light work (no large workspaces) with a MBA and it's rather good. The > only VERY annoying problem I had lately is WIFI connexion drops. I've had to > change my WIFI router to satisfy my MBA, you

Re: MacBook Air/Mountain Lion

2012-08-07 Thread Alexis Tual
I do light work (no large workspaces) with a MBA and it's rather good. The only VERY annoying problem I had lately is WIFI connexion drops. I've had to change my WIFI router to satisfy my MBA, you can find on the web tons of complaints about WIFI problems on MACs, don't know why Apple can't fix thi

Re: MacBook Air/Mountain Lion

2012-08-07 Thread Karl
I think that all of my staff want them. They say they need more than 256GB of storage but are rarely able to qualify why. Most 'big' client DB dumps are <4GB. Pascal: its just a couple of meals at Toqué! Karl On 2012-08-08, at 12:11 AM, Pascal Robert wrote: > I don't have the cash for a rMB

Re: MacBook Air/Mountain Lion

2012-08-07 Thread Pascal Robert
I don't have the cash for a rMBP so that solves the problem anyway :-) Ordered the MBA with the i7. > Its not pixel perfect. I notice a little haziness when I crank up the rez. > > What appears to be happening is that the rMBP is rendering to a backing store > at 2x the resolution. So 4x the

Re: MacBook Air/Mountain Lion

2012-08-07 Thread Karl
I agree. Its coming down to screen size now. With the latest SATA3 / 6GBs SSDs even the MBA feels very speedy. To me, the conversation is now about screen real estate (and, at my age, the quality of your eyes). For all of us, its amazing progress from where 2GB of RAM cost $100,000 in 1995!

Re: replacement of movie example

2012-08-07 Thread Theodore Petrosky
did you try this: http://www.wocommunity.org/webobjects_screencasts.html --- On Tue, 8/7/12, yizi wang wrote: > From: yizi wang > Subject: replacement of movie example > To: webobjects-dev@lists.apple.com > Date: Tuesday, August 7, 2012, 3:11 PM > Is there a db+wo example to replace > movie

Re: MacBook Air/Mountain Lion

2012-08-07 Thread Maik Musall
Hi Pascal, my main dev machine is a 2010 MBP with 512 GB SSD (Apple), i7 dual core (pre-sandy bridge) and 8 GB, running Lion. Since shortly before WOWODC 2012, I bought an additional MBA 11" with 8 GB, 256 GB SSD and i7 dual core. It clearly outperforms my only 2 years old MBP in every respect

Re: WODynamicElementCreationException

2012-08-07 Thread Chuck Hill
That seems like a useful thing to add. I was never happy with the duplicated validations. Chuck On 2012-08-05, at 10:43 PM, Johann Werner wrote: > So perhaps a dynamic component should check for an existing API file during > instantiation and perform its validation rules? That way these val

replacement of movie example

2012-08-07 Thread yizi wang
Is there a db+wo example to replace movie shipped by apple? Or any link of wo+eo tutorial that not using openbase or h2? Thanks ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.app

Re: MacBook Air/Mountain Lion

2012-08-07 Thread Karl
Its not pixel perfect. I notice a little haziness when I crank up the rez. What appears to be happening is that the rMBP is rendering to a backing store at 2x the resolution. So 4x the total of number of pixels. Then it samples them down to the panels natural resolution. And none of this ap

Re: ERXLocalizer default language

2012-08-07 Thread WebObjects TORAcom
Hi Ramsey, Thanks for the info. I created the link using your instructions, run the app and clicked on the link. After that, tried the validation string with no luck. ¿Anything else that I could read to understand the behavior of those keys? Thanks again for your time. Miguel Torres. On 06/

Re: MacBook Air/Mountain Lion

2012-08-07 Thread Jesse Tayler
had you noticed that with the macbook retina, you can crank the screen resolution up and down? some 1920x1200 pixels if you like. the quality is still very high, very readable and the steps to zoom the screen up and down are by pixel-perfect ratios, so things basically always look good. I hea

Re: MacBook Air/Mountain Lion

2012-08-07 Thread Pascal Robert
Le 2012-08-07 à 10:00, Henrique Gomes a écrit : > Hey, I also have a 2008 MBP, but it does have a SSD drive…. > > Couldn't you also just bring an airport base station? One less cable to plug… It's an option. I was thinking of a MacBook Pro 13", but the screen resolution is not high enough for

Re: MacBook Air/Mountain Lion

2012-08-07 Thread Henrique Gomes
Hey, I also have a 2008 MBP, but it does have a SSD drive…. Couldn't you also just bring an airport base station? One less cable to plug... HG On 07/08/2012, at 14:49, Pascal Robert wrote: > So I'm really tired of my poor Early 2008 MBP, so I'm thinking to moving to a > MacBook Air with the

Re: MacBook Air/Mountain Lion

2012-08-07 Thread Jesse Tayler
works great. even the low-end MBA makes a FANTASTIC dev. machine. I would even get wireless Airport base station, and plug that into your ethernet and give yourself a private airport. I've done that at a hospital laboratory, and it worked great -- not even some dumb IT department noticed at al

MacBook Air/Mountain Lion

2012-08-07 Thread Pascal Robert
So I'm really tired of my poor Early 2008 MBP, so I'm thinking to moving to a MacBook Air with the i7/8 GB upgrade. I just did a GeekBench test on my MBP and it's almost half the speed of a MBA… My main concerns with the MBA is the lack of ports and Mountain Lion. So anyone have moved to Mount

Re: ERXLocalizer default language

2012-08-07 Thread Johann Werner
Though sometimes you don't want to have the localization files of every framework. If you are setting up an automatic generated framework search path for that you should make something like er.extensions.ERXLocalizer.frameworkSearchPath=(auto) which could be the default but keep the manual list

Re: ERXLocalizer default language

2012-08-07 Thread ISHIMOTO Ken
Hi With the new Integration wonder you don't have to set the 'er.extensions.ERXLocalizer.frameworkSearchPath' anymore. wonder will pick up every Framework that has Localization inside. This was a pain because after every change of the ClassPath you had to change this Properties. Remove it and