Geert,
That's of the Home class, no? Not of the Version class?
In the Home class, I have:
ApplicationContext ctx = new
FileSystemXmlApplicationContext("c:/DEV/Rife/rife-popsuite/web/WEB-INF/applicationContext2.xml");
Object bozo1 = ctx.getBean("appBozoTarget");
Bozo bozo2 = new Bozo();
System.out.println("[com.uwyn.rife.jumpstart.elements.pub.Home] Bozo
class, bean hashcode: "+ bozo1.hashCode());
System.out.println("[com.uwyn.rife.jumpstart.elements.pub.Home] Bozo
class, direct hashcode: "+bozo2.hashCode());
System.out.println("[com.uwyn.rife.jumpstart.elements.pub.Home] Bozo
class, bean classloader type/hashcode: "
+ bozo1.getClass().getClassLoader().getClass().getName()
+" / "
+ bozo1.getClass().getClassLoader().hashCode()
);
System.out.println("[com.uwyn.rife.jumpstart.elements.pub.Home] Bozo
class, direct classloader type/hashcode: "
+ bozo2.getClass().getClassLoader().getClass().getName()
+" / "
+ bozo2.getClass().getClassLoader().hashCode()
);
Pierre
_______________________________________________
Rife-users mailing list
[email protected]
http://www.uwyn.com/mailman/listinfo/rife-users