• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Weblogic 8.1 Integration issue

 
Ranch Hand
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,

I am trying to call a stored procedure using a database control inside a JPD in Weblogic 8.1 Workshop's project. I am facing issue and it is giving some error which doesnt exists actually. The stored procedure which I am calling contains dynamic sql. The Stored procedure is for search process. Depending upon the search criteria entered by user, dynamic SQL is generated inside the strore procedure and the cursor is returned. I came to know from my team collegue that Weblogic 8.1 integration server has issue calling a stored procedure containing dynamic SQL.

Hence I have now written POJO and DAO classes to establish a db connection, run Stored procedure and fetch data. But now I am facing issue while getting database connection.

Does anybody earlier faced this issue? Kindly help.

Thanks & Regards
Ashwin
 
Bartender
Posts: 6663
5
MyEclipse IDE Firefox Browser Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What is this issue ? Posting errors and stack trace logs will help
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic