Re: Switch to Loom 1.0RC3

2005-09-12 Thread Serge Knystautas
On 9/12/05, Soren Hilmer <[EMAIL PROTECTED]> wrote: > > > > Does phoenix trunk supports hotdeploy/undeploy/reload of applications? > > Not sure about hotdeploy, but undeploy and reload are suported. > Both can be achieved through the JMX interface. > One caveat with James and our standard distribu

Re: VirtualUserTable during SMTP transport

2005-09-12 Thread Craig Raw
Out of interest, I have a custom build of James running in production that does exactly this. As I recall, I added a few lines to the doRCPT method of SMTPHandler.java to instantitate JDBCVirtualUserTable and reject the recipient if not found in the table. Bandwidth usage dropped significantly.

[jira] Updated: (JAMES-421) MailImpls sharing MimeMessages / LinearProcessor not cloning it after a partial match.

2005-09-12 Thread Stefano Bagnara (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-421?page=all ] Stefano Bagnara updated JAMES-421: -- Summary: MailImpls sharing MimeMessages / LinearProcessor not cloning it after a partial match. (was: MailImpls sharing MimeMessage's!) > MailImpls sharing

Re: [jira] Commented: (JAMES-421) MailImpls sharing MimeMessage's!

2005-09-12 Thread Stefano Bagnara
> > IMHO the DEFAULT behaviour should be the deep copy. > > I disagree, what we're trying to do is to manage routing the message. > > Message can be routed down two different routes to its > destination, but is still the same message. -1 on that! James developers already did mistakes due to mim

Re: [jira] Commented: (JAMES-421) MailImpls sharing MimeMessage's!

2005-09-12 Thread Danny Angus
> IMHO the DEFAULT behaviour should be the deep copy. I disagree, what we're trying to do is to manage routing the message. Message can be routed down two different routes to its destination, but is still the same message. The default should be the least resource intensive. In fact I would tend

Re: Switch to Loom 1.0RC3

2005-09-12 Thread Soren Hilmer
> > Does phoenix trunk supports hotdeploy/undeploy/reload of applications? Not sure about hotdeploy, but undeploy and reload are suported. Both can be achieved through the JMX interface. One caveat with James and our standard distribution is that, Phoenix is ran in a mode where it shuts-down whe