Re: WebObjects become opensource ?

2009-09-09 Thread Tim Worman
If I were Bill Clinton I would say, "it depends on what your definition of the word 'opensource' is." If your definition is: 1. free to download 2. free to develop with 3. free to deploy then I'd call WebObjects pretty open. :-) Have you read the license? Tim UCLA GSE&IS On Sep 9, 2009, at

WebObjects become opensource ?

2009-09-09 Thread Stephane Guyot
Hi list, i'm still waiting for an opensource version of WebObjects. I can"t believe the news today, there 's so many good news, ( Sun totally disappears, eated by Oracle ), could we hope good news for WebObjects ? What's new about WebObjects today ? WebObjects.org ? Gianduia ? My actual

Re: D2W: How to turn on relationship editing? SOLVED!

2009-09-09 Thread David LeBer
On 2009-09-09, at 7:33 PM, Ramsey Lee Gurley wrote: From a security standpoint, I'd say Wonder gets it right. I'd rather have to turn things on, rather than forget/be unaware of something and be left exposed by the defaults. Just my 2 cents though... There are plenty of legacy apps that

Re: D2W: How to turn on relationship editing? SOLVED!

2009-09-09 Thread Ramsey Lee Gurley
From a security standpoint, I'd say Wonder gets it right. I'd rather have to turn things on, rather than forget/be unaware of something and be left exposed by the defaults. Just my 2 cents though... Ramsey On Sep 9, 2009, at 5:17 PM, Greg Brown wrote: Should the default rules that ship wi

Re: D2W: How to turn on relationship editing? SOLVED!

2009-09-09 Thread Greg Brown
On Sep 7, 2009, at 8:51 PM, David LeBer wrote: I find it helpful to create a model group for my projects in RuleModeler (File -> New Model Group) that I add references to all of the model files that my project depends on. Something like: MyApp: user.d2wmodel MyFramework:

Re: UnsupportedClassVersionError caused by 10.6 developed WOA being deployed on 10.5 server?

2009-09-09 Thread Amedeo Mantica
Thanks ! On 09/set/2009, at 12.45, Mike Schrag wrote: Wonder/Build/build/default.properties: compiler.source = 1.5 compiler.target = 1.5 On Sep 9, 2009, at 5:45 AM, Amedeo Mantica wrote: I had the same identical problem, I can confirm that setting compilance level to 1.5 works I have just

Re: First cut at instructions to debug WOLips posted

2009-09-09 Thread Mark Ritchie
On 9-Sep-09, at 9:55 AM, Francisc Simon wrote: i'll give it a try ... my Reverse Engineering also does not work ... hopefully after that it does :-) Thanks! You'll need these patches to get Reverse Engineering working: http://issues.objectstyle.org/jira/browse/WOL-1077 http://issues.objectst

Re: First cut at instructions to debug WOLips posted

2009-09-09 Thread Francisc Simon
Hi Mark, i'll give it a try ... my Reverse Engineering also does not work ... hopefully after that it does :-) Frank :-) Am 09.09.2009 um 18:46 schrieb Mark Ritchie: Hi Everyone! At WOWODC a couple of weeks ago, a couple of looking into why Reverse Engineering a model from the database

First cut at instructions to debug WOLips posted

2009-09-09 Thread Mark Ritchie
Hi Everyone! At WOWODC a couple of weeks ago, a couple of looking into why Reverse Engineering a model from the database wasn't working. I started off using some older instructions which build a complete WOLips installation and then had a some long and hellish path to setup and test it.

[MEETING] WO-NOVA 9/15/09

2009-09-09 Thread Andrew R. Kinnie
Greetings, This month's WO-NOVA meeting for Northern Virginia, Maryland and Washington DC area WO developers along with the inevitable groupies is scheduled for . . . . [drum roll] September 15th! As usual, the third Tuesday. Also as usual at 6:30 PM at K12's offices in Herndon, VA, ri

Re: Hudson and EOGenerate

2009-09-09 Thread Robin Smith
Cheers Mike, i'll start committing them, saves adding complexity for no reason Robin 2009/9/9 Mike Schrag : > i always commit them, but you can use the standalone velocity eogenerator > from your ant file: > http://webobjects.mdimension.com/wolips/releases/veogen-5594.jar > > On Sep 9, 2009, at 7

Re: Hudson and EOGenerate

2009-09-09 Thread Mike Schrag
i always commit them, but you can use the standalone velocity eogenerator from your ant file: http://webobjects.mdimension.com/wolips/releases/veogen-5594.jar On Sep 9, 2009, at 7:15 AM, Robin Smith wrote: Hi All After WOWODC West i have finally got around to getting a Hudson build server

Hudson and EOGenerate

2009-09-09 Thread Robin Smith
Hi All After WOWODC West i have finally got around to getting a Hudson build server created. I got all excited as it started to work, then it all fell over because we don't have our generated superclasses in SVN, so of course the build failed. Is it standard practice to have these files in SVN or

Re: UnsupportedClassVersionError caused by 10.6 developed WOA being deployed on 10.5 server?

2009-09-09 Thread Mike Schrag
Wonder/Build/build/default.properties: compiler.source = 1.5 compiler.target = 1.5 On Sep 9, 2009, at 5:45 AM, Amedeo Mantica wrote: I had the same identical problem, I can confirm that setting compilance level to 1.5 works I have just a question for Mike I use wonder from sources, and i bu

Re: UnsupportedClassVersionError caused by 10.6 developed WOA being deployed on 10.5 server?

2009-09-09 Thread Amedeo Mantica
I had the same identical problem, I can confirm that setting compilance level to 1.5 works I have just a question for Mike I use wonder from sources, and i build them from command line on osx snow leopard... svn up ant frameworks ant frameworks intall... all works fine I embed the framew