-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
9.0.7
-
None
-
JDV 6.2.4
JBDS 8.1.0.GA
Teiid Designer 9.0.6 (integration stack 8.0.6) and 9.0.7
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)