1 Reply Latest reply on May 25, 2018 8:05 AM by jewellgm

    java.lang.NoClassDefFoundError: Failed to link com/eaio/uuid/UUID

    rmin_37

      i'm trying to use this project on wildfly 12 with jax-rs resteasy but i get the following error :

      Failed to define class com.eaio.uuid.UUID in Module "*.war" from Service Module Loader: java.lang.NoClassDefFoundError: Failed to link com/eaio/uuid/UUID (Module "*.war" from Service Module Loader): org/omg/CORBA/portable/IDLEntity

       

      i just started using jboss but i'm pretty sure there is a problem with my jboss configuration because my code works in a simple java program.

      should i change any wildfly settings?