Re: Tapestry JPA + Stored Procedures

2012-11-08 Thread John
To: Tapestry users Sent: Wednesday, November 07, 2012 8:23 PM Subject: Re: Tapestry JPA + Stored Procedures Hi, you can inject the session directly. please take a look at the documentation. G, Kris Am 07.11.2012 09:31 schrieb John j...@quivinco.com: I got the JPA

Tapestry JPA + Stored Procedures

2012-11-07 Thread John
I got the JPA(with eclipselink) to work and have been using @NamedStoredProcedureQuery annotations in entities to obtain entity classes successully from SQLServer. This technique doesn't seem to work well or fit the situation where the stored proc just returns output parameters (no entity class

Re: Tapestry JPA + Stored Procedures

2012-11-07 Thread Kristian Marinkovic
Hi, you can inject the session directly. please take a look at the documentation. G, Kris Am 07.11.2012 09:31 schrieb John j...@quivinco.com: I got the JPA(with eclipselink) to work and have been using @NamedStoredProcedureQuery annotations in entities to obtain entity classes successully