3 Replies Latest reply on Sep 3, 2015 6:16 AM by sudhabalu

    Classnotfound exception in wildfly

    sudhabalu

      We are developing enterprise application using wildfly server. We maintain view(user interface) and business components(EJB) in two different servers.

      To lookup ejb from view, we have created an utility class.

       

      View(Server A) ->utility class(Server A) -> proxy bean(Server B) -> required business compnent(Server B). Here the proxy bean will invoke required EJB method through reflection. During the invocation we are just passing parameters as object. But here getting classnotfound exception for the value object classes used in origin ejb compoents in proxy bean class.

       

      Any workaround for this problem? We cant add dependencies in proxy bean since we have more the 500 ejb components.