Cannot use "package" attribute of the hibernate-mapping tag
Status: Beta
Brought to you by:
dbradby
It does not recognize my "package" attribute (of the
hibernate-mapping tag):
<hibernate-mapping
package="com.sybase.it.quoting.beans">
<class name="UserQuote" table="user_quote">
...
...
If I fully qualify this class name, it fails at the next. I have
many mapping files, each referring to a number of
classes... so propagating the package name everywhere
is not very desirable. Hopefully there is a workaround
that doesn't involve fully qualifying each class name...