server « Stored Procedure « JPA Q&A





1. unable to execute stored proc on MS SQL Server    forum.hibernate.org

Newbie Joined: Fri Apr 03, 2009 10:12 am Posts: 2 I am trying to execute a stored procedure and am getting the following error: com.microsoft.sqlserver.jdbc.SQLServerException: The value is not set for the parameter number 3. This is with SQL Server 2000 SP4 and Hibernate 3.2.5. Here is my mapping file: ------------------------------