Re: NoSuchMethodException com.mysql.jdbc.Driver.

2010-02-08 Thread Cheong Hee (Gmail)
I supposed that you may only need this in url for your eomodel config: url: jdbc:mysql://ip-address/dbName?capitalizeTypenames=true&useUnicode=true&characterEncoding=UTF-8 username: x password: x I am using the Driver setting, and not sure its implications. I thought this field could

Re: NoSuchMethodException com.mysql.jdbc.Driver.

2010-02-08 Thread nekihta
That was it! Fantastic! My EOModel configuration wasn't properly filled out. My fault: I didn't look correctly at the tutorial... Thanks a lot guys. - Original Mail - from: "Mark Ritchie" to: "Andreas Thiken" Cc: "webobjects-dev" sent: Lundi 8 Février 2010 20h32:03 GMT +01:00 Amsterd

Re: Core services design patern

2010-02-08 Thread Simon
a bit late to the party, but for what it's worth we had exactly the same requirement (users that have access to many different applications) ans we now use the EROpenID framework to authenticate against google apps, and it works perfectly. in our DB we have an entity that represents a user an

Re: NoSuchMethodException com.mysql.jdbc.Driver.

2010-02-08 Thread Mark Ritchie
On 8/Feb/2010, at 1:26 AM, Andreas Thiken wrote: > Does anyone have a suggestion? Hey Andreas! I could recreate the exception which you got by using an EOModel with Driver: Plugin: com.mysql.jdbc.Driver These settings work for me: Driver: com.mysql.jdbc.Driver Plugin: Give that a try! ;-) M. _

Re: PostGIS using WO

2010-02-08 Thread Anjo Krank
Where exactly is the problem? You probably need to write a lot of custom qualifiers and/or fetchspec hints. And create a few new attribute types (point, box, poly etc) with the respective unboxing. Cheers, Anjo Am 06.02.2010 um 17:01 schrieb WO Dev: > Hey all, > > I am looking to use the Po

Re: refresh EC after call to ERXEOAccessUtilities.updateRowsDescribedByQualifier()?

2010-02-08 Thread Mike Schrag
yeah, this is why i'm suspicious that we'll see a generalized Wonder implementation of this definitely some tricks we could do, like what you're saying -- just changing attributes that don't participate in relationships, inverse relationships, or restricting qualifiers could be a relativel

Re: refresh EC after call to ERXEOAccessUtilities.updateRowsDescribedByQualifier()?

2010-02-08 Thread Anjo Krank
Mostly, it depends on what you are doing. Changing, say, status=done is different from owner=, because the one only changes internal state, the other touches relationships. Then again, all your *other* ECs in all *other* instances won't get notified anyway (unless you use the ERCNF). So your co

Re: refresh EC after call to ERXEOAccessUtilities.updateRowsDescribedByQualifier()?

2010-02-08 Thread Mike Schrag
> Mike's precautionary measure is ticking at the top of my mind... so may be > for the time being I will just call ec.refreshAllObjects() just to be > integral, consistent, simple and more importantly let not annoy EOF by > mistake!!! my precautionary tale is about using the methods you're using

Re: refresh EC after call to ERXEOAccessUtilities.updateRowsDescribedByQualifier()?

2010-02-08 Thread Shravan Kumar. M
Mike's precautionary measure is ticking at the top of my mind... so may be for the time being I will just call ec.refreshAllObjects() just to be integral, consistent, simple and more importantly let not annoy EOF by mistake!!! I will however, keep Anjo's trick in mind and plan for its implementa

RE: Core services design patern

2010-02-08 Thread Beatty, Daniel D CIV NAVAIR, 474300D
Greetings Joe, Tim, and the rest of the gang, I could probably make some contributions to this cause. I do have proposed structures being tested out to safeguard the fruits of my dissertation. These are designed to be compliant with the authentication mechanisms OpenSSO, Mobile Access Server

JavaScript is not Working with AjaxSubmitButton

2010-02-08 Thread Venu A
Hi all, I called a javascript function when a ajaxsubmit button is clicked.But it is not working fine My java script function is as followed