09 Jun, 2014
1 commit
-
Support class-loading from external java libraries by setting ScriptRegistry class loader to org.forgerock.openidm.script. This means that if you package a jar as an OSGi-Fragment attached to org.forgerock.openidm.script, your package files will be "visible" to javascript invocation by the Rhino Engine: <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <extensions>true</extensions> <configuration> <instructions> <Fragment-Host>org.forgerock.openidm.script</Fragment-Host> <Export-Package></Export-Package> </instructions> </configuration> </plugin> see also https://lists.forgerock.org/pipermail/openidm/2012-January/000408.html git-svn-id: https://svn.forgerock.org/openidm/trunk@3344 d98387aa-ee2c-4292-a9e6-504d2a719fd3
30 May, 2014
1 commit
-
…on detail, not replace it. git-svn-id: https://svn.forgerock.org/openidm/trunk@3281 d98387aa-ee2c-4292-a9e6-504d2a719fd3
19 May, 2014
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@3217 d98387aa-ee2c-4292-a9e6-504d2a719fd3
12 May, 2014
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@3178 d98387aa-ee2c-4292-a9e6-504d2a719fd3
09 May, 2014
1 commit
-
Make sure to handle the result in all cases. git-svn-id: https://svn.forgerock.org/openidm/trunk@3167 d98387aa-ee2c-4292-a9e6-504d2a719fd3
16 Apr, 2014
1 commit
-
…xt as param, adding creation of ServerContext to ScheduledServiceJob. git-svn-id: https://svn.forgerock.org/openidm/trunk@3092 d98387aa-ee2c-4292-a9e6-504d2a719fd3
17 Mar, 2014
2 commits
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@2981 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@2979 d98387aa-ee2c-4292-a9e6-504d2a719fd3