Strange OJB Behaviour with Struts

2005-01-12 Thread Sylvain ~
I'm trying to create a web application with OJB Struts running on Tomcat. When I want to retrieve a set of Objects just after storing a new Object of the same type, this added Object is repeated many times at the end of the Collection. Example : if the records are : John, Carla, Greg I add

Re: strange OJB behaviour

2004-12-28 Thread Tino Schöllhorn
Hi, would you post your loop-code, so it is possible to see what changes you are doing? Tino T. K. Chris wrote: HI, I have tried to access a database through a loop. while the loop is running, I manually modify (in live) and commit a record in the data base. The modification is not detected, at

strange OJB behaviour

2004-12-26 Thread T. K. Chris
HI, I have tried to access a database through a loop. while the loop is running, I manually modify (in live) and commit a record in the data base. The modification is not detected, at the next incrementation within the running loop. What could be the problem. It sounds as I am missing

unable to select recently inserted object : Strange OJB behaviour

2004-12-26 Thread dave riveli
HI, I have tried to access a database through a loop. while the loop is running, I manually modify (in live) and commit a record in the data base. The modification is not detected, at the next incrementation within the running loop. What could be the problem? How can I solve this? It sounds