On Thu, 16 Jan 2014 03:21:53 -0200, nhhockeyplayer nashua
wrote:
I know this might be the wrong board.
So why did you still post the message? You're just polluting the mailing
list with off-topic stuff in this thread.
But the hibernate support in tapestry is relevent.
What you've pos
I reimplemented part of it to rreuse the deprecated api
import org.hibernate.cfg.AnnotationConfiguration;
public interface IHibernate4Configurer
{
/**
* Passed the configuration so as to make changes.
*/
void configure(AnnotationConfiguration configuration);
}
public void
Why don't you ask it on Hibernate mailing list?
http://hibernate.org/community/
This isn't related to Tapestry at all.
On Thu, Jan 16, 2014 at 9:21 AM, nhhockeyplayer nashua <
nhhockeypla...@hotmail.com> wrote:
> It seems there is frustration about hibernate ansd the deprecation of the
> addPa
It seems there is frustration about hibernate ansd the deprecation of the
addPackage method.
And no immediate documented solution to adding a blanket package to a
Configuration in order to iterate all the classes.
Does anyone know how to do this ?
I know this might be the wrong board. But the
Sorry to pollute the board...
It seems to be deprecated but there are no instructions as what to use in place
of the deprecated method ?
When I look at the class in eclipse... the method is not in the class.
Best regards
and thanks... KEN
From: nhhockeypla...@hotmail.com
To: users@tapestry.ap