Hi,
when I try to register my service to the RMI registry I get the following Error:
Code:
Exception in thread "main"
org.springframework.beans.factory.BeanCreationException:
Error creating bean with name 'start' defined in class path resource
[aufgabe03/RMIServer.xml]:
Invocation of init method failed;
nested exception is java.lang.IllegalArgumentException:
serviceInterface [aufgabe03.MyRemoteProcs] needs to be implemented
by service [aufgabe03.MyRemoteProcsImpl] of class [java.lang.String]
Caused by:
java.lang.IllegalArgumentException: serviceInterface [aufgabe03.MyRemoteProcs]
needs to be implemented by service
[aufgabe03.MyRemoteProcsImpl] of class [java.lang.String]
My service implements the service interface. I really dont know what is wrong?

Thanks in advance!

Nick