Hi all,
I'm trying to build james server only with Imap support i've already removed
pop3, nntp, fetchmail and smtp (i will use also a remote repository).
I've removed the entries related with the removed items from
james-assembly.xml, i also update james-comnfig.xml accordingly, but i'm
having some problems witch seem to be related with the old imap-function
module.
The james-assembly.xml file contains a imap related block (imapserver) this
block refers to the old imap function module ( <block name="imapserver"
class="org.apache.james.imapserver.ImapServer" > )  , i already try to
change it to the new experimental function ( <block name="imapserver"
class="org.apache.james.experimental.imapserver.ImapServer" > ) but then i
have problems with the localuserrepository block:

 Message ---
Unknown dependency named "org.apache.james.services.UsersRepository" with
key "org.apache.james.services.UsersRepository" declared for Component
imapserver.
--- Stack Trace ---
org.apache.avalon.phoenix.interfaces.DeploymentException: Unknown dependency
named "org.apache.james.services.UsersRepository" with key "
org.apache.james.services.UsersRepository" declared for Component
imapserver.

Is this related with the missing dependency to UsersRepository on
experimental imap xinfo file? should i add the dependency ?


I'm new to James and to phoenix also, so maybe i'm doing something wrong..
but i would really appreciate some help on this..

Thanks,
Paulo Fernandes

Reply via email to