atos1990 / orika

Automatically exported from code.google.com/p/orika
0 stars 0 forks source link

DefaultMapper has dependency on org.hibernate.MappingException #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There is an import in ma.glasnost.orika.impl.DefaultMapper that references 
"org.hibernate.MappingException"
This dependency causes classloading to fail, since it is not included in the 
transitive dependencies of the orika artifact.
Perhaps this should have been an import of "ma.glasnost.orika.MappingException" 
instead?

This is found in orica-core-1.0-SNAPSHOT

Original issue reported on code.google.com by matt.deb...@gmail.com on 13 Oct 2011 at 5:48

GoogleCodeExporter commented 9 years ago

Original comment by elaat...@gmail.com on 18 Oct 2011 at 8:32

GoogleCodeExporter commented 9 years ago
I'll handle this one.

Original comment by elaat...@gmail.com on 18 Oct 2011 at 8:38

GoogleCodeExporter commented 9 years ago
Yes ! absolutely, thank you.

Original comment by elaat...@gmail.com on 18 Oct 2011 at 8:49

GoogleCodeExporter commented 9 years ago

Original comment by elaat...@gmail.com on 19 Oct 2011 at 9:54