• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
rawRowsForStoredProcedureNamed NullPointerException...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

rawRowsForStoredProcedureNamed NullPointerException...


  • Subject: rawRowsForStoredProcedureNamed NullPointerException...
  • From: Nathan Walker <email@hidden>
  • Date: Tue, 8 Nov 2005 10:22:41 -0500

When used against MySQL 5.0.13 and JDBC 3.1.11, I get a null pointer when trying to use that EOUtitlites method. Does anybody know how to get this operating. The docs say the stored procedures are supported from version 3.1 and up for the JDBC driver??

Here's the code I'm using:

NSDictionary args = new NSDictionary(vendor.vendcode(),"L");
reportItems = EOUtilities.rawRowsForStoredProcedureNamed(myEC,"storeDetail",args);

Here's part of the stack trace I get:
STACK TRACE:
[2005-11-08 10:15:45 EST] <Thread-3> java.lang.NullPointerException
at com.webobjects.eoaccess.EOUtilities.rawRowsForStoredProcedureNamed(EOUtilities.java:624)
at LongProcess.performAction(LongProcess.java:152)
at com.webobjects.woextensions.WOLongResponsePage.run(WOLongResponsePage.java:155)
at java.lang.Thread.run(Thread.java:552)


Thanks,
Nathan


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: rawRowsForStoredProcedureNamed NullPointerException...
      • From: Nathan Walker <email@hidden>
  • Prev by Date: Re: Implementing "google like" search
  • Next by Date: Re: rawRowsForStoredProcedureNamed NullPointerException...
  • Previous by thread: Re: Pure Swing JavaClient distribution channel
  • Next by thread: Re: rawRowsForStoredProcedureNamed NullPointerException...
  • Index(es):
    • Date
    • Thread