Hi again :)
running the tests I am getting following errors (and same ones for other tests in ConnectorDeployerServiceTest)
testConnectorFile_shouldBeInstalled(org.openengsb.core.services.internal.deplo
yer.connector.ConnectorDeployerServiceTest): No SecurityManager accessible to th
e calling code, either bound to the org.apache.shiro.util.ThreadContext or as a
vm static singleton. This is an invalid application configuration.
testUpdateConnectorFile_shouldBeUpdated(org.openengsb.core.services.internal.d
eployer.connector.ConnectorDeployerServiceTest): No SecurityManager accessible t
o the calling code, either bound to the org.apache.shiro.util.ThreadContext or a
s a vm static singleton. This is an invalid application configuration.
Any ideas how to fix that?
Could it be related to the fact that the submodulePull.sh did not (as I found out looking for cases of the errors) work out correctly?
I tried to change the permissions (Win 7) for .git, but I'm still getting following error there:
sed: preserving permissions for `.git/sed011216': Permission denied
Thanks in advance!
Lukas