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)
I think you are still picking up MySQL prototype file rather FrontBase prototype file. INT is external type for intNumber in MySQL prototype file. The correct external type for FrontBase prototype file is INTEGER. You may check the prototype selection in your database configuration. Somehow yo

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)
- Original Message - From: "Raghavender Bokka" To: "Cheong Hee (Gmail)" Cc: "Development WebObjects" Sent: Friday, June 01, 2012 2:17 PM Subject: Re: NullPointerException in EODatabaseContext java Hi Cheong Hee, I tried invalidating the objects in ec, then we ar

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)
wo.system.root=C\:/Apple wo.local.root=C\:/Apple/Local I have just checked that this is what I am getting too in my windows wolips properties file. So I think your properties file is fine. May be you could try to install your WO54 in a separate new directory and have a clearer class pat

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 Subject: 5.4.3 on Windows ___

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

2012-04-29 Thread Cheong Hee (Gmail)
Hi Robert This is a sample from what I am getting in UNIXClassPath during the last built (wolips 3.6). I'd need to gen again using wolips 3.7 though. # JVM == java # JVMOptions == # JDB == jdb # JDBOptions == # ApplicationClass == com.rhino.app.Applicatio

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 a

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" To: "Amede

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" To: Sent: Mo

Re: Apple and WO (Google Moderator thread)

2012-03-29 Thread Cheong Hee (Gmail)
I hope my _weak_reference_ voice could be heard. I am not as outspoken as one of mr davids : ) To grow the community, especially getting new wo developers, we may need to have a different approach. From personal observation, I do notice that new developers are going to php, phyton etc because

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)
Hi Ramsey To get a new database channel, you can initiate a new OSC and get a new access layer stack. This has to be done at session constructor, for after which, you will not be able to get the new database channel. Putting aside the argument whether it is necessary or good design or not, i

Re: merging databases

2012-03-15 Thread Cheong Hee (Gmail)
Hi Jeff I think you will need to watch out primary key collision. Even both have identical schema, they have their own eo_pk_table. If you were to export and import into another database, the pk may be duplicated, unless you have a unique primary key generation that takes care of this. The

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)
t for record.. - Original Message ----- From: "Gino Pacitti" To: "Cheong Hee (Gmail)" Sent: Thursday, February 16, 2012 3:23 AM Subject: Re: ERJavaMail Hi Cheong Do you have an example of this? GIno On 15 Feb 2012, at 10:29, Cheong Hee (Gmail) wrote: Hi Gino F

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 List" Sent: Wednesday, February 15, 2

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@lists.apple.co

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)
nknown Source) at com.webobjects.appserver.WOApplication.main(WOApplication.java:547) at com.rhino.app.teamconnect.Application.main(Application.java:40) Quite reluctant to mention, the code is a working piece from previous version, and ported over to later version Eclipse/WOLips and in a different directory.

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)
Hi I have this interface file called IBusinessUnitKeyValueParameters.java that contains some static constant string values. The file is not being loaded though I have other files in the same framework loaded with no issue. I am running out of steam and appreciate if someone could shed some

Re: one-to-many relationship question

2011-09-08 Thread Cheong Hee (Gmail)
This is what being described in the documentation: Owns Destination You can set a source object as owning its destination objects. When a source object owns its destination objects and you remove a destination object from the source object's relationship array, you're also deleting it from th

Re: Feedback about issue with MySQL and get primary key

2011-09-05 Thread Cheong Hee (Gmail)
I put the raw insert command in the same method as below using only one EC and I get the same issue: exception when EOF tries to get a primary key. So I'm pretty sure that the insert command causes the exception when I call saveChanges Philippe Sent from my iPhone

Re: Feedback about issue with MySQL and get primary key

2011-09-05 Thread Cheong Hee (Gmail)
Hi Philippe I think somehow 'NO_Sent_Notification_Request_Log_TEST' is already registered as an existing object in your ec. This caused 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 invalidat

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 PM Subject: Look, a displaygroup

Re: Re: Using AjaxInPlaceEditor in WORepetition

2011-08-07 Thread Cheong Hee (Gmail)
Hi Ray Any success with indexed mutablearray? How does the code look like if it works. Your person model sounds like a many-to-many table, excepts it could not be flattened. I agree with you. My problem is not on save data but on manipulating txImplication in the loop before saved them. I t

Re: Using AjaxInPlaceEditor in WORepetition

2011-08-04 Thread Cheong Hee (Gmail)
Hi Ray Yes I thought about this code aPerson.project().txImplementation() and it's great when I saved in data base but When I want to manipulate(modify each row in the loop) txImplication before saved? If the txImplication is not in the loop, I supposed you should be able to modifiy each row

Re: Using AjaxInPlaceEditor in WORepetition

2011-08-03 Thread Cheong Hee (Gmail)
Hi Ray Bonjou. Is the txImplication a project-based or person-based entity? If it is project-based, and since the person has the relationship to project, it could transverse the object graph to get the txImpliction e.g. aPerson.project().txImplementation(). Then I will pull out the txImplicat

Re: Using AjaxInPlaceEditor in WORepetition

2011-08-03 Thread Cheong Hee (Gmail)
From: naneon.raym...@neuf.fr To: Cheong Hee (Gmail) ; WebObjects webobjects-dev Sent: Monday, August 01, 2011 6:01 PM Subject: Re: Re: Re: Re: Re: Using AjaxInPlaceEditor in WORepetition Hi Hee I made a mistake in my example. In repetition, it's not index b

Re: Using AjaxInPlaceEditor in WORepetition

2011-08-03 Thread Cheong Hee (Gmail)
ur words? ... movieTitleChanged=movieToCheck.title() + "Add more info .." ; I don't want to add info to the title for each movie. ... Cheers Ray - Original Message - From: naneon.raym...@neuf.fr To: Cheong Hee (Gmail) ; We

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)
Hi Ray Hope I get it right and may be this is what you need. To manupulate the string for each iterative object in an array, you could set the index of WORepetition to an integer. Then before display the string, check the objectAtIndex of the array and decide if the the string is to alter acc

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" To: "webobjects

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

2011-06-17 Thread Cheong Hee (Gmail)
Hi I think what is missing is - for your onclick to work, you will need to add a submit button and wrap in the woform. For example, in wocheckbox, if you set the value to 5, and bind the selection to isActive (an Integer). you will need to bind the onclick to the following value: CheckBox

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: "Da

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

2011-05-18 Thread Cheong Hee (Gmail)
Sent: Wednesday, May 18, 2011 2:44 AM Subject: Re: build.xml: Content is not allowed in prolog. Hi Cheong, On 16/05/2011, at 06:25, Cheong Hee (Gmail) wrote: Hi I am still at the stone age. Do yourself a favor, try Maven. :) It brings a lot of benefits on multi-platform development. The

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)
Hi I am still at the stone age. While trying to mae the wonder worked in pc/windows, I this install build error in ERExtensions and ERJavaMail: ERExtensions\build.xml:1: Content is not allowed in prolog. In build.xml, the contents is : ../../../Build/build/build-framework-template.xml The bui

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 list. They

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: Thursday, December 02, 2010 2:09

Re: Splitting an EOModel

2010-11-11 Thread Cheong Hee (Gmail)
Dear Dave I thought this may work. Copy and paste the entities first without their relationships. After all entities exist, then go back and copy and paste their respective relationships. The issue "may be" if there is many-to-many join table. By doing this, you at least able to copy over

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)
Hi Ken So sorry that I misunderstood your question. After spending some time, I think this is what you need. p = Pattern.compile("\\Q*\\E"); m = p.matcher(input); if (m.find()) { System.err.println("test starts" + " with * signs...in

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 useful note... Cheers Cheong Hee

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 AM Subject: Windows, Ecl

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 - Ori

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)
Hi I need to extend ERMailDelivery, and keep the new class in a new package. The getBodyPart of ERMailAttachment is not visible since it is defined as protected in er.javamail package. The subclasses ERMailDataAttachment, ERMailFileTextAttachment and ERMailFileAttachment also keep the protect

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 List" Sent: Tuesday, Septemb

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, August 12, 2010 5:47 AM Subject: Re: postNotifica

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)
When the question posted, I intended to find out if the different db works in the same ec. I have not thought more on the storing and fetching. I am not sure if this is right but merely bring it out for better understanding. Please point out whichever does not seem right: Said the Student t

Re: WOLastic?

2010-03-19 Thread Cheong Hee (Gmail)
I may need to take on this path if I am lucky to get some funding later...thanks and good to hear that. - Original Message - From: "Alex Horovitz" To: "Cheong Hee (Gmail)" Cc: "Travis Britt" ; "Johnny Miller" ; "WebObjects Develop

[OT] mYprize 4G Global Developer Challenge

2010-03-19 Thread Cheong Hee (Gmail)
For all WO great developers, in case you miss this information. This is a real competition open to international developer that you may want to take a look at...YTL is one of major corporation in Malaysia. (OK... still small compare to yours). This is not a scam as far as I could tell. But if

Re: WOLastic?

2010-03-19 Thread Cheong Hee (Gmail)
Hi Johnny / Travis I have read about wolastic with interests some time back. Is this the natural path to take for hosing at ec2 or any alternative solution? Cheers Cheong Hee - Original Message - From: "Travis Britt" To: "Johnny Miller" Cc: "WebObjects Development" Sent: Friday

Re: No Instance Availabe error on download

2010-03-07 Thread Cheong Hee (Gmail)
This is just a brief one and i believe more details could be found in WebObjects file downloading sample code. Cheers Cheong Hee - Original Message - From: Fred Wells To: Cheong Hee (Gmail) Cc: webobjects-dev@lists.apple.com Sent: Saturday, March 06, 2010 2:08 AM Subject:

Re: No Instance Availabe error on download

2010-03-04 Thread Cheong Hee (Gmail)
Hi Fred That is where I am trying to recall - is it due to when you zip all directory of files and after that it was unable to continue when the file size reaches ~30M. The number 30M is quite a familiar number to me :) b'cos it hit me many times before. I have also tried out Stefan's code and

Re: No Instance Availabe error on download

2010-03-04 Thread Cheong Hee (Gmail)
Hi Stefan I dare to suggest that it is not due to respnse/request. I think it has to do with the Windows/Java that the file size it could handle in memory when using FileInputStream. IIRC I had encountered similar file size limitation when doing file encryption with size more than 30M some ti

Re: datetime / timezone (mysql jdbc) issues

2010-02-11 Thread Cheong Hee (Gmail)
Ugh. Why they don't just have a parameter called doTheRightThingAlready=true is beyond me :) I think by default it is doTheRightThingAlready=false ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (We

  1   2   >