Bugs item #1491162, was opened at 2006-05-18 15:23
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=379534&aid=1491162&group_id=23735
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Dominique Boucher (schemeway)
Assigned to: Nobody/Anonymous (nobody)
Summary: Cryptic error message when calling Java proxy object
Initial Comment:
When an error occurs in a dynamic proxy created by
define-java-proxy, we get the following cryptic exception:
SISC (1.13.6)
#;> (import s2j)
#;> (define-java-class <java.lang.runnable>)
#;> (define-java-proxy (runnable thunk)
(<java.lang.runnable>)
(define (run) (thunk)))
#;> (define-generic-java-method run)
#;> (run (runnable (lambda () (display "Hello!")
(newline))))
Error: #<java
java.lang.reflect.UndeclaredThrowableException
java.lang.reflect.UndeclaredThrowableException>
?:?:?: <from call to @s2j-operation::java/invoke-method>
#;>
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=379534&aid=1491162&group_id=23735
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
|