Re: Default Marker

2015-08-12 Thread Nathan Quirynen
So aside from the hibernate library, my problem is that when using Marker annotations for tagging a service I have to add these annotations everywhere. It would be nice to be able to define a default when adding no marker annotation. Now you get the error about the fact that**dependency

Default Marker

2015-08-10 Thread Nathan Quirynen
Hi, I'm using the following example for multiple database support with hibernate: https://tawus.wordpress.com/2012/03/03/tapestry-hibernate-multiple-databases/ With the use of marker annotations the correct hibernate session manager is injected. I would like to use this in one of our