Build failed in Jenkins: james-server-trunk » Apache James :: Server :: App #3953

2013-07-19 Thread Apache Jenkins Server
See https://builds.apache.org/job/james-server-trunk/org.apache.james$james-server-app/3953/ -- [...truncated 372 lines...] [INFO] Writing OBR metadata [INFO] [INFO] --- maven-remote-resources-plugin:1.4:process (default) @ james-server-app --- [INFO]

Jenkins build is back to normal : jdkim-trunk » Apache James :: jDKIM :: Mailets #1731

2013-07-19 Thread Apache Jenkins Server
See https://builds.apache.org/job/jdkim-trunk/org.apache.james.jdkim$apache-jdkim-mailets/1731/ - To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org

Jenkins build is back to normal : jdkim-trunk #1731

2013-07-19 Thread Apache Jenkins Server
See https://builds.apache.org/job/jdkim-trunk/1731/ - To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org

GSOC 2013 - Webapp Admin console

2013-07-19 Thread Emma Sesmero
I have been obtaining the users and domains using the james-cli.sh When I obtain the users (command listusers), it does not take long, however, when I use the command listdomains, having only 4 domains, it takes around 30 seconds. Does anyone know why this takes so long? This makes my web

Re: GSOC 2013 - Webapp Admin console

2013-07-19 Thread Ioan Eugen Stan
I think it does this because you have slow DNS resolution. You could cache the information once you get it - we should do this in the server but you could do it also in your app. I recommend you use Guava Cache [1]. In the mean time you could use A GWT Async call [1]. This way you build the table