Hello,
I'm facing a problem with the encoding. I created an XSL file to generate the XMLPF files from XML files I've but the problem is I have this problem
the war file deploys and I can see it form the Liferay Portal but when I try to add something I've this message:
No CategoryTypes exists with the primary key 0and when i browse the database I find the row was successfully inserted
My JBoss debug ""
ERROR [http--127.0.0.1-8080-5][Bea nPropertiesImpl:337]
jodd.bean.BeanException: Simple property not found: astring Invalid
property: 'test#astring ' (actual:'test#astring ',
forced=false)
13:54:34,304 INFO (http--127.0.0.1-8080-5)
jodd.bean.BeanException: Simple property not found: astring Invalid
property: 'test#astring ' (actual:'test#astring ',
forced=false)""
After verifying the encoding from Notepad++ I found that the generated XML file has UTF-8 encoding and the XML file created from the create.bat is UTF-8 without BOM
Is there any way to make it ? only The dateTime works !!
PS: attached the source xml file "test-T.xml"
the xsl file : test.xsl
the result file : result.xml ( the UTF-8 problem)
Thanks alot