[jboss-user] [Security & JAAS/JBoss] - Re: Classloading a custom login module

2007-01-16 Thread rbrewster
By trial and error I answered this question. A custom login module is packaged into a jar and placed into the /server//lib directory. There are so many different deployment directories, it is confusing. Maybe this will help someone else. I found this post in several search engines. View th

[jboss-user] [Security & JAAS/JBoss] - Re: Classloading a custom login module

2007-01-15 Thread rbrewster
Why has no one replied. This is a very basic question. How can JBoss load my custom login module? I have found nothing useful on the internet. Please help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001824#4001824 Reply to the post : http://www.jboss

[jboss-user] [Security & JAAS/JBoss] - Classloading a custom login module

2007-01-10 Thread rbrewster
Using JBoss 4.0.5.GA. I am writing a custom login module. To get going I copied the source from org.jboss.security.auth.spi.DatabaseServerLoginModule. My class also extends org.jboss.security.auth.spi.UsernamePasswordLoginModule. I put my compiled class into a jar file. If I put this jar in

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Need help deploying a simple MDB in JBoss 4.0.5

2006-12-08 Thread rbrewster
I meant jboss.xml, of course, not jrun.xml. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992311#3992311 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3992311 ___ jboss-user

[jboss-user] [Messaging, JMS & JBossMQ] - Need help deploying a simple MDB in JBoss 4.0.5

2006-12-08 Thread rbrewster
I am trying to package and deploy an EAR to JBoss 4.0.5. The application already runs in Weblogic and in JRun. I have a simple MDB that listens on a Queue. The senders are within stateless EJB's in the same VM. I need the simplest authorization and no transactional support. I have spent at