Testing v2.1.6 with given Auction example by running
as:
ant eg
gives an INFO message that is coming from the getBulkBean(...)
method as:
INFO ReflectHelper:186 - reflection optimizer disabled for:
org.hibernate.auction.Name, IllegalArgumentException: Cannot find matching
method/constructor
which cause by newInstance() caller and the 'private' constructor in the
callee -- the Name class.
Even though other classes, e.g., User, do not have such
problem since
they all have public constructor.
What is the intention behind of this? Trying to show us how
optimizer can be
failed? Thanks.
Pae
|