I work for a company that uses
JBoss to run our software and the software works great on XP and Vista. However when I was
testing the software on Windows 7 it failed to deploy mysql. On other operating systems it explodes 'mysqld-nt.exe' to %JBOSS_HOME%/server/default/data/mysql/bin. On Windows 7 I get an error in the server log stating
ERROR [ org.jboss.deployment.MainDeployer] Could not create deployment: file:/%JBOSS_HOME%/server/default/mysqld-service.xml
org.jboss.deployment.DeploymentException: Resource '5-0-51a/Windows_7-x86/mysqld-nt.exe' not found; - nested throwable: (java.util.MissingResourceException: Resource '5-0-51a/Windows_7-x86/mysqld-nt.exe' not found)
JBoss fails to start up due to this. Why would JBoss be trying to run MySQL from a different directory on Windows 7?