My SessionImpl class implements the Identity Session. This all works fine so far. But now i want to pass the id of the database to the sessionImpl because there are running severale databases on the server. I couldn't figure out how to pass the arguments in the object of the transaction-context, so that the constructor of the sessionImpl will be initialized with these arguments...