Hi,
if you do
} catch(RuntimeException rte) {
rte.printStackTrace();
}
instead of
} catch(RuntimeException rte) {
System.out.println(rte.getStackTrace());
}
does that change anything?
--
View this message in context:
http://n2.nabble.com/Nested-Exception-Error-tp2226952p2237221.html
Sent from the OpenJPA Users mailing list archive at Nabble.com.
