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

answer these Questions

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
..........Question1........
Customer and Address are two entity beans.
Customer has one and only one Address. what is the design for creating address from customer
a...Ejbload() of customer call ejbload() of AddressHome
b...Ejbload() of customer call ejb
c...Call create() method of Address in ejbcreate method of customer

.......Question2........
In cmp the value in the database is modified and when tried to retrieve,it gives 500 which should be 300. what might be the reason.
Create(id,500); hr.setBalance(hr.getBalanace()-200);
1)ejbstore() has bug
2)ejbload() has bug
3)ejbpassivate has bug
4)ejbcreate() has bug
 
Think of how stupid the average person is. And how half of them are stupider than that. But who reads this tiny ad?
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic