Re: [Firebird-devel] FBJava plugin issues

2018-05-21 Thread Leyne, Sean
> > Hello Mark, > > > > Here it is what we did in details: > > > > 1) Install plugin into C:\Firebird_Java\fbjava-1.0.0-alpha-1. > > I advice to prefer use the version of master instead of alpha-1. > > Yes, it's not released as binary yet, but important fixes and many changes has > done since

Re: [Firebird-devel] FBJava plugin issues

2018-05-20 Thread Adriano dos Santos Fernandes
On 18/05/2018 15:59, Chmakov, Vladimir wrote: > Hello Mark, > > Here it is what we did in details: > > 1) Install plugin into C:\Firebird_Java\fbjava-1.0.0-alpha-1. I advice to prefer use the version of master instead of alpha-1. Yes, it's not released as binary yet, but important fixes and

Re: [Firebird-devel] FBJava plugin issues

2018-05-19 Thread Chmakov, Vladimir
-devel@lists.sourceforge.net Subject: Re: [Firebird-devel] FBJava plugin issues On 16-5-2018 16:47, Chmakov, Vladimir wrote: > Hello Mark, > > Thank you for your reply! > > Yes, the documentation recommends placing JARs inside the DB, but the > "external" deployment be

Re: [Firebird-devel] FBJava plugin issues

2018-05-18 Thread Mark Rotteveel
On 18-5-2018 14:53, Adriano dos Santos Fernandes wrote: On 18/05/2018 09:45, Mark Rotteveel wrote: On 18-5-2018 14:32, Adriano dos Santos Fernandes wrote: On 18/05/2018 08:57, Mark Rotteveel wrote: We also tried to push our own JARs into the DB, but ended up getting tons of "PK violation"

Re: [Firebird-devel] FBJava plugin issues

2018-05-18 Thread Adriano dos Santos Fernandes
On 18/05/2018 09:45, Mark Rotteveel wrote: > On 18-5-2018 14:32, Adriano dos Santos Fernandes wrote: >> On 18/05/2018 08:57, Mark Rotteveel wrote: >>> We also tried to push our own JARs into the DB, but ended up getting tons of "PK violation" errors. >>> >> This one is because Java has

Re: [Firebird-devel] FBJava plugin issues

2018-05-18 Thread Mark Rotteveel
On 18-5-2018 14:32, Adriano dos Santos Fernandes wrote: On 18/05/2018 08:57, Mark Rotteveel wrote: We also tried to push our own JARs into the DB, but ended up getting tons of "PK violation" errors. This one is because Java has no problem if you have class x.y.Class in many jars, but the

Re: [Firebird-devel] FBJava plugin issues

2018-05-18 Thread Adriano dos Santos Fernandes
On 18/05/2018 08:57, Mark Rotteveel wrote: > >> We also tried to push our own JARs into the DB, but ended up getting >> tons of "PK violation" errors. > This one is because Java has no problem if you have class x.y.Class in many jars, but the plugin AFAIR rejects it, as Oracle does. It's probably

Re: [Firebird-devel] FBJava plugin issues

2018-05-18 Thread Mark Rotteveel
On 16-5-2018 16:47, Chmakov, Vladimir wrote: Hello Mark, Thank you for your reply! Yes, the documentation recommends placing JARs inside the DB, but the "external" deployment better suits our software deployment policies. My expectation would be that regardless of the JAR deployment model all

Re: [Firebird-devel] FBJava plugin issues

2018-05-16 Thread Adriano dos Santos Fernandes
On 16/05/2018 16:44, Chmakov, Vladimir wrote: > Hello, > > "Stops working" means that the trigger doesn't produce any logs. > Should be a classloading issue. You need to debug slf4j/logback config loading. Adriano

Re: [Firebird-devel] FBJava plugin issues

2018-05-16 Thread Adriano dos Santos Fernandes
On 16/05/2018 16:48, Leyne, Sean wrote: > > We are testing FBJava plugin to see how well it suits our purposes. For the testing we use example provided with the package. It works well when deployed directly into the DB. However, when JAR is placed externally,

Re: [Firebird-devel] FBJava plugin issues

2018-05-16 Thread Chmakov, Vladimir
iolation" errors. Thanks, Vlad -Original Message- From: Mark Rotteveel <m...@lawinegevaar.nl> Sent: Wednesday, May 16, 2018 10:26 AM To: firebird-devel@lists.sourceforge.net Subject: Re: [Firebird-devel] FBJava plugin issues On 14-5-2018 17:53, Chmakov, Vladimir wrot

Re: [Firebird-devel] FBJava plugin issues

2018-05-16 Thread Leyne, Sean
> > > We are testing FBJava plugin to see how well it suits our purposes. > > > For the testing we use example provided with the package. It works > > > well when deployed directly into the DB. However, when JAR is placed > > > externally, org.firebirdsql.fbjava.examples.fbjava_example example.

Re: [Firebird-devel] FBJava plugin issues

2018-05-16 Thread Leyne, Sean
> > We are testing FBJava plugin to see how well it suits our purposes. > > For the testing we use example provided with the package. It works > > well when deployed directly into the DB. However, when JAR is placed > > externally, org.firebirdsql.fbjava.examples.fbjava_example example. > >

Re: [Firebird-devel] FBJava plugin issues

2018-05-16 Thread Adriano dos Santos Fernandes
On 16/05/2018 16:26, Adriano dos Santos Fernandes wrote: > On 14/05/2018 09:21, Chmakov, Vladimir wrote: >> Hello, >> >>   >> >> We are testing FBJava plugin to see how well it suits our purposes. >> For the testing we use example provided with the package. It works >> well when deployed directly

Re: [Firebird-devel] FBJava plugin issues

2018-05-16 Thread Adriano dos Santos Fernandes
On 16/05/2018 15:39, Leyne, Sean wrote: > >> The fbjava documentation specifically says not to put more jar files there: >> >> """ >> The internal classes necessary for FB/Java are in >> /jar/*.jar >> and is not recommended to put more jar files there. >> """ > "Not recommended" does

Re: [Firebird-devel] FBJava plugin issues

2018-05-16 Thread Adriano dos Santos Fernandes
On 14/05/2018 09:21, Chmakov, Vladimir wrote: > > Hello, > >   > > We are testing FBJava plugin to see how well it suits our purposes. > For the testing we use example provided with the package. It works > well when deployed directly into the DB. However, when JAR is placed > externally,

Re: [Firebird-devel] FBJava plugin issues

2018-05-16 Thread Leyne, Sean
> The fbjava documentation specifically says not to put more jar files there: > > """ > The internal classes necessary for FB/Java are in > /jar/*.jar > and is not recommended to put more jar files there. > """ "Not recommended" does not mean "must not" or "is not supported" >

Re: [Firebird-devel] FBJava plugin issues

2018-05-16 Thread Mark Rotteveel
On 14-5-2018 17:53, Chmakov, Vladimir wrote: Hello, We are placing them into %FBJAVA_ROOT%\jar folder. The fbjava documentation specifically says not to put more jar files there: """ The internal classes necessary for FB/Java are in /jar/*.jar and is not recommended to put more

Re: [Firebird-devel] FBJava plugin issues

2018-05-15 Thread Chmakov, Vladimir
Hello, We are placing them into %FBJAVA_ROOT%\jar folder. Thanks, Vlad -Original Message- From: Adriano dos Santos Fernandes <adrian...@gmail.com> Sent: Monday, May 14, 2018 11:49 AM To: firebird-devel@lists.sourceforge.net Subject: Re: [Firebird-devel] FBJava plugin issues On

Re: [Firebird-devel] FBJava plugin issues

2018-05-14 Thread Adriano dos Santos Fernandes
On 14/05/2018 09:21, Chmakov, Vladimir wrote: > > Hello, > >   > > We are testing FBJava plugin to see how well it suits our purposes. > For the testing we use example provided with the package. It works > well when deployed directly into the DB. However, when JAR is placed > externally,

[Firebird-devel] FBJava plugin issues

2018-05-14 Thread Chmakov, Vladimir
Hello, We are testing FBJava plugin to see how well it suits our purposes. For the testing we use example provided with the package. It works well when deployed directly into the DB. However, when JAR is placed externally, org.firebirdsql.fbjava.examples.fbjava_example example. FbLogger stops