5 Replies Latest reply on Jul 2, 2008 2:00 AM by ron_sigal

    Getting started with Remoting 3

    ron_sigal

      Dear Remoting guys,

      Now that Remoting 2 has reached a certain degree of stability, I'm starting to play with Remoting 3. This seems like a good place to post my dumb questions, in case someone else has the same problems.

      1. After running the "all-fetch" ant target, I still had to add the following additional jars to the classpath to get org.jboss.cx.remoting.samples.simple.JrppBasicExampleMain to run:

      * jboss-common.jar
      * log4j-1.2.15.jar
      * slf4j-api-1.5.2.jar
      * slf4j-log4j12-1.5.2.jar
      * trove.jar

      What am I missing?

      2. I'm getting the same generic type complaint that Trustin mentioned in topic "A compilation error in AbstractTypeMap, R3" (http://www.jboss.com/index.html?module=bb&op=viewtopic&t=128869).

      Trustin, did you find a workaround?

      -Ron