I am using database lookup element(with jndi datasource) to extract information from my derby embedded database, schema admin. Later I use JDBC outbound adapter to store changed data to the same database, again schema admin, in the same table.
This solution doesnt work when I use the same schema to lookup and later store, but works if for example I store data to different schema in same database. What do I have to do to make this work with same schema, if it is even possible.
tnx
This solution doesnt work when I use the same schema to lookup and later store, but works if for example I store data to different schema in same database. What do I have to do to make this work with same schema, if it is even possible.
tnx