Hi,
Can anyone let me know that how we make JBoss to look for encrypted password instead of plain password that it looks in "props/jmx-console-users.properties" and "props/jmx-console-roles.properties" for jmx-console security?(It only let to login people who have valid username/password defined in these files).
I want to store encrypted password instead of plain password that above files store.
Please help me out.
Thanks,
Maulik
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3997965#3997965
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3997965
Hi
Because this bug is very important for me, I looked into source code and I think, that main problem is:
GlobalTransaction table is stored in ThreadLocal in TreeCache object, so if Weblogic calls transaction synchronization in another thread, new InvocationContext for this thread is created (new and empty) and this new created invocationContext is cleared in method TxInterceptor.scrubInvocationCtx().
Of course invocationContext from main thread is NOT cleared and information about non-exist GlobalTransaction still is used while reda/write opration on nodes.
Question: How synchronize calls between separate threads ? Should be transaction identifier used?
Jacek
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3997953#3997953
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3997953