]
Ted Jones reassigned TEIIDDES-3030:
-----------------------------------
Assignee: Ted Jones
inputMessage is garbled at TeiidWSProvider when JDV booting with
Shift-jis encoding
-----------------------------------------------------------------------------------
Key: TEIIDDES-3030
URL:
https://issues.jboss.org/browse/TEIIDDES-3030
Project: Teiid Designer
Issue Type: Bug
Components: Web Services Support
Affects Versions: 9.0.7
Environment: JDV 6.2.4
JBDS 8.1.0.GA
Teiid Designer 9.0.6 (integration stack 8.0.6) and 9.0.7
Reporter: Hiroki Daicho
Assignee: Ted Jones
Attachments: reproducer.zip
When logging inputvalue by SYSADMIN.logmsg on Web service (created by teiid designer),
the log message is garbled if the JDV booting with shift-jis encoding.
1. Generate War from VDB including webservice on Teiid Designer.
1-1. create procedure (the procedure logs input parameter by SYSADMIN.logmsg)
1-2. modeling -> create Web Service
1-3. create vdb includeing the web service
1-4. modeling -> Generate SOAP war
2. Deploy the vdb and war to JDV.
3. JDV boot with Shift-jis encoding.
4. call the webservice with testclient, the log will be garbled.
I attached reproducer.zip.
- testproject (JBDS project)
- testclient (webservice client)
- newvdb.war (generated web service)