Re: AjaxUpdateContainer ?

2011-04-28 Thread Amiel Montecillo
My 2 cents would be "endless page" + pure DOM to set the colors. Amiel On Thu, Apr 28, 2011 at 7:12 PM, Amedeo Mantica wrote: > And if you can push your client to use Safari or Chrome, you can build a > table without using , but do everything in css > > you could use and > > see css "display"

Re: EOGlobalID

2011-04-25 Thread Amiel Montecillo
Thanks Mike! I must have missed a wiki page about the 2 underscore thingy. On Tue, Apr 26, 2011 at 8:41 AM, Mike Schrag wrote: > because it has two underscores in front of it and you don't really know how > it's implemented ... > > On Apr 25, 2011, at 7:57 PM, Amiel Mo

Re: EOGlobalID

2011-04-25 Thread Amiel Montecillo
Hi All, Just a quick followup question for my additional knowledge. There is a method in EOCustomObject.__globalID(). Any reason why using this should be avoided? Thanks, Amiel On Sat, Apr 23, 2011 at 6:31 AM, Chuck Hill wrote: > > On Apr 22, 2011, at 1:59 PM, Chris Pastore wrote: > > While tr

Re: exporting to excel and styles

2011-04-15 Thread Amiel Montecillo
tyle info in a > plist. > > from your example, I added the key for fillPattern and this fixed my issue. > > Do you know if there is a way to control column width? > > Ted > > --- On Fri, 4/15/11, Amiel Montecillo wrote: > > From: Amiel Montecillo > Subject: Re: exp

Re: exporting to excel and styles

2011-04-15 Thread Amiel Montecillo
Try using fillForegoundColor instead of fillBackgroundColor. Something like: header = { font = headerFont; fillForegroundColor = 22; fillPattern = "SOLID_FOREGROUND"; wrapText = true; alignment = "ALIGN_CENTER"; vertic

Re: Newbie question

2011-04-06 Thread Amiel Montecillo
I agree with Chuck. To display a more meaningful error message, I've been putting a mapping in my ValidationTemplate.strings something like: "User.USERNAME_DUP_IDX" = "Username already exists"; where User = modelname USERNAME_DUP_IDX = name of your unique index. HTH, Amiel On Thu, Apr 7, 2011 a

Re: Any ideas how to minimize bot access?

2011-02-14 Thread Amiel Montecillo
not disturb legitimate users. > > 2011/2/14 Amiel Montecillo : > > Yeah that would be my last resort if I can't find a WO way to handling > this. > > > > Thanks, > > Amiel > > > > On Mon, Feb 14, 2011 at 2:32 PM, Anthony Paras >

Re: Any ideas how to minimize bot access?

2011-02-13 Thread Amiel Montecillo
Yeah that would be my last resort if I can't find a WO way to handling this. Thanks, Amiel On Mon, Feb 14, 2011 at 2:32 PM, Anthony Paras wrote: > Why don’t you implement a bot trap. For example... > > http://www.kloth.net/internet/bottrap.php > > > On 2/13/11 11:1

Re: How to Store tables which have relations (toMany) into database

2011-02-13 Thread Amiel Montecillo
Not sure what you really mean here, are you looking to create your schema? or insert data? Amiel On Mon, Feb 14, 2011 at 2:43 PM, Pavan Jayam < pavan.ja...@prithvisolutions.com> wrote: > Hi All, > i am working on webobjects 5.4.3 i want to store a table which have > relations toMany and toOne in

Re: Any ideas how to minimize bot access?

2011-02-13 Thread Amiel Montecillo
1:34 PM, Mark Ritchie wrote: > Hey, > If they were good bots then presumably they would respect your robots.txt > then? > If not, then perhaps they are all from a set of IP's which you could block? > Good luck with the eradication! > M. > > > On 13/Feb/2011, at

Any ideas how to minimize bot access?

2011-02-13 Thread Amiel Montecillo
Greetings! I have a live webobjects application and I have a problem with bad web bots accessing our site. It appears to be slowing down our operation during peak hours. I'd appreciate it if anyone has any idea that he's willing to share how to minimize bad bots from accessing the site? I've tri

Accented characters displayed as "?" in Oracle AL32UTF8 charset

2010-12-22 Thread Amiel Montecillo
Hello List, I am having issues displaying accented characters in a page. They appear as "?" instead of the accents. >From the Oracle db having a charset of AL32UTF8 this is how the data appears SELECT ASCIISTR(TITLE) FROM TABLE; ASCIISTR(TITLE) -- 434066 D\FFFDigemen

Re: News on wocommunity.org

2010-10-03 Thread Amiel Montecillo
Hey Pascal, Very nice! Just a thought how about a showcase of web apps using WO? I think it will lessen the doubters if any :) Amiel On Mon, Oct 4, 2010 at 9:44 AM, Pascal Robert wrote: > FYI, the news on wocommunity.org are now feeded from the WOCommunity wiki > space (blog posts only) : > >

Re: Does Apple stop to use WebObjects for its internal tools?

2010-09-10 Thread Amiel Montecillo
Mike is scary somtimes ;) But I agree with him that there is no 1 tool that does everything. Cheers, Amiel On Fri, Sep 10, 2010 at 8:22 PM, Mike Schrag wrote: > Here's my slightly less grumpy response :) > > Apple, like any smart company, makes technology decisions based on lots of > varia

Re: AjaxDatePicker and IE(7 or 8)

2010-08-09 Thread Amiel Montecillo
Datepicker from http://webobjects.mdimension.com/cgi-bin/WebObjects/AjaxExample.woa doesn't work for me either. IE 8 in XP. I think the problem is in AOD.loadCSS(). It is throwing an exception in: loadedCSS: function(request) { var inlineStyle = new Element("style", {"type": "text/css"});

Re: Developing on Linux

2010-07-21 Thread Amiel Montecillo
You should find wolips.properties in /home//Library/Application Support/WOLips/. If its not there, try to create it. On Wed, Jul 21, 2010 at 10:23 PM, Pascal Robert wrote: > I don't know where the wolips.properties file is located on Linux, but my > guess is that the paths in that files have ei

Re: WOPopupButton

2010-07-08 Thread Amiel Montecillo
Hi Jeremy, You need to pass the bindings of you WOPopupButton and WOTextField to your next page. For example using inline bindings: public Object selectedNumber; public String name; Then on the submit action: public page1 goToAnotherComponent() { page1 nextPage = (page1)pageWithNam

Re: Oracle searching with accented characters

2010-06-08 Thread Amiel Montecillo
@Andrew - that is certainly a plausible approach and might end up doing. Going to give this some time. @Pascal - in my case yes, the plain old fetch spec didn't work. Like i said in the example, searching for %pe% did not return rows with pépé. Thanks, Amiel On Mon, Jun 7, 2010 at 4:41 AM, Pasca

Oracle searching with accented characters

2010-06-07 Thread Amiel Montecillo
Hi Guys, I am currently in a battle with searching the db and accented characters. We have some data having accented characters like pépé I need pépé to be included in the result set when I query select * from persons where firstname like '%pe%' So I need to set the following on oracle alter s

Re: 2 apps accessed in one browser with setStoresIDsInCookies(true)

2010-06-06 Thread Amiel Montecillo
Forget this. I'm was having a blonde moment. I had an old code overriding domainForIDCookies returning "/". Amiel On Mon, Jun 7, 2010 at 10:24 AM, Amiel Montecillo wrote: > Hi, > > > > I have 2 apps, one is the customer facing app and the other is the a

2 apps accessed in one browser with setStoresIDsInCookies(true)

2010-06-06 Thread Amiel Montecillo
Hi, I have 2 apps, one is the customer facing app and the other is the admin application. I have setStoresIDsInCookies(true) on both apps. The problem is that after I login to one app then login to the second app, the woinst and wosid cookies are being overwritten by the second application. I

Re: How to handle long responses with direct action?

2010-04-09 Thread Amiel Montecillo
Temporarily > using a session for the duration of the long task will alleviate the need to > do this. > > On Apr 9, 2010, at 8:40 AM, Lachlan Deck wrote: > > > On 09/04/2010, at 6:54 PM, Amiel Montecillo wrote: > > > >> I have a direct action method that per

How to handle long responses with direct action?

2010-04-09 Thread Amiel Montecillo
HI List, I have a direct action method that performs a rather lengthy process. I looked at WOLongResponsePage but it seems that it creates a session. Is there a way to handle a long running process on a direct action without creating any session? I tried google and gave me "Direct Action Respons

Re: Consuming web service: Any WOWebServices best practices?

2010-03-01 Thread Amiel Montecillo
AXIS. > > > On Mar 1, 2010, at 12:36 AM, Amiel Montecillo wrote: > > > Hi everyone, > > > > I am trying to consume a SOAP web service. I tried to look for any good > reference for using WOWebServices but ended in vain. > > > > Can anyone suggest any good r

Consuming web service: Any WOWebServices best practices?

2010-02-28 Thread Amiel Montecillo
Hi everyone, I am trying to consume a SOAP web service. I tried to look for any good reference for using WOWebServices but ended in vain. Can anyone suggest any good reference material on building a WoWebServiceClient? Or am I better off using Apache AXIS and have WSDL2Java do the work for me? T

Re: Updating EO by inserting new EO and archiving the old EO - any suggestions?

2010-01-25 Thread Amiel Montecillo
Once again, thank you for your ideas. Going to increase my caffeine intake now. Amiel On Tue, Jan 26, 2010 at 4:24 AM, Chuck Hill wrote: > > On Jan 25, 2010, at 12:32 AM, Amiel Montecillo wrote: > > Hi List, >> >> I am having a dilemma on how to best implement this k

Updating EO by inserting new EO and archiving the old EO - any suggestions?

2010-01-25 Thread Amiel Montecillo
Hi List, I am having a dilemma on how to best implement this kind of scenario. I need the update process of an EO by creating an new EO with the updated values and archiving the old one. This EO has quiet a few to-many relationships that needs to be archived as well. I am thinking of copying the

Re: How to get the failing EO when a unique constraint violation occurs?

2010-01-12 Thread Amiel Montecillo
from > the statement that failed to figure out which EO to grab. > > Anyway, at this point, I've pretty much given up hope on retrieving the EO. > I spent wy too long trying to find a cure for that problem. (^^) An > index name is at least sufficient to return a somewha

Re: AjaxUtils.redirectTo() and IE7

2010-01-12 Thread Amiel Montecillo
There is IE Developer toolbar ( http://www.microsoft.com/downloads/details.aspx?familyid=e59c3964-672d-4511-bb3e-2d5e1db91038&displaylang=en) its not quite like firefug or safari's dev tool but its the only thing for IE. You could also try View Source -> Copy and Paste source to a sane editor, go

Re: How to get the failing EO when a unique constraint violation occurs?

2010-01-12 Thread Amiel Montecillo
On Jan 11, 2010, at 10:26 PM, Amiel Montecillo wrote: > > Hi Chuck, >> >> I'm not sure if I got you correctly (english is not my natural language). >> > > Seems pretty good to me! :-) > > > > But this what I am doing: >> >> 1. Det

Re: How to get the failing EO when a unique constraint violation occurs?

2010-01-11 Thread Amiel Montecillo
bly also consistent. If you can get > the entity name, you can then form a reasonable error message. > > > Chuck > > > > On Jan 11, 2010, at 9:56 PM, Amiel Montecillo wrote: > > Hi Everyone, >> >> Is it possible to get the failed EO instance when an uni

How to get the failing EO when a unique constraint violation occurs?

2010-01-11 Thread Amiel Montecillo
Hi Everyone, Is it possible to get the failed EO instance when an unique constraint violation occurs? I have been digging in EOGeneralAdaptorException but I couldn't figure out how to get the instance of the EO that has failed. Rgds, Amiel -- socket error: unable to connect to 127.0.0.1 __

Re: All In One Installer broken

2009-12-23 Thread Amiel Montecillo
Hello Don, I downloaded http://web.me.com/pccdonl/wo.jar just now and ran it on a windoze xp. But I get this stacktrace: P:\webobjects>java -jar wo.jar java.net.UnknownHostException: download.info.apple.com at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

Re: And another EOF one-to-many qualifier to use?

2009-12-03 Thread Amiel Montecillo
ameworks for their additional > qualifiers. > > There are a few different ways to get what you want. Sometimes you need to > experiment with different ones to get the SQL that you want. > > Chuck > > > > > On Dec 2, 2009, at 10:33 PM, Amiel Montecillo wrote: >

Re: And another EOF one-to-many qualifier to use?

2009-12-03 Thread Amiel Montecillo
Dec 3, 2009 at 4:45 PM, Gustavo Pizano wrote: > MM I think it should be something like... assuming you are using wonder > > > EOQualifier qual = User.TO_KEYWORD.eq(null); > NSArray array = User.fetchUser(ec,qual,sortOrdering); > > correct me if im wrong. > > &g

And another EOF one-to-many qualifier to use?

2009-12-02 Thread Amiel Montecillo
Hello, This may be a simple but it is really beating me up. I have a one-to-many relationship User to many Keyword What I need is the qualifier to get only a list of users without a single keyword. I know that I can just do users.keywords().count == 0 but I don't want that. Can someone please b

Re: Windows help

2009-12-02 Thread Amiel Montecillo
Hi Frank, This is what I have been using. You may want to change to your correct paths. wo.system.root=F\:/Apple wo.system.frameworks=F\:/Apple/Library/Frameworks wo.bootstrapjar=F\:/Apple/Library/WebObjects/JavaApplications/wotaskd.woa/WOBootstrap.jar wo.extensions=F\:/Apple/Local/Library/WebObj

Re: Multiple WOForms deleting values after submit

2009-10-08 Thread Amiel Montecillo
In case anyone comes across this. Replace WOCheckboxMatrix with Project WOnder's ERXCheckboxMatrix to save you the headache! Kudos PW! On Fri, Oct 9, 2009 at 11:26 AM, Amiel Montecillo wrote: > Hi, I have this weird problem. > > My html page with multiple forms

Multiple WOForms deleting values after submit

2009-10-08 Thread Amiel Montecillo
Hi, I have this weird problem. My html page with multiple forms snip Change your EMail Preference

Re: Friendly url's

2009-09-14 Thread Amiel Montecillo
Hi Frank, You can use directactions see here for some excellent articles. http://en.wikibooks.org/wiki/WebObjects/Web_Applications/Development/Direct_Actions On Mon, Sep 14, 2009 at 5:22 PM, Francisc Simon < franciscsi...@franciscsimon.de> wrote: > Hi, > > is there a easy way to create friendly

Re: JDBC close() exception?

2009-09-02 Thread Amiel Montecillo
Thanks Bill and Andrew, In my case, I am with a wonder based command line application. However, it is mixed with a manual creation of a JDBC connection (in a separate thread absolutely needed for utmost speed) and that is were I am getting the exception. I am not really sure why as the biggest hea

Re: JDBC close() exception?

2009-09-01 Thread Amiel Montecillo
Hello Bill, Did you find a solution to this? I'm afraid I am also being killed by this. Could it be a timeout problem and MySQL is closing the connection? There is a MySQL option "autoReconnect" but I don't feel comfortable with it. Thanks, Amiel On Wed, Aug 19, 2009 at 12:54 AM, William Hatch

Re: Re: Help with optional to-one relationship

2009-08-28 Thread Amiel Montecillo
t; > > Thanks Ken for the insight. Anyone else has some other idea? > > > > Amiel > > > > On Fri, Aug 28, 2009 at 12:01 PM, Ken Anderson > wrote: > > > >> This relationship is not guaranteed to be to-one, since there could > be many > >> S

Re: Help with optional to-one relationship

2009-08-27 Thread Amiel Montecillo
d > write methods in the EO that set/get, enforcing the to-one concept. > > > > On Aug 27, 2009, at 10:28 PM, Amiel Montecillo wrote: > > Hello, >> >> I have a to-one relationship that is giving me problems when updating the >> destination enti

Help with optional to-one relationship

2009-08-27 Thread Amiel Montecillo
Hello, I have a to-one relationship that is giving me problems when updating the destination entity. class Seo { id; <- PK title; description; state() <- reverse to-one relationship to State } class State { id; <- PK name; seoid; <- FK to Seo (id)

Re: Help me get unstuck with this error: unable to increment snapshot count for object with global ID

2009-08-03 Thread Amiel Montecillo
Object.willRead(EOCustomObject.java:1172) ..blah blah. I assume this is also a result of violating the EOF commandments Chuck? Or is there an obvious reason why this happens? Thanks, Amiel On Tue, Jul 28, 2009 at 2:44 PM, Chuck Hill wrote: > > On Jul 27, 2009, at 10:05 PM, Amiel Montecill

Re: Ant build in WO 5.4 not working (Windows)

2009-07-29 Thread Amiel Montecillo
On Thu, Jul 30, 2009 at 1:54 AM, Chuck Hill wrote: > Hi Susanne, > > > On Jul 29, 2009, at 2:49 AM, Susanne Schneider wrote: > > Hi Chuck, >> >> first thank you very much for your patience with such a latecomer like me! >> Chuck Hill schrieb: >> >>> On Jul 28, 2009, at 8:16 AM, Susanne Schneider

Re: Help me get unstuck with this error: unable to increment snapshot count for object with global ID

2009-07-27 Thread Amiel Montecillo
On Tue, Jul 28, 2009 at 11:46 AM, Chuck Hill wrote: > > On Jul 27, 2009, at 8:10 PM, Amiel Montecillo wrote: > > 1. Isn't project wonder supposed to handle this for me? I'm using >> ERXEC.newEditingContext() in the entire app. >> > > Is there any locking

Re: Help me get unstuck with this error: unable to increment snapshot count for object with global ID

2009-07-27 Thread Amiel Montecillo
ll wrote: > My first guesses are: > > 1. Not locking all ECs properly > 2. Violating an EOF commandment > 3. Using the EOSharedEditingContext incorrectly > > > Chuck > > > > On Jul 27, 2009, at 6:31 PM, Amiel Montecillo wrote: > > Can someone help me out on t

Help me get unstuck with this error: unable to increment snapshot count for object with global ID

2009-07-27 Thread Amiel Montecillo
Can someone help me out on this error please. Maybe some ideas what's causing this to happen. It is an intermittent error I get which I stuck pondering what is causing it. I have search the lists and found some relevant information but I can't quite put my fingers on it as I am new to WO. I am usi

Re: Is there a Webobjects Adaptor for windows?

2009-05-28 Thread Amiel Montecillo
a configuration change and I already have ServerName localhost in httpd.conf Thanks, Amiel On Fri, May 29, 2009 at 2:10 AM, Chuck Hill wrote: > > On May 28, 2009, at 2:26 AM, Amiel Montecillo wrote: > > Hello Stefan, >> >> Yes I can reach the wotaskd through >>

Re: Is there a Webobjects Adaptor for windows?

2009-05-28 Thread Amiel Montecillo
bossing.private.local instead of localhost. Amiel On Thu, May 28, 2009 at 5:00 PM, Stefan Klein wrote: > Hi Amiel, > > can you reach the wotaskd in your browser using http://localhost:1085 ? > > How did you start the wotaskd process ? > > Stefan > > > Amiel Montecillo schr

Is there a Webobjects Adaptor for windows?

2009-05-28 Thread Amiel Montecillo
Hello List, I was wondering where can I find an updated mod_WebObjects.so for windows? I am currently using the version from http://wiki.objectstyle.org/confluence/display/WO/Windows+Deployment+WO+5.4but it seems to always try to connect to wotaskd using the actual hostname.domain on my machine in

Re: Using Jmeter to test WO

2009-05-21 Thread Amiel Montecillo
> You can use-it, it works very well. > > > > Le 18 mai 09 à 08:41, Amiel Montecillo a écrit : > > I am trying out JMeter for the first time. It seems straightforward and > powerful. May I ask what's the best way to determine that a particular > request operat

Re: Using Jmeter to test WO

2009-05-17 Thread Amiel Montecillo
I am trying out JMeter for the first time. It seems straightforward and powerful. May I ask what's the best way to determine that a particular request operation succeeded? Is it through the use of Response Assertions checking for some desired text to be returned? Amiel On Mon, May 11, 2009 at 3:5

Re: Get the external width of an EO attribute

2009-03-23 Thread Amiel Montecillo
hugi.karlmenn.is/ > > > > > On 23.3.2009, at 08:38, Amiel Montecillo wrote: > > Hi List, >> >> I have an EO called Person with an attribute name that has an external >> width of 64. >> >> How do I get the external wdith (64) for this property

Re: Get the external width of an EO attribute

2009-03-23 Thread Amiel Montecillo
Found it entity().attributeNamed("name").width(). Sorry I bothered someone. :) Amiel On Mon, Mar 23, 2009 at 4:38 PM, Amiel Montecillo wrote: > Hi List, > > I have an EO called Person with an attribute name that has an external > width of 64. > > How do I get the

Get the external width of an EO attribute

2009-03-23 Thread Amiel Montecillo
Hi List, I have an EO called Person with an attribute name that has an external width of 64. How do I get the external wdith (64) for this property in validateName(String name) method? I noticed from the docs that EOAttribute has a width() method but I can't seem to connect the dots how I can ac

Re: OT: iCal .CSS Stylesheet

2009-03-19 Thread Amiel Montecillo
Try this http://www.blueprintcss.org/ you might like it. Cheers, Amiel On Thu, Mar 19, 2009 at 10:36 PM, David Avendasora < webobje...@avendasora.com> wrote: > Hi all, > > Does anyone know of, or have, a CSS stylesheet that is available for use? > I'm going to be adding a great deal of calendari

Re: How to determine what component the action came from?

2009-03-02 Thread amiel montecillo
Chuck Hill wrote: > > On Mar 2, 2009, at 9:10 PM, amiel montecillo wrote: > > Hello Chuck, >> >> Actually that is what I ended up doing right now. Handling the actions in >> EMRecipientAjaxGridCell which works fine. >> >> The reason I wanted the action to be

Re: How to determine what component the action came from?

2009-03-02 Thread amiel montecillo
ach kind of grid. (I'm kind of lazy ;) ). Am I making sense? (besides the lazy part) ;) Amiel On Tue, Mar 3, 2009 at 12:47 PM, Chuck Hill wrote: > Hi Amiel, > > On Mar 2, 2009, at 8:18 PM, amiel montecillo wrote: > > So I tried to do the Chuck way and he was right, >> >

Re: How to determine what component the action came from?

2009-03-02 Thread amiel montecillo
So I tried to do the Chuck way and he was right, I did get to keep the pieces. Most notably a stacktrace :) Mar 03 12:07:57 EMManager[] DEBUG com.ods.marketing.app.emmanager.components.email.EMRecipientAjaxGridCell - parent binding value: delete Mar 03 12:07:57 EMManager[] DEBUG com.ods.m

Re: How to determine what component the action came from?

2009-03-02 Thread amiel montecillo
ent. So the CRUD can be reusable. Thanks, Amiel On Tue, Mar 3, 2009 at 11:09 AM, Chuck Hill wrote: > > On Mar 2, 2009, at 6:50 PM, amiel montecillo wrote: > > Hello list, >> >> I am trying to understand the invokeAction process. >> >> I have a component (CRUD co

Re: AjaxModalDialog in a Repetition

2009-03-01 Thread amiel montecillo
You might want to make sure you are using the latest wonder. On Mon, Mar 2, 2009 at 10:15 AM, Dawn Lockhart wrote: > I tried that. It never went into the action binding’s method. > > > On 3/1/09 7:03 PM, "amiel montecillo" wrote: > > AjaxModalDialogOpener has an

Re: AjaxModalDialog in a Repetition

2009-03-01 Thread amiel montecillo
AjaxModalDialogOpener has an action binding, use that to set an instance to your component for the AjaxModalDialog to use. Something like: Then you operate on that "selectedItem" instance. HTH, Amiel On Mon, Mar 2, 2009 at 5:09 AM, Dawn Lockhart wrote: > I have a repetition with an AjaxMod

Re: where to put the css and JS

2009-02-20 Thread amiel montecillo
I experienced something like this before. If you are using WOLips, this worked for me. Right click your css file in WO Explorer and select WOLips Tools -> Include as WebServerResource Cheers, Amiel On Fri, Feb 20, 2009 at 6:02 PM, Gustavo Pizano wrote: > > Its funny that if I take the .css from

Re: Peer ECs in updating EO

2009-02-20 Thread amiel montecillo
Cool! Thanks guys. Amiel On Fri, Feb 20, 2009 at 7:13 PM, David LeBer wrote: > > On 20-Feb-09, at 4:15 AM, Cheong Hee (Datasonic) wrote: > > Hi Amiel >> >> Sorry for wrong title posted in previous email... >> >> >> On 20/02/2009, at 4:47 PM, amiel m

Re: Peer ECs in updating EO

2009-02-19 Thread amiel montecillo
On Fri, Feb 20, 2009 at 2:17 PM, Lachlan Deck wrote: > On 20/02/2009, at 4:47 PM, amiel montecillo wrote: > > So I am using peer ecs. I have 2 pages. A listing page and an update page >> to >> display the EO. >> >> On the listing page, i click on an item, it t

Re: Peer ECs in updating EO

2009-02-19 Thread amiel montecillo
I change some values on the On Fri, Feb 20, 2009 at 12:41 PM, amiel montecillo wrote: > Positively sure. I am also using ERXEC.newEditingContext() to create a peer > ec. > > Amiel > > > On Fri, Feb 20, 2009 at 12:37 PM, Lachlan Deck wrote: > >> On 20/02/2009, at 3:3

Re: Peer ECs in updating EO

2009-02-19 Thread amiel montecillo
Positively sure. I am also using ERXEC.newEditingContext() to create a peer ec. Amiel On Fri, Feb 20, 2009 at 12:37 PM, Lachlan Deck wrote: > On 20/02/2009, at 3:30 PM, amiel montecillo wrote: > > I have a problem on an update operation where using a peer EC does not >> reflect

Peer ECs in updating EO

2009-02-19 Thread amiel montecillo
Hello, I have a problem on an update operation where using a peer EC does not reflect the changes to the DB. I can see the EOs object instance values updated before calling ec.saveChanges() but those new values are not relected on the DB. However, if I use session().defaultEditingContext().saveCh

Re: MySQL JDBC generate SQL exception

2009-02-18 Thread amiel montecillo
As expected from a noob screwed up. Thanks Chuck! Though it would have been nice to see that suggestion on the error message box? That would keep noobs like me spamming the list. Amiel On Wed, Feb 18, 2009 at 11:56 AM, Chuck Hill wrote: > > On Feb 17, 2009, at 7:35 PM, amiel montecillo

MySQL JDBC generate SQL exception

2009-02-17 Thread amiel montecillo
Hello List, I am trying to generate the sql for my eomodel but got an exception: java.lang.RuntimeException: Failed to generate SQL. > at > org.objectstyle.wolips.eomodeler.core.sql.EOFSQLGeneratorFactory$ReflectionSQLGenerator.generateSchemaCreationScript(EOFSQLGeneratorFactory.java:60) >

Re: Eclipse + WOLips on Windows

2009-02-17 Thread amiel montecillo
Thanks Lachlan, I appreciate the reply. As you have said, I got it working by creating the wolips.properties file. Amiel On Tue, Feb 17, 2009 at 6:27 PM, Lachlan Deck wrote: > Hi Amiel, > > On 17/02/2009, at 6:13 PM, amiel montecillo wrote: > > I'm not sure if this is the

Eclipse + WOLips on Windows

2009-02-16 Thread amiel montecillo
Hi, I'm not sure if this is the right place to post this but I'm kind of at wits end on my problem. I am trying to setup my dev environment for webobjects on a windows xp machine (please don't ask why M$) with eclipse 3.4.1 and wolips nightly build. I also have setup WO framework 5.3.3 under c:\A