• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Not all variables bound In OC4J Release-3

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am getting following error when i am running my application in JDeveloper 903 embedded server with EJB 2.0.
"com.evermind.server.rmi.OrionRemoteException: Transaction was rolled back: Database error: java.sql.SQLException: ORA-01008: not all variables bound
; nested exception is: java.sql.SQLException: ORA-01008: not all variables bound",
The same flow with EJB 1.1 CMP is working without any problem.
The O-R Mapping for all CMP fields exists in both CMP 2.0 and CMP 1.1.
As far as my knowledge thers is nothing wrong.
As anyone encountered such problem or know solution for this please let me know.
Thanks & Regards
Madhu V
reply
    Bookmark Topic Watch Topic
  • New Topic