I have the below code
oracle.jdbc.driver.OracleConnection connection = (oracle.jdbc.driver.OracleConnection)
oracle.apps.jtf.aom.transactions.TransactionScope.getNewConnection()
the code is not throwing any exception here but
when I do
p = connection.p(stringbuffer.toString())
am getting Null pointer exception.
could you please help me why ?
is the connection in the first line actually established ?