10 Aug, 2012
3 commits
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1158 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
…essary link update, jdbc repo parser re-use) and additional monitoring instrumentation. git-svn-id: https://svn.forgerock.org/openidm/trunk@1157 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
… and bug reports, too git-svn-id: https://svn.forgerock.org/openidm/trunk@1156 d98387aa-ee2c-4292-a9e6-504d2a719fd3
09 Aug, 2012
6 commits
-
…ter previous commit that renamed the packages). git-svn-id: https://svn.forgerock.org/openidm/trunk@1155 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1154 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
…agment (package renaming), and set openidm-quartz-fragment to get installed explicitly in the config.properties file. git-svn-id: https://svn.forgerock.org/openidm/trunk@1153 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1152 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1151 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1150 d98387aa-ee2c-4292-a9e6-504d2a719fd3
08 Aug, 2012
7 commits
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1149 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1148 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
…lerServiceJob to the openidm-quartz-fragment project, and updated the ScehdulerService and pom.xml git-svn-id: https://svn.forgerock.org/openidm/trunk@1147 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1146 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
… and clustered schedulers. git-svn-id: https://svn.forgerock.org/openidm/trunk@1145 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1144 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1143 d98387aa-ee2c-4292-a9e6-504d2a719fd3
07 Aug, 2012
7 commits
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1142 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
CR-533 : Improvements to ScriptedSQL connector git-svn-id: https://svn.forgerock.org/openidm/trunk@1141 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1140 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1139 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1138 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
…ollowing mapping configuration. } "situation" : "ABSENT", "action" : { "type" : "text/javascript", "source" : "try {openidm.action('sync',recon.actionParam)} catch(e) {java.lang.System.out.println(e)};'ASYNC'" }, "postAction" : { "type" : "text/javascript", "source" : "java.lang.System.out.println('Post action: ' + situation + ':' + action)" } } git-svn-id: https://svn.forgerock.org/openidm/trunk@1137 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1136 d98387aa-ee2c-4292-a9e6-504d2a719fd3
06 Aug, 2012
2 commits
-
from Apache Commons Lang Added dependency on Apache Commons Lang3 version 3.1 git-svn-id: https://svn.forgerock.org/openidm/trunk@1135 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
…i ProcessEngine is started using OpenIDM's datasource and Activiti's default mail configuration. git-svn-id: https://svn.forgerock.org/openidm/trunk@1134 d98387aa-ee2c-4292-a9e6-504d2a719fd3
03 Aug, 2012
5 commits
-
DateUtil is now stored in the ObjectMapping statically and passed into the ReconEntry for timestamp creation. git-svn-id: https://svn.forgerock.org/openidm/trunk@1133 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1132 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1131 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1130 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1129 d98387aa-ee2c-4292-a9e6-504d2a719fd3
02 Aug, 2012
5 commits
-
Modified how DateUtils works: no longer a works statically and instead contains factory methods to create DateUtil objects with specifically configured (or default) time zones. Also updated timestamps in audit logs to utilize UTC by default. As a future endeavor, it would be useful to allow these to be configured. git-svn-id: https://svn.forgerock.org/openidm/trunk@1128 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
…context filter (by removing "trigger"). git-svn-id: https://svn.forgerock.org/openidm/trunk@1127 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
…te properly, default to connection pool enabled git-svn-id: https://svn.forgerock.org/openidm/trunk@1126 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1125 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1124 d98387aa-ee2c-4292-a9e6-504d2a719fd3
01 Aug, 2012
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1123 d98387aa-ee2c-4292-a9e6-504d2a719fd3
31 Jul, 2012
2 commits
-
Leaves only startup, shutdown, and cli scripts in the top level directory git-svn-id: https://svn.forgerock.org/openidm/trunk@1122 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1121 d98387aa-ee2c-4292-a9e6-504d2a719fd3
30 Jul, 2012
2 commits
-
Not sure why they weren't committed with the last one. Fixed! git-svn-id: https://svn.forgerock.org/openidm/trunk@1120 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
property queries. Added configuration options to conf/authentication.json that allows for explicit definition of properties. Updated samples to reflect new credential queries. git-svn-id: https://svn.forgerock.org/openidm/trunk@1119 d98387aa-ee2c-4292-a9e6-504d2a719fd3