Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] M2E + ear + weblogic = NoClassDefFoundError

Without much informations on your setup, it's gonna be hard to know what's going on.

- First things first : Have you installed the m2e-wtp integration plugin (see https://github.com/sonatype/m2eclipse-wtp/wiki)? 
- Check the differences between the deployed project contents and the maven generated .ear.
- posting the contents of your poms might be helpful troubleshooting your issue.

Regards,

Fred Bricon

2011/10/18 János Háber <janos.haber@xxxxxxxxxxxxx>
Hi!

I have a little problem with my projects. I created an ear project
with one ejb, one war and one webservice project.
The project depend some subproject ( ejb -> model and war -> model,
wsr -> model).
When I build ear with maven, the ear file is correct, but when I add
the ear project in eclipse to weblogic it's not work.
The project is deployed, and it's try to start, but it's can't. I get
NoClassDefFoundError (the class is in the model project).

I dunno why. I miss something in ear plugin?
Dependency:
ear -> ejb,war,wsr -> model

Please help.
Thanks
b0c1
_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users



--
"Have you tried turning it off and on again" - The IT Crowd

Back to the top