-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: Hibernate could not access Oracle Stored Procedure
PostPosted: Thu Jan 23, 2014 7:59 pm 
Newbie

Joined: Thu Jan 23, 2014 7:30 pm
Posts: 1
Hello,

I am having issue with the below statement in one of my JAVA programs.
What happen is when it try execute stored proc and it bombed(Throws OracleServiceException)display error message Can't access callResolutionReport_SP stored procedure.

Here is section of the code:
result = [b]getHibernateTemplate().findByNamedQueryAndNamedParam(
"Get_Member_SP", memberNames, ReturnValues); .
.
.
catch (DataAccessException e)
{
throw new OracleServiceException("Can't access Get_Member_SP.", e);
}
I have tried objdbc6 and objdbc14 and I still having the issue.
Here are some details:
- src/org/springframework/orm/hibernate3
- ojdbc6
- oracle 11g
- running on Websphere 7.0
- J2EE

Have anyone experienced the issue before and what might cause hibernate could not access stored procedure?

Thank you in advance for your help

PS: I have stack trace file, I wish we have attach file option.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.