Hi,
I'm trying to the DatabaseServerLoginModule to make the user authentication but I
cannot make it works correctly. IÂve configured the files jboss-web.xml,
login-config.xml. When the Jboss is started it presents the message:
17:47:40,125 ERROR [URLDeploymentScanner] MBeanException: Exception in MBean ope
ration 'checkIncompleteDeployments()'
Cause: Incomplete Deployment listing:
Packages waiting for a deployer:
Incompletely deployed packages:
MBeans waiting for classes:
MBeans waiting for other MBeans:
[ObjectName: jboss.mq:service=InvocationLayer,type=HTTP
state: CREATED
I Depend On: jboss.mq:service=Invoker
jboss.web:service=WebServer
Depends On Me: , ObjectName: jboss.mq:service=InvocationLayer,type=JVM
state: CREATED
I Depend On: jboss.mq:service=Invoker
Depends On Me: , ObjectName: jboss.mq:service=InvocationLayer,type=RMI
state: CREATED
I Depend On: jboss.mq:service=Invoker
Depends On Me: , ObjectName: jboss.mq:service=InvocationLayer,type=OIL
state: CREATED
I Depend On: jboss.mq:service=Invoker
Depends On Me: , ObjectName: jboss.mq:service=InvocationLayer,type=UIL
state: CREATED
I Depend On: jboss.mq:service=Invoker
...
My jboss-web.xml is bad configured? View:
... other application policy
<application-policy name = "academicoApp">
<login-module code ="org.jboss.security.auth.spi.DatabaseServerLoginModule"
flag = "required">
<module-option name="dsJndiName">java:/AcademicoDB</module-option>
<module-option name="principalsQuery">select passwd from users where
username=?</module-option>
<module-option name="rolesQuery">select userRoles 'Role' from userroles
where username=?</module-option>
</login-module>
</application-policy>
... other application policy
Thanks,
Alisson Brito
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823675#3823675
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3823675
-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id56&alloc_id438&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development