| 
							
					| Regular |  
					|  |  Joined: Wed Feb 22, 2006 11:28 am
 Posts: 65
 Location: Santiago, Chile
 | 
				
					| Hello Friend:
 If you see in detail ur exception trace, you will found the follow line:
 
 Caused by: java.sql.SQLException: Parameter #1 has not been set.
 
 Cos your Store Procedure is write:
 ? = call getAllRegions() , where the character "?" means implicitly a parameter, so u have tu set a parameter there to excecute.
 
 I think u use Oracle DB, u can search in the hibernate forum all topics associed to Store Procedure of your data base.
 
 
 Requests for comments
 
 
 |  |