Re: Help with NPE in EOCustomObject.willReadRelationship()

2009-04-29 Thread Peter Vandoros
Hi Chuck, On 29/04/2009, at 4:16 PM, Chuck Hill wrote: Just to be clear, I don't touch the deleted objects in this notification, I simply had debugging enabled and started getting errors :) You did, albeit indirectly. See below. Yes I know... - The NPE occurs in a debug statement

Problem loading EOModel in a unit test on Windows (NSBundle fails to load .jar bundles)

2009-04-29 Thread Jake MacMullin
Today I finally decided to see if I could find out why our suite of EO unit tests kept failing on Windows while passing on Mac OS X and Linux (don't ask me why I'm using Windows). All our EO unit tests have a common parent class that has a @BeforeClass method that makes sure the EOModel has been

Re: Help with NPE in EOCustomObject.willReadRelationship()

2009-04-29 Thread Mike Schrag
Part of the notification is the userInfo, which is a dictionary. And dictionary.toString is implemented by calling toString on it's keys and objects. IIRC, the objects are NSArray, and NSArray.toString is implemented by calling toString on it's objects. And EOCustomObject.toString() is

Re: Problem loading EOModel in a unit test on Windows (NSBundle fails to load .jar bundles)

2009-04-29 Thread Mike Schrag
2. Shall I bother submitting a bug report via Radar (given that Mike fixed the last bug I found before I'd managed to finish writing the bug report)? yeah .. because this one is annoying :) ms ___ Do not post admin requests to the list. They will

Migrating Data from a temporary table into another editing context

2009-04-29 Thread Andri vonAllmen
'loha folks, short: How do i migrate data, fetched from a temporary table, from one editing context into another? Details below... The situation is as follows: First, data are inserted into a temporary table (Oracle 8i) by using a stored procedure. Then, in the same procedure, these data

Re: Problem loading EOModel in a unit test on Windows (NSBundle fails to load .jar bundles)

2009-04-29 Thread Henrique Prange
Hi Jake, The problem is caused by white spaces in the path. Do not put WO libraries/projects on C:\Documents and Settings. I've reported the bug 5941664 on 16-May-2008 with a simple suggestion about how to solve the problem. The issue is still open as you can see in the attached screenshot.

Re: Migrating Data from a temporary table into another editing context

2009-04-29 Thread Gordon Belray
Hi Andri, try using EOEnterpriseObject result = (EOEnterpriseObject) EOUtilities.localInstanceOfObject(newEditingContext, result); Gordon 'loha folks, short: How do i migrate data, fetched from a temporary table, from one editing context into another? Details below... The situation

WOSessionStore deadlock

2009-04-29 Thread Miguel Arroz
Hi! This is a Request for Experience kind of email. :) I'm having a really hard time to track down issue and I would like to know if any of you has already seen this symptoms, and have any clue of what might be going on. My problems is the following: occasionally (and it doesn't seem

WWDC ticket?

2009-04-29 Thread chris
So it sold out a second year in a row. Does anyone have a ticket and can't make it? I'm looking for one or two. Thanks Chris ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list

Write to file and access it in browser

2009-04-29 Thread Christian Telepski
Dear List, i have an app wich outputs some stored info from the database. Is there a way i can can write to a file accessible by the webserver and then show a link to that file? I.e.: User gets a link to a .txt file on our server wich is generated by WO. Thanks in advance and best

Re: Write to file and access it in browser

2009-04-29 Thread Guido Neitzer
On Apr 29, 2009, at 9:26 AM, Christian Telepski wrote: i have an app wich outputs some stored info from the database. Is there a way i can can write to a file accessible by the webserver and then show a link to that file? I.e.: User gets a link to a .txt file on our server wich is

Re: WOSessionStore deadlock

2009-04-29 Thread Chuck Hill
On Apr 29, 2009, at 6:49 AM, Miguel Arroz wrote: Hi! This is a Request for Experience kind of email. :) Good judgement is the result of experience. Experience is the result of bad judgement. Like that? I'm having a really hard time to track down issue and I would like to know if

Re: WOSessionStore deadlock

2009-04-29 Thread Guido Neitzer
On Apr 29, 2009, at 9:58 AM, Chuck Hill wrote: I have 3 threads like this, all waiting on the same monitor: WorkerThread15 prio=5 tid=0x08995400 nid=0x8995600 in Object.wait() [0xbf0dd000..0xbf0ddb80] at java.lang.Object.wait(Native Method) - waiting on 0x34000548 (a

Re: WOSessionStore deadlock

2009-04-29 Thread Dov Rosenberg
Good Decisions Come From Wisdom Wisdom comes from Experience Experience comes from Making Bad Decisions On 4/29/09 12:58 PM, Chuck Hill ch...@global-village.net wrote: On Apr 29, 2009, at 6:49 AM, Miguel Arroz wrote: Hi! This is a Request for Experience kind of email. :) Good

Re: Project Management Tools

2009-04-29 Thread Chuck Hill
On Apr 27, 2009, at 8:30 PM, Guido Neitzer wrote: On 22. Apr. 2009, at 14:42 , Q wrote: 1. What's your opinion about bugzilla vs JIRA.? We originally purchased Jira a few years ago for managing our software development (team of 4), but within 2 months we upgraded to an enterprise

Re: WOSessionStore deadlock

2009-04-29 Thread David Avendasora
Which brings us all back to: Use Hudson Thank you. I'll be here all week. Try the veal. Tip the waitstaff. Dave On Apr 29, 2009, at 1:21 PM, Ken Anderson wrote: The best pilots possess the superior judgment to avoid situations requiring their superior skills to survive On Apr 29, 2009, at

Re: Project Management Tools

2009-04-29 Thread Guido Neitzer
On Apr 29, 2009, at 10:41 AM, Chuck Hill wrote: I don't really like the Jira interface though. It is very complex and clunky to use (at least from what I see at the WOLips / Wonder issue tracker). I have bought the 5 user license recently, not using it at the moment. Yeah, out of the

Re: Project Management Tools

2009-04-29 Thread Chuck Hill
On Apr 29, 2009, at 11:13 AM, Guido Neitzer wrote: On Apr 29, 2009, at 10:41 AM, Chuck Hill wrote: I don't really like the Jira interface though. It is very complex and clunky to use (at least from what I see at the WOLips / Wonder issue tracker). I have bought the 5 user license

Re: Project Management Tools

2009-04-29 Thread Guido Neitzer
On Apr 29, 2009, at 11:17 AM, Chuck Hill wrote: The last time I used Trac, I thought the ticket/wiki/svn integration was quite nice. Maybe worth a look? I have used Trac in the past and thought it was really nice, the only downside is the hazzle for multiple projects. That's why I want to

Re: Project Management Tools

2009-04-29 Thread Chuck Hill
On Apr 29, 2009, at 11:20 AM, Guido Neitzer wrote: On Apr 29, 2009, at 11:17 AM, Chuck Hill wrote: The last time I used Trac, I thought the ticket/wiki/svn integration was quite nice. Maybe worth a look? I have used Trac in the past and thought it was really nice, the only downside is

Generate PDF from dynamically generated WOComponents...

2009-04-29 Thread shravan kumar
Hello Group, We have an app, where a module is presented to the user in a wizard fashion i.e., this module has several pages and user can navigate from one page to another using the wizard navigation controls and jump to any sections as required. Once the user has completed one trip to this

WOWODC 2009 Session Description: EOF Validation: The Next Generation

2009-04-29 Thread Chuck Hill
Validation is one of the least satisfactory parts of WebObjects. It shows signs of promise and of abandonment, like a prototype left uncompleted. We will start with a survey of the state of validation in WebObjects and the extensions found in Wonder's core ERExtensions frameworks; the

Re: [OT] Guest rooms at Hotel Whitcomb

2009-04-29 Thread Chuck Hill
We got this special rate to try and make it cheaper for you. If we don't get the minimum number of rooms booked, then some of your favorite list personalities are going to have to cover the cost. Please, help us help you. Chuck On Apr 29, 2009, at 11:07 AM, Pascal Robert wrote:

Re: Project Management Tools

2009-04-29 Thread Henrique Prange
Hi Guido, On Apr 29, 2009, at 3:20 PM, Guido Neitzer wrote: On Apr 29, 2009, at 11:17 AM, Chuck Hill wrote: The last time I used Trac, I thought the ticket/wiki/svn integration was quite nice. Maybe worth a look? I have used Trac in the past and thought it was really nice, the only

Re: WOSessionStore deadlock

2009-04-29 Thread David Holt
Or my favourite: If you can't be a good example -- then you'll just have to be a horrible warning. David On 29-Apr-09, at 10:53 AM, David Avendasora wrote: Which brings us all back to: Use Hudson Thank you. I'll be here all week. Try the veal. Tip the waitstaff. Dave On Apr 29, 2009,

Re: Generate PDF from dynamically generated WOComponents...

2009-04-29 Thread Robert B. Hanviriyapunt
I have, and still use, use FOP. If you need more info, lemme know. = Robert = On Apr 29, 2009, at 1:26 PM, shravan kumar wrote: Hello Group, We have an app, where a module is presented to the user in a wizard fashion i.e., this module has several pages and user can navigate from one

Re: Project Management Tools

2009-04-29 Thread Kieran Kelleher
I started using FogBugz recently. The feature that attracted me to it was the time tracking which is then used for Evidence Based Scheduling on upcoming projects. Especially since my estimates for doing work were generally more optimistic than the reality... which leads to ugly stress

Re: [OT] Guest rooms at Hotel Whitcomb

2009-04-29 Thread Kieran Kelleher
I assume you already know who have or how many have booked? On Apr 29, 2009, at 2:36 PM, Chuck Hill wrote: We got this special rate to try and make it cheaper for you. If we don't get the minimum number of rooms booked, then some of your favorite list personalities are going to have to

Re: [OT] Guest rooms at Hotel Whitcomb

2009-04-29 Thread Pascal Robert
Yes, but it look like they (the hotel) forget to put some names on the list (yours is there). To everyone who already booked (before this morning) at Whitcomb, send me an email with your reservation number so that I can make sure that you are included in the group. I assume you already

Re: Project Management Tools

2009-04-29 Thread Guido Neitzer
On 29. Apr. 2009, at 11:43 , Henrique Prange wrote: I've tried Trac in the past. I like some ideas behind Trac but I really don't like its user interface. And the lack of multiple projects support is a shame. I started to use Redmine one year ago for some projects (we didn't have money to

Re: Project Management Tools

2009-04-29 Thread Chuck Hill
On Apr 29, 2009, at 12:46 PM, Kieran Kelleher wrote: I started using FogBugz recently. The feature that attracted me to it was the time tracking which is then used for Evidence Based Scheduling on upcoming projects. Especially since my estimates for doing work were generally more

Re: Project Management Tools

2009-04-29 Thread Pascal Robert
Le 09-04-29 à 16:08, Guido Neitzer a écrit : On 29. Apr. 2009, at 11:43 , Henrique Prange wrote: I've tried Trac in the past. I like some ideas behind Trac but I really don't like its user interface. And the lack of multiple projects support is a shame. I started to use Redmine one year

Re: Generate PDF from dynamically generated WOComponents...

2009-04-29 Thread Phillip Hutchings
I also use Apache FOP for pretty much the same reason you've outlined. XSL-FO is somewhat of an art, but once you understand what you're doing it gets easier. This does depend on the style of output you're looking for though. XSL-FO is only targeted at book-type publications. If you're doing

WOApplicationBaseURL broken in WO 5.4.3

2009-04-29 Thread Ricardo J. Parada
I know WOFrameworksBaseURL is broken in 5.4.3. But, is WOApplicationBaseURL also broken? :-/ Thanks, Ricardo J. Parada ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list

Re: WOApplicationBaseURL broken in WO 5.4.3

2009-04-29 Thread Mike Schrag
yes On Apr 29, 2009, at 5:31 PM, Ricardo J. Parada wrote: I know WOFrameworksBaseURL is broken in 5.4.3. But, is WOApplicationBaseURL also broken? :-/ Thanks, Ricardo J. Parada ___ Do not post admin requests to the list. They will be ignored.

Re: WOWODC 2009 Session Description: EOF Validation: The Next Generation

2009-04-29 Thread Lachlan Deck
Great. On 30/04/2009, at 4:34 AM, Chuck Hill wrote: Validation is one of the least satisfactory parts of WebObjects. It shows signs of promise and of abandonment, like a prototype left uncompleted. We will start with a survey of the state of validation in WebObjects and the extensions

Re: WOSessionStore deadlock

2009-04-29 Thread Kieran Kelleher
Funny ... I got my first session deadlock in a long while just a few minutes ago... had to kill the instance. Stack trace here: http://67.78.26.66:81/~kieran/misc/deadlock-5183.txt WO 5.3.3 BTW On Apr 29, 2009, at 1:05 PM, Guido Neitzer wrote: On Apr 29, 2009, at 9:58 AM, Chuck Hill wrote:

Re: Generate PDF from dynamically generated WOComponents...

2009-04-29 Thread Hugi Thordarson
A good and swineflufree afternoon to ya'll. If you already have HTML that you want to render as PDF, The Flying Saucer Project is your new saviour. 1. Go to https://xhtmlrenderer.dev.java.net/ and download a stable binary. 2. Add the three required jars to your project (iText/xml/core-

Re: Generate PDF from dynamically generated WOComponents...

2009-04-29 Thread Jean-Francois Veillette
a 4th option would be UJAC: http://ujac.sf.net It is similar to xml-fo, but lot simpler and closer to html. It is also more flexible. It would be my first choice if only the only caveat is that it is not 'standard', so it will depend on your organisation and on long term plan for what

Re: Generate PDF from dynamically generated WOComponents...

2009-04-29 Thread Jake MacMullin
An interesting idea (though nowhere near being a reality) is this javascript pdf generation library.. http://jspdf.googlecode.com/svn/trunk/examples/basic.htm Cheers, Jake On Thu, Apr 30, 2009 at 9:01 AM, Jean-Francois Veillette jean_francois_veille...@yahoo.ca wrote: a 4th option would be

MOSXSWebPassword

2009-04-29 Thread David Muszynski
Please forgive me, I'm not a WO developer, but I was directed to this list from the OS X Server list with a problem I'm having. I installed a program to allow my OD users to change their password via a webpage but I can't get it to work. I know it's running and working since if I call it

Re: MOSXSWebPassword

2009-04-29 Thread Chuck Hill
First guess is that you are using the Apache 1.3 version of mod_webobject with Apache 2.2 or vice versa. Chuck On Apr 29, 2009, at 5:42 PM, David Muszynski wrote: Please forgive me, I'm not a WO developer, but I was directed to this list from the OS X Server list with a problem I'm

Re: WOSessionStore deadlock

2009-04-29 Thread Chuck Hill
On Apr 29, 2009, at 2:39 PM, Kieran Kelleher wrote: Funny ... I got my first session deadlock in a long while just a few minutes ago... had to kill the instance. Stack trace here: http://67.78.26.66:81/~kieran/misc/deadlock-5183.txt WO 5.3.3 BTW Was there a question there, or just a

Re: WOSessionStore deadlock

2009-04-29 Thread Kieran Kelleher
It was a subtle question looking for insight :-) . some pointers on what logging traps to put in place to catch the root cause next time. It is a pity that ERX session store deadlock only works with concurrent req handling off. I use 5.3.3, but does 5.4.X have some definite fixes for

Re: MOSXSWebPassword

2009-04-29 Thread David Muszynski
On Apr 29, 2009, at 8:47 PM, Chuck Hill wrote: First guess is that you are using the Apache 1.3 version of mod_webobject with Apache 2.2 or vice versa. Chuck I'm using OS X Server 10.5.5 with no modifications, I wonder if the standard install has mod_webobject 2.2 as I'm using Apache

Re: Problem loading EOModel in a unit test on Windows (NSBundle fails to load .jar bundles)

2009-04-29 Thread Jake MacMullin
Well, you're right - is it due to spaces in the path... but I still think the problem is in __exctractStringFromURL(). The problem is this method trims the 'path' component of a URL and later it is treated as if it were a file path. One of the main differences between a URL's 'path' component and

Re: Problem loading EOModel in a unit test on Windows (NSBundle fails to load .jar bundles)

2009-04-29 Thread Mike Schrag
(as an aside - wouldn't it be nice if this were an open source project and we could see each other's bug reports and submit patches? - one can only dream) dream away, dreamer ... jad works great, though. always submit a patch if you have one :) ms

Re: MOSXSWebPassword

2009-04-29 Thread Chuck Hill
On Apr 29, 2009, at 7:01 PM, David Muszynski wrote: On Apr 29, 2009, at 8:47 PM, Chuck Hill wrote: First guess is that you are using the Apache 1.3 version of mod_webobject with Apache 2.2 or vice versa. Chuck I'm using OS X Server 10.5.5 with no modifications, I wonder if the

Re: WOSessionStore deadlock

2009-04-29 Thread Chuck Hill
On Apr 29, 2009, at 6:47 PM, Kieran Kelleher wrote: It was a subtle question looking for insight :-) . some pointers on what logging traps to put in place to catch the root cause next time. It is a pity that ERX session store deadlock only works with concurrent req handling off.

Antw: Re: Migrating Data from a temporary table into another editing context

2009-04-29 Thread Andri vonAllmen
Hi Gordon, thanks for your response. Unfortunately the local instances of the objects are null too. Regards Andri Gordon Belray gordon.bel...@utoronto.ca Mittwoch, 29. April 2009 15:46 Hi Andri, try using EOEnterpriseObject result =