ruurd has quit [Read error: Connection reset by peer]
ruurd has joined #jruby
<headius[m]>
byteit101: I will look
<headius[m]>
byteit101: that exeption trace is occurring during our introspection of the class in question... it is probably something we should look at improving and wrapping with a better Ruby error that still contains the JVM error
<headius[m]>
I don't know if this is new for your code though; it's deep in the introspection code and just blows up because you're trying to use a JVM clsas that has an annotation whose class is not available
<headius[m]>
error handling for that case could certainly be improved