Re: Cayenne with Apache James

2007-04-19 Thread Andrus Adamchik
I just committed the fix to 1.2 and 2.0 branches: https://issues.apache.org/cayenne/browse/CAY-778 3.0 is not affected, as it is built with Maven. Current 3.0 manifest looks like this: Manifest-Version: 1.0 Archiver-Version: Plexus Archiver Created-By: Apache Maven Built-By: andrus Build-Jdk

Re: Cayenne with Apache James

2007-04-18 Thread Gary Jarrel
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 <[EMAIL PROTECTED]> wrote: > Ok here is one solution, > > In the Jar file delete: /META-INF/MANIF

Re: Cayenne with Apache James

2007-04-18 Thread Ahmed Mohombe
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 s

Re: Cayenne with Apache James

2007-04-18 Thread Gary Jarrel
And yet another, change "cayenne" in the line: Specification-Version: cayenne to a numerical value. Gary On 4/18/07, Gary Jarrel <[EMAIL PROTECTED]> wrote:

Re: Cayenne with Apache James

2007-04-18 Thread Tore Halset
Hello. I have used cayenne with james, but not in mailets. I created a small web app in cayenne and tapestry to administer users and e-mail addresses. We ended up not using james for some other reason. James is great, so good luck! Sorry, for not being able to help :) Regards, - Tore.

Re: Cayenne with Apache James

2007-04-18 Thread Gary Jarrel
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 Gary On 4/18/07, Gary Jarrel <[EMAIL PROTECTED]> wrote: Hi All! Not sure if anyone has used

Cayenne with Apache James

2007-04-18 Thread Gary Jarrel
Hi All! Not sure if anyone has used Cayenne with James, so this maybe a stab in the dark, but I've written a few mailets which utilize Cayenne for some DB processing and as soon as I drop the Cayenne 2.0.2 jar (no-dep) into my James directory under: /apps/james/SAR-INF/lib/ I get the following ex