On 11/11/06, Stefano Bagnara <[EMAIL PROTECTED]> wrote:
Bernd Fondermann wrote:
> Just out of curiosity, how is this done? Simply by going to the DB
> everytime?
>
> There is no management command for this, right?

We currently have 4 implementations of the DomainList service:

DomainList
|- JDBCVirtualUserTable
|- XMLVirtualUserTable
'- ManageableDomainList
    |- JDBCDomainList
    '- XMLDomainList

By default we use XMLDomainList for backward compatibility.

JDBC based implementations run a direct query on db every time a
contains(domain) is called. The is no cache at this time, but it should
not be difficult to manage it.

ok.


The XMLDomainList is manageable but dynamic changes are not persisted.

There is no management code yes, but it should be feasible to add the
management bean and the relative remotemanager "extension" via the
ManageableDomainList interface.

is this JIRA really ready to be closed then, given the headline and
commit log comment?

Are you the man for this? ;-)
I just created this: https://issues.apache.org/jira/browse/JAMES-687

maybe, but not at the moment. I am already overcommitted. :-)


> (There is no SVN log attached to the JIRA, I briefly browsed svn but
> probably overlooked this.)
>
>  Bernd

I think there is something broken with the svn/jira integration since
they moved the servers.

ah right, I read something somewhere...

 Bernd

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to