| 
					
						 Hello all,
 
 
        I need know if NHibernate correctly handle objects through .net transparent proxies.. The problem is that when I call the session save method using the real object as argument all work fine, but if I call the session save method using as argument a transparent proxy, generated by my application code, I get a exception as such my mapping file was wrong, it say that not can access any property or field.
        Anybody already get this problem? There are any solution?
  
 
 Hibernate version: 1.0.2 
 
 Name and version of the database you are using: MS SQL 2005
 
 
 Thank's by attention...
 []'s
 FernandoVM 
					
  
						
					 |