0 Replies Latest reply on Dec 16, 2005 6:39 PM by pipothebit

    java.net.MalformedURLException: no protocol: de

    pipothebit

      Hello,
      I have a simple stateless sesion bean with a finder method that returns a collection of beans for listing prupose.

      When I call that method from a jsf(RI) application I get next error:
      2005-12-16 23:04:56,455 ERROR [com.sun.faces.lifecycle.InvokeApplicationPhase] #{ClientListPage.search_action}: javax.faces.el.EvaluationException: java.lang.RuntimeException: java.net.MalformedURLException: no protocol: de
      javax.faces.FacesException: #{ClientListPage.search_action}: javax.faces.el.EvaluationException: java.lang.RuntimeException: java.net.MalformedURLException: no protocol: de


      The stateless session bean method is:

      public Collection finder(ClienteFinderBean clienteFinderBean);

      If i remove the method param it works:
      public Collection finder();

      Can you help me.
      Very than you.