RE: Code loaded through SQL.INSTALL_JAR does not have access to derby API code. Is this expected?

2011-07-26 Thread Bergquist, Brett
. From: Knut Anders Hatlen [knut.hat...@oracle.com] Sent: Monday, July 25, 2011 2:47 PM To: derby-dev@db.apache.org Cc: Bergquist, Brett Subject: Re: Code loaded through SQL.INSTALL_JAR does not have access to derby API code. Is this expected? Bergquist, Brett bbergqu...@canoga.com writes: I found

RE: Code loaded through SQL.INSTALL_JAR does not have access to derby API code. Is this expected?

2011-07-26 Thread Bergquist, Brett
: Tuesday, July 26, 2011 11:11 AM To: Knut Anders Hatlen; derby-dev@db.apache.org Subject: RE: Code loaded through SQL.INSTALL_JAR does not have access to derby API code. Is this expected? I opened JIRA issue: https://issues.apache.org/jira/browse/DERBY-5352 Note that this is also a problem with code

Code loaded through SQL.INSTALL_JAR does not have access to derby API code. Is this expected?

2011-07-25 Thread Bergquist, Brett
I found some information. I found that if I include my JAR file containing my Restricted Table code in the classpath before starting the network server, then the code can load correctly and it has access to the org.apache.derby.vti.RestrictedVTI class and others. If however the code is

RE: Code loaded through SQL.INSTALL_JAR does not have access to derby API code. Is this expected?

2011-07-25 Thread Bergquist, Brett
through SQL.INSTALL_JAR does not have access to derby API code. Is this expected? I found some information. I found that if I include my JAR file containing my Restricted Table code in the classpath before starting the network server, then the code can load correctly and it has access

Re: Code loaded through SQL.INSTALL_JAR does not have access to derby API code. Is this expected?

2011-07-25 Thread Knut Anders Hatlen
Bergquist, Brett bbergqu...@canoga.com writes: I found some information. I found that if I include my JAR file containing my Restricted Table code in the classpath before starting the network server, then the code can load correctly and it has access to the org.apache.derby.vti.RestrictedVTI