PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT
ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW
AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE
DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL
BE LOST SOMEWHERE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3300
*** shadow/3300 Wed Aug 29 07:11:09 2001
--- shadow/3300.tmp.1650 Wed Aug 29 07:40:05 2001
***************
*** 134,137 ****
Maybe you can wait for that? In any case, I don't know why you're getting this
exception. The only parameter in get() is the ExpressionContext which should
get assigned by default! I suppose you could remove it since you don't seem to
! be using it in your code.
--- 134,148 ----
Maybe you can wait for that? In any case, I don't know why you're getting this
exception. The only parameter in get() is the ExpressionContext which should
get assigned by default! I suppose you could remove it since you don't seem to
! be using it in your code.
!
! ------- Additional Comments From [EMAIL PROTECTED] 2001-08-29 07:40 -------
! Rob --
! I tried this on the current CVS and get the correct output. I'm not sure why
! yours isn't working. Based on the error message that you get with 2.2.D9,
! please check that (a) your get() function is static and (b) the extension
! function is in the classpath using the proper package.
! Can you run this from the command line with the -edump option and include the
! full stack trace if you're still getting an exception?
! Thanks,
! Gary