Bug 781136 (SOA-3635)

Summary: NotifyFiles appends a new line character in stringNotification() method to the original content.
Product: [JBoss] JBoss Enterprise SOA Platform 5 Reporter: Len DiMaggio <ldimaggi>
Component: JBossESBAssignee: tcunning
Status: NEW --- QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 5.2.0.ER4   
Target Milestone: ---   
Target Release: FUTURE   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/SOA-3635
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
NotifyFiles will append a new line character at the end of a string when using the stringNotification() method. It does this if the string does not end with a valid character. This is a problem when the aim is to simply save some file content.
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Len DiMaggio 2011-11-29 17:08:38 UTC
project_key: SOA

See linked issue.

Comment 1 Len DiMaggio 2011-11-29 17:08:39 UTC
Link: Added: This issue Cloned from SOA-2058


Comment 2 Suz 2012-06-15 01:42:47 UTC
    Technical note added. If any revisions are required, please edit the "Technical Notes" field
    accordingly. All revisions will be proofread by the Engineering Content Services team.
    
    New Contents:
NotifyFiles will append a new line character at the end of a string when using the stringNotification() method. It does this if the string does not end with a valid character.

Comment 3 David Le Sage 2012-06-18 00:19:15 UTC
    Technical note updated. If any revisions are required, please edit the "Technical Notes" field
    accordingly. All revisions will be proofread by the Engineering Content Services team.
    
    Diffed Contents:
@@ -1 +1 @@
-NotifyFiles will append a new line character at the end of a string when using the stringNotification() method. It does this if the string does not end with a valid character.+NotifyFiles will append a new line character at the end of a string when using the stringNotification() method. It does this if the string does not end with a valid character.  This is a problem when the aim is to simply save some file content.