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

ejb beans

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
iam calling a ejb bean method in ordinary javabean.i compiled the required classes and made jar file and deployed it.iam invoking the javabean method in jsp page using usebean tag.when iam running the jsp client it's giving NO CLASS FOUND ERROR:javax.NamingContext Exception.iam putting all the ejb class files in c:\weblogic\myserver\serverclasses directory and ordinary javabean class in c:\weblogic\myserver\clientclasses directory.i put the jar file in c:\weblogic\myserver\serverclasses directory and in the weblogic properties file i mentioned the path of the jar file.but it is giving error when iam running the client jsp in browser.any help appreciated.
thanks in advance...
reply
    Bookmark Topic Watch Topic
  • New Topic