Hi Eric,

Done and done this time I was able to start JAMES successfully once I change 
the following section in the POM.

>From : 

 <parent>
        <artifactId>james-project</artifactId>
        <groupId>org.apache.james</groupId>
        <version>1.8.2-SNAPSHOT</version>
        <relativePath/>
    </parent>

To : 

 <parent>
        <artifactId>james-project</artifactId>
        <groupId>org.apache.james</groupId>
        <version>1.8.1</version>
        <relativePath/>
    </parent>



----------------------------------------
> Date: Thu, 10 Jan 2013 06:27:24 +0000
> From: e...@apache.org
> To: server-user@james.apache.org
> Subject: Re: Apache James 3.0 Beta5 (Trunk) class not found
>
> Thx for reporting.
> Should be solved with https://issues.apache.org/jira/browse/JAMES-1467
>
> Could you svn up and try again?
>
> Thx, Eric
>
> On 09/01/2013 22:37, Johnny Minty wrote:
> > Hi Guys,
> >
> > I'm trying to use the source @ 
> > http://svn.apache.org/repos/asf/james/server/trunk everything is great it 
> > compiles perfect however when I try to launch the mail server using sh 
> > /bin/run.sh I receive :
> >
> > java.lang.ClassNotFoundException: org.apache.james.transport.matches.All
> >
> > After tracking the class down it appears this exists in the 
> > org.apache.james.mailet.standard.matchers.All.
> >
> > So I updated the mailet configuration to reference the full path of 
> > org.apache.james.mailet.standard.matchers.All now I receive :
> >
> > java.lang.ClassNotFoundException: 
> > org.apache.james.transport.mailets.PostmasterAlias
> >
> > Which appears to be the same issue which would lead me to believe the 
> > org.apache.james.transport.matches and org.apache.james.transport.mailets 
> > has been re factored to org.apache.james.mailet.standard.*
> >
> > Please advise the best way around this issue? Is there a patch available?
> >
> > Kind regards,
> >
> > Johnny Minty
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org
> > For additional commands, e-mail: server-user-h...@james.apache.org
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org
> For additional commands, e-mail: server-user-h...@james.apache.org
>                                         
---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org
For additional commands, e-mail: server-user-h...@james.apache.org

Reply via email to