Re: Cayenne with Apache James

From: Gary Jarrel (garyjarre..mail.com)
Date: Wed Apr 18 2007 - 05:50:16 EDT

  • Next message: Peter Schröder: "level 3 caching"

    True but I pull cayenne from a maven repository, at
    http://repo1.maven.org/maven2/ so I've just update the jar file in my
    local repository - rather than rebuilding :)

    Gary

    On 4/18/07, Ahmed Mohombe <amohomb..ahoo.com> wrote:
    > > Ok here is one solution,
    > >
    > > In the Jar file delete: /META-INF/MANIFEST.MF
    > >
    > > James seems to parse this line in the file:
    > >
    > >
    > > Specification-Version: cayenne
    > >
    > > And expects to have a numeric Specification Version
    > You are right. James won't accept it.
    > In the build file cayenne-java.xml there seems to be a small typo:
    > ======
    > <attribute name="Specification-Version" value="${project.name}"/>
    > ======
    > should be:
    > ======
    > <attribute name="Specification-Version" value="${project.version}"/>
    > ======
    >
    > A better solution would be to apply the change and rebuild cayenne :).
    >
    > Ahmed.
    >
    >



    This archive was generated by hypermail 2.0.0 : Wed Apr 18 2007 - 05:50:46 EDT