Re: [JBoss-dev] ditch entity locking in favor of select-for-update

2001-07-23 Thread Joseph Dane
isn't SELECT FOR UPDATE an Oracle-ism? instead of either entity locking or S-F-U, why not use an optimistic concurrency scheme, with verified updates? there was recently a nice catfight on the EJB-INTEREST mailing list between several vendors on this subject, the result of which seemed to be

Re: [JBoss-dev] new wait(1000) not good

2001-07-19 Thread Joseph Dane
Georg == Georg Rehfeld [EMAIL PROTECTED] writes: Georg notifyAll seems to be MUCH better as of the docs: Georg | The awakened threads will compete in the usual manner with | Georg any other threads that might be actively competing to | Georg synchronize on this object; for example, the

Re: [JBoss-dev] Reason for abstract methods in jboss-j2ee

2001-06-11 Thread Joseph Dane
Jesper == Jesper Pedersen [EMAIL PROTECTED] writes: Jesper You can say that methods in an interface are abstract, since Jesper the interface doesn't contain an implementation. Jesper But I see no reason for declaring them abstract, since the Jesper abstract keyword only has meaning when

Re: [JBoss-dev] MarshalledObject + URLClassLoader = huge network traffic

2001-06-08 Thread Joseph Dane
on a related note, can someone comment on dynaimc code downloading problem and the proposed solution? I just recently started checking out JBoss, and have generally been impressed. but the fact that dynamic downloading just plain doesn't work is really, *really*, unfortunate. -- joe