i have 3 beta 1. Should i checkout entire project and again import it? I have a lot of configurations in it, can i "synchronize with repository" and get updates? Can it be enough? Thanks in advance for fast responses.
2012/7/24 Eric Charles <[email protected]> > Hi, > > We had a bug on jar loading and on documentation. > You don't have to specify mailetpackage and you have to use the full class > name. > > The jar in conf/lib will only work with latest snapshots. > > Thx, Eric > > > On 07/24/2012 12:47 PM, Merve Temizer wrote: > >> Lines from my mailetcontainer.xml >> >> >> <mailetcontainer enableJmx="true"> >> >> <mailetpackages> >> <mailetpackage>kobu.omikuji.**Omikuji</mailetpackage> >> <mailetpackage>org.apache.**james.transport.mailets</**mailetpackage> >> <mailetpackage>org.apache.**james.transport.mailets.smime<** >> /mailetpackage> >> </mailetpackages> >> >> .... >> >> <processor state="transport" enableJmx="true"> >> ... >> <mailet match="RecipientIs=omikuji@**localhost" >> class="kobu.omikuji.Omikuji" > >> <jinja>omikuji@localhost</**jinja> >> </mailet> >> ... >> </processor> >> >> ... >> </mailetcontainer> >> >> >> i added Omukuji.class into a jar and import it into james/conf/lib >> >> i tried many other configuration like >> >> <mailetpackage>kobu.omikuji</**mailetpackage> >> >> <mailet match="RecipientIs=omikuji@**localhost" class="Omikuji" > >> >> than it says "i could not found org.apache.james.transport.** >> mailets.Omukuji" >> >> thanks for any suggestion >> >> > > -- > eric | http://about.echarles.net | @echarles > > > > ------------------------------**------------------------------**--------- > To unsubscribe, e-mail: > server-dev-unsubscribe@james.**apache.org<[email protected]> > For additional commands, e-mail: > [email protected].**org<[email protected]> > >
