Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
  • 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

Interbase + JBoss + Java Desktop System problem

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, amigos.

I have a problem that I dont have any idea what is happening.
I'm working with JBoss 3.2.3 in a Java Desktop System OS and I have configurated the connection pool for an Interbase database. There are some EJB Entities deployed.
When I attempt to insert a record into the database and this record contains data with accent (because I use Spanish language) occurs the next error:

java.rmi.RemoteException: Could not create entity:
java.sql.SQLException: [interclient][interbase]arithmetic exception, numeric overflow, or string truncation
[interclient][interbase]Cannot transliterate character between character sets

The Interbase database is configurated with the appropriate character set and when I test the same configuration in Windows it works!!!

any idea?
 
reply
    Bookmark Topic Watch Topic
  • New Topic