• 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
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

bean must implement findXX() ...????

 
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
iam working with ejb on weblogic7.0
i have downloaded one small application from
http://weblogic.com/docs/examples/ejb/basic/containerManaged/index.html
and running on my system. I found problem while deploying
saying that Bean must implement the following methods
findByPrimaryKey()
findAccount()
findBigAccounts()
findOrderedBigAccounts()
findDescOrderedBigAccounts()
findNullAccounts()
but this bean has no implementation of this methods
where in the EJB Home interface they are declared.
what could be the reason for all such examples when
downloaded.
it could be more helpful if u just go to that url and have
a few minutes of refering that example.
else, just tell me to whom should i contact to get the
response from ?
please let me have that mail-id.
 
Ranch Hand
Posts: 401
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Those examples on the old weblogic.com site appear to be from WLS 4.5.
Container Managed Persistence has changed a lot since then - I think WLS 4.5 was using EJB 1.0 and WLS 7.0 is now at EJB 2.0.
Use the examples that came with your WLS install, at:
BEA_HOME/weblogic700/samples/server/src/examples/ejb20/containerManaged/
See also: http://e-docs.bea.com/wls/docs70/samples.html
 
manju latha
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanx..!
 
Do Re Mi Fa So La Tiny Ad
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic