Johnson dijo: > I try to bind the registration example to database by OJB JDO. > my database is postgres,had primary key setup ok,every thing seemed right. > But when I test it,the system has a error below, > > "file:/jakarta-tomcat-5.0.18/webapps/cocoon/test/flow/registration.js", > line 8: uncaught JavaScript exception: at registration > (file:/jakarta-tomcat-5.0.18/webapps/cocoon/test/flow/registration.js, > Line 8): org.apache.ojb.broker.PBFactoryException: There was no > default-PBKey specified
Interesting enough! PBKey is a immutable key to identify PB (Persistence Brokers) instances in pools, ... I wonder why you got this error. Maybe a bad configuration in repository.xml went to this error. AFAIK, JDO implementation uses PB API. Hope this helps. Best Regards, Antonio Gallardo --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
