0 Replies Latest reply on Feb 2, 2012 11:16 AM by treacledog

    JBossAS7 domain (not standalone) and SqlServer integrated Security

    treacledog

      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?