• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

jboss character encoding problem

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
so I have created a utility that reads in an XML from a database (that contains Greek characters) and outputs it to a file. Using jdeveloper I can run the utility and test that it works fine (prints the Greek chars correctly on the file).

Now I have deployed the project onto a jboss-4.0.5.GA and set the function to run every day but the Greek characters in this case dont show up correctly on the output file..

Any thoughts on how to edit the settings needed (on jboss?)
 
reply
    Bookmark Topic Watch Topic
  • New Topic