Re: libsax-java, was Re: EJB in jakarta project

2002-10-01 Thread Stefan Gybas
On Tue, Oct 01, 2002 at 01:20:09PM +0200, Xavier Renard wrote: > What about xerces in this case? It already provides DOM,SAX,JAXP but not > Trax which comes with xml-apis.jar apparently. That's true but I don't see a problem with this. Even if both JARs are in the class path everything should wo

Re: libsax-java, was Re: EJB in jakarta project

2002-10-01 Thread Xavier Renard
Hi Stefan, Stefan Gybas wrote: IIRC lib-sax-java only contained the SAX 1 interface classes. So if you want the SAX API in a seperate package you should support SAX version 2 (which is compatible with version 1). As I've already told, I'm planning to split xml-apis.jar (which is created by Xala

Re: libsax-java, was Re: EJB in jakarta project

2002-10-01 Thread Stefan Gybas
On Tue, Oct 01, 2002 at 01:20:09PM +0200, Xavier Renard wrote: > What about xerces in this case? It already provides DOM,SAX,JAXP but not > Trax which comes with xml-apis.jar apparently. That's true but I don't see a problem with this. Even if both JARs are in the class path everything should w

Re: libsax-java, was Re: EJB in jakarta project

2002-10-01 Thread Xavier Renard
Hi Stefan, Stefan Gybas wrote: > > IIRC lib-sax-java only contained the SAX 1 interface classes. So if > you want the SAX API in a seperate package you should support SAX > version 2 (which is compatible with version 1). > > As I've already told, I'm planning to split xml-apis.jar (which is >

Re: libsax-java, was Re: EJB in jakarta project

2002-09-30 Thread Stephen Zander
> "Stefan" == Stefan Gybas <[EMAIL PROTECTED]> writes: Stefan> As I've already told, I'm planning to split xml-apis.jar Stefan> (which is created by Xalan2) into a seperate package. But Stefan> I'd like to move some Java packages to main first Stefan> (including Ant and Xalan2)

Re: libsax-java, was Re: EJB in jakarta project

2002-09-30 Thread Stephen Zander
> "Stefan" == Stefan Gybas <[EMAIL PROTECTED]> writes: Stefan> As I've already told, I'm planning to split xml-apis.jar Stefan> (which is created by Xalan2) into a seperate package. But Stefan> I'd like to move some Java packages to main first Stefan> (including Ant and Xalan2)

Re: EJB in jakarta project

2002-09-30 Thread Christopher Browne
> Hi > > On Fri, Sep 27, 2002 at 08:38:14PM +0200, Guy Geens wrote: > > *SNIP* > > > Christopher> (By the way, lib-sax-java is still not present in > > Christopher> Unstable...) > > > > It's not in Woody either. I got the .deb from Potato. > > If you want the lib-sax-java package I can upload

Re: EJB in jakarta project

2002-09-30 Thread Christopher Browne
> Hi > > On Fri, Sep 27, 2002 at 08:38:14PM +0200, Guy Geens wrote: > > *SNIP* > > > Christopher> (By the way, lib-sax-java is still not present in > > Christopher> Unstable...) > > > > It's not in Woody either. I got the .deb from Potato. > > If you want the lib-sax-java package I can upload

libsax-java, was Re: EJB in jakarta project

2002-09-30 Thread Stefan Gybas
Ola Lundqvist wrote: If you want the lib-sax-java package I can upload it again. I just thought that it was superseeded by xalan or xerces (did not remember which one now). That is why I asked for its removal (no packages depend on it). IIRC lib-sax-java only contained the SAX 1 interface classes.

libsax-java, was Re: EJB in jakarta project

2002-09-30 Thread Stefan Gybas
Ola Lundqvist wrote: > If you want the lib-sax-java package I can upload it again. I just > thought that it was superseeded by xalan or xerces (did not remember > which one now). That is why I asked for its removal (no packages > depend on it). IIRC lib-sax-java only contained the SAX 1 interfac

Re: EJB in jakarta project

2002-09-30 Thread Ola Lundqvist
Hi On Fri, Sep 27, 2002 at 08:38:14PM +0200, Guy Geens wrote: *SNIP* > Christopher> (By the way, lib-sax-java is still not present in > Christopher> Unstable...) > > It's not in Woody either. I got the .deb from Potato. If you want the lib-sax-java package I can upload it again. I just thought

Re: EJB in jakarta project

2002-09-29 Thread Ola Lundqvist
Hi On Fri, Sep 27, 2002 at 08:38:14PM +0200, Guy Geens wrote: *SNIP* > Christopher> (By the way, lib-sax-java is still not present in > Christopher> Unstable...) > > It's not in Woody either. I got the .deb from Potato. If you want the lib-sax-java package I can upload it again. I just though

Re: EJB in jakarta project

2002-09-27 Thread Guy Geens
> "Christopher" == Christopher Browne <[EMAIL PROTECTED]> writes: Christopher> It looks like the dependancies on that involve gij/gcj, Christopher> but not any JDK stuff. You'll still need a JVM implementation. The startup script uses the 'java' binary. (On my system, it uses Blackdown Java 1

Re: EJB in jakarta project

2002-09-27 Thread Guy Geens
> "Christopher" == Christopher Browne <[EMAIL PROTECTED]> writes: Christopher> It looks like the dependancies on that involve gij/gcj, Christopher> but not any JDK stuff. You'll still need a JVM implementation. The startup script uses the 'java' binary. (On my system, it uses Blackdown Java

Re: EJB in jakarta project

2002-09-27 Thread Thomas Fogwill
> Is there in jakarta project an ejb server? Not as far as I know. JBoss is probably your best bet.

Re: EJB in jakarta project

2002-09-27 Thread Christopher Browne
> > "Joe" == Joe Phillips <[EMAIL PROTECTED]> writes: > > Joe> As for your past question regarding packages. I'm planning to > Joe> start packaging JBOSS literally any day now as I have a need for > Joe> them too. > > Add this to your sources.list: > deb http://mirror.brainfood.com/brainfood-

Re: EJB in jakarta project

2002-09-26 Thread Guy Geens
> "Joe" == Joe Phillips <[EMAIL PROTECTED]> writes: Joe> As for your past question regarding packages. I'm planning to Joe> start packaging JBOSS literally any day now as I have a need for Joe> them too. Add this to your sources.list: deb http://mirror.brainfood.com/brainfood-public sid main

Re: EJB in jakarta project

2002-09-26 Thread Thomas Fogwill
> Is there in jakarta project an ejb server? Not as far as I know. JBoss is probably your best bet. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: EJB in jakarta project

2002-09-26 Thread Christopher Browne
> > "Joe" == Joe Phillips <[EMAIL PROTECTED]> writes: > > Joe> As for your past question regarding packages. I'm planning to > Joe> start packaging JBOSS literally any day now as I have a need for > Joe> them too. > > Add this to your sources.list: > deb http://mirror.brainfood.com/brainfood

Re: EJB in jakarta project

2002-09-26 Thread Guy Geens
> "Joe" == Joe Phillips <[EMAIL PROTECTED]> writes: Joe> As for your past question regarding packages. I'm planning to Joe> start packaging JBOSS literally any day now as I have a need for Joe> them too. Add this to your sources.list: deb http://mirror.brainfood.com/brainfood-public sid main

Re: EJB in jakarta project

2002-09-26 Thread Joe Phillips
On Thu, 2002-09-26 at 11:55, Maurizio Boriani wrote: > > "Arnaud" == Arnaud Vandyck <[EMAIL PROTECTED]> writes: > > Arnaud> There was a discussion about JBoss and Adam Heath made > Arnaud> some packages. You can follow the discussion here: > > Thanks for links I found them useful but

Re: EJB in jakarta project

2002-09-26 Thread Joe Phillips
On Thu, 2002-09-26 at 11:55, Maurizio Boriani wrote: > > "Arnaud" == Arnaud Vandyck <[EMAIL PROTECTED]> writes: > > Arnaud> There was a discussion about JBoss and Adam Heath made > Arnaud> some packages. You can follow the discussion here: > > Thanks for links I found them useful but

Re: EJB in jakarta project

2002-09-26 Thread Maurizio Boriani
> "Arnaud" == Arnaud Vandyck <[EMAIL PROTECTED]> writes: Arnaud> There was a discussion about JBoss and Adam Heath made Arnaud> some packages. You can follow the discussion here: Thanks for links I found them useful but I've anymore a question: Is there in jakarta project an

Re: EJB in jakarta project

2002-09-26 Thread Arnaud Vandyck
Maurizio Boriani <[EMAIL PROTECTED]> wrote: > I need a EJB in order to do some development and if there isn't > packages I'll be glad to do. So my question is: Is there in jakarta > project a EJB server? The only one (obviusly free) I've found is > jboss, this is the only one free? There was a di

Re: EJB in jakarta project

2002-09-26 Thread Maurizio Boriani
> "Arnaud" == Arnaud Vandyck <[EMAIL PROTECTED]> writes: Arnaud> There was a discussion about JBoss and Adam Heath made Arnaud> some packages. You can follow the discussion here: Thanks for links I found them useful but I've anymore a question: Is there in jakarta project an

Re: EJB in jakarta project

2002-09-26 Thread Arnaud Vandyck
Maurizio Boriani <[EMAIL PROTECTED]> wrote: > I need a EJB in order to do some development and if there isn't > packages I'll be glad to do. So my question is: Is there in jakarta > project a EJB server? The only one (obviusly free) I've found is > jboss, this is the only one free? There was a d