This is a discussion on WASD5.1.1 I can't resolve UserRegistry - Websphere ; Hello, I'm migrating from v4 to v5, and I need to do same changes in my custom registry. The first is to change: public class myRegisty implements CustomRegistry to public class myRegistry implements UserRegistry CustomRegistry is com.ibm.websphere.security.CustomRegistry, and UserRegistry should ...
Hello,
I'm migrating from v4 to v5, and I need to do same changes in my custom registry. The first is to change:
public class myRegisty implements CustomRegistry
to
public class myRegistry implements UserRegistry
CustomRegistry is com.ibm.websphere.security.CustomRegistry, and UserRegistry should be in the same package, but when I change CustomRegistry to UserRegistry I get the next error:
"UserRegistry cannot be resolved or is not a valid superinterface"
Thanks
Fani