Re: Peer ECs in updating EO

2009-02-20 Thread Cheong Hee (Datasonic)
Hi Amiel Sorry for wrong title posted in previous email... On 20/02/2009, at 4:47 PM, amiel montecillo wrote: What I mean is, in PeerEC1, i made changes to the object, the changes are not seen in PeerEC2 thus calling PeerEC2.saveChanges() does not contain changes in the object right? I

Re: JDBC URL on a per session basis

2009-02-15 Thread Cheong Hee (Datasonic)
Richard I have tried that before and if one of the model had changed in one session, the other session will also be affected. It is true since EOF is a single stack by default. If you are to achieve multiple stacks, it is possible then to create new object store coordinator for each session

Re: problem opening projectbuilder

2009-01-11 Thread Cheong Hee (Datasonic)
Hi I am still using WO5.2. What platform are you trying to use for WO and some details? Cheers CH On Jan 10, 2009, at 10:14 AM, katia vanhauwaert wrote: Hi, We bought the webobjects 5.2 program, and there seems to be a problem with this program. I asked a technical agent at Apple for

Test, please ignore

2009-01-06 Thread Cheong Hee (Datasonic)
I have not received any emails for since 1/1/2009. This is just a test to see if the message does arrive at the list. Cheers Cheong Hee ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list

Re: NSMacOSRomanStringEncoding UnsupportedEncodingException

2008-11-18 Thread Cheong Hee (Datasonic)
Hi David If you could check your Component woo file e.g. Main.woo, NSMacOSRomanStringEncoding is probably coded. I I noticed that if the component file is created under Eclipse/Windows, the woo file will be as such: {WebObjects Release = WebObjects 5.0; encoding = UTF-8; } However, if

Re: [FIXED] NSMacOSRomanStringEncoding UnsupportedEncodingException

2008-11-18 Thread Cheong Hee (Datasonic)
Will it help if the classpath is changed to point to right java sdk path after installed? Most of the other distributions on other platforms realize the world is bigger than the United States and include the multiplatform JVM support. For some reason Microsoft doesn't feel the same need. I

Re: WO Equivalent of prepared statement

2008-10-27 Thread Cheong Hee (Datasonic)
You should be able to obtain JDBC connection directly and do prepared statement. From what I know and may not be the right way, prepared statement needs quite a bit works as compared to EOF. You need to map the data to the column name properly, generate primay keys etc. I probably did it the

Re: I dont get it, still nullpointer exception

2008-10-15 Thread Cheong Hee (Datasonic)
Hi Not sure if I got it right. I presumed if this is a many-to-many modelling between Employee and Turn, and the relationship is flattened. The way I think it should do to add Employee to Turn and Turn to Employee are as the following: localEmployee.addToTurns(actualTurn);

Re: Webobjects-dev Digest, Vol 5, Issue 988

2008-10-13 Thread Cheong Hee (Datasonic)
Hi Art Thanks for your help all these while. Interesting to read some your emails. Good luck and happy stay!! Cheers Cheong Hee On 2008/10/11, at 20:42, Art Isbell wrote: It is with some excitement, both of the positive and negative sorts, that I am ending my 18-year career as a software

WO5.4.2 download url

2008-07-10 Thread Cheong Hee (Datasonic)
Hi Is there any official (or non official) url to download WO5.4.2? beta or final? Thanks. Cheers Cheong Hee ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com)

Re: WO5.4.2 download url

2008-07-10 Thread Cheong Hee (Datasonic)
Thanks! - Original Message - From: Jake MacMullin [EMAIL PROTECTED] To: Cheong Hee (Datasonic) [EMAIL PROTECTED] Cc: webobjects-dev@lists.apple.com Sent: Thursday, July 10, 2008 4:42 PM Subject: Re: WO5.4.2 download url Yes: http://developer.apple.com Login to your (free) ADC

Re: Install WO 5.3/WOLips on Ubuntu

2008-05-27 Thread Cheong Hee (Datasonic)
Hi In Eclipse/ WOLips, if you are going to add system or user frameworks, you could righ click the project and choose Properties - add Library -here it goes until you reach system frameworks for WO. Hope it helps. Cheers Cheong Hee -Original Message- Behalf Of Qi Yang Sent:

Re: WO Tutorials install on windows

2008-05-09 Thread Cheong Hee (Datasonic)
Hi Followed on url, the page is not available. Any reason? Cheers Cheong Hee Message: 8 Date: Fri, 9 May 2008 03:43:52 -0400 From: Don Lindsay [EMAIL PROTECTED] Subject: WO Tutorials install on windows To: Development WebObjects webobjects-dev@lists.apple.com Message-ID: [EMAIL PROTECTED]

Re: Webobjects-dev Digest, Vol 5, Issue 232

2008-02-25 Thread Cheong Hee (Datasonic)
] To: Cheong Hee (Datasonic) [EMAIL PROTECTED] Cc: webobjects-dev@lists.apple.com Sent: Monday, February 25, 2008 4:25 PM Subject: Re: Webobjects-dev Digest, Vol 5, Issue 232 Hi, http://tgwbd.org/WOCompatibility/index.html Hi David, I am following the link and could not donwload

Re: JavaEOGenerator, Eclipse, WOLips, WO 5.4, Mac OS X 10.5.2

2008-02-25 Thread Cheong Hee (Datasonic)
From what i know, JavaEOGenerator did work on command line but could not through [right click] on eogen file. The reason that i understood was it needs to take the full path when specifying destination, model and subclass destination. If you look at eogen file, it is using relative path, and

Re: Webobjects-dev Digest, Vol 5, Issue 232

2008-02-24 Thread Cheong Hee (Datasonic)
Message: 6 Date: Sun, 24 Feb 2008 18:48:35 +1100 From: Thomas [EMAIL PROTECTED] Subject: Re: Bringing back the dev tools To: WebObjects-Dev List webobjects-dev@lists.apple.com Message-ID: [EMAIL PROTECTED] Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes For me, drag-and-drop

Re: MySQL 5.0 - note

2008-02-19 Thread Cheong Hee (Datasonic)
transaction if a transaction timeout occurs (the same behavior as in MySQL 4.1). Terribly sorry if I got it the other way around. Thanks. Cheers Cheong Hee - Original Message - From: Andrew Lindesay [EMAIL PROTECTED] To: Cheong Hee (Datasonic) [EMAIL PROTECTED] Cc: webobjects-dev

Re: MySQL 5.0 - note

2008-02-19 Thread Cheong Hee (Datasonic)
for the alert again. Cheong Hee Original Message - From: Kieran Kelleher [EMAIL PROTECTED] To: Cheong Hee (Datasonic) [EMAIL PROTECTED] Cc: WebObjects-Dev List webobjects-dev@lists.apple.com Sent: Tuesday, February 19, 2008 8:46 PM Subject: Re: MySQL 5.0 - note Cheong, I use this week's

Re: Sample template files for JavaEOGenerator

2008-02-17 Thread Cheong Hee (Datasonic)
PROTECTED] Subject: Re: Sample template files for JavaEOGenerator To: Cheong Hee (Datasonic) [EMAIL PROTECTED] Cc: webobjects-dev@lists.apple.com Message-ID: [EMAIL PROTECTED] Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Do you mind if I post these to the Wiki

Sample template files for JavaEOGenerator

2008-02-15 Thread Cheong Hee (Datasonic)
I have made some changes in JavaEOGenerator template files to get it at least working. If you have done that too, see if there is any change to add on. 2 notes: EOFetchSpecification code generation is omitted since could not make call to capitalizeInitialName (unlike EOProperty). Could work in

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

Re: Put component files in WebServerResources after built/run

2008-02-11 Thread Cheong Hee (Datasonic)
- Original Message - From: David Avendasora [EMAIL PROTECTED] To: Cheong Hee (Datasonic) [EMAIL PROTECTED] Cc: webobjects-dev@lists.apple.com Sent: Monday, February 11, 2008 6:45 PM Subject: Re: Put component files in WebServerResources after built/run Hi, As far as I understand, your components

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:

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

Re: Put component files in WebServerResources after built/run

2008-02-11 Thread Cheong Hee (Datasonic)
. Thanks.. Cheong Hee - Original Message - From: Daniele Corti To: Cheong Hee (Datasonic) Cc: webobjects-dev@lists.apple.com Sent: Monday, February 11, 2008 6:31 PM Subject: Re: Put component files in WebServerResources after built/run Hi, 2008/2/11, Cheong Hee

Re: wocode!!!

2008-02-05 Thread Cheong Hee (Datasonic)
Just tested and it shows up. Great resources for code and reference books as well! -- Message: 2 Date: Tue, 5 Feb 2008 16:39:12 +1100 From: Lachlan Deck [EMAIL PROTECTED] Subject: Re: wocode!!! To: WebObjects-Dev List webobjects-dev@lists.apple.com Message-ID:

Re: Documentation : call for help

2007-10-29 Thread Cheong Hee (Datasonic)
the wiki is a great resource, but now that the old tools are dead on Leopard, we need to update the wiki. I made a list of changes that I think should be made : http://wiki.objectstyle.org/confluence/x/SwEg If any of you can help out in updating the wiki, the community will be more than

Re: Database choices

2007-10-29 Thread Cheong Hee (Datasonic)
I am not a heavy user of database, so my 2 cents here could possibly useful to those light-weight users of DB in FrontBase and MySQL. Typically, only my 5% or less time is spent on DB once it is set up. These are not about the detailed features e.g. performance etc but more from a user's

Leopard Xcode 3

2007-10-16 Thread Cheong Hee (Datasonic)
I am trying to understand what Xcode 3 / Leopard has to offer on WO. There is no mentioned about WebObjects 5.4 to be included in Xcode/Leopard from website. Is this usual and what will be the good way to obtain WO (could it be version 5.4 or remained as 5.3.x)? Any leading info please share

Re: Installing Web Objects 5.3.3 on Windows for development

2007-09-17 Thread Cheong Hee (Datasonic)
-- Message: 1 Date: Mon, 17 Sep 2007 13:59:01 +0200 From: Philippe Lafoucri?re [EMAIL PROTECTED] Subject: Re: Installing Web Objects 5.3.3 on Windows for development To: Pierre Bernard [EMAIL PROTECTED] Cc:

Re:[OT] WO on Linux - Hostproblem

2007-09-03 Thread Cheong Hee (Datasonic)
Are you using GNome? Try open up /etc/hosts file and edit it manually. localhost and web01 shall be defined with its ip. I did encountered something quite similar, and it had been better to check hosts file, and not to use networking utility tool.

Re: Webobjects-dev Digest, Vol 4, Issue 620

2007-08-19 Thread Cheong Hee (Datasonic)
I am not sure if I amissed anything here. I supposed we could also use polymophism way to write some classes to do just that: Create an interface class called IPricingBehavior and declared a method declared called calculatePrice. Then, create a parent object called PricingBehaviour and

Re: Common application for different database users

2007-08-15 Thread Cheong Hee (Datasonic)
downside e.g. some of the browsers may block the cookies due to user setting? Cheers Cheong Hee - Original Message - From: Tobias Crawley To: Cheong Hee (Datasonic) Cc: webobjects-dev@lists.apple.com Sent: Tuesday, August 14, 2007 8:18 PM Subject: Re: Common application

Re: Common application for different database users

2007-08-15 Thread Cheong Hee (Datasonic)
for database connection dictionary) How do you go about it? I did have the login panel in the Main component. Cheers Cheong Hee - Original Message - From: James Cicenia [EMAIL PROTECTED] To: Cheong Hee (Datasonic) [EMAIL PROTECTED] Cc: webobjects-dev@lists.apple.com Sent: Tuesday, August 14, 2007

Common application for different database users

2007-08-13 Thread Cheong Hee (Datasonic)
I have the same application that is currently used by different group of users (or company). I did it in JavaMonitor and gave them different name for application instances and initialized them with few own parameters in JavaMonitor. So that when each group of them will access through:

Re: Webobjects Applications

2007-08-08 Thread Cheong Hee (Datasonic)
. The price I checked is USD699, and I have the Applecontact if you're sure you still want to get it.CheersCheong Hee- Original Message -From: Guido Neitzer [EMAIL PROTECTED]To: Cheong Hee (Datasonic) [EMAIL PROTECTED]; DevelopmentWebObjects webobjects-dev@lists.apple.comSent: Thursday, August 09

Re: [Very OT] anyone experienced with Chinese character set

2007-06-25 Thread Cheong Hee (Datasonic)
Chinese language could be officially represented by two format, Traditional Chinese and Simplified Chinese. As it stated, Traditional Chinese are the _old-style_ but very meaningful language that is used by Taiwanese. However, Simplified Chinese is the _simplified_ version of Traditional

Re: [Eclipse/WOLips] EOGenerator not generating files

2007-06-20 Thread Cheong Hee (Datasonic)
Hi Henrique Thanks for pointing out and probably need to wait for a newer release of WOLips for this fix. Or is there anyway I could get the fix for the time being? Cheers Cheong Hee - Original Message - From: Henrique Prange [EMAIL PROTECTED] To: Cheong Hee (Datasonic) [EMAIL

Re: historical context ...

2007-06-14 Thread Cheong Hee (Datasonic)
It was once even voted by developers as the top 3 Java Developer Tools in one of the surveys, if I could recall correctly ... The price at that time was nearly USD40k per developer license! Wait a minute... On Jun 13, 2007, at 11:43 PM, Gavin Eadie wrote: The approach, which supports

Re: RSA for WO

2007-06-13 Thread Cheong Hee (Datasonic)
I do use RSA for digital signature and email signing stuff. The source of algorithm is purely in Java and easily recompiled into a framework. Though I guess RSA algo already provided in java sdk. Not sure how this could help in RSA SecurID two factor authentication, but if you could give

Re: Primary Key Generation with MySQL and EOF?

2007-06-05 Thread Cheong Hee (Datasonic)
I don't know what is causing you the primary key generation problem. I probably hit similar problem before but could not recall : (.. I am using the following combination and it works well for me at the moment. You may want to cross-check if this could be of help: WO5.2.4/ Connector-J

Re:Apple's Support of WebObjects

2007-05-07 Thread Cheong Hee (Datasonic)
I know that Apple had decided last year to deprecate/stop development of Web Objects. To add on, I would think that the support for MS Windows development and deployment is deprecated. For Windows/WO developer like me, who wish to use Windows as prime development platform, and build

Re: Apple's Support of WebObjects

2007-05-07 Thread Cheong Hee (Datasonic)
To add on, I would think that the support for MS Windows development and deployment is deprecated. That was already obsolete as of WO 5.3. No guessing there. But again, that is about officially supported environments - which became Mac OS X only. You are free to deploy elsewhere. My doubt

Fetch objects: Error in MYSQL or WO

2007-04-19 Thread Cheong Hee (Datasonic)
I have an application that is using this fetch defined in getAllObjects: EOFetchSpecification fs = new EOFetchSpecification(ProjectExecutionTemplate, nameQualifier, null, true, true, sortOrdering); NSArray foundList = context.objectsWithFetchSpecification(fs); .etc

Re: Fetch objects: Error in MYSQL or WO

2007-04-19 Thread Cheong Hee (Datasonic)
Row 206 is the error where I did the object enumeration after the fetched: ProjectExecutionTemplate anObject = (ProjectExecutionTemplate)enumerator.nextElement(); - Original Message - From: Daniele Corti To: Cheong Hee (Datasonic) Cc: WO-Apple-Dev Sent

(solved) Re: Fetch objects: Error in MYSQL or WO

2007-04-19 Thread Cheong Hee (Datasonic)
-inherited from - ActorRoleTemplate - now inherited from - Template This is the root cause of the problem, *EO inheritance hierarchy needs a unique PK*! Thanks for pointing out, Chuck. Cheers Cheong Hee - Original Message - From: Chuck Hill [EMAIL PROTECTED] To: Cheong Hee (Datasonic

Re: WOSubmitButton IE Explorer bug

2007-02-28 Thread Cheong Hee (Datasonic)
Indeed I did encountered the problem in similar nature. Recalled my email on 11 May 2006, though. My previous message is as follow , and hope it gives abit hint on problem you are having : Resolved and thanks. It is due to a missing name in image source (after a lengthy strip test).

Re: WOBuilder in the future of WO?

2007-01-22 Thread Cheong Hee (Datasonic)
I personally believe, that life with WOBuilder is better then without, and I also thing that now it is the time to have the next generation WOBuilder replacement. +1 for productivity vote Cheers ___ Do not post admin requests to the list. They