Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XD fails with multiple recipients #248

Open
GoogleCodeExporter opened this issue Jun 22, 2015 · 0 comments
Open

XD fails with multiple recipients #248

GoogleCodeExporter opened this issue Jun 22, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1.Create ProvideAndRegisterDocumentSet-b action request with soapUI
2.Include 2 <direct:to> address recipients
3.Send

What is the expected output? What do you see instead?
Expect XD message will successfully forward to both recipients
Instead, receive error: Illegal semicolon, not in group

What version of the product are you using? On what operating system?
modified

Please provide any additional information below.
Line 156 in class org.nhind.xdr.DocumentRepositoryAbstract 
This assigns to an array list but the value coming from threadData is single 
semicolon separated string of the concatenated addresses.
The result is that this single delimited string is pushed into the first array 
element. Later when it attempts to send using the values from this array list 
it fails.

Original issue reported on code.google.com by [email protected] on 29 Oct 2014 at 8:13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant