• 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

SerialConnection issue

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i'm gettin a strange error while running my weblogic application
i have connection object returned by the connection pool which looks to be of weblogic.jdbc.rmi.SerialConnection class.
the problem occurs when i try to execute successive createStatement calls on the same weblogic.jdbc.rmi.SerialConnection object. it works fine for the first call but gives NullPointerException for all subsequent calls.
where can i get more information bout this NullPointerException class to know whether and how createStatement is overriden since no javadocs for this particular class seem to be in existence.
what are the possible causes of the occurrence of this NullPointerException??
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic