• 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
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

I am stuck. Can you help?

 
Ranch Hand
Posts: 108
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I just started experimenting the IBM WebSphere Studio Application Developer 5.0. I followed a online free tutorial(http://www.devx.com/ibm/Article/16365).
It goes like a charm until I was stuck in this problem.
The problem occurs when I tried to "Create a data source and Cloudscape database tables". Basically, I right click on the HelloWorldServer in the Servers view, and select the Create tables and data sources menu item. It was when I got this error message: "That operation could not be performed because there are no Cloudscape-mapped CMPs configured to run on this server."
I did follow all the steps. I am really new on this. Can someone throw some light on this?
Thank you so much!
 
Ranch Hand
Posts: 155
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You need to setup the Container Managed Persistence (CMP) fields in the deployment descriptor and set your persistence fields accessors to abstract in the bean file among other things. Idealy, that would be done for you automatically if you had use WS to generate the entity bean based on a database table.
Depending on the code you have there many other things might need changes.
Look below to get a basic idea of what things should look like.
[edit]: well what I wanted to show you isn't pasting properly in the board.
[ January 11, 2004: Message edited by: Brahim Bakayoko ]
 
Richard Vagner
Ranch Hand
Posts: 108
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Brahim,
Thanks a lot for your reply. What I really wnat to know where I check and
where I can edit to set CMP/Cloudspace configuration.
Thank you so much for your reply
 
The overall mission is to change the world. When you've done that, then you can read this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic