Return-Path: Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 77029 invoked by uid 500); 8 Aug 2003 13:53:04 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 76951 invoked from network); 8 Aug 2003 13:53:03 -0000 content-class: urn:content-classes:message Subject: RE: Using JNI in a service? MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Date: Fri, 8 Aug 2003 14:53:02 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Message-ID: <8B56D87C9F12F64FA3AA5B6752E43043800849@madrid.pangea.co.uk> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Using JNI in a service? Thread-Index: AcNdrY8oOy0GieMSQXqtEJEuQ9vycwABqtsQ From: "Jonathan Melvin" To: X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I use JNI in Axis in Jboss without any particular problems. Post the full exception you are getting -----Original Message----- From: Adhamh Findlay [mailto:afindlay@austin.rr.com]=20 Sent: 08 August 2003 14:04 To: axis-user@ws.apache.org Subject: Using JNI in a service? Hello, Has anyone successfully used JNI from within a deployed service under axis? This seems to be creating a InvocationTargetException for me... Here is the class: package dialoglistener; public class IncidentService { static {System.loadLibrary("DialogListener");} =20 public native String findProductIncidentsWithEddress(String eddress); } =20 } The code works fine when I use it outside of Axis, but once I deploy it I get the exception... Thanks, Adhamh This e-mail may contain privileged and confidential information and should = not be used by anyone who is not the original intended recipient(s). If you= have received this e-mail in error, please notify us immediately by using = the reply facility on your e-mail system.