A tool to generate an uml2 model based on repository.xml

2005-10-31 Thread Claude . Glauser
Hi OJB cummunity, here a link to a tool wich generates a model based on a OJB repository: http://www.claude-glauser.ch/j2ee/ojb/repository2uml2/index.html http://www.claude-glauser.ch/j2ee/ojb/repository2uml2/index.html here a link to an article about object-serialization (ojb):

Emitted SQL statement für primarykey-value 0?

2005-06-27 Thread Claude . Glauser
Hi, When I do an insert operation on a simple persistent class (Adress: int id, String name, String firstname), then the following sql statements will be emitted by ojb: 1119851348515|0|1|statement||SELECT ID FROM ADRESSE WHERE ID = '1' 1119851348515|0|1|statement||INSERT INTO ADRESSE

AW: CMT and OJB

2005-06-12 Thread Claude . Glauser
Thanks a lot for your answer! Yes, I will appreciate a feature to turn on or off checkForTx in OJB.properties :) With best regards, Claude -Ursprüngliche Nachricht- Von: Armin Waibel [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 10. Juni 2005 20:57 An: OJB Users List Betreff: Re: CMT

CMT and OJB

2005-06-10 Thread Claude . Glauser
Hi, I have an application server WebSphere 5.1 and I must do Container Managed Transactions (CMT) with OJB. There is only PB-API involved. Unfortunately, there is very little documentation on this topic. Now my question: If I don't call the method PersistenceBroker.beginTransaction() and

Newby deployment question, placement of common libraries (struts, ojb) ?

2003-06-25 Thread Claude . Glauser
Hi, we have a J2EE application which uses ejb's, ojb and struts. OJB and Jakarta-Struts depend (among others) on some common libraries, i.e. commons-beanutil.jar. Which of the the two following solutions do you recommend ? 1. The common (=common to both, ojb and struts) libraries are placed in