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.
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.
Are you the man for this? ;-)
I just created this: https://issues.apache.org/jira/browse/JAMES-687
(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.
Stefano
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]