02 Dec, 2011
6 commits
-
…trategy to set thread context classloader to Jetty bundle during login. Changed dependencies to allow the Jetty bundle to find the login module git-svn-id: https://svn.forgerock.org/openidm/trunk@559 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@558 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@557 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
…e works appears to have changed since the doc was last updated git-svn-id: https://svn.forgerock.org/openidm/trunk@556 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
-email client handles SMTPS. git-svn-id: https://svn.forgerock.org/openidm/trunk@555 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@554 d98387aa-ee2c-4292-a9e6-504d2a719fd3
01 Dec, 2011
3 commits
-
…ay to still provide basic routing capaiblity and allowing for dynamic re-configuration. Does not by itself prevent instantiation as managed object factory, which is still a remaining issue. git-svn-id: https://svn.forgerock.org/openidm/trunk@553 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
…onfig which cause deadlock in OpenIDM. ObjectSetRouterService activation method should be fixed to tolerate invalid configuration!! git-svn-id: https://svn.forgerock.org/openidm/trunk@552 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
The idea is that when you break long lines in <screen> at a space character, the reader can double-click to collapse folded lines to a single line for easy copying into a terminal window, and then double-click again to refold the lines for easy reading. Line continuations with \ would allow folded lines to be used directly, at least on *n*x, and also be syntactically correct. Yet, its harder to edit a command that used \ to continue lines. The JavaScript expects line continuations where continued lines start with a space. Lines without initial spaces do not get collapsed. For example: <screen>$ curl --user admin:admin -X PUT -d '{ "name":"joe", "firstname":"joe", "lastname":"smith", "email":"joe@abc.com", "userPassword":"11111111"}' http://localhost:8080/openidm/managed/user/joe {"_rev":"0","_id":"joe"}</screen> Shows up as: $ curl --user admin:admin -X PUT -d '{ "name":"joe", "firstname":"joe", "lastname":"smith", "email":"joe@abc.com", "userPassword":"11111111"}' http://localhost:8080/openidm/managed/user/joe {"_rev":"0","_id":"joe"} And then when you double-click: $ curl --user admin:admin -X PUT -d '{ "name":"joe", "firstname":"joe", "lastname":"smith", "email":"joe@abc.com", "userPassword":"11111111"}' http://localhost:8080/openidm/managed/user/joe {"_rev":"0","_id":"joe"} And vice versa. There's no doubt cleanup to do in the core doc sources to take advantage of this. git-svn-id: https://svn.forgerock.org/openidm/trunk@551 d98387aa-ee2c-4292-a9e6-504d2a719fd3
30 Nov, 2011
7 commits
-
… around the core docs. git-svn-id: https://svn.forgerock.org/openidm/trunk@550 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
I did comment out the note about disabling the reconciliation sample, because the config file had "enabled":false when I looked after installing today. By the way, if you want external URLs to open in a new tab, you can use xlink:show="new" on the <link>. git-svn-id: https://svn.forgerock.org/openidm/trunk@549 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
Add some constant value to the ServerConstants class git-svn-id: https://svn.forgerock.org/openidm/trunk@548 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
Notice that you get syntax highlighting by adding a language attribute, such as language="javascript", to block elements that preserve whitespace like <programlisting> or <screen>. I'm not particularly proud of the colors defined in src/main/docbkx-stylesheets/html/coredoc.xsl. Perhaps someone less aesthetically challenged could fix that. git-svn-id: https://svn.forgerock.org/openidm/trunk@547 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@546 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@545 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@544 d98387aa-ee2c-4292-a9e6-504d2a719fd3
29 Nov, 2011
4 commits
-
…r to create or read managed user JSON. git-svn-id: https://svn.forgerock.org/openidm/trunk@543 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
This works around http://code.google.com/p/docbkx-tools/issues/detail?id=36 allowing links that work in the HTML, and look like this in the source: refer to the chapter on <link xlink:href="admin-guide#chap-troubleshooting" xlink:role="http://docbook.org/xlink/role/olink"><citetitle >Troubleshooting</citetitle></link> in the <citetitle>Administration Guide</citetitle>. As the olinkdb files are not currently built for other formats, the xlink:role="http://docbook.org/xlink/role/olink" links are ignored during output generation. git-svn-id: https://svn.forgerock.org/openidm/trunk@542 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@541 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@540 d98387aa-ee2c-4292-a9e6-504d2a719fd3
28 Nov, 2011
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@539 d98387aa-ee2c-4292-a9e6-504d2a719fd3
25 Nov, 2011
3 commits
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@538 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@537 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@536 d98387aa-ee2c-4292-a9e6-504d2a719fd3
24 Nov, 2011
4 commits
-
Now uses Jackson 1.9.2. Now uses JSON Fluent 1.1.0-SNAPSHOT. Now uses Restlet 2.0.10. Now uses newly separated JSON Patch module. git-svn-id: https://svn.forgerock.org/openidm/trunk@535 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@534 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
…ent into r532 for this git-svn-id: https://svn.forgerock.org/openidm/trunk@533 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@532 d98387aa-ee2c-4292-a9e6-504d2a719fd3
23 Nov, 2011
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@530 d98387aa-ee2c-4292-a9e6-504d2a719fd3
22 Nov, 2011
3 commits
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@528 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@527 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
…figuration maxTxRetry, default to 5 retries. More explicit closing of resources that technically should get closed by connection close for precaution. Set tx isolation level for update to read commited. git-svn-id: https://svn.forgerock.org/openidm/trunk@526 d98387aa-ee2c-4292-a9e6-504d2a719fd3
21 Nov, 2011
8 commits
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@525 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
fix the sample configuration typo error add sample correlation rule to the default sync git-svn-id: https://svn.forgerock.org/openidm/trunk@524 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@523 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@522 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@521 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@520 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@519 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@518 d98387aa-ee2c-4292-a9e6-504d2a719fd3