2 Replies Latest reply on May 10, 2006 2:10 AM by deniss.parhomenko

    Remoting exception

    deniss.parhomenko

      If I use Seam Remoting with Java Beans I receive follofing exception

      java.util.NoSuchElementException
       at java.util.HashMap$HashIterator.nextEntry(Unknown Source)
       at java.util.HashMap$KeyIterator.next(Unknown Source)
       at org.jboss.seam.remoting.Call.execute(Call.java:105)



      I think that following code in not very good :

      Class type = component.getLocalInterfaces().iterator().next();