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
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
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
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.
_
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
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
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
> 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
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
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
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