Re: Security problem with ggregate functions using Java

2017-02-20 Thread nicholas walton
quot;getProtectionDomain"; permission java.io.FilePermission "<>", "read"; // My additions permission java.lang.RuntimePermission "accessClassInPackage.sun.reflect"; //permission java.net.SocketPermission "127.0.0.1:1527" "connect,resolve&q

Re: Security problem with ggregate functions using Java

2017-02-20 Thread nicholas walton
y 10.10.1.1. > > I have created https://issues.apache.org/jira/browse/DERBY-6922 > <https://issues.apache.org/jira/browse/DERBY-6922> to investigate the problem > raised by this issue. > > Hope this helps, > -Rick > > On 2/20/17, 1:54 AM, nicholas walton w

Security problem with ggregate functions using Java

2017-02-17 Thread nicholas walton
Hi, I need to extend Java’s aggregate functions to include Median, using the code below import java.util.ArrayList; import java.util.Collections; import org.apache.derby.agg.Aggregator; public class median> implements Aggregator { private ArrayList _values; public