OK, so I get this warning when trying to deploy in jboss:
Warning: The methods defined in the local interface must have a matching method in the bean’s class with the same return type.
I get this for two methods out of like a dozen or more that are in the bean and interface. The signatures look the same to me in the interface and the bean implementation, and I’ve done a cut-and-paste to be sure. I must be missing something simple here. Any ideas?
Thanks.