Yes the LDAP configuration is working. I am logging in and getting user data from the LDAP users.
Here is the repost of that beans property. But I did not think that I needed it.
<code>
<property name="beans">
<map>
<entry key="departmentHeadUserTask" value-ref="departmentHeadUserTask" />
</map>
</property>
</code>
Here is another piece of the puzzle. It is output from the console when tomcat is starting. The last defined bean is "departmentHeadUserTask" and that is the same name as the bean that is identified in the JUEL error message.
11 Jun 2013 13:36:49,128 [localhost-startStop-1] INFO org.springframework.beans.factory.support.DefaultListableBeanFactory:549 - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@5e8e918a: defining beans [dbProperties,dataSource,transactionManager,processEngineConfiguration,processEngine,repositoryService,runtimeService,taskService,historyService,managementService,identityService,activitiLoginHandler,activitiUiPropertyPlaceholder,navigatorManager,attachmentRendererManager,formPropertyRendererManager,variableRendererManager,componentFactories,userCache,navigationFragmentChangeListener,mainWindow,explorerApp,i18nManager,notificationManager,viewManager,userFormType,ldapConnectionParams,gossipActivity,gossipTransition,<b>departmentHeadUserTask</b>]; root of factory hierarchy