4 Replies Latest reply on Jan 5, 2013 3:44 PM by nickarls

    JBoss Migration EJB invocation

    sammie88

      Hi,

       

      Anybody has encountered this error when invoking a remote bean/proxy

       

      java.lang.reflect.UndeclaredThrowableException

                $Proxy0.test(Unknown Source)

      ---------

      this happens when calling test from the stateless bean/proxy. 

       

      public interface A

      {

          public String test(String a,String b) ;

       

      }

       

      Thank you for any help!