Author: aco
Date: Wed Jun 27 02:59:16 2007
New Revision: 551111

URL: http://svn.apache.org/viewvc?view=rev&rev=551111
Log:
Backported fix for: https://issues.apache.org/activemq/browse/SM-969

Modified:
    
incubator/servicemix/branches/servicemix-3.1/common/servicemix-soap/src/main/java/org/apache/servicemix/soap/marshalers/JBIMarshaler.java

Modified: 
incubator/servicemix/branches/servicemix-3.1/common/servicemix-soap/src/main/java/org/apache/servicemix/soap/marshalers/JBIMarshaler.java
URL: 
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/common/servicemix-soap/src/main/java/org/apache/servicemix/soap/marshalers/JBIMarshaler.java?view=diff&rev=551111&r1=551110&r2=551111
==============================================================================
--- 
incubator/servicemix/branches/servicemix-3.1/common/servicemix-soap/src/main/java/org/apache/servicemix/soap/marshalers/JBIMarshaler.java
 (original)
+++ 
incubator/servicemix/branches/servicemix-3.1/common/servicemix-soap/src/main/java/org/apache/servicemix/soap/marshalers/JBIMarshaler.java
 Wed Jun 27 02:59:16 2007
@@ -87,6 +87,7 @@
                        DataHandler handler = 
normalizedMessage.getAttachment(id);
                        soapMessage.addAttachment(id, handler);
                }
+        soapMessage.setSubject(normalizedMessage.getSecuritySubject());
         if (normalizedMessage instanceof Fault) {
             QName code = (QName) 
normalizedMessage.getProperty(SOAP_FAULT_CODE);
             QName subcode = (QName) 
normalizedMessage.getProperty(SOAP_FAULT_SUBCODE);


Reply via email to