• 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

EJB deployment Problem : Compiler -- JDO74046: JDOCodeGenerator.

 
Ranch Hand
Posts: 551
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi , thank you for reading my post.I really stocked with this error
I have a very odd problem here.
I create a database table in Mysql
Then i used Netbeans 4.1 to generate a CMP from the table (before this i register the driver and database innetbeans Databses node in runtime window), i did not change any setting
My table has 3 field which one of them is : autoIncrement Integer + Primary ky

then i try to run the enterprise application .
I pressed lovely f11
and it Stoped with error .

here is the error messege :
Deploying application in domain failed; Fatal Error from EJB Compiler -- JDO74046: JDOCodeGenerator: Caught a MappingConversionException loading or creating mapping model for application 'ejblearn' module 'ejblearn-EJBModule': JDO71030: There is no column in table learn which can be used to support the servers implementation of unknown key classes.
; requested operation cannot be completed

The window has the same messege (I should notice that deployment progress monitor shows the same message in red Color)
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic