I used as a reference mostly the ./UPGRADE.txt file and the pre existent entry 
on the FAQ. It turned out like this:

How do I upgrade James?

        0. Stop the James server and rename the previous James directory to 
another name.

        1. Run phoenix to let the new james.sar to be deployed.

        2. Copy and modify config.xml:

        2.1 Remove fetchpop block, since fetchpop was removed in 2.3.

        2.2 Move  and  outside the  block.

        2.3 Add the  as the first mailet of the "root" processor. This was 
hardcoded in 2.2.0 and previous, but it is now configurable.

        2.4 Move the spoolrepository out of the mailstore. It is also necessary 
to change the syntax. For example,
      
         
      

      Must be changed to
      

        2.5 Move the objectstore config into the mailstore config.

        2.6 To be able to use SSL you need to add this SSL config to the 
server-sockets block:
         

        3. Modify custom mailets if necessary. The following things were 
changed, so maybe it is necessary for you to change some stuff in your mailets:

        3.1 Avalon Updates:
                . avalon Component has been replaced by avalon Service
                . avalon Composable has been replaced by avalon Serviceable
                . avalon ComponentManager has been replaced by avalon 
ServiceManager

        3.2 Cornerstone updates:
                . MailStore interface has been removed: mailets looking up the 
MailStore should now lookup a Store 
(org.apache.avalon.cornerstone.services.store.Store)

        4. Replace the newly created apps/james/var directory by the old 
apps/james/var directory, so that user accounts, inboxes, spools and other 
things will be moved into James' new install.

        5. You should now be able to start JAMES without problems.


But on step 2.6, a doubt strikes me: I've copied the code block from the 
UPGRADE.txt file, but to me it seems like it wouldn't have any effect, since it 
is wrapped in XML commentary tags (). Shouldn't it be without these tags?

Thanks, Alessandro

--
DELGADO, Alessandro

adelgado1313 [at] gmail [dot] com

Rio de Janeiro, RJ - BRASIL

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to