Re: Migrations problem with FrontBase

2012-12-21 Thread Cheong Hee (Gmail)
. Cheers Cheong Hee - Original Message - From: Kieran Kelleher To: Cheong Hee (Gmail) Cc: Ângelo Andrade Cirino ; webobjects-dev@lists.apple.com Sent: Friday, December 21, 2012 4:31 AM Subject: Re: Migrations problem with FrontBase FWIW, Not sure if this helps with

Re: Migrations problem with FrontBase

2012-12-21 Thread Cheong Hee (Gmail)
Another possible setting in property that will override setting in eomodel: erprototypes.EOPrototypesEntity=EOJDBCMySQLPrototypes Cheers Cheong Hee - Original Message - From: Ângelo Andrade Cirino To: Cheong Hee (Gmail) Cc: Chuck Hill ; webobjects-dev

Re: Migrations problem with FrontBase

2012-12-18 Thread Cheong Hee (Gmail)
you don't need to specify other attribute properties." Cheers Cheong Hee - Original Message - From: Ângelo Andrade Cirino To: Cheong Hee (Gmail) Cc: Chuck Hill ; webobjects-dev@lists.apple.com Sent: Wednesday, December 19, 2012 1:06 AM Subject: Re: Migrations pr

Re: Migrations problem with FrontBase

2012-12-17 Thread Cheong Hee (Gmail)
you are still picking up the MySQL prototype file. Cheers Cheong Hee - Original Message - From: Ângelo Andrade Cirino To: Chuck Hill Cc: webobjects-dev@lists.apple.com Sent: Monday, December 17, 2012 11:07 PM Subject: Re: Migrations problem with FrontBase Hi Chuck

Re: Mountain Lion WO Deployment Package by WEBAPPZ

2012-10-07 Thread Cheong Hee (Gmail)
Windows Witness Protection program? How about, Windows EMET - Enhanced Mitigation Experience Toolkit 3.0 .0? ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubs

Re: creating a second database connection

2012-08-22 Thread Cheong Hee (Gmail)
The simplest way is to create two eomodel and set their connection dictiionary respectively. It will then transparent to you when do fetching. No worry b'cos it is wo. - Original Message - From: "Theodore Petrosky" To: Cc: Sent: Thursday, August 23, 2012 9:55 AM Subject: Re: creati

Re: Installing Tools and Framework is a mess

2012-07-17 Thread Cheong Hee (Gmail)
Nope.. I personally don't agree that the fresh installation in community wiki is not good enough. I have done few fresh installation on less popluar windows platform. There is no java, git, gnutar or alike. The installation turn out to be about a day or two, and I am able to start work on hel

Re: Deployment on Linux (jdbc driver pb)

2012-07-17 Thread Cheong Hee (Gmail)
Strong recommendation here: use lower case. That will enable you later to port the database from linux to wndows, vice versa. - Original Message - From: "Jean Pierre Malrieu" To: "Pascal Robert" Cc: "WebObjects-Dev Mailing List List" Sent: Monday, July 16, 2012 9:48 PM Subject: Re:

Re: Problem EOEditingContext

2012-07-13 Thread Cheong Hee (Gmail)
Once upon a time, there is a default constructor class generated in this way: public User(EOEditingContext context, EOClassDescription classDesc, EOGlobalID gid) { super(context, classDesc, gid); } Not sure why it is removed after in wolips. Is this something similar to your ne

Re: [Wonder-disc] ERXEC and locking

2012-07-10 Thread Cheong Hee (Gmail)
I think you are right or at least this is the impression I had the last time on this subject. I plan to move from MultiEC locking manager to ERXEC ec. As usual, I could be wrong.. - Original Message - From: Matteo Centro To: Paul Dunkler Cc: webobjects-dev@lists.apple.com

Re: EOEntity question.

2012-06-05 Thread Cheong Hee (Gmail)
Primary key generation need to be observed to ensure no duplication of keys happened in the same table. Since eo primary key table is using the table name, it should be fine, too. - Original Message - From: "Johann Werner" To: "doug andrews" Cc: "WebObjects-Dev Mailing List List"

Re: import wonder project to eclipse

2012-06-05 Thread Cheong Hee (Gmail)
I got tons of them. Don't think could get rid of them all. It should be fine as long as it does not stop you from creating frameworks and using them.Correct me if wrong.. Cheers - Original Message - From: "yizi wang" To: "Kieran Kelleher" Cc: Sent: Tuesday, June 05, 2012 11

Re: NullPointerException in EODatabaseContext java

2012-06-03 Thread Cheong Hee (Gmail)
I supposed that the component ec should be created within the component itself. So that any invalid objects will not affect other ec. - Original Message - From: Raghavender Bokka To: Cheong Hee (Gmail) Cc: Development WebObjects Sent: Friday, June 01, 2012 7:16 PM

Re: NullPointerException in EODatabaseContext java

2012-06-01 Thread Cheong Hee (Gmail)
Hi Raghu May be you really need to look at how the object model design. Usually, once the invalidate all objects, the ec will fetch again new objects and theirs object graph. May be some code will be helpful. Also, pls remember to have component-based ec. Cheers Cheong Hee

Re: NullPointerException in EODatabaseContext java

2012-05-31 Thread Cheong Hee (Gmail)
i guessed one quick way is to invalidate the objects in ec and force it to refetch from db. - Original Message - From: "Raghavender Bokka" To: "Development WebObjects" Sent: Thursday, May 31, 2012 9:04 PM Subject: NullPointerException in EODatabaseContext java Hi Team, I have cre

Re: Wrong CLASSPATH when installing WOApp with WOLips

2012-05-31 Thread Cheong Hee (Gmail)
oject.jar from 3.6: wo.system.root = C:/Apple wo.local.root = C:/Apple/Local Encoded wo.system.root = WOROOT Encoded wo.system.root = LOCALROOT I think I will file a bug on this. Thanks, -- I5mast From: Cheong Hee (Gmail) [mailto:chn...@gmail.com] Sent: Thursda

Re: ERJaveMail

2012-05-31 Thread Cheong Hee (Gmail)
I do have a more stringent check pattern on email address. The default one in properties file is way to simple. I will zoom into the code later to see what is the difference between these patterns. thanks. - Original Message - From: Mike Schrag To: Cheong Hee (Gmail

Re: ERJaveMail

2012-05-31 Thread Cheong Hee (Gmail)
sorry I am half blind and in too fast to reply... curious the rationale why the pattern is not set in the properties file itself. thanks. Cheers - Original Message - From: Mike Schrag To: Cheong Hee (Gmail) Cc: Ron X ; WebObjects Development Sent: Thursday, May 31, 2012 5

Re: Wrong CLASSPATH when installing WOApp with WOLips

2012-05-31 Thread Cheong Hee (Gmail)
; Running it against woproject.jar from 3.7 gives me: wo.system.root = C:\Apple wo.local.root = C:\Apple\Local Running it against woproject.jar from 3.6 gives me: wo.system.root = C:/Apple wo.local.root = C:/Apple/Local I'm thinking that these flipping slashes are mess

Re: ERJaveMail

2012-05-31 Thread Cheong Hee (Gmail)
mycompany.com") # * The port to use with the smtp server, if not set, defaults to 25 #er.javamail.smtpPort = 25 - Original Message - From: Mike Schrag To: Cheong Hee (Gmail) Cc: Ron X ; WebObjects Development Sent: Wednesday, May 30, 2012 6:58 PM Subject: Re: ERJaveMail

Re: ERJaveMail

2012-05-30 Thread Cheong Hee (Gmail)
This is only what I got in emailPattern in ERJavaMail properties: "^.*?@.*$" Is this what you are having to as default? Cheers - Original Message - From: Mike Schrag To: Ron X Cc: WebObjects Development Sent: Tuesday, May 29, 2012 9:19 PM Subject: Re: ERJaveMail my gu

Re: ERJaveMail

2012-05-29 Thread Cheong Hee (Gmail)
This is only what I got in emailPattern in ERJavaMail properties: "^.*?@.*$" Is this what you are having to as default? Cheers - Original Message - From: Mike Schrag To: Ron X Cc: WebObjects Development Sent: Tuesday, May 29, 2012 9:19 PM Subject: Re: ERJaveMail my gu

Re: Wrong CLASSPATH when installing WOApp with WOLips

2012-05-23 Thread Cheong Hee (Gmail)
/JavaWebObjects.jar WOROOT/Library/Frameworks/JavaXML.framework/WebServerResources/Java/javaxml.jar WOROOT/Library/Frameworks/JavaWOExtensions.framework/WebServerResources/Java/JavaWOExtensions.jar Cheers Cheong Hee ___ Do not post admin requests to the list. They

Re: 5.4.3 on Windows

2012-05-08 Thread Cheong Hee (Gmail)
Hi Not seen before. May be you should look at web server config file. Cheers Cheong Hee - Original Message - From: "doug andrews" To: "WebObjects-Dev Mailing List List" Sent: Monday, May 07, 2012 11:53 PM Subje

Re: Dev on Win ... deploy on *NIX and/or Mac

2012-04-29 Thread Cheong Hee (Gmail)
works/JavaFoundation.framework/Resources/Java/javafoundation.jar APPROOT/Frameworks/JavaWOJSPServlet.framework/Resources/Java/javawojspservlet.jar Is this what you are getting or something else? Cheers Cheong Hee - Original Message - From: "Robert B. Hanviriyapunt"

Re: new Components, or better DynamicElements - CCGoogleMap andCCGoogleMapMarker

2012-04-25 Thread Cheong Hee (Gmail)
Thanks for keeping informed and updated. Will wait and see when it is integrated.. - Original Message - From: Amedeo Mantica To: Cheong Hee (Gmail) Cc: WebObjects-Dev Mailing List Sent: Wednesday, April 25, 2012 5:47 PM Subject: Re: new Components, or better

Re: new Components, or better DynamicElements - CCGoogleMap andCCGoogleMapMarker

2012-04-25 Thread Cheong Hee (Gmail)
Hi Amedeo Yeah, it is working with plain html/css/js without wo. I could run it stand alone and taking it to component-based will making our life easier. Cheers Cheong Hee - Original Message - From: Amedeo Mantica To: Cheong Hee (Gmail) Cc: WebObjects-Dev Mailing List

Re: new Components, or better DynamicElements - CCGoogleMap andCCGoogleMapMarker

2012-04-25 Thread Cheong Hee (Gmail)
Hi Amedeo Great and neat demo! Thanks. Cheers Cheong Hee - Original Message - From: Amedeo Mantica To: WebObjects-Dev Mailing List Sent: Tuesday, April 24, 2012 1:32 AM Subject: new Components, or better DynamicElements - CCGoogleMap andCCGoogleMapMarker Hello, I

Re: preventing direct component access

2012-04-09 Thread Cheong Hee (Gmail)
be reduced. Correct me if wrong.. Cheers Cheong Hee - Original Message - From: "Cheong Hee (Gmail)" To: "Patrick Robinson" Cc: "WebObjects-Dev Mailing List" Sent: Tuesday, April 10, 2012 12:53 PM Subject: Re: preventing direct component access Hi P

Re: preventing direct component access

2012-04-09 Thread Cheong Hee (Gmail)
Hi Patrick This is an interesting old issue. Just curious, what will be your ultimate ideal resolution to this? Bar the access of the page, or reduce the redundant sessions creation or something else ... Cheers Cheong Hee - Original Message - From: "Patrick Robinson&

Re: Optimizing EOF Applications - what does this mean to you?

2012-04-03 Thread Cheong Hee Ng
Congratulations DD - Dr Dan. Possibly let me know the release date of IEEE journal. I do hope to circular this good piece of info to key personnels of local University, so to increase the awareness of wo. By practice, I was a EE too and a member of IEM. Cheers Cheong Hee On Wed, Apr 4, 2012

Re: WO 5.4.3 custom launch on Windows - help needed

2012-04-01 Thread Cheong Hee (Gmail)
Hi Helmut Fyi, since day one of WO or YellowBox, th spaces in the path name should be avoided as number one issue in windows platform. This is a common issue and I did added into wiki the last time. Cheers Cheong Hee - Original Message - From: "Helmut Tschemernjak"

Re: Apple and WO (Google Moderator thread)

2012-03-29 Thread Cheong Hee (Gmail)
Cheong Hee ___ 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: https://lists.apple.com/mailman/options/webobjects-dev/archive

Re: Opening multiple database channels

2012-03-22 Thread Cheong Hee (Gmail)
I may be naive .. How about a shared application instance for different companies that required their own database? Multi OSC seemed to be the one solution, i think. - Original Message - From: "Mike Schrag" To: "Chuck Hill" Cc: "WebObjects Development" Sent: Friday, March 23, 201

Re: Opening multiple database channels

2012-03-22 Thread Cheong Hee (Gmail)
, it works. If I could remember, this is also mentioned in the WO legacy documentation. Cheers Cheong Hee - Original Message - From: "Ramsey Gurley" To: "WebObjects Development" Sent: Friday, March 23, 2012 10:34 AM Subject: Opening multiple database channels

Re: merging databases

2012-03-15 Thread Cheong Hee (Gmail)
. Then its relationships and possibly template tables. Just my 2c. Cheers Cheong Hee - Original Message - From: "Jeffrey Schmitz" To: "WebObjects-Dev Mailing List List" Sent: Thursday, March 15, 2012 2:04 PM Subject: merging databases Hello again, This is a m

Re: More Help for Old Noobie

2012-02-16 Thread Cheong Hee (Gmail)
I may check the file encoding by Preferences ->Workspace, and look at Text file encoding. And may look at Main.woo, too. The other thing is if there is any compilation problems :) - Original Message - From: Jerry W. Walker To: WebObjects Development Sent: Friday, February 17

Re: ERJavaMail

2012-02-15 Thread Cheong Hee (Gmail)
arset=\"" + charset () + "\""); htmlPart.setHeader ("Content-Transfer-Encoding", "quoted-printable"); Not sure if this will solve as it has been quite a while the last time I jumped into email signing coding. Cheers Cheong Hee cc. loop back to the lis

Re: ERJavaMail

2012-02-15 Thread Cheong Hee (Gmail)
Hi Gino From what I have used before, this is what i have added in prepareMail(): htmlPart.setHeader ("Content-Transfer-Encoding", "quoted-printable"); Cheers Cheong Hee - Original Message - From: "Gino Pacitti" To: "WebObjects-Dev Mailing List

Re: SSL on Windows in dev-mode

2012-02-02 Thread Cheong Hee (Gmail)
WO+SLL+Apache on Windows should be working fine though I have not tried SSL setting in ERXApplication. May be you could get rid the password error first by generating key file without password. Cheers Cheong Hee - Original Message - From: Ron X To: Webobjects-dev

Re: class loader deadlock in thread (apparently)

2011-10-05 Thread Cheong Hee (Gmail)
May be look at the location of jfreechart jar files and confirm its version and existence? - Original Message - From: "Larry Mills-Gahl" To: Sent: Thursday, October 06, 2011 3:06 AM Subject: class loader deadlock in thread (apparently) I have a background thread task that gathers a

Re: Interface file not loaded (solved in a way.. finally)

2011-09-28 Thread Cheong Hee (Gmail)
dea what is the behind the scene and how to recover those classpathes. Have anyone seen this before or just me? Or this button is to be avoided? Cheers Cheong Hee - Original Message - From: "Q" To: "Cheong Hee (Gmail)" Cc: "David Avendasora" ; &qu

Re: Interface file not loaded (solved)

2011-09-15 Thread Cheong Hee (Gmail)
rImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at java.lang.Class.newInstance0(Unknown Source) at java.lang.Class.newInstance(U

Re: Interface file not loaded (solved)

2011-09-15 Thread Cheong Hee (Gmail)
e, there is no static method during the calling. The stop point is at where the EOModelGroup makes the calls the the models().lastObject() as you could see in my previous trace posted. Cheers Cheong Hee - Original Message - From: "David Avendasora" To: "Cheong Hee

Re: Interface file not loaded (solved)

2011-09-14 Thread Cheong Hee (Gmail)
it now. Appreciate you raise it again and it is just in time : ) Cheers Cheong Hee - Original Message - From: "Paul Hoadley" To: "Cheong Hee (Gmail)" Cc: "WebObjects Dev" Sent: Thursday, September 15, 2011 10:10 AM Subject: Re: Interface file not loade

Re: Interface file not loaded (solved)

2011-09-13 Thread Cheong Hee (Gmail)
w. Thanks for very prompt and save my days of wild guesses! Cheers Cheong Hee - Original Message - From: "Q" To: "Cheong Hee (Gmail)" Cc: "WebObjects Dev" Sent: Tuesday, September 13, 2011 6:03 PM Subject: Re: Interface file not loaded Looks like

Interface file not loaded

2011-09-13 Thread Cheong Hee (Gmail)
(); Cheers Cheong Hee ___ 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.apple.com/mailman/options/webobjects-dev

Re: one-to-many relationship question

2011-09-08 Thread Cheong Hee (Gmail)
lete source object will delete the destination objects altogether. Cheers Cheong Hee - Original Message - From: "Paul D Yu" To: "Michael Gargano" Cc: "WebObjects webobjects-dev" Sent: Friday, September 09, 2011 3:03 AM Subject: Re: one-to-many relations

Re: Feedback about issue with MySQL and get primary key

2011-09-05 Thread Cheong Hee (Gmail)
WHERE NAME = 'NO_Sent_Notification_Request_Log_TEST' Just another curiosity.. ;-) Cheers Cheong Hee - Original Message - From: Philippe Rabier To: WebObjects (Group) Sent: Tuesday, September 06, 2011 3:51 AM Subject: Re: Feedback about issue with MySQL and get primary key

Re: Problem with wolips.properties file on Windows

2011-09-05 Thread Cheong Hee Ng
May be it is just the problem with the directory name. Note that you should avoid the white space in Windows directory name. I had been using XP and it is working OK. On Mon, Sep 5, 2011 at 11:54 PM, Vladimir Forfutdinov wrote: > > Message: 3 > > Date: Fri, 02 Sep 2011 10:29:46 -0700 > > From:

Re: Feedback about issue with MySQL and get primary key

2011-09-05 Thread Cheong Hee Ng
the ec to fetch > the object again and therefore failed and aborted. I may be just reiterated > your point to be sure : ) > Just to test, you may need to invalidate all objects in the ec and try to > save the log object again. > > Cheers > > Cheong Hee > > >

Re: Feedback about issue with MySQL and get primary key

2011-09-05 Thread Cheong Hee (Gmail)
ay need to invalidate all objects in the ec and try to save the log object again. Cheers Cheong Hee - Original Message - From: Philippe Rabier To: Ray Kiddy Cc: WebObjects (Group) Sent: Monday, September 05, 2011 4:55 PM Subject: Re: Feedback about issue with MySQL and get p

Re: Look, a displaygroup!

2011-08-19 Thread Cheong Hee (Gmail)
Hi Johan Yeah, there is the Builder For Dummies way. The current way quite the same except the drap-and-drop tada way. Cheers Cheong Hee - Original Message - From: "Johan Henselmans" To: "WebObjects Development" Sent: Friday, August 19, 2011 3:53

Re: Re: Using AjaxInPlaceEditor in WORepetition

2011-08-07 Thread Cheong Hee (Gmail)
omplicated. project have relation with personnal and personnal have relation with individu. personal and project have relation person which contains(project_id, personal_id and txImplication) But in the model, person comes to individu entity. Cheers

Re: Using AjaxInPlaceEditor in WORepetition

2011-08-04 Thread Cheong Hee (Gmail)
ommon that a person can have many projects and a project can have many persons. You will need to know how to set up both relationships and get direct access with just e.g. person.projects() and project.persons(). Cheers Cheong Hee ___ Do not post

Re: Using AjaxInPlaceEditor in WORepetition

2011-08-03 Thread Cheong Hee (Gmail)
repetition loop and get the values saved. Cheers Cheong Hee - Original Message - From: Raymond NANEON To: Theodore Petrosky Cc: WebObjects webobjects-dev Sent: Thursday, August 04, 2011 6:12 AM Subject: Re: Using AjaxInPlaceEditor in WORepetition Hi Ted Le 3

Re: Using AjaxInPlaceEditor in WORepetition

2011-08-03 Thread Cheong Hee (Gmail)
. Cheers Cheong Hee - Original Message - From: Raymond NANEON To: WebObjects webobjects-dev Sent: Wednesday, August 03, 2011 3:42 PM Subject: Re: Using AjaxInPlaceEditor in WORepetition Hi All, Someone can help me about my problem? I have almost finish my app but this

Re: Using AjaxInPlaceEditor in WORepetition

2011-08-03 Thread Cheong Hee (Gmail)
Hi Ray Have you tried with display group to get the right object so that you could put the string values into? May be you could post some code in saveInPlaceEditor to share. Cheers Cheong Hee ps. I was not available to access mail yesterday. - Original Message - From: Raymond

Re: Re: Re: Re: Re: Using AjaxInPlaceEditor in WORepetition

2011-08-01 Thread Cheong Hee (Gmail)
Hi Ray No prob. Then you may just need to add an index counter to track down the object that you are interested to alter its string value, as mentioned. Cheers Cheong Hee - Original Message - From: naneon.raym...@neuf.fr To: Cheong Hee (Gmail) ; WebObjects webobjects-dev

Re: Re: Re: Re: Using AjaxInPlaceEditor in WORepetition

2011-08-01 Thread Cheong Hee (Gmail)
Ooops, you need to change "ui.index" to "movieIndex". and may be an item in the WORepetition: repeat : WORepetition { item = Movie; list = Movies; index = movieIndex; } - Original Message ----- From: "Cheong Hee (Gmail)" To: ; "WebObjects we

Re: Re: Re: Re: Using AjaxInPlaceEditor in WORepetition

2011-08-01 Thread Cheong Hee (Gmail)
Ooops, you need to change "ui.index" to "movieIndex". and may be an item in the WORepetition: repeat : WORepetition { item = Movie; list = Movies; index = movieIndex; } - Original Message ----- From: "Cheong Hee (Gmail)" To: ; "WebObjects webo

Re: Re: Re: Re: Using AjaxInPlaceEditor in WORepetition

2011-08-01 Thread Cheong Hee (Gmail)
TitleChanged!=null) ? movieTitleChanged : movieToCheck .title(); } I am not familiar with AjaxInPlaceEditor yet, however don't think it will affect the above code. Cheers Cheong Hee - Original Message - From: naneon.raym...@neuf.fr To: Cheong Hee (Gmail) ; WebObjects webobjects-d

Re: Re: Re: Using AjaxInPlaceEditor in WORepetition

2011-07-31 Thread Cheong Hee (Gmail)
accordingly for that object. Cheers Cheong Hee - Original Message - From: naneon.raym...@neuf.fr To: Theodore Petrosky ; WebObjects webobjects-dev Sent: Monday, August 01, 2011 2:48 AM Subject: Re: Re: Re: Using AjaxInPlaceEditor in WORepetition Hi Ted, if you have a

Re: ^ binding syntax usage

2011-07-26 Thread Cheong Hee (Gmail)
Hi Lachlan Sure you did and I read that too :) Cheers Cheong Hee - Original Message - From: "Lachlan Deck" To: "Cheong Hee (Gmail)" Cc: Sent: Tuesday, July 26, 2011 6:56 PM Subject: Re: ^ binding syntax usage Hi Cheong, the WOComponent file spec wasn't

Re: ^ binding syntax usage

2011-07-22 Thread Cheong Hee (Gmail)
Don't you see the warning icon right in front? :) - Original Message - From: "Amy Worrall" To: Sent: Friday, July 22, 2011 6:12 PM Subject: Re: ^ binding syntax usage On Fri, Jul 22, 2011 at 10:50 AM, Cheong Hee (Gmail) wrote: Hi Lachlan Deos this serve the pu

Re: ^ binding syntax usage

2011-07-22 Thread Cheong Hee (Gmail)
Hi Lachlan Deos this serve the purpose? http://developer.apple.com/legacy/mac/library/#documentation/InternetWeb/Reference/WO_BundleReference/Articles/WOComponentHTML.html#//apple_ref/doc/uid/TP40005353-SW1 Cheers Cheong Hee - Original Message - From: "Lachlan Deck&

Re: Re: How to get each CheckBox value inside a WORepetition Bind to the same variable

2011-06-17 Thread Cheong Hee (Gmail)
button, and return the value=5 (if it is checked) to your component page. Passing the value to the next page will be easy then. Hope it helps. Cheers Cheong Hee - Original Message - From: naneon.raym...@neuf.fr To: Mark Morris ; Chuck Hill ; WebObjects webobjects-dev Sent: Friday, Jun

Re: Moving to Brunei in July!

2011-05-19 Thread Cheong Hee (Gmail)
Hi David Count me in if you have full WOWODC SEA - i am at Malaysia.. sandwiched between Thailand and Singapore. Brunei is between a state of Malaysia - Sarawak. Good place and my last visit to a bank there has been a long time ago. Cheers Cheong Hee - Original Message - From

Re: build.xml: Content is not allowed in prolog.

2011-05-18 Thread Cheong Hee (Gmail)
Hi Henrique Points taken, thanks. My intention is to get more familization with the wonder build and fix a version to use. May be easier for small customization if needed. Cheers Cheong Hee - Original Message - From: "Henrique Prange" To: "WebObjects Dev"

Re: build.xml: Content is not allowed in prolog.

2011-05-18 Thread Cheong Hee Ng
is to do with the use of symlinks in > wonder's build files. Windows doesn't support symlinks. > > On 17/05/2011, at 7:45 PM, Cheong Hee (Gmail) wrote: > > > It works by replacing the build.xml from parent Build directory to each > individual frameworks. This is

Re: build.xml: Content is not allowed in prolog.

2011-05-17 Thread Cheong Hee (Gmail)
It works by replacing the build.xml from parent Build directory to each individual frameworks. This is just for update for future reference. - Original Message - From: "Cheong Hee (Gmail)" To: "WebObjects Dev" Sent: Monday, May 16, 2011 5:25 PM Subject: build

build.xml: Content is not allowed in prolog.

2011-05-16 Thread Cheong Hee (Gmail)
build.xml works well in mac. I am looking for trouble for trying to do it in windows... i believe someone may has solve this, but just could not find in the past emails. Cheers Cheong Hee ___ Do not post admin requests to the list. They will be

root directory of workspace changes

2011-03-22 Thread Cheong Hee (Gmail)
Hi all I have relocated the root directory of workspace in Eclipse/WOLips. Now the new launch of WOLips could not locate ".project". Is there any file or setting i could look at? Cheers Cheong Hee ___ Do not post admin requests to the

Re: Remote recording application - Powered by WO and Wonder

2011-03-07 Thread Cheong Hee (Gmail)
Hi James Thanks for the elaboration and good luck. Cheers Cheong Hee - Original Message - From: "Brook, James" To: "Cheong Hee (Gmail)" ; Sent: Monday, March 07, 2011 8:05 PM Subject: RE: Remote recording application - Powered by WO and Wonder Cheong, For

Re: Remote recording application - Powered by WO and Wonder

2011-03-07 Thread Cheong Hee (Gmail)
Congratulations!!! Just wonder what sort of intelligent recorder it is :) - Original Message - From: "Brook, James" To: Cc: "Fitzpatrick, Thomas" Sent: Monday, March 07, 2011 6:18 PM Subject: Remote recording application - Powered by WO and Wonder I am sure that in the past I used

Re: WO 5.2 / 5.3 run app standalone.

2011-01-13 Thread Cheong Hee (Gmail)
Try to set -WODirectConnectEnabled YES. - Original Message - From: Frédéric JECKER To: Webobjects-dev@lists.apple.com Sent: Thursday, January 13, 2011 4:30 PM Subject: WO 5.2 / 5.3 run app standalone. Hi all, Using webobjects 5.2 when I used to run an app standalone on

Re: WO Group Emails are in literal HTML code and not parsed...

2011-01-10 Thread Cheong Hee (Gmail)
Just a thinker..may be the setting has changed in your webobjects-...@lists.apple.com. I don't use yahoo account for wo since it could not forward to my local mailbox. If you want to try, you could forward me another sample to cheong...@yahoo.com; the sample you posted looks good to me too.

Re: SQLSERVER PlugIn for WebObjects

2010-12-01 Thread Cheong Hee (Gmail)
Looks like you are still using FrontBase jdbc2Info. Look into index.eomodeld, and try to change those to MSSQL jdbc2Info. Cheers Cheong Hee - Original Message - From: "Jérémy DE ROYER" To: "Chuck Hill" Cc: "WebObjects-Dev Mailing List List" Sent: Th

Re: Splitting an EOModel

2010-11-11 Thread Cheong Hee (Gmail)
copy over quite some entities and left fewer relationships to patch up. Cheers Cheong Hee - Original Message - From: "David Avendasora" To: "Farrukh Ijaz" Cc: "WebObjects-Dev Mailing List List" Sent: Thursday, November 11, 2010 8:27 PM Subject: Re: S

Re: wildcard Query

2010-11-10 Thread Cheong Hee (Gmail)
may not be convenient to change them at accessor method. The safest way to go i thought then will be grab all the names (that your one fetch for all coud b used), and parsing them through to grab the name with "*". Unless the records are too many. Cheers Cheong Hee ----- Original

Re: wildcard Query

2010-11-10 Thread Cheong Hee (Gmail)
" with * signs...input: " + input); } But then the downside is you will have to enumerate each string one at a time. Cheers Cheong Hee - Original Message - From: ISHIMOTO Ken To: Farrukh Ijaz Cc: WebObjects Development Sent: Wednesday, November 10, 2010 5

Re: wildcard Query

2010-11-09 Thread Cheong Hee (Gmail)
May be go back to the basic quailifier - EOQualifier.qualifierWithQualifierFormat and use "name like %@" with "*"? - Original Message - From: ISHIMOTO Ken To: WebObjects Development Sent: Tuesday, November 09, 2010 10:34 PM Subject: wildcard Query Hi everyone, I am

Re: oracle.jdbc.LobStreamPosStandardCompliant

2010-09-21 Thread Cheong Hee (Gmail)
One other thing you may run into with 11g -- you should make sure that your "DATE" columns explicitly set valueType = "D". If you don't specify a valueType, you'll hit a problem where 11g now ignores the oracle.jdbc.V8Compatible property. Thanks for this usef

Re: Windows, Eclipse Helios, Wolips OH MY?!

2010-09-21 Thread Cheong Hee (Gmail)
Hi James XP is storing wolips.properties in C:\Documents And Settings\(user name)\Application Data\WOLips. May be Wins 7 too? Cheers Cheong Hee - Original Message - From: "James Cicenia" To: "WebObjects-Dev List" Sent: Wednesday, September 22, 2010 12:27

Re: deploying my first app

2010-09-14 Thread Cheong Hee (Gmail)
Good to see & welcome :) - Original Message - From: "Michael Gargano" To: "Cheong Hee (Gmail)" Cc: "Apple WO-Dev" Sent: Wednesday, September 15, 2010 1:54 PM Subject: Re: deploying my first app Thanks all. I figured it out... I had my images in

Re: deploying my first app

2010-09-14 Thread Cheong Hee (Gmail)
Hi Mike No images served may due to apache could not get the files from its document root. In split installation, you will need to keep a copy of woa in the application directory and apache document root. May be you could look at if both directories are exist. Cheers Cheong Hee

Re: ERMailAttachment - need a public getBodyPart()

2010-09-08 Thread Cheong Hee (Gmail)
e please. - Original Message - From: Farrukh Ijaz To: Cheong Hee (Gmail) Cc: WO-Apple-Dev Sent: Wednesday, September 08, 2010 4:13 PM Subject: Re: ERMailAttachment - need a public getBodyPart() On 2010-09-08, at 10:40 AM, Cheong Hee (Gmail) wrote: Hi I need to extend ERMail

ERMailAttachment - need a public getBodyPart()

2010-09-08 Thread Cheong Hee (Gmail)
do :) Cheers Cheong Hee ___ 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.apple.com/mailman/options/webobjects-dev

Re: Windows 2003 server + Apache 2.2 deployment problem

2010-09-06 Thread Cheong Hee (Gmail)
Hi Mertz WO version? Deployment environment - tomcat? Is it an intermittence problem and affect all the users? Need to have more info to think about if you don't mind. Cheers Cheong Hee - Original Message - From: "Mertz Stéphan" To: "WebObjects-Dev

Re: Weird mysql problem

2010-09-05 Thread Cheong Hee (Gmail)
My take is setting to lower case table is no.1 item to avoid issues later. Workbench sometimes couldn't generate values properly in my cases, view and edit my.cnf whenever necessary. I now have this in my /etc/my.cnf: lower_case_table_names = 1 MySQL says this: "1: Table names are st

Re: Configuring CentOS 5.5 for WebObjects

2010-08-13 Thread Cheong Hee (Gmail)
Yeah, this is just to narrow down the problem at least it should ensure the local instance is working. For split installation, it should not set as that way. - Original Message - From: Pascal Robert To: Cheong Hee (Gmail) Cc: Ken - Watermark Studios ; webobjects-dev

Re: Configuring CentOS 5.5 for WebObjects

2010-08-13 Thread Cheong Hee (Gmail)
Hi Ken I could not recall exactly but it sounded familiar. May be you could try this: In Monitor, go to Hosts Tab, then at add localhost as your host name. Not sure if this could solve and will check on my RedHat server later to confirm. Cheers Cheong Hee - Original Message

Re: postNotification and editingContext().saveChanges() /editingContext().revert()

2010-08-11 Thread Cheong Hee (Gmail)
You may already know this...If your thread belongs to the session, another option I think is MultiECLockManager. Cheers Cheong Hee - Original Message - From: "Farrukh Ijaz" To: "Chuck Hill" Cc: "WebObjects-Dev List" Sent: Thursday, Augus

Re: two different databases at same time?

2010-08-06 Thread Cheong Hee (Gmail)
Could it be something else that is the culprit? If you think worth to cross examine, let me know so that I could repackage the test files into eclipse project and send over. - Original Message - From: "Cheong Hee (Gmail)" To: "Joe Little" Cc: "David LeBer&

Re: two different databases at same time?

2010-08-06 Thread Cheong Hee (Gmail)
e url are defined in each model. Cheers Cheong Hee - Original Message - From: "Joe Little" To: "Cheong Hee (Gmail)" Cc: "David LeBer" ; "WO Dev Group" Sent: Friday, August 06, 2010 1:07 PM Subject: Re: two different databases at same time?

Re: two different databases at same time?

2010-08-05 Thread Cheong Hee (Gmail)
Will there make any difference if these connection dictionaries is defined in respective model db url? - Original Message - From: "Joe Little" To: "Joe Little" Cc: "Cheong Hee (Gmail)" ; "David LeBer" ; "WO Dev Group" Sent

Re: two different databases at same time?

2010-08-04 Thread Cheong Hee (Gmail)
Cheong Hee - Original Message - From: "David LeBer" To: "Joe Little" Cc: "Cheong Hee" ; "WO Dev Group" Sent: Thursday, August 05, 2010 2:36 AM Subject: Re: two different databases at same time? On 2010-08-04, at 2:26 PM, Joe Little wrote:

Re: Which version of Eclipse for WO?

2010-07-07 Thread Cheong Hee
Hi Dave Thanks for detail elaboration & Mike's efforts! Especially the third one, that will look for Wonder and WebObjects frameworks, personally. Cheers Cheong Hee - Original Message - From: "David Avendasora" To: "Cheong Hee" Cc: "Rich

Re: Which version of Eclipse for WO?

2010-07-07 Thread Cheong Hee
Hi Dave I may be amissed some key facts of previous discussion. Thought we ought to wait for stable version 3.5, no? Should we move to 3.5 or even 3.6 now? Admire you guys have been moving fast... any chance Iron Man 3 out this year :) Cheers Cheong Hee - Original Message

Re: Switching DB at runtime?

2010-07-07 Thread Cheong Hee
The setConnectionDictionary will have to be done at early stage. Once the default editing context is created, it will be of effect. This is confirmed from my code at least. Cheers Cheong Hee - Original Message - From: "Greg Bartnick" To: "Farrukh Ijaz" Cc: &

  1   2   3   >