RE: Hessian mailet

2006-04-23 Thread Steve Brewin
Serge Knystautas wrote: > > > On 4/22/06, Steve Brewin <[EMAIL PROTECTED]> wrote: > > My concern wasn't really related to size. It was with > creating a dependency > > on a new and cool but not yet widely used API. In the same > way as others > > have expressed concern that we should not jump 'out

Re: Hessian mailet

2006-04-22 Thread Serge Knystautas
On 4/22/06, Steve Brewin <[EMAIL PROTECTED]> wrote: > My concern wasn't really related to size. It was with creating a dependency > on a new and cool but not yet widely used API. In the same way as others > have expressed concern that we should not jump 'out of the fire in to the > frying pan' [old

RE: Hessian mailet

2006-04-22 Thread Steve Brewin
Stefano Bagnara wrote: > > Serge Knystautas wrote: > > On 4/20/06, Steve Brewin <[EMAIL PROTECTED]> wrote: > >> Serge Knystautas wrote: > >>> Guys, > >>> > >>> I was going to commit this, but wanted to run it by you > just since it > >>> introduces another dependency. > >> Ugh! Surely this is an op

Re: Hessian mailet

2006-04-22 Thread Bernd Fondermann
Serge Knystautas wrote: On 4/21/06, Bernd Fondermann <[EMAIL PROTECTED]> wrote: Stefano Bagnara wrote: Why don't we simply put the mailet in the Jar and import the package in config.xml ? A mailet already is a class that handle a mail and could be able to send the message to remote service.

Re: Hessian mailet

2006-04-22 Thread Stefano Bagnara
Serge Knystautas wrote: On 4/20/06, Steve Brewin <[EMAIL PROTECTED]> wrote: Serge Knystautas wrote: Guys, I was going to commit this, but wanted to run it by you just since it introduces another dependency. Ugh! Surely this is an optional feature. If people want to use it only then should the

RE: Hessian mailet

2006-04-22 Thread Steve Brewin
Serge Knystautas wrote: > > > On 4/20/06, Steve Brewin <[EMAIL PROTECTED]> wrote: > > Serge Knystautas wrote: > > > > > > Guys, > > > > > > I was going to commit this, but wanted to run it by you > just since it > > > introduces another dependency. > > > > Ugh! Surely this is an optional feature

Re: Hessian mailet

2006-04-22 Thread Serge Knystautas
On 4/21/06, Bernd Fondermann <[EMAIL PROTECTED]> wrote: > Stefano Bagnara wrote: > > Why don't we simply put the mailet in the Jar and import the package in > > config.xml ? > > > > A mailet already is a class that handle a mail and could be able to send > > the message to remote service. > > one h

Re: Hessian mailet

2006-04-22 Thread Serge Knystautas
On 4/20/06, Steve Brewin <[EMAIL PROTECTED]> wrote: > Serge Knystautas wrote: > > > > Guys, > > > > I was going to commit this, but wanted to run it by you just since it > > introduces another dependency. > > Ugh! Surely this is an optional feature. If people want to use it only then > should they

Re: Hessian mailet

2006-04-21 Thread Bernd Fondermann
Stefano Bagnara wrote: Why don't we simply put the mailet in the Jar and import the package in config.xml ? A mailet already is a class that handle a mail and could be able to send the message to remote service. one has to write a new mailet for each remote service type. if this mailet is in

Re: Hessian mailet

2006-04-21 Thread Stefano Bagnara
Why don't we simply put the mailet in the Jar and import the package in config.xml ? A mailet already is a class that handle a mail and could be able to send the message to remote service. Maybe we should support fully qualified class names in the class attribute for our mailets in config.xm

RE: Hessian mailet

2006-04-20 Thread Steve Brewin
Serge Knystautas wrote: > > Guys, > > I was going to commit this, but wanted to run it by you just since it > introduces another dependency. Ugh! Surely this is an optional feature. If people want to use it only then should they need to add the dependencies. If and when we move to OSGi, choosing

Re: Hessian mailet

2006-04-20 Thread Serge Knystautas
On 4/20/06, Bernd Fondermann <[EMAIL PROTECTED]> wrote: > interesting aspect to have a RPC-mailet. maybe this could be done with a > more generic approach: a mailet which takes as configuration parameters > a. a jar (hessian.jar, activemq.jar, whatever is neccessary) which it > loads on its own > a

Re: Hessian mailet

2006-04-20 Thread Bernd Fondermann
interesting aspect to have a RPC-mailet. maybe this could be done with a more generic approach: a mailet which takes as configuration parameters a. a jar (hessian.jar, activemq.jar, whatever is neccessary) which it loads on its own and b. a class contained within the jar which is instantiated by

Re: Hessian mailet

2006-04-20 Thread Serge Knystautas
On 4/19/06, Noel J. Bergman <[EMAIL PROTECTED]> wrote: > > it introduces another dependency. > > I'd rather not introduce that dependency. HOWEVER, we have been talking > about the fact that we have much better support for multiple Mailet > packages, and I would be +1 to add this to an OPTIONAL ma

RE: Hessian mailet

2006-04-19 Thread Noel J. Bergman
Serge Knystautas wrote: > I was going to commit this -1, please, because: > it introduces another dependency. I'd rather not introduce that dependency. HOWEVER, we have been talking about the fact that we have much better support for multiple Mailet packages, and I would be +1 to add this to a