Re: [SHOWSTOPPER] Issues with DELI

2002-02-06 Thread giacomo
On Thu, 31 Jan 2002, Stefano Mazzocchi wrote: > "Butler, Mark" wrote: > > > > Also I've added some extra exception logging code to the Deli component - > > DeliImpl.java. Please can you commit this also? > > Oh, damn. > > I propose Mark as a commiter. +1 [I'm late, I know] Giacomo ---

RE: [SHOWSTOPPER] Issues with DELI

2002-01-31 Thread Vadim Gritsenko
> From: Butler, Mark [mailto:[EMAIL PROTECTED]] > > Also I've added some extra exception logging code to the Deli component - > DeliImpl.java. Please can you commit this also? I guess you will have to do it by yourself now! ;) Vadim > > thanks in advance > > Mark -

Re: [SHOWSTOPPER] Issues with DELI

2002-01-31 Thread Davanum Srinivas
This is the right time +1 for Mark as Committer. Thanks, dims --- Stefano Mazzocchi <[EMAIL PROTECTED]> wrote: > "Butler, Mark" wrote: > > > > Also I've added some extra exception logging code to the Deli component - > > DeliImpl.java. Please can you commit this also? > > Oh, damn. > >

RE: [SHOWSTOPPER] Issues with DELI

2002-01-31 Thread Carsten Ziegeler
> -Original Message- > From: Stefano Mazzocchi [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 31, 2002 2:32 PM > To: [EMAIL PROTECTED] > Subject: Re: [SHOWSTOPPER] Issues with DELI > > > "Butler, Mark" wrote: > > > > Also I've

RE: [SHOWSTOPPER] Issues with DELI

2002-01-31 Thread Butler, Mark
y 2002 13:45 > To: [EMAIL PROTECTED] > Subject: Re: [SHOWSTOPPER] Issues with DELI > > > Butler, Mark wrote: > > > Berin, > > > > I'm looking into this now. > > > > I can confirm neither Deli or Jena use system.exit() > (however an earlie

Re: [SHOWSTOPPER] Issues with DELI

2002-01-31 Thread Berin Loritsch
Stefano Mazzocchi wrote: > "Butler, Mark" wrote: > >>Also I've added some extra exception logging code to the Deli component - >>DeliImpl.java. Please can you commit this also? >> > > Oh, damn. > > I propose Mark as a commiter. > > Anybody against this? No, You have my +1 -- "They that

Re: [SHOWSTOPPER] Issues with DELI

2002-01-31 Thread Stefano Mazzocchi
"Butler, Mark" wrote: > > Also I've added some extra exception logging code to the Deli component - > DeliImpl.java. Please can you commit this also? Oh, damn. I propose Mark as a commiter. Anybody against this? -- Stefano Mazzocchi One must still have chaos in oneself to be

Re: [SHOWSTOPPER] Issues with DELI

2002-01-31 Thread Berin Loritsch
Butler, Mark wrote: > Berin, > > I'm looking into this now. > > I can confirm neither Deli or Jena use system.exit() (however an earlier > version of Deli in the cvs did - please check you are using deli-0.41.jar). > > If I remove Xerces-1.4.4.jar and run C2 I get a total different message to

RE: [SHOWSTOPPER] Issues with DELI

2002-01-31 Thread Butler, Mark
Also I've added some extra exception logging code to the Deli component - DeliImpl.java. Please can you commit this also? thanks in advance Mark DeliImpl.java Description: Binary data - To unsubscribe, e-mail: [EMAIL PROTEC

RE: [SHOWSTOPPER] Issues with DELI

2002-01-31 Thread Butler, Mark
I've fixed DELI so it will work with Xerces-2.0 and taken out specific references to Xerces. I've also checked the DELI component / DELI.jar / Jena.jar and there are no system.exit()'s in the code. Please commit my code thanks Mark deli-0.42.jar Description: Binary data -

RE: [SHOWSTOPPER] Issues with DELI

2002-01-31 Thread Butler, Mark
at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1098 ) at java.lang.Thread.run(Thread.java:484) regards Mark > -Original Message- > From: Berin Loritsch [mailto:[EMAIL PROTECTED]] > Sent: 30 January 2002 21:20 > To: [EMAIL PROTECTED] > Subject: [SHOWSTOPPER] Issues w

Re: [SHOWSTOPPER] Issues with DELI

2002-01-30 Thread Stefano Mazzocchi
Berin Loritsch wrote: > > The Deli classes require Xerces 1.4.4 so badly that it will kill the JVM if it is >not there! > Please, any maintainers of Deli, get rid of the artificial requirement of the >specific Xerces > class, and make sure there is no System.exit() calls in the code base. As l

RE: [SHOWSTOPPER] Issues with DELI

2002-01-30 Thread Vadim Gritsenko
I commented out deli configuration and examples - till this issue is resolved. Vadim > -Original Message- > From: Berin Loritsch [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 30, 2002 4:20 PM > To: [EMAIL PROTECTED] > Subject: [SHOWSTOPPER] Issues with DELI >

[SHOWSTOPPER] Issues with DELI

2002-01-30 Thread Berin Loritsch
The Deli classes require Xerces 1.4.4 so badly that it will kill the JVM if it is not there! Please, any maintainers of Deli, get rid of the artificial requirement of the specific Xerces class, and make sure there is no System.exit() calls in the code base. As long as these two problems exist,