[basedb-devel] Potential problem in plug-in execution

2008-01-11 Thread Jari Häkkinen
Many plug-ins acquire a working directory with code similar to the sample attached below. This is mostly safe but when running more than one BASE server on a host there is a potential clash. A plugin running in the different BASEs may allocate the same temporary directory (since jobids may matc

Re: [basedb-devel] more trials with getting a web service client to work (Re: strange AxisFault exception when using the example in the docs (Re: Writing an external importer/exporter))

2008-01-11 Thread Jari Häkkinen
The demo server is now running 2.5.0. Maybe we should finalize 2.5.1 and not forget to upgrade the demo server? Jari Carl Mäsak wrote: > Nicklas (>), Carl (>>), Nicklas (>>>): All examples are included in the source download (is this what you downloaded?). To build the examples you ne

Re: [basedb-devel] more trials with getting a web service client to work (Re: strange AxisFault exception when using the example in the docs (Re: Writing an external importer/exporter))

2008-01-11 Thread Carl Mäsak
Nicklas (>), Carl (>>), Nicklas (>>>): > >> All examples are included in the source download (is this what you > >> downloaded?). To build the examples you need to do (from the root > >> directory of the source download): > >> > >> ant package.examples > >> > >> This will build the examples, and pu

Re: [basedb-devel] more trials with getting a web service client to work (Re: strange AxisFault exception when using the example in the docs (Re: Writing an external importer/exporter))

2008-01-11 Thread Nicklas Nordborg
Carl Mäsak wrote: > Since I last had my problems getting a web service client to work in > mid-December, I've slowly come to the realisation that (1) I should be > starting from the web service client examples provided on the home > page, and (2) I should really use Java 1.6 and not Java 1.5, as I

[basedb-devel] more trials with getting a web service client to work (Re: strange AxisFault exception when using the example in the docs (Re: Writing an external importer/exporter))

2008-01-11 Thread Carl Mäsak
Since I last had my problems getting a web service client to work in mid-December, I've slowly come to the realisation that (1) I should be starting from the web service client examples provided on the home page, and (2) I should really use Java 1.6 and not Java 1.5, as I am now. Even so, I'm stil