apache-jdkim-0.2 2 is DKIM signing for multipart/* supposed to work?

2013-09-25 Thread Justin Robinson
Hi, I'm integrating an application (which uses Sendmail as MTA, and hybrid java/python mailing list manager) with apache jdkim. Other existing oss libraries (which I'd previously based the app on) seem to work fine for plain text, but multipart/alternative results in DKIM result: fail (wrong body

Re: apache-jdkim-0.2 2 is DKIM signing for multipart/* supposed to work?

2013-09-25 Thread Stefano Bagnara
2013/9/25 Justin Robinson dkim-proj...@fluidnotions.com: [...] java.lang.ClassCastException: org.apache.james.mime4j.message.MultipartImpl cannot be cast to org.apache.james.mime4j.dom.SingleBody at org.apache.james.jdkim.impl.Message.getBodyInputStream(Message.java:80) at

Re: apache-jdkim-0.2 is DKIM signing for multipart/* supposed to work?

2013-09-25 Thread Justin Robinson
Hi Stefano, I was very happy to discover that you where signing millions of email's initially, now I'm just confused. This is an uncaught exception, so I was thinking maybe it was unnoticed or something. I'm using apache-mime4j-0.7.2, apache-jdkim-0.2 lists this as a dependancy in the maven

Re: apache-jdkim-0.2 is DKIM signing for multipart/* supposed to work?

2013-09-25 Thread Justin Robinson
Ok some progress I had extended org.apache.james.mime4j.message.DefaultMessageBuilder, to include fields and was not using org.apache.james.jdkim.impl.Message.newMessageBuilder(). I've changed this to use a decorator pattern, so the original code is now untouched. The classcastexception is no

svn commit: r1526134 - /james/hupa/trunk/src/site/xdoc/index.xml

2013-09-25 Thread manolo
Author: manolo Date: Wed Sep 25 08:18:21 2013 New Revision: 1526134 URL: http://svn.apache.org/r1526134 Log: Fix hupa doc Modified: james/hupa/trunk/src/site/xdoc/index.xml Modified: james/hupa/trunk/src/site/xdoc/index.xml URL:

svn commit: r1526135 - in /james/hupa/trunk: client/src/main/java/org/apache/hupa/client/ client/src/main/java/org/apache/hupa/client/activity/ client/src/main/java/org/apache/hupa/client/gin/ client/

2013-09-25 Thread manolo
Author: manolo Date: Wed Sep 25 08:19:23 2013 New Revision: 1526135 URL: http://svn.apache.org/r1526135 Log: Remove unused source files Removed: james/hupa/trunk/client/src/main/java/org/apache/hupa/client/CachingDispatchAsync.java

Jenkins build is back to normal : hupa-trunk ยป Apache James Hupa Shared #351

2013-09-25 Thread Apache Jenkins Server
See https://builds.apache.org/job/hupa-trunk/org.apache.james.hupa$hupa-shared/351/changes - 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 : hupa-trunk #351

2013-09-25 Thread Apache Jenkins Server
See https://builds.apache.org/job/hupa-trunk/351/changes - To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org

Build failed in Jenkins: james-server-trunk #4046

2013-09-25 Thread Apache Jenkins Server
See https://builds.apache.org/job/james-server-trunk/4046/ -- [...truncated 629 lines...] at org.apache.felix.obrplugin.ObrInstall.execute(ObrInstall.java:141) at

apache-jdkim-0.2 dependance apache-mime4j-0.7.2 org.apache.james.mime4j.dom.ServiceLoader.load(ClassT) does not load class instances

2013-09-25 Thread Justin Robinson
I've discovered the root to all my problems is that org.apache.james.mime4j.dom.ServiceLoader.load(ClassT) seems unable to load the correct instance type for the given interface eg: spiResURI: META-INF/services/org.apache.james.mime4j.dom.MessageServiceFactory resource:

Re: apache-jdkim-0.2 dependance apache-mime4j-0.7.2 org.apache.james.mime4j.dom.ServiceLoader.load(ClassT) does not load class instances

2013-09-25 Thread Stefano Bagnara
2013/9/25 Justin Robinson dkim-proj...@fluidnotions.com I've discovered the root to all my problems is that org.apache.james.mime4j.dom.ServiceLoader.load(ClassT) seems unable to load the correct instance type for the given interface eg: spiResURI:

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

2013-09-25 Thread dongxu
Author: dongxu Date: Thu Sep 26 02:00:47 2013 New Revision: 1526347 URL: http://svn.apache.org/r1526347 Log: remove useless folders Removed: james/hupa/trunk/client/src/main/java/org/apache/hupa/client/gin/ james/hupa/trunk/client/src/main/java/org/apache/hupa/client/mvp/

svn commit: r1526349 - in /james/hupa/trunk/client/src/main/java/org/apache/hupa/client: activity/ evo/ mapper/

2013-09-25 Thread dongxu
Author: dongxu Date: Thu Sep 26 02:07:11 2013 New Revision: 1526349 URL: http://svn.apache.org/r1526349 Log: remove useless files Removed: james/hupa/trunk/client/src/main/java/org/apache/hupa/client/activity/LabelPropertiesActivity.java~HEAD

svn commit: r1526350 - in /james/hupa/trunk/client/src/main/java/org/apache/hupa/client: place/ rf/ ui/

2013-09-25 Thread dongxu
Author: dongxu Date: Thu Sep 26 02:10:21 2013 New Revision: 1526350 URL: http://svn.apache.org/r1526350 Log: remove useless files Removed: james/hupa/trunk/client/src/main/java/org/apache/hupa/client/place/FolderPlace.java~HEAD

svn commit: r1526352 - in /james/hupa/trunk/client/src/main/java/org/apache/hupa/client: activity/SearchBoxActivity.java ui/NavigationView.java ui/SearchBoxView.java

2013-09-25 Thread dongxu
Author: dongxu Date: Thu Sep 26 02:15:46 2013 New Revision: 1526352 URL: http://svn.apache.org/r1526352 Log: remove some warnings in client package Modified: james/hupa/trunk/client/src/main/java/org/apache/hupa/client/activity/SearchBoxActivity.java

svn commit: r1526378 - in /james/hupa/trunk: client/src/main/java/com/google/gwt/ server/src/main/java/com/chiaramail/ server/src/main/java/org/apache/hupa/server/domain/ server/src/main/java/org/apac

2013-09-25 Thread dongxu
Author: dongxu Date: Thu Sep 26 04:30:19 2013 New Revision: 1526378 URL: http://svn.apache.org/r1526378 Log: remove useless folders Removed: james/hupa/trunk/client/src/main/java/com/google/gwt/ james/hupa/trunk/server/src/main/java/com/chiaramail/

svn commit: r1526381 - /james/hupa/trunk/src/site/xdoc/index.xml

2013-09-25 Thread dongxu
Author: dongxu Date: Thu Sep 26 04:31:23 2013 New Revision: 1526381 URL: http://svn.apache.org/r1526381 Log: remove the broken link of hupa Modified: james/hupa/trunk/src/site/xdoc/index.xml Modified: james/hupa/trunk/src/site/xdoc/index.xml URL:

svn commit: r1526383 - /james/hupa/trunk/client/src/main/java/org/apache/hupa/client/ui/README

2013-09-25 Thread dongxu
Author: dongxu Date: Thu Sep 26 04:36:38 2013 New Revision: 1526383 URL: http://svn.apache.org/r1526383 Log: add theme's license note Added: james/hupa/trunk/client/src/main/java/org/apache/hupa/client/ui/README Added: james/hupa/trunk/client/src/main/java/org/apache/hupa/client/ui/README