• 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

Eclipse + WebLogic: generated classes not deployed

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We're using WebLogic and Eclipse, and it works pretty well. However, we have now encountered quite a big problem.

We have some classes that are automatically generated. If we build the EAR using Maven these are included in the project's JAR file in the EAR. However, if we deploy the EAR in Eclipse, these generated classes cannot be found and we get a NoClassDefFoundError. Eclipse itself sees these generated classes just fine, and we can use them in code without any problems. Only when deploying to WebLogic is there a problem with them.

Note: we have installed Oracle WebLogic Server Tools version 6.3.0.201312191402 in our own Eclipse installation. Company policy won't allow us to use OEPE.
 
Rob Isaacs
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've just tried the same application in OEPE and I get the same NoClassDefFoundError.
 
I have a knack for fixing things like this ... um ... sorry ... here is a consilitory tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic