Re: Newbie needs help with OJB in Eclipse

2004-04-16 Thread Thomas Mahler
Hi Doug, This seems like a problem with your build classpath settings in eclipse. Try to load OJB from CVS HEAD with eclipse. In CVS we have the eclipse .project and .claspath files that eclipse needs to build OJB. Thomas Doug Poland wrote: Hello, I'm trying to learn OJB but am struggling gett

deploying OJB in Jboss

2004-04-16 Thread Stephen Ting
I had followed the following ear template suggested by OJB deployment tutorial. But still during deployment time of my EAR. Jboss complain cann't find OJB api. Whereas if i include the lib in the ejb.jar file, it will deploy successfully without any problems. I was not able to do this, because i h

Could not borrow connection from pool

2004-04-16 Thread Jack ValLance
Could not borrow connection from pool - org.apache.ojb.broker.metadata.JdbcConnectionDescriptor: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

MtoN mapping

2004-04-16 Thread Holger Auffinger
Hi folks, need help implementing Non-Decomposed m:n Mapping. There are no Problems to write into database. While reading from database I got a null-pointer exception (in MtoNCollectionPrefetcher.java in 406) when using the steps from tutorial3. Code examples are welcome. Best regards Holger Au

Proxy problem in PB

2004-04-16 Thread raphael . x . mankin
I have two problems. the first is simple:

Re: Invalid column SQLException

2004-04-16 Thread Armin Waibel
Hi, PREFEREDABBREVIATIONNAMEID is column name in DB PREFEREDABBEREVIATIONNAMEID is the name OJB use. So I think you have an typo in the metadata mapping file (repository_xxx.xml) for requested class and the declared column name does not match. regards, Armin [EMAIL PROTECTED] wrote: I'm sure th

Invalid column SQLException

2004-04-16 Thread raphael . x . mankin
I'm sure this query has come up recently and that it has a simple answer,but I did not save the message and I can't find it in the archive. I am doing some basic tests on PB just to ensure that I understand how things work. The environment is rc5 with Oracle9i. Here is the output: EntityPrefered

mapping M:N relation WITH ATTRIBUTES

2004-04-16 Thread Christoph Bohl
I need to store some audit values on my mapping tables, in addition to the foreign key values. One of them is the application user name, others are timestamps that are set on the database. Is there any possibility that I can tell OJB which value to use for the user audit column when insert

Any OJB issues when changing from jdbc 2.0 to 1.0?

2004-04-16 Thread TereschenkoVA
Return Receipt Your Any OJB issues when changing from jdbc 2.0 to 1.0? documen t:

Any OJB issues when changing from jdbc 2.0 to 1.0?

2004-04-16 Thread Dirk Manske (Service Respond)
Hi all, we are using ojb-1.0rc5 pb api and a db2 version 7 database. the used driver is jdbc 2.0 compatible. Now we are demanded to use a db2 driver which supports only jdbc 1.0. We are asking if there are some limitations (eg performance, loss of functionalities within ojb ...) from ojb to be ex

Re: Better XML diagnostics needed

2004-04-16 Thread Armin Waibel
Hi, please set logging level to 'debug' for RepositoryXmlHandler and ConnectionDescriptorXmlHandler. If you use the default logging set in OJB.properties file: org.apache.ojb.broker.metadata.RepositoryXmlHandler.LogLevel=DEBUG org.apache.ojb.broker.metadata.ConnectionDescriptorXmlHandler.LogLev

Better XML diagnostics needed

2004-04-16 Thread raphael . x . mankin
If I make a mistake in rpository.xml, only too common I'm afraid, all I get out is a complex stack dump with somewhere buried in it a message saying 'unable to read repostiory.xml'. There is no indication of what the error is nor where it is. Please can we have a more helpful xml parser?