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.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913208#3913208

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913208


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to