Re: Changing from horizontal to single table inheritance

2013-10-09 Thread Mark Wardle
Thanks all. Alternate data stores are an intriguing idea - I already switched away from using PostgreSQL to implement SNOMED_CT in favour of Lucene as the free text searching was too slow with PostgreSQL. That said, it is nice that some of the data collection forms have relational constraints

Problem with ERD2WEditToOneRelationship [solved]

2013-10-09 Thread Mark Wardle
A difficult to find bug (in my code): Configure ERD2WEditToOneRelationship to show a list of objects. User chooses one, validation error - a prescription must have a medication. I've had a similar problem before when the foreign key was accidentally a class property. For anyone with a similar

Re: Problem with ERD2WEditToOneRelationship [solved]

2013-10-09 Thread Theodore Petrosky
Maybe there is a place for this kind of gotcha on the wiki? On Oct 9, 2013, at 6:08 AM, Mark Wardle m...@wardle.org wrote: A difficult to find bug (in my code): Configure ERD2WEditToOneRelationship to show a list of objects. User chooses one, validation error - a prescription must

Re: Help with updateValuesInRowDescribedByQualifier

2013-10-09 Thread Jesse Tayler
what’s this? unknown source? caught my eye... at boise.app.components.PersonnelDetail.inviteUser(Unknown Source) yes, it does seem like maybe your model is out of sync, at least you’re not getting much information back about it in the trace. did you turn on SQL debugging and generally

Help with updateValuesInRowDescribedByQualifier

2013-10-09 Thread Paul Yu
Greetings I'm getting errors like this in my production system. What should I be looking for to fix these type of issues? I saw a previous post that the EOModel may be out of synch with the DB? Thanks in advance... Paul *** UNCAUGHT EXCEPTION ***

Re: Help with updateValuesInRowDescribedByQualifier

2013-10-09 Thread John Huss
This is an optimistic locking error - the record was changed by another user concurrently or you have precision differences (like in NSTimestamps) that are causing the DB and memory to not match. On Wed, Oct 9, 2013 at 8:59 AM, Jesse Tayler jtay...@oeinc.com wrote: what’s this? unknown

Re: Help with updateValuesInRowDescribedByQualifier

2013-10-09 Thread Timothy Worman
+1 Turn on SQL logging and look at the exact sql that is being executed to update the row in the database. Test the “WHERE” clause in the update statement and see if it is as it should be for the row in the database. Tim UCLA GSEIS On Oct 9, 2013, at 9:30 AM, John Huss johnth...@gmail.com

Test multi-process sync in dev?

2013-10-09 Thread Ken Anderson
All, I have an app that I want to use groups sync to keep multiple instances up to date. I have it running, but haven't come up with a great way to test. Is there an easier way than doing a typical production setup? using wotaskd ? Right now, I test with apache, but with a URL that has

Re: Test multi-process sync in dev?

2013-10-09 Thread Chuck Hill
Deploy through Apache on your laptop or test server. Then use something like JMeter to simulate load that is editing the EOs. Chuck On 2013-10-09 12:06 PM, Ken Anderson kenli...@anderhome.com wrote: All, I have an app that I want to use groups sync to keep multiple instances up to date.

Re: WOWODC 2014: more details

2013-10-09 Thread David Avendasora
It all sounds great to me! I'm just glad to be able to attend again! Now, Chuck, stop that. You knew I was going to be back. You should have prepared. Dave On Sep 26, 2013, at 11:29 PM, David Holt programming...@mac.com wrote: Definitely interested. Sent from my iPad On Sep 26, 2013,

Re: WOWODC 2014: more details

2013-10-09 Thread Chuck Hill
PIGS HEAD AT AU PIED! -- Chuck Hill Executive Managing Partner, VP Development and Technical Services Practical WebObjects - for developers who want to increase their overall knowledge of WebObjects or who are trying to solve specific problems.