[ANN] WOProject Maven Plug-ins 2.0.15 Released

2008-06-27 Thread Henrique Prange
The WOProject team is pleased to announce the release of the WOProject Maven Plug-ins, version 2.0.15. The WOProject Maven Plug-ins contains the necessary tools to be able to create, build and manage WebObjects projects using Maven. You can run mvn -U to get the latest version of the plug-ins, or

Re: WOWODC Videos

2008-06-27 Thread Chuck Hill
On Jun 16, 2008, at 8:06 AM, David LeBer wrote: On 16-Jun-08, at 10:57 AM, Pascal Robert wrote: I think I should write a FAQ about that... Look like the recording is ok for the 5 minutes that I looked at, but I will look at it in full lenght this week-end. We hope to make it available be

Re: Class cast exception thrown in in EODistributionContext

2008-06-27 Thread Florijan Stamenkovic
Oooops. With Daryl's help I managed to track down the problem. Turns out I had a method in my server side Project class that was overriding a relationship, and retuning an NSArray (immutable). The code is old, and should have been kicked out when I decided to actually model the relationsh

Re: Can I just use the model?

2008-06-27 Thread David Holt
I think it is if you leave everything in your model as EOGenericRecord, isn't it? David On 27-Jun-08, at 2:12 PM, James Cicenia wrote: Hello - I want to just create a barebones ERD2W without any generated classes. Is that possible? I thought that it was, but unless I generate all the class

Can I just use the model?

2008-06-27 Thread James Cicenia
Hello - I want to just create a barebones ERD2W without any generated classes. Is that possible? I thought that it was, but unless I generate all the classes from my model it can't find them. Thanks James Cicenia ___ Do not post admin requests to th

Re: Java Code Coverage for Eclipse

2008-06-27 Thread Chuck Hill
On Jun 27, 2008, at 1:54 PM, David LeBer wrote: On 27-Jun-08, at 4:49 PM, James Cicenia wrote: I don't know what code coverage gives me. How does this help me with my WebObject applications? From:

Re: Java Code Coverage for Eclipse

2008-06-27 Thread Lon Varscsak
I wondered the same thing...Wikipedia to the rescue (by way of Google(tm)): http://en.wikipedia.org/wiki/Code_coverage Lon On Fri, Jun 27, 2008 at 1:49 PM, James Cicenia <[EMAIL PROTECTED]> wrote: > I don't know what code coverage gives me. How does this help me with my > WebObject applications?

Re: Java Code Coverage for Eclipse

2008-06-27 Thread David LeBer
On 27-Jun-08, at 4:49 PM, James Cicenia wrote: I don't know what code coverage gives me. How does this help me with my WebObject applications? From: "Code coverage is a measure used

Re: Java Code Coverage for Eclipse

2008-06-27 Thread James Cicenia
I don't know what code coverage gives me. How does this help me with my WebObject applications? Thanks James Cicenia On Jun 27, 2008, at 3:02 PM, Don Lindsay wrote: Hello; Wow this looks kinda nice. Don On Jun 27, 2008, at 3:13 PM, Chuck Hill wrote: Just ran across this: http://www.eclem

Re: Java Code Coverage for Eclipse

2008-06-27 Thread Don Lindsay
Hello; Wow this looks kinda nice. Don On Jun 27, 2008, at 3:13 PM, Chuck Hill wrote: Just ran across this: http://www.eclemma.org/ Chuck -- Practical WebObjects - for developers who want to increase their overall knowledge of WebObjects or who are trying to solve specific problems. ht

Re: WebObjects - Project Wonder

2008-06-27 Thread Chuck Hill
http://issues.objectstyle.org/jira/secure/Dashboard.jspa Select the WOProject/WOLips project when you create a new issue. Chuck On Jun 27, 2008, at 11:57 AM, Amedeo Mantica wrote: Mike, you are right, where is the place where I can submit a bug report for Entity Model? Thanks Amedeo On 2

Java Code Coverage for Eclipse

2008-06-27 Thread Chuck Hill
Just ran across this: http://www.eclemma.org/ Chuck -- Practical WebObjects - for developers who want to increase their overall knowledge of WebObjects or who are trying to solve specific problems. http://www.global-village.net/products/practical_webobjects _

Re: WebObjects - Project Wonder

2008-06-27 Thread Amedeo Mantica
Mike, you are right, where is the place where I can submit a bug report for Entity Model? Thanks Amedeo On 27/giu/08, at 15:43, Mike Schrag wrote: ps: Mike... there is a bad bug in Entity Modeler 1.0.5, there are a lot of problems subclassing an Entity, some attirnuteg get not copied, you

Tar gz stable package

2008-06-27 Thread Don Lindsay
Hello; Would it be possible to have a wolips-stable.tar.gz created of the stable distribution (like wolips-latest.tar.gz), so I can pull it with the installer I have written? Thanks for any help you can provide. Don ___ Do not post admin requests

Re: Class cast exception thrown in in EODistributionContext

2008-06-27 Thread Florijan Stamenkovic
Daryl, Thanks for the reply. Is the code snippet you have sent iterating over newly created objects? Or perhaps all modified objects? It looks like that really is the bad cast location. As to why that happens, no clue yet, but here are some more observations that I've made on how to cause

WO-GWT Adapter

2008-06-27 Thread Ronny Bubke
Hi, my name is Ronny Bubke and I wrote a WO-GWT-Adapter. I hope some people find it usefull to combine google webtoolkit with their WO-Application. The following url is project homepage where you can find more information and the adapter naturally. http://sites.google.com/site/wogwtadapter/ I wi

Re: Zombies and Dead WOAs... Part Two..

2008-06-27 Thread Pierce T. Wetter III
On Jun 27, 2008, at 6:37 AM, James Cicenia wrote: Will this detect the "no instance available" message? It will tend to prevent that message, because deadlocked instances will get killed, so you'll always have instances running. It can't guarantee that you'll have an instance available

Re: Class cast exception thrown in in EODistributionContext

2008-06-27 Thread Daryl Lee
Well, it's at the point of the stack trace you're iterating over toMany attributes. In 5.3.3, it looks like we're trying to cast to an NSMutableArray if the line number is correct. <> On Jun 27, 2008, at 6:26 AM, Florijan Stamenkovic wrote: Daryl, perhaps you could point out what might b

Error when trying to use ERTaggable Framework

2008-06-27 Thread Helmut Schottmüller
Hi, I tried to use ERTaggable framework for one of my models. I am using the "magic" way with database migration. But when I start my app, the migration fails: un 27 18:23:17 WOSupportManager[] (ERXNSLogLog4jBridge.java:43) WARN NSLog - A fatal exception occurred: Failed to migrate

Component action context().hasSession() returns false? [Was Re: context().hasSession() returns false... then true?]

2008-06-27 Thread Rams
Hi everyone... I should add, I am currently using component actions. I'm not defaulting to direct actions yet... so I'm under the impression that there should always be a session present. I only check context().hasSession() now because I had planned to move to direct actions at a future

Re: WebObjects - Project Wonder

2008-06-27 Thread Mike Schrag
ps: Mike... there is a bad bug in Entity Modeler 1.0.5, there are a lot of problems subclassing an Entity, some attirnuteg get not copied, you should check it :-) Why do you use the standalone Entity Modeler if you are using Eclipse and WOLips? Infact I'm using the WOLips, but I tried the

Re: Zombies and Dead WOAs... Part Two..

2008-06-27 Thread James Cicenia
Will this detect the "no instance available" message? On Jun 27, 2008, at 7:29 AM, Pierce T. Wetter III wrote: Ok, here it is. Be sure and change "[EMAIL PROTECTED]" on line 20 to something appropriate for you. What it does is every 5 minutes it looks at all the running java processe

Re: Class cast exception thrown in in EODistributionContext

2008-06-27 Thread Florijan Stamenkovic
On Jun 27, 2008, at 06:41, David Avendasora wrote: Hi Flor, I see on the "children" relationship you have it set to cascade delete. How are is the awakeFromInsertion called on the server-side for both this Entity and the "children"? I don't really think this is it, but ... do you check f

Re: are you able to fill this form?

2008-06-27 Thread Q
This preference page does nothing and it is not required, at least not yet. In fact I think it was disabled in the latest nightly. Don't worry about it. On 27/06/2008, at 9:47 PM, Amedeo Mantica wrote: I cannot click ver the password field, seem to be disabled! _

Re: Zombies and Dead WOAs... Part Two..

2008-06-27 Thread James Cicenia
Count me in. On Jun 27, 2008, at 12:15 AM, Pierce T. Wetter III wrote: I am currently having issues with instances "gumming up" and seemingly deadlocking and I also noticing lots of Zombie Java processes being created after an application restarts. So my questions are really two fold.. F

Re: Zombies and Dead WOAs... Part Two..

2008-06-27 Thread Ian Coleman
I am having the same problem, can't stop instances in monitor. Just started for me last couple days not a whole has changed in the app in those few days, but not sure how long it has been going on so it could be from changes made a week or two ago. i Did see an email in another list i th

Re: WebObjects - Project Wonder

2008-06-27 Thread Amedeo Mantica
On 27/giu/08, at 13:51, Pascal Robert wrote: I'm writing to you because I have a project: MacOS X server WebMail service is the opensurce PHP squirrelmail, that is terrific, ... slow, and looks very bad, I wolut lile to create, with help of WO community a beautiful WebObject application

Re: WebObjects - Project Wonder

2008-06-27 Thread Amedeo Mantica
On 27/giu/08, at 13:42, Pascal Robert wrote: Hello Amedeo, Hello Mike and all WOCommunity, I'm started developing on WebObjects 5 years ago, previously I had experience with PHP+MySQL. You're someone who saw the light :-) I use Mac since 1986, i was born in 1980 :-) and I have a nice

are you able to fill this form?

2008-06-27 Thread Amedeo Mantica
<> I cannot click ver the password field, seem to be disabled! ___ 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 Subscription: http://lists.a

Re: WebObjects - Project Wonder

2008-06-27 Thread Pascal Robert
Hello Amedeo, Hello Mike and all WOCommunity, I'm started developing on WebObjects 5 years ago, previously I had experience with PHP+MySQL. You're someone who saw the light :-) I use Mac since 1986, i was born in 1980 :-) and I have a nice collection of old Macs... The first time I u

Re: Zombies and Dead WOAs... Part Two..

2008-06-27 Thread Karl Gretton
Hi Pierce, That would be interesting to see if you care to share it with us. Karl On 2008-06-27, at 8:15 AM, Pierce T. Wetter III wrote: I am currently having issues with instances "gumming up" and seemingly deadlocking and I also noticing lots of Zombie Java processes being created after

Re: WebObjects take on GWT?

2008-06-27 Thread Ronny Bubke
Please have a look at http://sites.google.com/site/wogwtadapter/ I have written a WO -> GWT adapter and a short documentation to use it. Have a lot of fun! Ronny ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing

WebObjects - Project Wonder

2008-06-27 Thread Amedeo Mantica
Hello Mike and all WOCommunity, I'm started developing on WebObjects 5 years ago, previously I had experience with PHP+MySQL. I use Mac since 1986, i was born in 1980 :-) and I have a nice collection of old Macs... The first time I used WebObjects was a bit hard to understand the mechanis

Re: WOLips --> Subversive

2008-06-27 Thread Kieran Kelleher
I have installed subversive and the connectors from both update sites shown on that discussion thread and svn connectors do not seem to be recognized. In the SVN Preferences -> SVN Connector tab, the SVN Connector popup menu is empty. I only installed the SVN Connectors feature, not any of

Re: Class cast exception thrown in in EODistributionContext

2008-06-27 Thread David Avendasora
Hi Flor, I see on the "children" relationship you have it set to cascade delete. How are is the awakeFromInsertion called on the server-side for both this Entity and the "children"? I don't really think this is it, but ... do you check for each attribute you are setting there to see if it