Re: [OT] VAT number

2013-02-13 Thread Karl Gretton
You probably should. Then wait 18 millenia while the Quebecistani authorities figure out how to tax you more...TVQ? TVS? TV..anyone? On 14 Feb 2013, at 09:25, David Avendasora wrote: > > > Sent from my iPhone > > On Feb 11, 2013, at 9:44 PM, Pascal Robert wrote: > >> WOWODC tickets will h

Re: [OT] VAT number

2013-02-13 Thread David Avendasora
Sent from my iPhone On Feb 11, 2013, at 9:44 PM, Pascal Robert wrote: > WOWODC tickets will have them because it will be consumed in Canada. I personally don't really "consume" WOWODC. I consume beer AT WOWODC. I consume smoked meat AT WOWODC. I consume poutine pizza At WOWODC. I consume the

Re: null pointer question on flattened relationship

2013-02-13 Thread James Cicenia
Well all the other attributes were accessible. I checked the ECs, even created a new one. My suspicion lies in the word "services" Maybe I will try that again in some other little project to doubly test. On Feb 13, 2013, at 7:05 PM, Chuck Hill wrote: > Maybe you forgot to call super someplace

Re: null pointer question on flattened relationship

2013-02-13 Thread James Cicenia
it was originally a many-to-many with a flattened relationship. I couldn't even check for that via the flattened attribute... would just balk up an NPE. anyway I have moved on. On Feb 13, 2013, at 6:58 PM, David Avendasora wrote: > A to-many relationship should never give you null in the fir

Re: null pointer question on flattened relationship

2013-02-13 Thread Chuck Hill
Maybe you forgot to call super someplace in your EO? Or you have an EO which is not actually in an EC yet (and hence IMO is not really and EO) Chuck On 2013-02-13, at 4:58 PM, David Avendasora wrote: > A to-many relationship should never give you null in the first place. > To-manys always re

Re: null pointer question on flattened relationship

2013-02-13 Thread David Avendasora
A to-many relationship should never give you null in the first place. To-manys always return an empty array. There must something wrong with the flattened relationship. What is the name of the join Entity and it's relationships? Dave On Feb 14, 2013, at 8:18 AM, James Cicenia wrote: > > No

Re: null pointer question on flattened relationship

2013-02-13 Thread James Cicenia
Well it turns out that after reviewing the model... We don't need a many-to-many relation. A user can only have one "service." So I changed the model and made the attribute and relation be "serviceLevel." So things work now. Though now I have that little irritating lingering question about if

Re: null pointer question on flattened relationship

2013-02-13 Thread Chuck Hill
Details? On 2013-02-13, at 4:33 PM, James Cicenia wrote: > > Just a typical null pointer exception hmmm, I wonder if "services" is > some reserved word... > > > > > On Feb 13, 2013, at 6:21 PM, Chuck Hill wrote: > >> Catch the exception, and log out e.getTargetException() >> >> On 20

Re: null pointer question on flattened relationship

2013-02-13 Thread James Cicenia
Just a typical null pointer exception hmmm, I wonder if "services" is some reserved word... On Feb 13, 2013, at 6:21 PM, Chuck Hill wrote: > Catch the exception, and log out e.getTargetException() > > On 2013-02-13, at 4:18 PM, James Cicenia wrote: > >> >> No... it just throws the ex

Re: Unable to create page 'Main'

2013-02-13 Thread Lachlan Deck
On 13/02/2013, at 9:38 PM, Ron X wrote: > i have an application, but after rebuild it to Tomcat-application with Wonder > i have problem: > > com.webobjects.appserver.WOPageNotFoundException: : > Unable to create page 'Main'. > at > com.webobjects.appserver.WOApplication.pageWithName(

Re: null pointer question on flattened relationship

2013-02-13 Thread Chuck Hill
Catch the exception, and log out e.getTargetException() On 2013-02-13, at 4:18 PM, James Cicenia wrote: > > No... it just throws the exception to the console which it shouldn't. > > even if I do a test of if(user.services == null) it still gives me this dump. > > I have never seen this behavi

Re: null pointer question on flattened relationship

2013-02-13 Thread James Cicenia
No... it just throws the exception to the console which it shouldn't. even if I do a test of if(user.services == null) it still gives me this dump. I have never seen this behavior before. It is a flattened many to many. Thanks James On Feb 13, 2013, at 5:54 PM, Chuck Hill wrote: > Unresolv

Re: null pointer question on flattened relationship

2013-02-13 Thread Chuck Hill
Unresolved compilation error? Picking up some other User class? Crashes how? JVM exits? Machine reboots? On 2013-02-13, at 2:31 PM, James Cicenia wrote: > Hello - > > I notice that if I do this: > > System.out.println("services is "+user.services()); > > it doesn't print,,, it just crashe

Re: WOCommunity membership and goals / MontageJS

2013-02-13 Thread probert
Anyone who went to WOWODC 2009 knows the origin of Montage. Envoyé de mon iPhone Le 2013-02-13 à 18:44, "Johnny Miller" a écrit : > Hi, > > The more I look at MontageJS the cooler it becomes. Are a lot of people > tracking this? I feel like WebObjects 6 came out and nobody told me. > > If

Re: WOCommunity membership and goals / MontageJS

2013-02-13 Thread Johnny Miller
Hi, The more I look at MontageJS the cooler it becomes. Are a lot of people tracking this? I feel like WebObjects 6 came out and nobody told me. If you haven't seen it yet, check out their Fiddle page: http://montagejs.github.com/mfiddle/#!/4163708 Look familiar? Johnny On Feb 9, 2013, at

null pointer question on flattened relationship

2013-02-13 Thread James Cicenia
Hello - I notice that if I do this: System.out.println("services is "+user.services()); it doesn't print,,, it just crashes? And yes user exists. thanks java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.Na

Re: Any interest in WOWODC recordings on DVDs?

2013-02-13 Thread Ken Anderson
Only when you call him ChuNk… How are ya Dan? On Feb 13, 2013, at 3:46 PM, "Beatty, Daniel D CIV NAVAIR, 474300D" wrote: > Isn't that in the Hammurabi code of something, thou shall not take the name > of chunk in vain. > > Dan > > > On 2/13/13 11:53 AM, "Chuck Hill" wrote: > >> Eeew > >

Re: Any interest in WOWODC recordings on DVDs?

2013-02-13 Thread Beatty, Daniel D CIV NAVAIR, 474300D
Isn't that in the Hammurabi code of something, thou shall not take the name of chunk in vain. Dan On 2/13/13 11:53 AM, "Chuck Hill" wrote: > Eeew On 2013-02-13, at 11:41 AM, Ken Anderson wrote: > Stone tablets > please. I hear that digital media is at risk of degradation, and I want to > w

Re: Any interest in WOWODC recordings on DVDs?

2013-02-13 Thread Chuck Hill
Eeew On 2013-02-13, at 11:41 AM, Ken Anderson wrote: > Stone tablets please. I hear that digital media is at risk of degradation, > and I want to watch Chuck Hill on my deathbed. > > On Feb 13, 2013, at 1:59 PM, James Cicenia wrote: > >> >> BAH! Everyone knows EBCDIC will be the standard a

Re: Any interest in WOWODC recordings on DVDs?

2013-02-13 Thread Ken Anderson
Stone tablets please. I hear that digital media is at risk of degradation, and I want to watch Chuck Hill on my deathbed. On Feb 13, 2013, at 1:59 PM, James Cicenia wrote: > > BAH! Everyone knows EBCDIC will be the standard as no one gets fired for IBM? > > - j- > > On Feb 13, 2013, at 12:0

Re: Any interest in WOWODC recordings on DVDs?

2013-02-13 Thread James Cicenia
BAH! Everyone knows EBCDIC will be the standard as no one gets fired for IBM? - j- On Feb 13, 2013, at 12:06 PM, prob...@macti.ca wrote: > We can ship the recordings as ASCII on a Vax 750. > > Envoyé de mon iPhone > > Le 2013-02-13 à 13:05, "Chuck Hill" a écrit : > >> You have something aga

Re: Any interest in WOWODC recordings on DVDs?

2013-02-13 Thread Theodore Petrosky
will it play on my Synclavier. i can pull that out of the attic --- On Wed, 2/13/13, prob...@macti.ca wrote: > From: prob...@macti.ca > Subject: Re: Any interest in WOWODC recordings on DVDs? > To: "Chuck Hill" > Cc: "WebObjects Development" > Date: Wednesday, February 13, 2013, 1:06 PM > We

Re: Any interest in WOWODC recordings on DVDs?

2013-02-13 Thread Beatty, Daniel D CIV NAVAIR, 474300D
Greetings Chuck, No, he just wants his punch cards and stone tablets. Can he stand on Mt. Sinai with the law of WebObjects? Well, that would be advertisement for us. V/R, Dan On 2/13/13 10:04 AM, "Chuck Hill" wrote: > You have something against magnetic tape? On 2013-02-13, at 9:53 AM,

Re: Any interest in WOWODC recordings on DVDs?

2013-02-13 Thread Chuck Hill
Sold! On 2013-02-13, at 10:06 AM, prob...@macti.ca wrote: > We can ship the recordings as ASCII on a Vax 750. > > Envoyé de mon iPhone > > Le 2013-02-13 à 13:05, "Chuck Hill" a écrit : > >> You have something against magnetic tape? >> >> On 2013-02-13, at 9:53 AM, Lon Varscsak wrote: >> >>

Re: Any interest in WOWODC recordings on DVDs?

2013-02-13 Thread probert
We can ship the recordings as ASCII on a Vax 750. Envoyé de mon iPhone Le 2013-02-13 à 13:05, "Chuck Hill" a écrit : > You have something against magnetic tape? > > On 2013-02-13, at 9:53 AM, Lon Varscsak wrote: > >> I want mine on 5 1/4" floppies. >> >> -Lon >> >> On Wed, Feb 13, 2013 at 1

Re: Any interest in WOWODC recordings on DVDs?

2013-02-13 Thread Chuck Hill
You have something against magnetic tape? On 2013-02-13, at 9:53 AM, Lon Varscsak wrote: > I want mine on 5 1/4" floppies. > > -Lon > > On Wed, Feb 13, 2013 at 10:18 AM, Pascal Robert wrote: >> >> Le 2013-02-13 à 11:26, Theodore Petrosky a écrit : >> >>> did anyone mention $29 for the video

Re: Any interest in WOWODC recordings on DVDs?

2013-02-13 Thread probert
Envoyé de mon iPhone Le 2013-02-13 à 12:22, "Ramsey Gurley" a écrit : > If it's a branded drive, it will probably cost $29 just for the thumb. > There's a lot of neat ones available. Pens, laser pointers, bottle openers, > keychains, novelty shapes. > > Alternatively, you could get some pl

Re: Any interest in WOWODC recordings on DVDs?

2013-02-13 Thread Lon Varscsak
I want mine on 5 1/4" floppies. -Lon On Wed, Feb 13, 2013 at 10:18 AM, Pascal Robert wrote: > > Le 2013-02-13 à 11:26, Theodore Petrosky a écrit : > >> did anyone mention $29 for the videos, $129 for the videos with >> transcriptions and table of contents. > > No way we can sell a decent brand

Re: restrictingFetchSpecification questions

2013-02-13 Thread David Holt
The restrictingFetchSpecification is applied to your query. Any clients returned should be in that set. Try a full search and see if you get what you're expecting. On 2013-02-13, at 9:44 AM, Theodore Petrosky wrote: > thanks Ramsey for the point in the right thinking direction. so I am starti

restrictingFetchSpecification questions

2013-02-13 Thread Theodore Petrosky
thanks Ramsey for the point in the right thinking direction. so I am starting to experiment. I created a fetchSpec on my Entity 'currentClients' and in the Qualifier section added 'isActive = true' (also tried 'isActive = 1') saved it and I see in the _Client.java the added methods: public sta

Re: Any interest in WOWODC recordings on DVDs?

2013-02-13 Thread Ramsey Gurley
If it's a branded drive, it will probably cost $29 just for the thumb. There's a lot of neat ones available. Pens, laser pointers, bottle openers, keychains, novelty shapes. Alternatively, you could get some plain drives, print some stickers, and voila! Branded drive for a few bucks. How man

Re: Any interest in WOWODC recordings on DVDs?

2013-02-13 Thread Pascal Robert
Le 2013-02-13 à 11:26, Theodore Petrosky a écrit : > did anyone mention $29 for the videos, $129 for the videos with > transcriptions and table of contents. No way we can sell a decent branded 32 Gb USB stick for $29 while making a small profit. Yes, we need at least 24 Gb to be able to hold

Re: Any interest in WOWODC recordings on DVDs?

2013-02-13 Thread Theodore Petrosky
did anyone mention $29 for the videos, $129 for the videos with transcriptions and table of contents. just an idea --- On Tue, 2/12/13, Ramsey Gurley wrote: > From: Ramsey Gurley > Subject: Re: Any interest in WOWODC recordings on DVDs? > To: "Pascal Robert" > Cc: "WebObjects Development" >

Re: wiki.wocommunity.org server down ?

2013-02-13 Thread Pascal Robert
It's back online. I did a PostgreSQL update this morning and looks like Confluence didn't like it. > Looks like Confluence have issues, the other services (Jenkins and the web > site) on the server are ok. I'm looking at it. > >> Hi All, >> >> Anybody else having problems connecting to

Re: wiki.wocommunity.org server down ?

2013-02-13 Thread Pascal Robert
Looks like Confluence have issues, the other services (Jenkins and the web site) on the server are ok. I'm looking at it. > Hi All, > > Anybody else having problems connecting to ? > > Regards, > > Philippe > ___ > Do n

wiki.wocommunity.org server down ?

2013-02-13 Thread Philippe Willems
Hi All, Anybody else having problems connecting to ? Regards, Philippe ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/

Re: Webobjects-dev Digest, Vol 10, Issue 127

2013-02-13 Thread Daniel Mejia
On 12/02/2013, at 12:50, webobjects-dev-requ...@lists.apple.com wrote: > > From: Pascal Robert > Subject: Any interest in WOWODC recordings on DVDs? > Date: 12 de febrero de 2013 12:43:22 GMT-06:00 > To: WebObjects Development > > > If we sell the WOWODC recordings on DVDs (as QuickTime mov

Re: Any interest in WOWODC recordings on DVDs?

2013-02-13 Thread Markus Ruggiero
On 13.02.2013, at 15:05, Musall Maik wrote: > > Am 12.02.2013 um 19:43 schrieb Pascal Robert : > >> If we sell the WOWODC recordings on DVDs (as QuickTime movies, not as a >> movie DVD) to raise money for the Association, does any of you would buy it? >> I don't think we will add that option

Re: Any interest in WOWODC recordings on DVDs?

2013-02-13 Thread James Cicenia
+1 for thumb with branding. On Feb 13, 2013, at 8:19 AM, Ken Anderson wrote: > Especially if they had some cool branding! > > On Feb 13, 2013, at 9:14 AM, David LeBer wrote: > >> On 2013-02-13, at 9:05 AM, Musall Maik wrote: >> >>> >>> Am 12.02.2013 um 19:43 schrieb Pascal Robert : >>>

Re: Any interest in WOWODC recordings on DVDs?

2013-02-13 Thread Ken Anderson
Especially if they had some cool branding! On Feb 13, 2013, at 9:14 AM, David LeBer wrote: > On 2013-02-13, at 9:05 AM, Musall Maik wrote: > >> >> Am 12.02.2013 um 19:43 schrieb Pascal Robert : >> >>> If we sell the WOWODC recordings on DVDs (as QuickTime movies, not as a >>> movie DVD) to

Re: Any interest in WOWODC recordings on DVDs?

2013-02-13 Thread s. tunji turner
+1 for thumb On Feb 13, 2013, at 9:14 AM, David LeBer wrote: > On 2013-02-13, at 9:05 AM, Musall Maik wrote: > >> >> Am 12.02.2013 um 19:43 schrieb Pascal Robert : >> >>> If we sell the WOWODC recordings on DVDs (as QuickTime movies, not as a >>> movie DVD) to raise money for the Associatio

Re: Any interest in WOWODC recordings on DVDs?

2013-02-13 Thread David LeBer
On 2013-02-13, at 9:05 AM, Musall Maik wrote: > > Am 12.02.2013 um 19:43 schrieb Pascal Robert : > >> If we sell the WOWODC recordings on DVDs (as QuickTime movies, not as a >> movie DVD) to raise money for the Association, does any of you would buy it? >> I don't think we will add that optio

Re: Any interest in WOWODC recordings on DVDs?

2013-02-13 Thread Pascal Robert
Le 2013-02-13 à 09:05, Musall Maik a écrit : > > Am 12.02.2013 um 19:43 schrieb Pascal Robert : > >> If we sell the WOWODC recordings on DVDs (as QuickTime movies, not as a >> movie DVD) to raise money for the Association, does any of you would buy it? >> I don't think we will add that optio

Re: Any interest in WOWODC recordings on DVDs?

2013-02-13 Thread Musall Maik
Am 12.02.2013 um 19:43 schrieb Pascal Robert : > If we sell the WOWODC recordings on DVDs (as QuickTime movies, not as a movie > DVD) to raise money for the Association, does any of you would buy it? I > don't think we will add that option is only one or two guys requests it, > hence the quest

Unable to create page 'Main'

2013-02-13 Thread Ron X
Hello everybody, i have an application, but after rebuild it to Tomcat-application with Wonder i have problem: com.webobjects.appserver.WOPageNotFoundException: : Unable to create page 'Main'. at com.webobjects.appserver.WOApplication.pageWithName(WOApplication.java:2346) at er.ex

Re: Webobjects-dev Digest, Vol 9, Issue 986

2013-02-13 Thread Ernest Kwesi Agyepong
Sent from my iPhone On Dec 10, 2012, at 20:00, webobjects-dev-requ...@lists.apple.com wrote: Send Webobjects-dev mailing list submissions to webobjects-dev@lists.apple.com To subscribe or unsubscribe via the World Wide Web, visit https://lists.apple.com/mailman/listinfo/webobjects-dev

Re: ERMODInspectPage and ERMODWizardCreationPage differences?

2013-02-13 Thread Fabian Peters
Hi Theodore, Do you set a client when you first create the object? Otherwise "object.client.currentClients" will probably resolve to null. In most cases I put the method returning the possible choices on the object itself. Fabian Am 12.02.2013 um 14:17 schrieb Theodore Petrosky: > I thought I

Re: Any interest in WOWODC recordings on DVDs?

2013-02-13 Thread Schoenenberger Dominique
We are interested. On Feb 12, 2013, at 7:43 PM, Pascal Robert wrote: > If we sell the WOWODC recordings on DVDs (as QuickTime movies, not as a movie > DVD) to raise money for the Association, does any of you would buy it? I > don't think we will add that option is only one or two guys requests

Re: table create and charset

2013-02-13 Thread Þór Sigurðsson
If I right-click on the .eomodeld file in the WO Explorer in Eclipse and select properties there, I get the same properties window as you have ( with the sole difference that I also have "SVN Info" since I have the project in SubVersion. The other preference window I got after opening the eomod