[jira] Commented: (SM-1119) Encoding problem in text returned by HTTP-SU

2007-11-09 Thread Philip Webster (JIRA)

[ 
https://issues.apache.org/activemq/browse/SM-1119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_40582
 ] 

Philip Webster commented on SM-1119:


I've had trouble building ServiceMix to test the patch due to missing 
dependencies in the repos. However, I have created a new version of the sample 
with the non-public dependencies removed.

> Encoding problem in text returned by HTTP-SU
> 
>
> Key: SM-1119
> URL: https://issues.apache.org/activemq/browse/SM-1119
> Project: ServiceMix
>  Issue Type: Bug
>  Components: servicemix-core, servicemix-http, servicemix-jsr181
>Affects Versions: 3.1, 3.1.1, 3.1.2
> Environment: This issue can be reproduced on Windows XP Pro and Red 
> Hat Linux.
>Reporter: Philip Webster
> Attachments: multimatch-search.zip, multimatch-search2.zip, 
> SM-1119.patch, wsdl-first-sa-3.2-SNAPSHOT.jar
>
>
> It looks as though there is an encoding problem at the point after the 
> results are returned from the JSR181 service unit.
> The issue can be reproduced on 3.1, 3.1.1, 3.1.2 and the October 25th 
> snapshot of 3.2
> As discussed on this thread:
> http://www.nabble.com/Encoding-problem-in-text-returned-by-HTTP-SU-tf4676140s12049r3.html
> The attached service usints and service assembly can be used to reproduce the 
> issue. 
> Use the following input against http://localhost:8492/MultiMatchSearch/
> http://schemas.xmlsoap.org/soap/envelope/"; 
> xmlns:sear="http://eir.multimatch.org/search";>
>
>
>   
>  
> 
>Charles Perrault
>Title
>~
> 
> SPANISH
> ENGLISH
> nonCached
> metadata
> 
>TEXT
>0
>1
> 
>  
>  false
>   
>
> 
> The result is:
> http://schemas.xmlsoap.org/soap/envelope/";>
>
>   http://eir.multimatch.org/search";>
>  
> 
>
> urn://org.multimatch/search/result/1193668323010
>Meñiquín Charles Perrault ; traducción de Teodoro 
> Baró
>http://www.google.com/
> 
>  
>   
>
> 
> The result should be:
> http://schemas.xmlsoap.org/soap/envelope/";>
>
>   http://eir.multimatch.org/search";>
>  
> 
>
> urn://org.multimatch/search/result/1193668323010
>Meñiquín Charles Perrault ; traducción de Teodoro 
> Baró
>http://www.google.com/
> 
>  
>   
>
> 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (SM-1119) Encoding problem in text returned by HTTP-SU

2007-11-09 Thread Philip Webster (JIRA)

 [ 
https://issues.apache.org/activemq/browse/SM-1119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Philip Webster updated SM-1119:
---

Attachment: multimatch-search2.zip

Bug example with no non-public dependencies.


> Encoding problem in text returned by HTTP-SU
> 
>
> Key: SM-1119
> URL: https://issues.apache.org/activemq/browse/SM-1119
> Project: ServiceMix
>  Issue Type: Bug
>  Components: servicemix-core, servicemix-http, servicemix-jsr181
>Affects Versions: 3.1, 3.1.1, 3.1.2
> Environment: This issue can be reproduced on Windows XP Pro and Red 
> Hat Linux.
>Reporter: Philip Webster
> Attachments: multimatch-search.zip, multimatch-search2.zip, 
> SM-1119.patch, wsdl-first-sa-3.2-SNAPSHOT.jar
>
>
> It looks as though there is an encoding problem at the point after the 
> results are returned from the JSR181 service unit.
> The issue can be reproduced on 3.1, 3.1.1, 3.1.2 and the October 25th 
> snapshot of 3.2
> As discussed on this thread:
> http://www.nabble.com/Encoding-problem-in-text-returned-by-HTTP-SU-tf4676140s12049r3.html
> The attached service usints and service assembly can be used to reproduce the 
> issue. 
> Use the following input against http://localhost:8492/MultiMatchSearch/
> http://schemas.xmlsoap.org/soap/envelope/"; 
> xmlns:sear="http://eir.multimatch.org/search";>
>
>
>   
>  
> 
>Charles Perrault
>Title
>~
> 
> SPANISH
> ENGLISH
> nonCached
> metadata
> 
>TEXT
>0
>1
> 
>  
>  false
>   
>
> 
> The result is:
> http://schemas.xmlsoap.org/soap/envelope/";>
>
>   http://eir.multimatch.org/search";>
>  
> 
>
> urn://org.multimatch/search/result/1193668323010
>Meñiquín Charles Perrault ; traducción de Teodoro 
> Baró
>http://www.google.com/
> 
>  
>   
>
> 
> The result should be:
> http://schemas.xmlsoap.org/soap/envelope/";>
>
>   http://eir.multimatch.org/search";>
>  
> 
>
> urn://org.multimatch/search/result/1193668323010
>Meñiquín Charles Perrault ; traducción de Teodoro 
> Baró
>http://www.google.com/
> 
>  
>   
>
> 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (SM-1119) Encoding problem in text returned by HTTP-SU

2007-10-29 Thread Philip Webster (JIRA)
Encoding problem in text returned by HTTP-SU


 Key: SM-1119
 URL: https://issues.apache.org/activemq/browse/SM-1119
 Project: ServiceMix
  Issue Type: Bug
  Components: servicemix-core, servicemix-http, servicemix-jsr181
Affects Versions: 3.1.2, 3.1.1, 3.1
 Environment: This issue can be reproduced on Windows XP Pro and Red 
Hat Linux.
Reporter: Philip Webster
 Attachments: multimatch-search.zip

It looks as though there is an encoding problem at the point after the results 
are returned from the JSR181 service unit.

The issue can be reproduced on 3.1, 3.1.1, 3.1.2 and the October 25th snapshot 
of 3.2


As discussed on this thread:
http://www.nabble.com/Encoding-problem-in-text-returned-by-HTTP-SU-tf4676140s12049r3.html

The attached service usints and service assembly can be used to reproduce the 
issue. 

Use the following input against http://localhost:8492/MultiMatchSearch/

http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:sear="http://eir.multimatch.org/search";>
   
   
  
 

   Charles Perrault
   Title
   ~

SPANISH
ENGLISH
nonCached
metadata

   TEXT
   0
   1

 
 false
  
   


The result is:

http://schemas.xmlsoap.org/soap/envelope/";>
   
  http://eir.multimatch.org/search";>
 

   
urn://org.multimatch/search/result/1193668323010
   Meñiquín Charles Perrault ; traducción de Teodoro 
Baró
   http://www.google.com/

 
  
   



The result should be:

http://schemas.xmlsoap.org/soap/envelope/";>
   
  http://eir.multimatch.org/search";>
 

   
urn://org.multimatch/search/result/1193668323010
   Meñiquín Charles Perrault ; traducción de Teodoro 
Baró
   http://www.google.com/

 
  
   



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.