Bert Van Kets dijo: > I am on the verge of throwing this whole thing out and using plain jdbc > connections in my bean. :-(
I know it can be frustrating sometimes. But going back to plain jdbc is not a good move. ;-) Instead, try to use OJB-PB (PersistenceBroker). Yesterday, I extended Cocoon CVS to allow the use of PBFactory. Currently, seems like the JDO implementation in OJB is broken. The persistence broker is stable and can be used. You can very easy switch to PB. For a tutorial see: http://db.apache.org/ojb/pb-tutorial.html WDYT? Best Regards, Antonio Gallardo --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
