Hi,
Since this else causes some issues on JDBC secondary user stores, I have
attached the diff file which removes it.
Please review and merge it for kernel patch0009.
Regards,
Firzhan
Index:
core/org.wso2.carbon.user.core/4.2.0/src/main/java/org/wso2/carbon/user/core/config/UserStoreConfigXMLProcessor.java
===================================================================
---
core/org.wso2.carbon.user.core/4.2.0/src/main/java/org/wso2/carbon/user/core/config/UserStoreConfigXMLProcessor.java
(revision 208471)
+++
core/org.wso2.carbon.user.core/4.2.0/src/main/java/org/wso2/carbon/user/core/config/UserStoreConfigXMLProcessor.java
(working copy)
@@ -143,11 +143,6 @@
}
}
- } else {
- String message =
- "connectionPassword is null in the user
configuration of secondary store";
- log.error(message);
- throw new UserStoreException(message);
}
return realmConfig;
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev