mnimer / dphibernate

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

Various HibernateProxy bean members should be private #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
I have used cxf to wrap some domain objects which inherit from
HibernateProxy, and found that cxf cannot start due to multiple instances
of the same property. 

This can be modified by changing the members:
    public Object proxyKey;
    public Boolean proxyInitialized = true;
to private, and relying on accessors to modify them.

What version of the product are you using? On what operating system?
dpHibernate 1.0.17 (and recent svn) on mac os x

Please provide any additional information below.

This should be a relatively simple change, which will make the system
easier to integrate.

Original issue reported on code.google.com by simonell...@gmail.com on 24 Jun 2009 at 9:27

GoogleCodeExporter commented 9 years ago
Modified to private in r143

Original comment by martypit...@gtempaccount.com on 6 Jul 2010 at 1:51