HiI am trying a simple GT4 service that calls a method that performs updations on the underlying database using plain old jdbc.
However, when I call these methods from client, the changes are not reflected in the database.
By default, setAutocommit is true. I am closing the statement after call as well.
Any idea what might be wrong with this? Regards Ketan
