79554598

Date: 2025-04-04 06:31:11
Score: 2.5
Natty:
Report link

The problem is that the application.xml of the ear is missing:

<module>

<java></java>

</module>

There you have to put the lib/... path of your jar in the ear
<module>

<java>lib/eclipselink.jar</java>

</module>

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Peio