Rick,
That looks great. I like the move from:
+ if(output == null){
+ tool.recordCode();
+ } else{
+ tool.recordCode(output);
+ }
to
+ tool.recordCode(output);
Many thanks for all the help.
I thought you might enjoy this workaround I've been using in the meantime in
order to meet a deadline:
http://pastebin.com/X94iAnjB
Thanks,
Aron
--
View this message in context:
http://openjpa.208410.n2.nabble.com/Using-ReverseMappingTool-run-to-generate-Java-strings-tp7585730p7585764.html
Sent from the OpenJPA Users mailing list archive at Nabble.com.