Remove the statements:
import User;
import UserRegistrationRemote;
from all the source files. You never have to import classes that are in your current
package. And by the way, having package-less classes is not a good idea.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4216755#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...