Our SQLServer datasources are configured with windows integrated security (jdbc:sqlserver://SERVER:1433;databaseName=DATABASE;integratedSecurity=true). This works fine when we launch JBoss with the standalone server, but when we launch the server as part of a domain, it just hangs when trying to get a connection. We've definitely isolated the problem to be with integratedSecurity, so we are assuming it's related to how the host server java processes are spawned, and how those processes interact with the integrated security dll. In Task Manager the java processes have the correct username, but the connection just hangs on war deployment.
Anyone have any experience or ideas with this?