Ok, Just to check all the TomEE side, I want to test our app on TomEE WebProfile and TomEE+. But need to remove OpenJPA, we are using eclipselink (JPA 2.1). I've tried to supply the same dependency as we did in the tomee-embedded-maven-plugin but it didn't work. This is our tomee-maven-plugin setup https://gist.github.com/gilbertoca/f279522e0f35dbcda0cf148598d2bbc1 . Can you help?
Thank you! Romain Manni-Bucau wrote > 2016-06-09 20:40 GMT+02:00 gilbertoca < > gilbertoca@ > >: > >> Romain Manni-Bucau wrote >> > Hi >> > >> > Tomcat supports setting encoding on the connector and provides a >> encoding >> > filter IIRC which can solve it. >> >> So, the tomee-embedded-maven-plugin Tomcat connector is not setup the >> same >> way as in TomEE plume. >> > > it is built manually > > >> How can I adjust it in the tomee-embedded-maven-plugin? >> >> > Probably provide a custom server.xml through serverXml config > > >> >> Romain Manni-Bucau wrote >> > If not myfaceq list is the right place to ask. >> > >> > Le 9 juin 2016 20:51, "gilbertoca" < >> >> > gilbertoca@ >> >> > > a écrit : >> > >> >> >> >> Hi everyone! >> >> >> >> I have a problem with the values inserted in all my >> > > <h:inputText> >> > fields. >> >> Some characters are not encoded in the right way. E.g. if I put "ção" >> in >> >> the >> >> input field I get "ão" . >> >> Using tomee-embedded-maven-plugin with default settings, I mean, >> MyFaces: >> >> >> >> >> >> >> >> After a day searching and changing a lot of configurations, I've >> decided >> >> to >> >> run the project with TomEE(plume) but with Mojarra and to my surprise >> no >> >> encoding problem. I think it is a MyFaces issue, WDYT? >> >> Do you think it deserves a post in the MyFaces user list? >> >> >> >> Regards, >> >> >> >> Gilberto >> >> >> >> >> >> >> >> >> >> -- >> >> View this message in context: >> >> >> http://tomee-openejb.979440.n4.nabble.com/UTF-8-form-submit-in-JSF-is-corrupting-data-MyFaces-issue-tp4678824.html >> >> Sent from the TomEE Users mailing list archive at Nabble.com. >> >> >> >> >> >> >> >> -- >> View this message in context: >> http://tomee-openejb.979440.n4.nabble.com/UTF-8-form-submit-in-JSF-is-corrupting-data-MyFaces-issue-tp4678824p4678828.html >> Sent from the TomEE Users mailing list archive at Nabble.com. >> -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/UTF-8-form-submit-in-JSF-is-corrupting-data-MyFaces-issue-tp4678824p4678845.html Sent from the TomEE Users mailing list archive at Nabble.com.
