• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

help to solve EJB problem in deploying time

 
Ranch Hand
Posts: 64
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
when i deploy the example of <Mastering EJB>, Jasmine, it happened to throw exception like this
I have checked EJB-QL , there is nothing wrong with sql , any suggestion?
 
Ranch Hand
Posts: 1209
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
try checking Order bean --> table mapping.
check the column type and the corresponding bean field type as well.
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

weblogic.ejb20.WLDeploymentException: The Container-Managed Persistence Entity EJB failed while creating its SQL Type Map. The error was:
ORA-03115:
/凲躳n{?h:?
at ...


Could this be a character set issue? Are you using non-ascii characters?
 
reply
    Bookmark Topic Watch Topic
  • New Topic