DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7776>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7776

Value not being passed to extension function

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|[EMAIL PROTECTED]    |[EMAIL PROTECTED]



------- Additional Comments From [EMAIL PROTECTED]  2002-07-29 16:24 -------
The real problem is in the extension handler. It is better to fix it there 
rather than messing up with the xpath code.

In ExtensionHandlerJavaClass.callFunction(), if a method has been called once, 
the next time it will be located from the cache. In this case the method is 
called on an XObject instance. This will always throw an 
IllegalArgumentException (the exception is ignored). The correct solution is to 
invoke the method on the object that the XObject wraps.

Reply via email to