Open GoogleCodeExporter opened 8 years ago
Ok. I find out the problem and there is the result:
1. Orika try to map something
2. Get the exception during the mapping
3. Try to build report
4. And get the SECOND exception, which HIDE the original one.
Possible solutions:
1. Switch off the report generation on exception, e.g.
factoryBuilder.dumpStateOnException(false);
2. Catch the exception on the report generation in ExceptionUtility.
3. Find out why the org.eclipse.core.resources.IWorkspaceRoot can't be loaded.
My objects does not use the eclipse classes, so I assume that it is Orika
class.
Original comment by sspirido...@gmail.com
on 21 Nov 2014 at 5:40
Original issue reported on code.google.com by
sspirido...@gmail.com
on 31 Oct 2014 at 5:43