RE: Active MQ Shutdown hook

2013-12-05 Thread Johnny Minty
It seems setting it to true registers a shutdown hook automatically. You set it to false when you want more control. The code seems to give no indication this should be not set to true. I will give it a try and report back. Kind regards, Johnny Minty, E: joh...@minty.net.nz Sent from my

Active MQ Shutdown hook

2013-12-05 Thread Johnny Minty
force a specific shutdown order but I can’t find any evidence of this in the code. Regards, Johnny Minty

RE: James 2.3 - TLS Connection Problem/Questions

2013-10-15 Thread Johnny Minty
Hi Jan, I would check to make sure the unlimited strength policy files are installed. Link to Java 7 policy files below: http://www.oracle.com/technetwork/java/javase/downloads/jce-7-download-432124.html Kind regards, Johnny Minty Sent from my Windows Phone

RE: SMTP and SMTPS

2013-09-16 Thread Johnny Minty
Hi, Why not use the built in starttls functionality which is TLS over port 25. starttls is widely supported by mail servers and seems to fit your requirements? Kind regards, Johnny Minty Sent from my Windows Phone From: seyoum tesfay<mailto:syum

Re: Require TLS

2013-08-01 Thread Johnny Minty
en reject user if (ehloState != null && !session.isTLSStarted() && !"STARTTLS".equalsIgnoreCase(request.getCommand())) { return TLS_REQUIRED; } else { return super.dispatchCommandHandlers(session, request); } } Kind

Re: ActiveMQ - Bug

2013-08-01 Thread Johnny Minty
Hi Eric, I'll do some further testing tonight with my build before logging a ticket as I can’t replicate the issue with the ‘stock trunk’ Kind regards, Johnny Minty From: Eric Charles Sent: ‎Thursday‎, ‎1‎ ‎August‎ ‎2013 ‎7‎:‎01‎ ‎p.m. To: James Users List well, if it ends at

Re: ActiveMQ - Bug

2013-07-31 Thread Johnny Minty
g.apache.activemq.ActiveMQConnectionFactory.createTransport(ActiveMQConnectionFactory.java:250) ... 9 more Kind regards, Johnny Minty From: Eric Charles Sent: ‎Thursday‎, ‎1‎ ‎August‎ ‎2013 ‎5‎:‎44‎ ‎p.m. To: James Users List Is it really an infinite loop (server never ending) or a ung

ActiveMQ - Bug

2013-07-31 Thread Johnny Minty
6) ... 2 more Regards, Johnny Minty

RE: Require TLS

2013-07-28 Thread Johnny Minty
: 250-SIZE 204800server: 250-VRFYserver: 250-ETRNserver: 250-STARTTLSserver: 250-ENHANCEDSTATUSCODESserver: 250-8BITMIMEserver: 250 DSN client: mail from: server: 530 5.7.0 Must issue a STARTTLS command first ATTN Phillip: Thanks I will review JIRA and keep you posted. Regards, Johnny Mint

RE: Require TLS

2013-07-26 Thread Johnny Minty
Hi Eric, The requirement is for TLS over port 25(starttls) not TLS on port 465. Kind regards, Johnny Minty Sent from my Windows Phone From: Eric Charles<mailto:e...@apache.org> Sent: ‎26/‎07/‎2013 11:31 p.m. To: James Users List<mailto:se

Require TLS

2013-07-25 Thread Johnny Minty
oming connections. At the moment it looks like I will need to write my own SMTP hook to ensure the STARTTLS command is received during the SMTP transaction, do you think this is the right approach? Thanks for your help, Johnny Minty

UTF-7 support - James 2.4

2013-05-21 Thread Johnny Minty
your help. Regards, Johnny Minty

Trunk build failing

2013-04-16 Thread Johnny Minty
\Work\Development\Libraries\apache-james\mailbox-integration-tester of C:\Work\Development\Libraries\apache-james\pom.xml does not exist Regards, Johnny Minty

RE: Trunk build fails

2013-03-22 Thread Johnny Minty
Thanks Loan, All working now. Kind regards, Johnny Minty M: +64 21 280 4433 E: joh...@minty.net.nz From: Ioan Eugen Stan Sent: ‎17‎ ‎March‎ ‎2013 ‎11‎:‎59‎ ‎p.m. To: James Users List Subject: Re: Trunk build fails Hello Johnny, I've upgraded to the newly released mailbox-0.5. It s

Trunk build fails

2013-03-16 Thread Johnny Minty
Hi Guys, I’ve been using the latest trunk build it looks like there have been some refactoring over the last few days causing a build failure caused by missing jars in http://repository.apache.org/snapshots when running a clean build I receive the following (Output below) Failed to execute

RE: AOP / Mailet loading

2013-03-15 Thread Johnny Minty
much less setup/environment support and does require full blown aspectJ. Kind regards, Johnny Minty M: +64 21 280 4433 E: joh...@minty.net.nz From: Eric Charles Sent: ‎14‎ ‎March‎ ‎2013 ‎7‎:‎31‎ ‎p.m. To: James Users List Subject: Re: AOP / Mailet loading Hi, As any mailet can be defined

AOP / Mailet loading

2013-03-13 Thread Johnny Minty
Hi Guys, When mailets are loaded are they registered as beans within the spring container? I intend to use AOP on methods within a mailet however if it is not registered as a spring bean I will need to use load time weaving which I want to avoid if possible. Kind regards, Johnny Minty

James 3 exception loop

2013-01-30 Thread Johnny Minty
Hi Guys, During my testing in JAMES beta 5 trunk I've found bug causing an exception loop when processing messages. To cause the loop throw an uncaught exception in any mailet without  onMailetException=ignore attribute. After tracing through the code I think the problems with the handleExcept

James 3 ToRepository

2013-01-30 Thread Johnny Minty
Hi Guys, I have found a problem during my testing with JAMES 3 and the ToRepository mailet with the FileRepository implementation. I'm getting :  ERROR 10:35:21,561 | james.mailrepositorystore | Exception caught while storing mail Mail1359581721324-b06c591e-9153-464f-99ce-70a66ffb6348-!380830

Running apache james 3.0 under tomcat

2013-01-17 Thread Johnny Minty
Hi Guys, In a previous thread I was talking about creating a web app for Apache James. Along this same train of thinking In development I have successfully got James  to deploy under Jetty using the App package and changing the reference to the spring-server.xml in the web.xml file. The big pro

Apache James Webfront end

2013-01-13 Thread Johnny Minty
Hi Guys, I am working on a custom mail server project where I need to implement my own database structure. I want to bootstrap the application using Tomcat,  use hibernate for persistence and build a web front end using SpringMVC for configuration and management.   The server will not have any

RE: Apache James 3.0 Beta5 (Trunk) class not found

2013-01-10 Thread Johnny Minty
ubject: Re: Apache James 3.0 Beta5 (Trunk) class not found > > > > Thx for reporting. > > Should be solved with https://issues.apache.org/jira/browse/JAMES-1467 > > > > Could you svn up and try again? > > > > Thx, Eric > > > > On 09/01/2013 22:37, Joh

RE: Apache James 3.0 Beta5 (Trunk) class not found

2013-01-10 Thread Johnny Minty
s.apache.org/jira/browse/JAMES-1467 > > Could you svn up and try again? > > Thx, Eric > > On 09/01/2013 22:37, Johnny Minty wrote: > > Hi Guys, > > > > I'm trying to use the source @ > > http://svn.apache.org/repos/asf/james/server/trunk everything is grea

Apache James 3.0 Beta5 (Trunk) class not found

2013-01-09 Thread Johnny Minty
lable? Kind regards, Johnny Minty - To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org For additional commands, e-mail: server-user-h...@james.apache.org

RE: Apache James 3.0-beta4 build

2013-01-09 Thread Johnny Minty
the beta4 source without the assembly. Kind regards, Johnny Minty From: Eric Charles Sent: ‎9‎ ‎January‎ ‎2013 ‎7‎:‎41‎ ‎p.m. To: James Users List Subject: Re: Apache James 3.0-beta4 build Hi, For beta4 release, you need to checkout [1] and build it. For trunk (beta5-SNAPSHOT), the

Apache James 3.0-beta4 build

2013-01-08 Thread Johnny Minty
have tried this out with the james-server-3.0-beta1 project shown in the dev-build.html example with on issues but I would like to use the latest code base available. Please advise whether the build process has changed? Thanks for our help in advance. Kind regards, Johnny