MacBook and Notifications
"Michael Vogt" <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi. I'm developing on a MacBook for a week or so, and everything is going smoothly and fast so far. Except one problem I found out yesterday. It seems to me, that notifications are not working reliably. Can anybody confirm this problem? I my case, I was using the class EOModelConnector from Chuck Hill and Sacha Mallais to set the connection dictionary of the EOModels in the framworks to a specific database. So far, this worked without problems for months on a Mac Mini. The class uses the "handleModelAddedNotification", which does not call back from time to time. So I could work for hours without problems, but suddenly this fails. Has anybody heard about such a problem? What might be the problem that causes this? I worked around the problem with calling the models from the EOModelGroup and setting the connection dictionaries directly. I'm developing with Intellij IDEA, but have confirmed the same problem with XCode 2.3. All this is on Mac OS X 10.4.x, latest WebObjects and Java 1.4.x and the WOApp running with directtconnect set to false, using a MySQL 4.x database. Greetings, Michael Vogt