• 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:

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...
 
We noticed he had no friends. So we gave him this tiny ad:
New web page for Paul's Rocket Mass Heaters movies
https://coderanch.com/t/785239/web-page-Paul-Rocket-Mass
reply
    Bookmark Topic Watch Topic
  • New Topic