MSIE is not the postman

2007-05-08 Thread Thomas
I am having a problem with MSIE 7 that does not happen in any real browser. There is a direct action link that selects a product. The direct action ends in .../groupcode/productcode.html The direct action selects the product and displays the page with the product details. But when you cl

Re: Java Is Open Sourced

2007-05-08 Thread Kieran Kelleher
BTW, well worth subscribing to the Java Posse podcast for latest news on stuff like this each week ... http://www.javaposse.com/ and on iTunes Podcasts too :-) Regards, Kieran On May 8, 2007, at 9:45 PM, Jerry W. Walker wrote: Greetings, I saw the following reference on the AppleJav

Re: Force quit without monitor

2007-05-08 Thread Art Isbell
On May 8, 2007, at 4:22 PM, Q wrote: It looks like that perl script was written for linux, based on the args of the 'ps' command, it will not work as expected on OSX or FreeBSD. Probably not Linux since WO was never qualified under Linux. But based on the date of this technical q&a (25

Re: Force quit without monitor

2007-05-08 Thread Q
It looks like that perl script was written for linux, based on the args of the 'ps' command, it will not work as expected on OSX or FreeBSD. It also appears that it will happily kill a lot more than just your application instances. My recommendation would be to proceed VERY carefully if y

Java Is Open Sourced

2007-05-08 Thread Jerry W. Walker
Greetings, I saw the following reference on the AppleJavaDev mailing list: http://open.itworld.com/4915/070508opsjava/page_1.html Interesting developments. Regards, Jerry -- __ Jerry W. Walker, WebObjects Developer/Instructor for High Performance Industrial Strength Internet Enabled

Re: user obstacles to WOLips adoption (was: Apple's Support of WebObjects)

2007-05-08 Thread Robert Walker
David, I hate to break it to you, but along with the deprecation of the Xcode based tools, comes the deprecation of D2JC (and also non-direct to Java Client as well). At least that's my understanding. I could be wrong about that. But, I'm pretty certain that being able to create Java Cl

Re: Getting a project started right

2007-05-08 Thread Lachlan Deck
Hi Aaron, On 09/05/2007, at 6:54 AM, Aaron Thompson wrote: I'm new to this listserve and to WebObjects. Welcome! I'm about to start building a decent-sized webapp and I'd like to use WO. I've been looking around and I can't find any kind of guide to show me the preferred way to develop w

Re: Force quit without monitor

2007-05-08 Thread Lachlan Deck
Hi there, On 05/05/2007, at 3:29 AM, Thierry Kramis wrote: Is it possible to force an application instance to quit without using monitor. We wan't to give customers a possibility to restart their instances without giving them access to monitor (where other applications are also posted).

Re: Getting a project started right

2007-05-08 Thread Robert Walker
Aaron, First welcome to WebObjects and the mailing list. My first recommendation of where to start is here: http://wiki.objectstyle.org/confluence/display/WOL/Home Since you are just getting started, begin your development with Eclipse/WOLips. WebObjects development will not be well support

Re: Getting a project started right

2007-05-08 Thread Guido Neitzer
On 08.05.2007, at 14:54, Aaron Thompson wrote: I've been looking around and I can't find any kind of guide to show me the preferred way to develop webapps using XCode, with split installs and Apache and such. There is no preferred way of building an application with Xcode anymore. The too

Getting a project started right

2007-05-08 Thread Aaron Thompson
Hello, I'm new to this listserve and to WebObjects. I'm about to start building a decent-sized webapp and I'd like to use WO. I've been looking around and I can't find any kind of guide to show me the preferred way to develop webapps using XCode, with split installs and Apache and such.

Re: MEETING: Chicago CocoaHeads / CAWUG Tuesday May 8th - Input Fuzzing

2007-05-08 Thread Bob Frank
Hi All, It turns out that we'll be in the Theater tonight after all, so don't go up to the studio. See you there tonight. -Bob On May 5, 2007, at 1:19 AM, Bob Frank wrote: Hi all, This Tuesday will be our next meeting. I will be talking about input fuzzing. The Chicago CocoaHeads /

Re: user obstacles to WOLips adoption (was: Apple's Support of WebObjects)

2007-05-08 Thread David Avendasora
The whole point of _my_ use of Xcode and especially D2JC is that it is nearly zero work to quickly mock-up and prototype object model and have it as a running application (D2JC) in a mater of seconds with no configuration of the development environment. It either Just Works™ or I have a pro

Re: Apple's Support of WebObjects

2007-05-08 Thread Mark Glossop
On 2007.05.08 20:55, somebody called Mike Schrag ([EMAIL PROTECTED]) bingled this: >> I'm guessing that no-one who hates the all-in-one approach has also >> tried the Eclipse 3.3 releases? > Note that WOLips does not yet support 3.3 ... The bindings API was > not finalized in 3.2, and Entity Model

Re: Apple's Support of WebObjects

2007-05-08 Thread Andrew Satori
Correct me if I'm wrong, but my understanding is this: The Java based WO Tools are dead (EOModeler, WOBuilder), but the Xcode based WO Tools will continue to exist and get enhancements as the pertain to Xcode in general (XCDataModeler, JAM/ANT based project support in Xcode). Based upon t

Re: Unable to map destination

2007-05-08 Thread Guilherme melo
thx , after a few changes to the model it worked !!! thx alot robert and lochlan !! cheers ! Robert Walker wrote: but I propagated the primary key and still got the same error , anyone had any problems like this before ? Check you model. Your to-one relationship is not connected to the destina

Re: Apple's Support of WebObjects

2007-05-08 Thread Mike Schrag
I'm guessing that no-one who hates the all-in-one approach has also tried the Eclipse 3.3 releases? Note that WOLips does not yet support 3.3 ... The bindings API was not finalized in 3.2, and Entity Modeler uses it extensively. The finalized API in 3.3 is completely changed, so I can't rel

Re: [Reminder] WOWODC 2007 is almost full !

2007-05-08 Thread Pascal Robert
Well, it's full ! So if you wanted to attend, wait for the recorded sessions :-) Hello everyone, WOWODC 2007 seats are almost full ! We only have 6 seats left, so if you do plan to attend, you should do it ASAP. And please note that we will NOT take registrations at the door, you have

Re: Searching for official statement to Windows support

2007-05-08 Thread Lachlan Deck
On 08/05/2007, at 7:55 PM, [EMAIL PROTECTED] wrote: I have read many times that the support for WebObjects is not continued for Windows in future releases. It has been dropped already. i.e., as of 5.3. The last supported version was 5.2.4. This will affects the tools and more important

Searching for official statement to Windows support

2007-05-08 Thread Serethos
I have read many times that the support for WebObjects is not continued for Windows in future releases. This will affects the tools and more important all necessary native libraries. But the only official source I could find (besides wikipedia and some discussions) was that Apple does not list Wi

Re: Apple's Support of WebObjects

2007-05-08 Thread Mark Glossop
On 2007.05.08 00:05, somebody called Guido Neitzer ([EMAIL PROTECTED]) bingled this: > On 07.05.2007, at 09:51, Patrick Robinson wrote: > >> The one thing I can't figure out how to do in Eclipse, that I have >> found to be almost indispensable in Xcode, is to be able to open >> separate files in

Re: Adding/Removing objects to/from toMany relationships.

2007-05-08 Thread Alexander Spohr
David, if you want to do all that within a single POST you could do the following: - Modifying attributes as usual (textfields and the like). - Deleting or adding components can be done with temporary NSArrays, collection the ones to add/delete while takeValues does its job (checkbox setCh