05-06-2009 05:51 PM
I had this same issue, and Mark's suggestion solved it for me. The net_rim_xml_org was listed in the RIM-COD-Module-Dependencies list in the JAD file. I had probably accidently grabbed that jad file from a build with a newer version of the OS. This thread saved me a lot of time.
Thanks Mark!
Regards,
Perry
06-01-2009 03:17 AM
Hi all
I got a similar problem
I am using Blackberry 8830 (verizon) , software version - 4.2.2
when trying to use :
SAXParser saxParser;
SAXParserFactory factory = SAXParserFactory.newInstance();
saxParser = factory.newSAXParser();
I am getting :
ParserConfigurationException
not supported
net_rim_xml
The thing is, It isn't happening on later versions : 4.3 and up.
Does anyone know of a way around it without upgrade the software version ?
appreciate your help
06-01-2009 03:39 AM
Hi,
These kind of errors are most likely due to wrong compilation env. make sure that you comiled it with JDE 4.2.X and not 4.3 for example.
06-01-2009 03:51 AM
06-01-2009 04:11 AM
Itay,
I've encountered such a problem long time ago and i think that it was due to Device problem so try the following:
On the device press the settings icon (perhaps its called Options) go to Advanced Options --> Applications
Press on the Options button and choose Modules --> you should see the list of available modules on the device
and look for the module called net_rim_xml (you'll probably won't find it)
When i encountered such a problem it was on a specific device which didn't contain this module (CDMA device if i recall)
and the only solution was to upgrade the device OS.
06-15-2009 08:01 AM
I am getting same problem, net_rim_xml_org not found.
I am using Blackberry pearl 8100.
Please help.