in tapestry 5.0.5
use tapestry-hibernate,to inject to Session,i write
@org.apache.tapestry.annotations.Inject
Session _session;
It works well.
then i change to 5.0.13, the inject annotation changed.
@org.apache.tapestry5.ioc.annotations.Inject
Session _session;
and i get a error message.
can anyone tell me how to use hibernate in 5.013.
thanks in advance.
-- 
View this message in context: 
http://www.nabble.com/question-about-inject-annotation.-tp18488949p18488949.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to