Hi all,
we have released a new version of the mendelson opensource AS2.
Please visit http://opensource.mendelson-e-c.com for a download of your version.
Beneath small fixes (as dicussed in this forum) it includes the following issues:
Enhancement:
*Max file size for transfered files has been improved
*Export/import of configuration
*Providing server state page at http://yourhost:yourport/as2/ServerState
*New HTTP header: ediint-feature
Fixes:
*MIC calculation for inbound messages was wrong for some combinations
*Signature verfication problem
Updates:
Update to jetty 6.1.22 (webserver)
Update to Bouncycastle 1.45 (crypto API)
Update to JORAM 5.2.6 (JMS provider)
Update to HTTP components 4.01 (HTTP sender)
Updating from an older version of mendelson opensource AS2
-----------------------------------------------------------
*First make a backup of your message and program folder
*Start the installer. If it asks to overwrite some files that already exist - DO NOT overwrite them. These are your personal files like certificate storage etc.
*Start the mendelson opensource AS2 server. It will update your database structure to the required one. Your partner settings etc are kept.
-thats all.
(If you are not using the installer please ensure to delete all old jar files in the jlib/* and jetty/* folders before unpacking the zip.)
We are looking forward for your comments.
*Thank you for using our software.*
Your mendelson development team
First i wan't to thank you all for your great work !
i found following error in the new release (clean install, no upgrade):
i had to fix the mendelson_as2_start.sh script in order to start the app: (NoClassFoundError for the apache-client.classes)
just added the following lines:
if [ -d jlib/httpclient ]; then
HTTPDIR=jlib/httpclient
export HTTPDIR
for jar in `ls $HTTPDIR/*.jar $HTTPDIRDIR/*.zip 2>/dev/null`
do
CLASSPATH=$CLASSPATH:$jar
done
fi
Greetings
Flo
Flo,
thanks, we will add this for the next release.
Regards
Heller
I was just starting to test against cleo lexicon and it was having MDN issues, but this new version works great! Thanks again for all of your hard work!