• 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

entity bean query

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi ,
i do have some problems in deployment of entity bean.these are the problem that i have faced .plz help me to rectify those.
step 1.i combined all the class files ,meta-inf files and made to a jar file.
step 2.then i used my weblogic.ejbc and generated a new jar file.
step 3.i opened my console and set my pool,datasource
step 4.i deployed my ejb.
step 5.i got the following errors.
weblogic.ejb20.WLDeploymentException:The datasource with the jndi name PoolConn could not be located.plz ensure that datasource has been deployed successfully.
i got an information if i give the datasource name instead of pool name we get this error.i checked i have given my pool name only.
could any one rectify my error.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic