• 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
Re: WOXMLDecoder NullPointerException
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: WOXMLDecoder NullPointerException


  • Subject: Re: WOXMLDecoder NullPointerException
  • From: Simon <email@hidden>
  • Date: Sun, 14 Mar 2010 11:05:04 +0000

my advice is to use a mapping file. no mapping file = debugging nightmare

simon

On 13 March 2010 11:45, Shravan Kumar. M <email@hidden> wrote:
> Hi Group,
>
> Following code to decode an xml file or xml string is resuting in NPE, could
> you any one please advise what's going wrong here:
>
>         WOXMLDecoder xmlDecoder = WOXMLDecoder.decoder();
>         //InputStream is =
> application().resourceManager().inputStreamForResourceNamed("supra.xml",
> null, null);
>         //System.out.println("is..." + is);
>         //Object obj = xmlDecoder.decodeRootObject(new NSData(is, 1024));
>         String xmlString = "<?xml version='1.0'
> encoding='UTF-8'?><supra><childe>123</childe></supra>";
>         StringReader stringReader = new StringReader(xmlString);
>         InputSource is = new InputSource(stringReader);
>         Object obj = xmlDecoder.decodeRootObject(is);
>         System.out.println("childe: " + xmlDecoder.valueForKey("childe"));
>
> java.lang.NullPointerException
> [2010-03-13 17:08:56 IST] <WorkerThread0> java.lang.NullPointerException
>     at
> com.webobjects.appserver.xml.WOXMLDecoder.decodeObjectForKey(WOXMLDecoder.java:744)
>     at
> com.webobjects.appserver.xml._private._DecodingHandler.root(_DecodingHandler.java:31)
>     at
> com.webobjects.appserver.xml.WOXMLDecoder.decodeRootObject(WOXMLDecoder.java:706)
>     at your.app.components.Main.submitData(Main.java:160)
>
> Thank You,
> Shravan Kumar. M
> ---------------------------
>
>
>  _______________________________________________
> 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
>
 _______________________________________________
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: WOXMLDecoder NullPointerException
      • From: "Shravan Kumar. M" <email@hidden>
References: 
 >WOXMLDecoder NullPointerException (From: "Shravan Kumar. M" <email@hidden>)

  • Prev by Date: Fw: WOXMLDecoder NullPointerException
  • Next by Date: Re: WOXMLDecoder NullPointerException
  • Previous by thread: WOXMLDecoder NullPointerException
  • Next by thread: Re: WOXMLDecoder NullPointerException
  • Index(es):
    • Date
    • Thread