• 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

Weblogic 7.0 ejb-jar.xml defineClass()failed Problem

 
Ranch Hand
Posts: 140
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We are trying deploy a stateless session bean in weblogic 7.0. This session bean imports some external utility classes created by us.
And while deployment weblogic is continously giving us error:

********************************
Unable to load a class specified in your ejb-jar.xml: Class bytes found but defineClass()failed for: 'com.ge.comfin.uk.gelink.bo.ejb.RequestAdvance.RequestAdvanceSB'
********************************
(Here RequestAdvanceSB is our session bean.)

The same bean works fine on weblogic 8.1.

If any body has faced and rectified such a problem please help us out.

Thanks.
 
The only thing that kept the leeches off of me was this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic