Help coderanch get a
new server
by contributing to the fundraiser
  • 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Unable to load home class

 
Ranch Hand
Posts: 265
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

I am getting following exception while calling beans via JNDI.

Caused by: weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Unable to load home class: java.lang.ClassNotFoundException: com.standardandpoors.apps.core.common.issue.IssueServiceHome ]
at weblogic.ejb20.internal.EJBMetaDataImpl.getHomeInterfaceClass(EJBMetaDataImpl.java:95)
at com.pega.pegarules.services.mdconverters.PREJB2WSDL.lookupEJBMetaData(PREJB2WSDL.java:621)
 
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi where are you trying to acces this Entity bean inside servlet or session bean then i can tell you the appropriate method
 
Graham Thorpe
Ranch Hand
Posts: 265
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

I am trying to call those beans from Pega(BusinessProcessManagement) tool.

I would like to know when this exception will occur normally.

One of the application(ejb/classes) running different server like server A.

I want to call those ejb services from another Server like Server B

through JNDI.
 
Rohit Suman
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi you can refer the JavaRanch Big Moose Saloon � Java � EJB and Other J2EE Technologies � Remote Home lookup from tomcat 5.0 to Weblogic 8.1
 
reply
    Bookmark Topic Watch Topic
  • New Topic