JCA DataSources are not usable outside of the application server in 3.2.x and thus, neither is the DatabaseServerLoginModule. You would need to create your own version that connected to a database directly, or introduce a remotable DataSource proxy as we have done in 4.0.x. The intermediate solution would be to create a DatabaseServerProxyLoginModule that used an RMI or similar service to execute the DatabaseServerLoginModule on the jboss server during the client side login() operation.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837763#3837763 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837763 ------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X. >From Windows to Linux, servers to mobile, InstallShield X is the one installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504 _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
