Manorrock logo
Almanacs     Products     Open SourceSign In

JSF JNDI EL resolver

Installation

The JSF JNDI EL resolver is automatically registered once you copy the JAR file into your web application. No other setup is required! See the Maven repository for the most recent version of the JAR file.

Usage

Currently the JSF Security Resolver exports the following methods:

Looking up an object in the JNDI tree

If you need to lookup a value on the JNDI you can use something similar to the construction below. Note that this looks up the UserTransaction object which needs to exist on any JavaEE application server.

 <h:outputText value="#{jndi.lookup['UserTransaction']}"/>

Up


Documents     Press releasesAbout us     Privacy    
Copyright notice