Re: Problem in trying to get a Restricted Table Function loaded

2011-08-02 Thread Rick Hillegas
Scratch that. Looks like you have already logged DERBY-5352 to track this issue and you have found the problem. I should have just stayed calm and continued wading through the email which piled up while I was on vacation. Thanks, Brett. On 8/1/11 1:31 PM, Rick Hillegas wrote: Hi Brett, This

Re: Problem in trying to get a Restricted Table Function loaded

2011-08-01 Thread Rick Hillegas
Hi Brett, This looks like a bug to me. I have logged DERBY-5366 to track this. Thanks for finding this problem, -Rick On 7/25/11 6:23 AM, Bergquist, Brett wrote: In case this got missed as I could really use the help. Just need to know what I need to do to get the VYI classes to be

Re: Problem in trying to get a Restricted Table Function loaded

2011-07-25 Thread Bergquist, Brett
In case this got missed as I could really use the help. Just need to know what I need to do to get the VYI classes to be accessible to my table function. As a straight table function it registers and works fine but as soon as I reference something like VTITemplate it fails saying it could not

Problem in trying to get a Restricted Table Function loaded

2011-07-24 Thread Bergquist, Brett
My class looks like: public class NpaResultsTableFunction extends VTITemplate implements RestrictedVTI { public static NpaResultsTableFunction read() throws SQLException { return new NpaResultsTableFunction(); } public NpaResultsTableFunction() throws SQLException {