Codespilot / vocadb

Automatically exported from code.google.com/p/vocadb
2 stars 1 forks source link

Lazy load artist and album pictures #110

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently those are loaded from the DB every time. Attempt to make those 
lazy-loadable failed because of a bug in NHibernate 3.3.3.4000. Pending on bug 
fix to NHibernate.

System.InvalidCastException Unable to cast object of type 
'NHibernate.Intercept.UnfetchedLazyProperty' to type 
'VocaDb.Model.Domain.PictureData'
Happens in NH 3.3.3.4000 for lazy-loaded components that haven't been 
initialized using NHibernateUtil.Initialize.

Original issue reported on code.google.com by rii...@gmail.com on 14 Apr 2013 at 9:05

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago

Original comment by rii...@gmail.com on 23 Aug 2014 at 2:40