You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xmlbeans.apache.org by "Celso Pinto (ext)" <Ce...@siemens.com> on 2005/12/14 18:24:19 UTC

ArrayStoreException error while invoking XmlObject.selectPath()

Hi everyone,

I've been getting some ArrayStoreException errors when invoking the selectPath() method in an XmlObject subclass. Tracking the traceback exception I noticed that this occurs in the XmlObjectBase._typedArray() method, when the input array argument has a XmlAnyTypeImpl object and the System.arraycopy is invoked.

I'm failing to understand what's the need of having a _typedArray() because apparently it can't handle XmlAnyTypeImpl classes and every class (including the XmlAnyTypeImpl class) implements the XmlObject interface. 

Given that both selectPath(String,XmlOptions) and execQuery(String,XmlOptions) return a XmlObject[] and these are invokers of the _typedArray() method, what is the need for a method that crashes and apparently is redundant?

Cheers,
Celso


_______________________________________________ 
SIEMENS 
Celso Pinto
Siemens S.A. - Siemens Communications Portugal
R&D Center 1
Network Management Systems
(COM RD1 SW2 A2)

Rua Irmãos Siemens, 1 - Edif. Alfravip, Piso 1 
2720-093 Amadora, 
Portugal

Phone: +351 21 416 7551 
Fax: +351 21 416 7501
_______________________________________________

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: dev-help@xmlbeans.apache.org