28 Oct, 2014

3 commits


16 Oct, 2014

1 commit


15 Sep, 2014

1 commit


04 Sep, 2014

1 commit


31 Jul, 2014

1 commit


23 Jul, 2014

1 commit


16 Jul, 2014

1 commit

  • r3353:3535 https://svn.forgerock.org/openidm/branches/3.1-earlyprototype
    
    
    
    git-svn-id: https://svn.forgerock.org/openidm/trunk@3537 d98387aa-ee2c-4292-a9e6-504d2a719fd3
    brmiller
     

08 Jul, 2014

1 commit


09 Jun, 2014

3 commits

  • Support class-loading from external java libraries by setting ScriptRegistry
    class loader to org.forgerock.openidm.script.  Currently supported for
    JAVASCRIPT ONLY.
    
    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@3351 d98387aa-ee2c-4292-a9e6-504d2a719fd3
    brmiller
     
  • 
    
    git-svn-id: https://svn.forgerock.org/openidm/trunk@3349 d98387aa-ee2c-4292-a9e6-504d2a719fd3
    brmiller
     
  • 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
    brmiller
     

30 May, 2014

1 commit


19 May, 2014

1 commit


12 May, 2014

1 commit


09 May, 2014

1 commit


16 Apr, 2014

1 commit


17 Mar, 2014

2 commits