1 Reply Latest reply on Mar 7, 2016 4:35 AM by ctomc

    Are there only 12 jars for wildfly-ejb-client-bom resolved by Maven for a ejb client side of Jboss wildfly-10.0.0.Final?

    soundair

      Hi, I am doing a test to make a migration from EAP 6.4.3 to wildfly-10.0.0.Final. The EAP project uses the EJB Client side and server side technology. On the Client side, there are some jars of jboss resolved by maven for EAP 6.4.3, about 200 jars. But now I want to  get the jars of jboss for wildfly-10.0.0.Final, I downloaded the pom.xml from maven office web site, and resolved out only 12 jars:

       

      jboss-ejb-api_3.2_spec-1.0.0.Final.jar

      jboss-ejb-client-2.1.4.Final.jar

      jboss-logging-3.3.0.Final.jar

      jboss-marshalling-1.4.10.Final.jar

      jboss-marshalling-river-1.4.10.Final.jar

      jboss-remote-naming-2.0.4.Final.jar

      jboss-remoting-4.0.18.Final.jar

      jboss-sasl-1.0.5.Final.jar

      jboss-transaction-api_1.2_spec-1.0.0.Final.jar

      wildfly-checkstyle-config-1.0.4.Final.jar

      xnio-api-3.3.4.Final.jar

      xnio-nio-3.3.4.Final.jar

       

      So I am not quite sure of the 12 jars resovled for wildfly-10.0.0.Final, if I have downloaded a wrong pom.xml, or are these jars enough for RMI and SOAP connections of EJB Client side to communicate with the  Jboss wildfly-10.0.0.Final server.

       

      Are there some people can kindly help me, thanks!

       

      pom.xml used is attached.