Initialization of variables

2009-12-03 Thread Johannes Lichtenberger
Hello, how do I initialize an object (a transaction), which I then have to access in a self written pipeline component (generator)? My concern is, that the session can only be bound once to a path/file, so subsequent requests throw errors. regards, Johannes

Re: Initialization of variables

2009-12-03 Thread Jos Snellings
Hi Johannes, I must say, I do not completely understand your point. Talking about such things as 'transactions': you could setup in the system what needs to be setup once in a separate class. Below is an example from the real world where database connections are set up in a separate spring bean: