svn commit: r1335829 - /james/hupa/trunk/client/src/main/java/org/apache/hupa/client/mvp/IMAPMessageListView.java

2012-05-08 Thread manolo
Author: manolo Date: Tue May 8 23:31:38 2012 New Revision: 1335829 URL: http://svn.apache.org/viewvc?rev=1335829&view=rev Log: fix ocasional array out of bounds error when switching folders Modified: james/hupa/trunk/client/src/main/java/org/apache/hupa/client/mvp/IMAPMessageListView.java

RE: Custom Mailet Logfile

2012-05-08 Thread Pao, Vanessa
I see your message :) Vanessa Pao Software Engineer - Harris Healthcare Solutions 321.914.1344 v...@harris.com -Original Message- From: Kiytiro-Keane, A Massae [mailto:akiyt...@harris.com] Sent: Tuesday, May 08, 2012 3:16 PM To: server-dev@james.apache.org Subject: Custom Mailet Logfile

Custom Mailet Logfile

2012-05-08 Thread Kiytiro-Keane, A Massae
Hello, I'm using the LogFactory to log the info,error,trace types of information in my mailet. I cannot find where James output the mailet log. I checked the james-server.log and mailetcontainer.log. The mailetcontainer.log only shows information that the mailet has been instantiated. Thank

[jira] [Resolved] (JAMESAPP-8) Wrapper service does not load user libraries from conf/lib

2012-05-08 Thread Ioan Eugen Stan (JIRA)
[ https://issues.apache.org/jira/browse/JAMESAPP-8?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan resolved JAMESAPP-8. Resolution: Fixed fixed. ./conf, ./lib, and ./conf/lib > Wrapper service

svn commit: r1335565 - /james/app/trunk/pom.xml

2012-05-08 Thread ieugen
Author: ieugen Date: Tue May 8 15:06:12 2012 New Revision: 1335565 URL: http://svn.apache.org/viewvc?rev=1335565&view=rev Log: JAMESAPP-8 - java service wrapper creates the classpath in this order: ./conf/, ./lib, ./conf/lib Modified: james/app/trunk/pom.xml Modified: james/app/trunk/pom.

svn commit: r1335446 - in /james/site-cms/trunk: content/assets/images/feather-logo.png templates/basic.html

2012-05-08 Thread ieugen
Author: ieugen Date: Tue May 8 12:00:40 2012 New Revision: 1335446 URL: http://svn.apache.org/viewvc?rev=1335446&view=rev Log: - fixed the navbar top, made container fluid Modified: james/site-cms/trunk/content/assets/images/feather-logo.png james/site-cms/trunk/templates/basic.html Mo

svn commit: r1335439 - in /james/site-cms/trunk: content/index.html templates/basic.html

2012-05-08 Thread ieugen
Author: ieugen Date: Tue May 8 11:50:58 2012 New Revision: 1335439 URL: http://svn.apache.org/viewvc?rev=1335439&view=rev Log: - more styles stuff Modified: james/site-cms/trunk/content/index.html james/site-cms/trunk/templates/basic.html Modified: james/site-cms/trunk/content/index.ht

svn commit: r1335426 - /james/site-cms/trunk/templates/basic.html

2012-05-08 Thread ieugen
Author: ieugen Date: Tue May 8 11:34:57 2012 New Revision: 1335426 URL: http://svn.apache.org/viewvc?rev=1335426&view=rev Log: - style fix Modified: james/site-cms/trunk/templates/basic.html Modified: james/site-cms/trunk/templates/basic.html URL: http://svn.apache.org/viewvc/james/site-c

svn commit: r1335420 [1/8] - in /james/site-cms/trunk: content/ content/assets/ content/assets/bootstrap/ content/assets/bootstrap/css/ content/assets/bootstrap/img/ content/assets/bootstrap/js/ conte

2012-05-08 Thread ieugen
Author: ieugen Date: Tue May 8 11:27:04 2012 New Revision: 1335420 URL: http://svn.apache.org/viewvc?rev=1335420&view=rev Log: - migrated to bootstrap 2.0.x and jquery 1.7.2 - moved styles, jquery and logos to assets/ Added: james/site-cms/trunk/content/assets/ james/site-cms/trunk/cont

svn commit: r1335420 [5/8] - in /james/site-cms/trunk: content/ content/assets/ content/assets/bootstrap/ content/assets/bootstrap/css/ content/assets/bootstrap/img/ content/assets/bootstrap/js/ conte

2012-05-08 Thread ieugen
Added: james/site-cms/trunk/content/assets/javascript/index.js URL: http://svn.apache.org/viewvc/james/site-cms/trunk/content/assets/javascript/index.js?rev=1335420&view=auto == --- james/site-cms/trunk/content/assets/java

svn commit: r1335396 - in /james/hupa/trunk/client/src/main/java/org/apache/hupa/client: ./ gin/ mvp/ mvp/place/

2012-05-08 Thread manolo
Author: manolo Date: Tue May 8 09:40:06 2012 New Revision: 1335396 URL: http://svn.apache.org/viewvc?rev=1335396&view=rev Log: Some cache improvements in client side. Fix parallel fetching of messages on loading Modified: james/hupa/trunk/client/src/main/java/org/apache/hupa/client/Caching

svn commit: r1335393 - /james/hupa/trunk/server/src/main/java/org/apache/hupa/server/handler/GetMessageDetailsHandler.java

2012-05-08 Thread manolo
Author: manolo Date: Tue May 8 09:33:27 2012 New Revision: 1335393 URL: http://svn.apache.org/viewvc?rev=1335393&view=rev Log: Fix viewing of certain html messages Modified: james/hupa/trunk/server/src/main/java/org/apache/hupa/server/handler/GetMessageDetailsHandler.java Modified: james/