Re: spring-beans.xml schema reference invalid

2010-11-01 Thread Norman Maurer
Hi Gerry, could you please open a jira issue for this too? https://issues.apache.org/jira/browse/JAMES Thx, Norman 2010/11/1 Gerry Matte : > I'm not sure if this would affect normal james 3 operation but the > xsi:SchemaLocation attribute in the file prolog refers to a non-existant > schema

Re: james-listmanager.xml XML Error James3.0-M1

2010-11-01 Thread Norman Maurer
Hi Gerry, could you please open a jira issue for this ? https://issues.apache.org/jira/browse/JAMES Thx, Norman 2010/11/1 Gerry Matte : > While working through the new config files, my XML editor coughed on the > james-listmanager.xml file. > It is considered invalid to have two root rags in

spring-beans.xml schema reference invalid

2010-11-01 Thread Gerry Matte
I'm not sure if this would affect normal james 3 operation but the xsi:SchemaLocation attribute in the file prolog refers to a non-existant schema file at http://activemq.apache.org/schema/core/activemq-core.xsd Based on an earlier mail list post by Norman the ActiveMQ version needs to be speci

james-listmanager.xml XML Error James3.0-M1

2010-11-01 Thread Gerry Matte
While working through the new config files, my XML editor coughed on the james-listmanager.xml file. It is considered invalid to have two root rags in the same xml document. Usually multiple tags like this would be enclosed in a single "collection" tag such as This may cause problems for xml p

Re: IOException never thrown

2010-11-01 Thread RanBing
I guess my Eclipse man plugin was not working properly. -- From: "Norman Maurer" Sent: Tuesday, November 02, 2010 12:01 AM To: "James Users List" Subject: Re: IOException never thrown Are you sure you checkout is up to date? I don't see it he

Re: IOException never thrown

2010-11-01 Thread Norman Maurer
Are you sure you checkout is up to date? I don't see it here. Bye Norman Ps: these questions are better answered on server-dev 2010/11/1, RanBing : > Hi, > > Just loaded the 3.0 code in the svn trunk to eclipse. There are two errors > relating to a catch clause, both complaining the IOException

RE: [ANNOUNCE] James Server 3.0-M1 released

2010-11-01 Thread John P. Collins III
Looks like I upgraded our James mail server just in time for the next release to come out. Some days you just shouldn't bother getting out of bed. At least I got to refamiliarize myself with the James code base and how we are wired into it. There's actually no hurry at the moment to upgrade, but

Re: two outgoing queues

2010-11-01 Thread Norman Maurer
Hi Bing, unfortunally we had to downgrade to activemq 5.3.2 before cutting the release (because of a bug found in activemq which effected us). Priority support in activemq is only available in activemq 5.4.x. Anyway you can simply upgrade to an activemq 5.5.0 SNAPSHOT if you want to use the build

Re: two outgoing queues

2010-11-01 Thread RanBing
I was thinking since James3 is already using message queues which support(?) message priorities, perhaps we can have an elegant solution here. -- From: "RanBing" Sent: Monday, November 01, 2010 7:27 PM To: "James Users List" Subject: two outgoi

two outgoing queues

2010-11-01 Thread RanBing
Hi, My server will be processing regular outgoing mails and bulk mails for marketing. The regular emails should always take priority. What I did in one of my old James deployment was to add two mailets to match these two type of mails with separate remote deliveries. Does james3 support multip

Re: james start error

2010-11-01 Thread Norman Maurer
64-bit is prefered if you can run it .. Bye, Norman 2010/11/1 RanBing : > You are good! I also just found out the 64 bit wrapper works. Which is > preferred, 32-bit or 64-bit? I'm running Ubuntu 64-bits. > > > -- > From: "Norman Maurer" > Sent: Mo

Re: james start error

2010-11-01 Thread RanBing
You are good! I also just found out the 64 bit wrapper works. Which is preferred, 32-bit or 64-bit? I'm running Ubuntu 64-bits. -- From: "Norman Maurer" Sent: Monday, November 01, 2010 5:55 PM To: "James Users List" Subject: Re: james start erro

Re: james start error

2010-11-01 Thread Norman Maurer
Could you try to execute this: # sudo apt-get install libc6-i386 libc6-dev-i386 After that run it again.. Thx, Norman Ps: Please let us know if it work out 2010/11/1 RanBing : > /opt/james3/james3/bin$ ./james console > Running Apache James Server Container Spring... > eval: 1: > /opt/james3/

james start error

2010-11-01 Thread RanBing
/opt/james3/james3/bin$ ./james console Running Apache James Server Container Spring... eval: 1: /opt/james3/james-server-container-spring-3.0-M2-SNAPSHOT/bin/./wrapper-linux-x86-32: not found I'm on Ubuntu 10.10. A simple "ls" works for the file. Any idea?

Re: any james3 quick tutorial?

2010-11-01 Thread Norman Maurer
Hi Bing, are you more concerned about bulk incomming or outgoing ? Bye, Norman 2010/11/1 RanBing : > Hi Norman, > > Thanks for the information which is otherwise nowhere to get! The good news > is that I'm not migrating from the old James. I'm testing 3.0 with a fresh > new domain. There is no

Re: any james3 quick tutorial?

2010-11-01 Thread RanBing
Hi Norman, Thanks for the information which is otherwise nowhere to get! The good news is that I'm not migrating from the old James. I'm testing 3.0 with a fresh new domain. There is no baggage to carry over. What I'm really focusing on is performance, since I need to use this server to do a

Re: any james3 quick tutorial?

2010-11-01 Thread Norman Maurer
Hi Bing, James 3.0-M1 use a different schema for inboxes, so you can't just move from 2.3 to 3.0-M1. We need to write the migration tool for this. This was needed for support IMAP and POP3 in a performant fashion. See: https://issues.apache.org/jira/browse/JAMES-1052 (we love contributions ;) )

Re: any james3 quick tutorial?

2010-11-01 Thread RanBing
Hi, I cannot find a place to set the spool to use database or inboxes to use the database. What are the settings to use? Thanks Bing -- From: "Norman Maurer" Sent: Monday, November 01, 2010 1:56 PM To: "James Users List" Subject: Re: any jam