[
https://issues.apache.org/activemq/browse/SM-1700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ramon Buckland updated SM-1700:
-------------------------------
Attachment: servicemix-mail-diff.txt
patch supplied to fix issue
To manually create your own 2008.01 replace (using this current 2008.02 version)
1. svn co
http://svn.apache.org/repos/asf/servicemix/components/bindings/servicemix-mail/trunk
2. mod pom.xml as follows
Index: pom.xml
===================================================================
--- pom.xml (revision 721938)
+++ pom.xml (working copy)
@@ -26,7 +26,7 @@
- <version>2008.02-SNAPSHOT</version>
+ <version>2008.02</version>
@@ -41,7 +41,7 @@
- <servicemix-shared-version>2008.02-SNAPSHOT</servicemix-shared-version>
+ <servicemix-shared-version>2008.01</servicemix-shared-version>
3. Now mvn clean install and copy the
target/servicemix-mail-2008.02-installer.zip, replacing your 2008.01 version.
(Not throroughly tested of course.)
> unable to set connection URI on sender
> --------------------------------------
>
> Key: SM-1700
> URL: https://issues.apache.org/activemq/browse/SM-1700
> Project: ServiceMix
> Issue Type: Bug
> Components: servicemix-mail
> Affects Versions: 3.3
> Environment: Linux 2.6.27 / JDK 6
> Reporter: Darren Davison
> Assignee: Lars Heinemann
> Fix For: servicemix-mail-2008.02
>
> Attachments: servicemix-mail-diff.txt
>
>
> Not sure whether the component is officially released yet, but I obtained it
> from the snapshot repo today to test it. I created the skeleton project from
> the archetype using:
> mvn archetype:create -DarchetypeGroupId=org.apache.servicemix.tooling
> -DarchetypeArtifactId=servicemix-mail-service-unit
> -DarchetypeVersion=2008.01-SNAPSHOT -DartifactId=tutorial-mail-su
> -DremoteRepositories=http://people.apache.org/repo/m2-snapshot-repository
> I edited xbean.xml to look as follows for the sender endpoint (SMTP server
> needs no authorisation):
> <mail:sender service="tut:mail"
> endpoint="sender"
> sender="[EMAIL PROTECTED]"
> receiver="[EMAIL PROTECTED]"
> debugMode="false"
> connection="smtp://mail.example.com" />
> When I try to deploy, I get the following within the error output:
> <loc-message>Error creating bean with name
> 'org.apache.servicemix.mail.MailSenderEndpoint#0' defined in file
> [/opt/apache-servicemix-3.3/data/smx/service-assemblies/tutorial-sa/version_2/sus/servicemix-mail/tutorial-mail-su/xbean.xml]:
> Error setting property values; nested exception is
> org.springframework.beans.PropertyBatchUpdateException; nested
> PropertyAccessExceptions (1) are:
> PropertyAccessException 1:
> org.springframework.beans.MethodInvocationException: Property 'connection'
> threw exception; nested exception is
> java.lang.NullPointerException</loc-message>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.