[JBoss Cache: Core Edition] - Re: LRUPolicy eviction policy
by lovelyliatroim
anonymous wrote :
| The general rule is that implicitly created nodes are not being counted for eviction. They are not structural nodes neither (e.g. if you add something to them they will be considered for eviction).
|
Hi Mircea,
Ok I need to brush up on my jboss cache terminology, so correct me if im wrong
Structural Nodes are what you would call resident nodes??? So in this example "/evictiontest/LRU" would be a structural node.
Implicitly created nodes are nodes which are created to make up the tree path to get to the data node so in this example "/a/b" would be implicit nodes.
So in lay man terms, if a node in a region has a data item attached, the maxNodes counter goes up one, if not then the counter stays the same!!
Thanks for your time Mircea,
LL
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4185801#4185801
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4185801
17 years, 5 months
[Security & JAAS/JBoss] - Cannot create custom login module
by billsmith
Hi, I am trying to make some changes to the LdapExtLoginModule, however I am running into some issues.
We are currently running fine with ClientLoginModule and the LdapExtLoginModule
I have tried compiling a new version of the class which was the same as the original with the exception of a new package name. I changed the config in login-config.xml to point to the new class. (So everything should be the same with the exception of the class name, which is the same code as the original)
I put the jar with the new class com.test.LdapExtLoginModule in jboss-as/lib
When I try and go to the site I get the message.
|
| type Status report
|
| message Cannot authenticate with the provided credentials
|
| description This request requires HTTP authentication (Cannot authenticate with the provided credentials).
|
There are no errors in the log file that I can see. Amy ideas what I am missing. As soon as I replace the class name in login-config with the original I can login.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4185795#4185795
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4185795
17 years, 5 months