Re: Backup restore for windows

2011-08-04 Thread Saibabu Vallurupalli
Hi Eric and Team, I tried this options and got hit again with the same error. After adding the below dependency to POM.XML of container-spring project, I compiled entire 3.0Beta2 source and took the latest server files jame-server-*.jar files and deployed in my James/lib folder. After restarting t

[app] Please Check 3.0-beta3

2011-08-04 Thread Robert Burrell Donkin
I hope that 3.0-beta3 should be nearly ready now. Please export the branch [1] and take a look sometime soonish. I hope to be able to cut a release before too much longer... Robert [1] http://svn.apache.org/repos/asf/james/app/branches/3_0_beta3/ -

svn commit: r1153936 - in /james/app/branches/3_0_beta3/src/assemble: app.xml bin.xml

2011-08-04 Thread rdonkin
Author: rdonkin Date: Thu Aug 4 17:22:19 2011 New Revision: 1153936 URL: http://svn.apache.org/viewvc?rev=1153936&view=rev Log: Change distribution suffix to app from bin Added: james/app/branches/3_0_beta3/src/assemble/app.xml - copied, changed from r1153908, james/app/branches/3_0_b

svn commit: r1153935 - /james/app/branches/3_0_beta3/README.txt

2011-08-04 Thread rdonkin
Author: rdonkin Date: Thu Aug 4 17:16:31 2011 New Revision: 1153935 URL: http://svn.apache.org/viewvc?rev=1153935&view=rev Log: Updated release notes. Modified: james/app/branches/3_0_beta3/README.txt Modified: james/app/branches/3_0_beta3/README.txt URL: http://svn.apache.org/viewvc/james

svn commit: r1153924 - /james/app/branches/3_0_beta3/pom.xml

2011-08-04 Thread rdonkin
Author: rdonkin Date: Thu Aug 4 16:54:25 2011 New Revision: 1153924 URL: http://svn.apache.org/viewvc?rev=1153924&view=rev Log: Ensure that cryptography README included. Modified: james/app/branches/3_0_beta3/pom.xml Modified: james/app/branches/3_0_beta3/pom.xml URL: http://svn.apache.org

Re: Backup restore for windows

2011-08-04 Thread Eric Charles
Hi, Sorry, you need to change pom.xml in container-spring [1] and add there in the tag org.apache.james apache-james-mailbox-jcr The mailbox-lucene is not yet incorporated (I was wrong), so you don't have to remove anything. I hope you will find your way to build, an

Re: Backup restore for windows

2011-08-04 Thread Eric Charles
Quick answer: - Remove from root pom.xml mailbox-lucene and uncomment/add mailbox-jcr. - Invoke mvn package. You should get in target folder the tar.gz. thx. On 04/08/11 17:27, Saibabu Vallurupalli wrote: Hi Eric, We have discussed on the 3 approaches you have recommended and found the 2nd opt

svn commit: r1153908 - in /james/app/branches/3_0_beta3/src: assemble/ main/licensing/ main/licensing/app/

2011-08-04 Thread rdonkin
Author: rdonkin Date: Thu Aug 4 15:28:30 2011 New Revision: 1153908 URL: http://svn.apache.org/viewvc?rev=1153908&view=rev Log: JAMES-1263 Make space for license and notice for war Added: james/app/branches/3_0_beta3/src/main/licensing/app/ james/app/branches/3_0_beta3/src/main/licensing

Re: Backup restore for windows

2011-08-04 Thread Saibabu Vallurupalli
Hi Eric, We have discussed on the 3 approaches you have recommended and found the 2nd option JCR looks simple and fast approach for us. I have 3.0Beta2 source code. Can you suggest me where I need to modify (The source file name) and which JAR file gets impacted? We appreciate your help on this.

[jira] [Resolved] (JAMES-1269) Create a correct NOTICE/LICENSE files for the spring binary artifact (currently having bad contents)

2011-08-04 Thread Robert Burrell Donkin (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Burrell Donkin resolved JAMES-1269. -- Resolution: Fixed Assignee: Robert Burrell Donkin The application is now

[jira] [Closed] (JAMES-1263) Review LICENSE and NOTICE files

2011-08-04 Thread Robert Burrell Donkin (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Burrell Donkin closed JAMES-1263. > Review LICENSE and NOTICE files > --- > >

[jira] [Resolved] (JAMES-1263) Review LICENSE and NOTICE files

2011-08-04 Thread Robert Burrell Donkin (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Burrell Donkin resolved JAMES-1263. -- Resolution: Fixed Audited contents of app to be shipped as beta3. > Review LIC

[jira] [Closed] (JAMES-1269) Create a correct NOTICE/LICENSE files for the spring binary artifact (currently having bad contents)

2011-08-04 Thread Robert Burrell Donkin (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Burrell Donkin closed JAMES-1269. > Create a correct NOTICE/LICENSE files for the spring binary artifact > (currently ha

Re: Backup restore for windows

2011-08-04 Thread Eric Charles
Hi, For MailDir, you can read http://en.wikipedia.org/wiki/Maildir#Windows_compatibility, James can not do much on that... For JCR, it's possible to remove mailbox-lucene and readd mailbox-jcr, but this need a recompilation. Can you do this? Otherwise, there is also the option to make a SQ

[jira] [Closed] (JAMES-1293) Factor JPADomainListTest to AbstractDomainListTest

2011-08-04 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles closed JAMES-1293. --- Resolution: Fixed Fixed. Can be closed. > Factor JPADomainListTest to AbstractDomainListTest > -

[jira] [Created] (JAMES-1293) Factor JPADomainListTest to AbstractDomainListTest

2011-08-04 Thread Eric Charles (JIRA)
Factor JPADomainListTest to AbstractDomainListTest -- Key: JAMES-1293 URL: https://issues.apache.org/jira/browse/JAMES-1293 Project: JAMES Server Issue Type: Improvement Affects Versions: 3

svn commit: r1153881 - in /james/server/trunk: data-library/src/test/java/org/apache/james/domainlist/ data-library/src/test/java/org/apache/james/domainlist/lib/ jpa/src/test/java/org/apache/james/do

2011-08-04 Thread eric
Author: eric Date: Thu Aug 4 13:32:38 2011 New Revision: 1153881 URL: http://svn.apache.org/viewvc?rev=1153881&view=rev Log: Factor JPADomainListTest to AbstractDomainListTest (JAMES-1293) Added: james/server/trunk/data-library/src/test/java/org/apache/james/domainlist/ james/server/tru

Backup restore for windows

2011-08-04 Thread Saibabu Vallurupalli
Hi Eric, I have initiated a new thread because the other thread is too much crowded. Is there a possibility to have a fix for MailDir to work on Windows machine? I can contribute the fix if there is a possibility even for JCR Mailbox or any advise is greatly appreciated. Thanks, Sai

Re: Question on upgrade process

2011-08-04 Thread Saibabu Vallurupalli
I will check with my management to have Apache James in Linux. But I wont think it is possible because we are already in production phase. Any other workaround will be great. Even hacking I can try working on your advises. Thanks, Sai. On Thu, Aug 4, 2011 at 9:10 AM, Eric Charles wrote: > Oops

svn commit: r1153879 - /james/server/trunk/jpa/src/main/java/org/apache/james/domainlist/jpa/JPADomainList.java

2011-08-04 Thread eric
Author: eric Date: Thu Aug 4 13:14:14 2011 New Revision: 1153879 URL: http://svn.apache.org/viewvc?rev=1153879&view=rev Log: No need to implement Configurable, it's already implemented by inherited AbstractDomainList. Modified: james/server/trunk/jpa/src/main/java/org/apache/james/domainli

Re: Question on upgrade process

2011-08-04 Thread Eric Charles
Oops, I forgot we desactivated jcr mailbox due to incompatibility on lucene versions... Any chance to run your migration on a Linux box? Otherwise, you will have to hack the spring files to define a second jpa connection, but it implies adding important and tricky configurations (I don't even

svn commit: r1153875 - in /james/server/trunk/jpa/src/main/java/org/apache/james: domainlist/jpa/model/JPADomain.java rrt/jpa/model/JPARecipientRewrite.java user/jpa/model/JPAUser.java

2011-08-04 Thread eric
Author: eric Date: Thu Aug 4 13:07:50 2011 New Revision: 1153875 URL: http://svn.apache.org/viewvc?rev=1153875&view=rev Log: Format code for the NamedQuery Modified: james/server/trunk/jpa/src/main/java/org/apache/james/domainlist/jpa/model/JPADomain.java james/server/trunk/jpa/src/mai

Re: Question on upgrade process

2011-08-04 Thread Saibabu Vallurupalli
Hi Eric, jcr-mailboxmanager throws error in jConsole complaining about InvalidStateException. java.lang.ClassNotFoundException: org.apache.openjpa.persistence.InvalidStateException (no security manager: RMI class loader disabled). Any suggestions? Thanks, Sai On Thu, Aug 4, 2011 at 2:30 AM, Er