[JBoss-user] [Security JAAS/JBoss] - encrypting passwords for org.jboss.security.auth.spi.UsersRo

2004-12-22 Thread rogerday
I've rounded up the neccessary for asking for a password on a webapp - including the security domain and the properties files and that works. However I'm having problems with encrypting a password for this module. I've tried various MD5 encryption/base64 encoding tools but to no avail - no

[JBoss-user] [Security JAAS/JBoss] - Re: encrypting passwords for org.jboss.security.auth.spi.Use

2004-12-22 Thread rogerday
Cheers, thanks. It gives me something to work with. Roger View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3859629#3859629 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3859629

[JBoss-user] [EJB/JBoss] - Stateful Session Bean or Stateless Session Bean + JNDI

2004-10-02 Thread rogerday
I'm building a scheduling system for a build system. It has a web interface which feeds jobs to Quartz, an opensource scheduler bean, which in turn uses JMS to feed messages to a JBoss app on each buildserver. The JBoss app on the buildserver consists of a Message Driven Bean which talks to a

[JBoss-user] [Messaging, JMS JBossMQ] - Destroying temporary queue problem

2004-07-05 Thread rogerday
I'm trying to use a temporary queue under 3.2.5. I create the queue as per the book, then I try and destroy the queue with these fragments: ObjectName objn = new ObjectName(jboss.mq:service=DestinationManager); server.invoke(objn, destroyQueue, new Object[]{testsuite- + name}, new

[JBoss-user] [JBoss Getting Started Documentation] - Re: jboss and junit testing

2004-06-09 Thread rogerday
darranl wrote : Have you looked at Cactus? I have now, thanks. However, it doesn't do Message Driven Beans - which is precisely what I'm trying to do. I notice the webpage says that it's a medium term goal to support MDB, so I think I'm out of luck with cactus unless you know different.

[JBoss-user] [JBoss Getting Started Documentation] - Re: jboss and junit testing

2004-06-09 Thread rogerday
rogerday wrote : darranl wrote : Have you looked at Cactus? | | I have now, thanks. However, it doesn't do Message Driven Beans - which is precisely what I'm trying to do. I notice the webpage says that it's a medium term goal to support MDB, so I think I'm out of luck with cactus unless

[JBoss-user] [Installation Configuration] - configuring log4j and Jboss client

2004-06-01 Thread rogerday
Hi, I had a junit test happily using a log4j.properties file to configure logging. However, once I introduced the JBoss client libraries into the classpath, this stopped working, in that my logfile stopped being produced. I've seen many comments on this sort of problem but no solution. Does

[JBoss-user] [Installation Configuration] - Re: configuring log4j and Jboss client

2004-06-01 Thread rogerday
I found a solution by putting the general classpath *before* the path elements that include the jboss client jars. Is this the reccommended method? Roger rogerday wrote : Hi, | | I had a junit test happily using a log4j.properties file to configure logging. However, once I introduced

[JBoss-user] [Messaging, JMS JBossMQ] - Re: create queues using JMX

2004-05-28 Thread rogerday
Excellent, cheers. Roger View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836599#3836599 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3836599 --- This SF.Net email is

[JBoss-user] [Messaging, JMS JBossMQ] - create queues using JMX

2004-05-27 Thread rogerday
Hi, Please can anyone point me at programming examples for managing JMS queues using JMX dynamically? I'm trying to run a JBoss application under JUnit. TIA, Roger View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836504#3836504 Reply to the post :