Re: sqlResources

2010-11-16 Thread Eric Charles
Hi, Yes, the folder and project names have changed The important point is to have spring-beans.xml and log4j.properties in your eclipse classpath, so add them to any existing or new source folder in james-server-container-spring (not the old james-server-spring-deployment) project. I wil

Re: sqlResources

2010-11-16 Thread Mohammad Naghavi
Hi again, I tried to go on with the tutorial and it went on till the part "*Prepare projects*" there I can't figure out what is meant to copy spring-beans.xml and log4j.properties to A source folder, specially I can't find the stage folder shown in picture below that part. also in last part "*Run J

Re: James Server 3.0-M2 failed to start because of firewall?

2010-11-16 Thread Gerry Matte
Hi Norman. I'm surprised to hear that your employer blocks all http traffic - as a retired IT Manager for a large city, I can tell you that my job would have been in danger if I took away from our staff the ability to display all web pages.  We certainly did not allow ordinary users to operate a

Re: sqlResources

2010-11-16 Thread Eric Charles
Hi, There's a tutorial to build from source james server on http://james.apache.org/server/3/dev-build.html (don't look too close on images, because some maven projects have been renamed). But you should be ok with that (if tutorial need updates, tell us) Once you've got the server, you still

Re: sqlResources

2010-11-16 Thread Mohammad Naghavi
So I decided to work on code but as I'm not familiar with Jame's repository it seems for me a little confusing. First of all is there any guide how to check out the code of whole project to work on it? or it should be extracted for each part separately? Second why JPA is in IMAP directory? isn't it

Re: sqlResources

2010-11-16 Thread Eric Charles
I've always found JPA mapping files quite verbose, but I guess this gives power to customize. So yes, putting all (names, queries, relationships,...) in persistence.xml would be more flexible for you and certainly many others. Feel free to submit a patch :) Tks, Eric On 16/11/2010 08:45, Moh