Re: 5.4.1 is out

2008-02-11 Thread Cheong Hee (Datasonic)
Hi Pierre Please note your attachment is scrubbed. I could not see the update on http://developer.apple.com/tools/download/index.html. Could you post the url again. Thanks. Cheong Hee Message: 4 Date: Mon, 11 Feb 2008 22:11:53 -0800 From: "Mr. Pierre Frisch" <[EMAIL PROTECTED]> Subject: Re

Re: 5.4.1 is out

2008-02-11 Thread Jake Kauth
On Feb 11, 2008, at 3:41 PM, Miguel Arroz wrote: Hi! I'm trying to find release notes, but they are nowhere... the installer packages is on some kind of weird format Tiger cannot read, so I don't know if it's shown during installation. Just FYI: I think the new package format for L

AutoOpen path

2008-02-11 Thread Cheong Hee (Datasonic)
I hope this message will get reply/support as usual since it is more like a 'PC' question. But and yes, I have both world of MacOS and Windows with me. What I am trying to do is to see how interoperable Eclipse/WOLips to ease developers like me. (AFAIK Windows is one of the very first platfor

Re: Error on saveChanges with WOBrowser or WOCheckBoxList

2008-02-11 Thread Brian Lakeman
Dimitri, It appears that EOF is attempt to set the ID column to null for the items that are no longer part of the selection, and the Department table doesn't allow the ID column to be null. Is there a many-to-many relationship between User and Department? Are there many users in the same

Re: Put component files in WebServerResources after built/run

2008-02-11 Thread Cheong Hee (Datasonic)
Yeah, and it is my mistake to look into WebServerResources and take for granted for what the old tool has done. It supposed to be in app.woa/Contents/Resources after I checked closely. I also use filter to pull out e.g. build directory. It took quite a while as initially no build directory sh

Re: Put component files in WebServerResources after built/run

2008-02-11 Thread Cheong Hee (Datasonic)
Thanks, David. Further looking into resources pattern file, I found there is a wrong path setting, I supposed.. Components/**/**.wo/**/* Components/**/*.api Resources/**/* By changing these setting to this new path: Components/*.wo Components/*.api Resources/**/* It indeeds included all wo

Re: 5.4.1 is out

2008-02-11 Thread Les Vogel
http://www.apple.com/support/downloads/webobjectsupdate541formacosx105.html Anyone with release notes? On Feb 11, 2008 1:33 PM, Gaastra Dennis - WO Lists < [EMAIL PROTECTED]> wrote: > Where? How? > > With Kind Regards, > > *Dennis Gaastra*, M.B.A.[sfu.ca], B.Sc.[ubc.ca] > *C*hief *T*echnology *O

Re: 5.4.1 is out

2008-02-11 Thread Q
On 12/02/2008, at 9:08 AM, "Pierce T. Wetter III" <[EMAIL PROTECTED]> wrote: 5.4.1 just got released y'all Doh. Now I have to update my freebsd port again. :) Pierce ___ Do not post admin requests to the list. They will be ignored. Webobjec

Re: 5.4.1 is out

2008-02-11 Thread Miguel Arroz
Hi! I'm trying to find release notes, but they are nowhere... the installer packages is on some kind of weird format Tiger cannot read, so I don't know if it's shown during installation. We want more info! :) Yours Miguel Arroz On 2008/02/11, at 23:33, Gaastra Dennis - WO Lists wro

Re: 5.4.1 is out

2008-02-11 Thread Gaastra Dennis - WO Lists
Where? How? With Kind Regards, Dennis Gaastra, M.B.A.[sfu.ca], B.Sc.[ubc.ca] Chief Technology Officer, On 11-Feb-08, at 3:08 PM, Pierce T. Wetter III wrote: 5.4.1 just got released y'all. Pierce ___ Do not post admin requests to the list. Th

5.4.1 is out

2008-02-11 Thread Pierce T. Wetter III
5.4.1 just got released y'all. Pierce smime.p7s Description: S/MIME cryptographic signature ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update

Using wobuild.properties to switch between WO 53 and WO 54. Was: WebObjects 5.4 is out.

2008-02-11 Thread Archibal Singleton
On 26 Oct 2007, at 12:21, Anjo Krank wrote: IIRC, you just set: wo.wosystemroot=/some/place/or/other where /some/place/or/other/Library/Frameworks/ has all the WO stuff in it. Now taking that into account and based on the instructions @ http://wiki.objectstyle.org/confluence/display/WOL/T

Error on saveChanges with WOBrowser or WOCheckBoxList

2008-02-11 Thread Sennikov, Dimitri
Hi, I have a 1-to-many relationship (User ->> Departments). With either WOBrowser or WOCheckBoxList, whenever a department is selected, an error is produced when trying to save User where WebObjects is trying to overwrite the selected department's ID (primary key), "UPDATE WA_Departments SET id =

Re: 2 WOLips Questions.

2008-02-11 Thread Pierce T. Wetter III
On Jan 27, 2008, at 7:07 AM, Jean-François Veillette wrote: subversion is a nice improvement over cvs, but if you are going to switch, now is the time to take a look at the other options ... Take a look at git (and/or mercurial) : http://www.kernel.org/pub/software/scm/git/docs/cvs-migration

Re: help for newbie with WO Apple example on Eclipse+WOLips

2008-02-11 Thread Lachlan Deck
Hi Luigi, (let's keep this on-list so that others can benefit) On 11/02/2008, at 8:59 PM, Luigi Giannini wrote: Thanks Lachlan, I understand that but I have only : 1- my browser open http://192.168.1.3:65150/cgi-bin/WebObjects/HelloWorld.woa and tell me: java.lang.IllegalStateException: Unable

Re: SQL Schema comparator

2008-02-11 Thread Kieran Kelleher
I use a simple shell script that does a mysqldump --no-data (basically a schema dump) of both dev and production mysql databases and launches FileMerge with both schema files as args. On Feb 8, 2008, at 2:21 PM, Miguel Arroz wrote: Hi! Subject says it all... the ideia is comparing two S

Re: Help getting WO to consume .NET web Services

2008-02-11 Thread Mr. Pierre Frisch
Which version of WO are you using? Pierre -- Pierre Frisch [EMAIL PROTECTED] On Feb 11, 2008, at 8:27, jerry porter wrote: Hello, I have been given the task to convert a WebObjects web services server From WO to .NET. I was able to build a simple server in .NET and generate a WSDL. I am

Re: Components and the Memory Game

2008-02-11 Thread Chuck Hill
On Feb 10, 2008, at 2:37 PM, Cornelius Jaeger wrote: Hi All Since i'm just a little lazy in certain aspects of my character i was wondering the following: I have a component that generates a proprietary xml to interface with some legacy software. Turns out that the xml can get really large

Re: SQL Schema comparator

2008-02-11 Thread Dawn Lockhart
I was playing with DB Solo 2 last week. It has a pretty slick GUI schema compare. Dawn > Hi! > > Subject says it all... the ideia is comparing two SQL schemas to > help writing migration stuff. Anyone knows/uses/recommends any > software to do this? > > Yours > > Miguel Arroz > > Miguel Arroz

Re: Stored procedures and prototypes problem [solved]

2008-02-11 Thread Catarina Vieira Simoes
Hi! Just to let you know that I solved the Stored procedures and prototypes problem. The exception "com.webobjects.jdbcadaptor.JDBCAdaptorException: Unable to determine JDBC type for attribute 'spAttributeName' when preparing ouput paramater for stored procedure" when connecting to the Oracle db

Help getting WO to consume .NET web Services

2008-02-11 Thread jerry porter
Hello, I have been given the task to convert a WebObjects web services server From WO to .NET. I was able to build a simple server in .NET and generate a WSDL. I am now having problems consuming it via a Web Objects client. I used the WSDL2JavaWO tool I found on the Internet to generate my stu

Re: IE7 Printing WOImage issues

2008-02-11 Thread Frédéric JECKER
Hi, We had similar problem here with printing JFreeChart generated pictures with IE. The problem is that IE performs a refresh over the page before printing which is causing images to be lost. If I remember, to get rid of the problem just set the name property of the WOImage to whatever you wa

Re: IE7 Printing WOImage issues

2008-02-11 Thread Daniele Corti
Hi Brian, 2008/2/9, Brian Lakeman <[EMAIL PROTECTED]>: > > I've been banging my head against the wall trying to work around this > issue: > > I've got a WOImage that uses the data attribute bound to an NSData object > to provide the image, and the mimeType defined accordingly. > > When viewing thi

Re: SQL Schema comparator

2008-02-11 Thread Miguel Arroz
Hi! FYI, this is a nice one: . It generates SQL than can be used to migrate from one schema to another. It's very easy to copy/paste the result into SQL files to be used by ERXMigrator, with few or no changes at all. :) Yours Miguel Arroz On 2008/02

Re: Store (large) images inside or outside database? [SOLVED]

2008-02-11 Thread Susanne Schneider
Hello list, thank you very, very much to everyone who answered! Subsuming every advice I think I will store the images in the file system for the main reason that the images could be so large in size. Now there are a lot of things to consider in different areas: - including the filesystem in

Re: Put component files in WebServerResources after built/run

2008-02-11 Thread David Avendasora
Hi, As far as I understand, your components should be in the build/ app.woa/Contents/Resources, not WebServerResources. WebServerResources is where all your images, css and .js files would be (non-WO resources). The place to look for what controls what files are put where is in the proje

Re: help for newbie with WO Apple example on Eclipse+WOLips

2008-02-11 Thread David Avendasora
Whenever I get this error it is because the application cannot find the components (web pages) in the HelloWorld.woa/Contents/Resources directory of the built project. So look in your project's build directory to see if they are being copied there. If they are not, then we'll have to dig a

Put component files in WebServerResources after built/run

2008-02-11 Thread Cheong Hee (Datasonic)
What is the setting to automagically include all the files in the Components (.wo, .api etc) into build/contents/app.woa/WebServerResources after built process? I have just tested with WOLipsTest and strange thing is it could not be launched due to missing Main.wo in WebServerResources. Once