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?

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:

Proxy problem in PB

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

Re: Newbie (almost) at a standstill

2004-04-02 Thread raphael . x . mankin
A status report on my problems. I went back to square one and managed to get things to work. However, in the process I found some glitches. Maybe they are finger trouble on my part, maybe they are omissions in the code or the documentation. 1.The variable ${jcdAlias} is used in

Re: Newbie (almost) at a standstill

2004-04-02 Thread raphael . x . mankin
So, apart from one glitch I think that the other points are matters of clearer documentation. It is not clear from the Getting Started doc just what one has to do and in what order. There are also inconsistencies betwen the default build.properties and *.profiles as towhich variables are

Re: relations and (additional) foreign keys in classes

2004-04-02 Thread raphael . x . mankin
Is there any documentation on what xdoclet does? I have not seen any. |-+- | | Matthias Gottschlich| | | [EMAIL PROTECTED]| | | tionary.de | | |

Re: Newbie (almost) at a standstill

2004-04-02 Thread raphael . x . mankin
Thank you all for your pointers. I am well aware of the difficulty of writing good documentatioin when you are an expert in the field; sometimes ignorance is a blessing. I shall continue to report omissions or ambiguities as I find them. More documentation updates then I think that the docs

Re: Newbie at a standstill

2004-03-30 Thread raphael . x . mankin
I have done the 'ant build' and it makes no difference. If in the db.open() I change to the default db alias the system appears not to see my parameters at all. It has username and password set to null. There is clearly something terribly obvious that I am just not understanding about setting up

Re: Newbie at a standstill

2004-03-30 Thread raphael . x . mankin
Thank you for your help. I will try your suggestions. I did read all the docs I could find, but did not find them terribly clear. My life is made more difficult by doing this job under Windows and not Unix - it is a matter of where I have Oracle client libraries installed and also have GUI-based

Newbie at a standstill

2004-03-29 Thread raphael . x . mankin
I am trying to get OJB working and am getting absolutely nowhere, so I appeal to the list for some help. The environment is OJB rc5, Eclipse IDE, Sun JDK1.4.2, Oracle 9, NT4.0. The running of the code is controlled by JUnit. I can connect to the DB both with sqlplus and jdbc. I cannot actually

Building OJB with no GUI

2004-03-25 Thread raphael . x . mankin
Is there a way of building OJB wihtout a GUI? If not, can we please have one? I am trying to build OJB over a telnet connection. It fails becuase it cannot open the splash screen with its progress bar back to my workstation.