[JBoss-user] [Management, JMX/JBoss] - ClassLoader used in MBean does not detect newly created file

2006-02-07 Thread wsngjboss
I tried to lookup a properties file using classloader during startup of an MBean: ClassLoader loader = Thread.currentThread().getContextClassLoader(); | URL myProp = loader.getResource("myProperties.properties"); If it does not exist, I would create that properties file. Then later on, I use

[JBoss-user] [Security & JAAS/JBoss] - Update on Context.PROVIDER_URL in Login configuration file d

2005-03-09 Thread wsngjboss
I'm using SRP login with text-based users.properties file. I have a GUI app that provides login dialog box for users to enter username/password for the intended JBoss Server. First time logging in, everything is okay. The login configuration file: | | // The test client login configurations

[JBoss-user] [Security & JAAS/JBoss] - RMI in SRP

2004-10-29 Thread wsngjboss
Hello, I saw in the documentation that RMI is possible for SRP. If I got a working non-RMI SRP app, what do I need to do to change it to work with RMI? Any pointers for this? Thanks, Wan View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3853354#3853354 Reply

[JBoss-user] [Security & JAAS/JBoss] - SRP Tutorial

2004-10-08 Thread wsngjboss
Hi, I'm new to JBoss and would like to find some tutorial with sample code regarding SRP Protocol. Can somebody point me to that? Thanks, Wan View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850805#3850805 Reply to the post : http://www.jboss.org/index.html