Hiho again,
some updates:
I tried STS 2.1.0M2, which results in no more errors in eclipse (a la "missing constraint") but starting and deploying the greenpages.web package still results in a "missing constraint" error.
I suppose, this is up to something with dm-server not loading / finding the needed maven dependencies.
My repository.config in springsource-dm-server/config directory looks like this:
Code:
{
"repositories" : {
"bundles-subsystems" : {
"type" : "external",
"searchPattern" : "repository/bundles/subsystems/{subsystem}/{component}"
},
"bundles-ext" : {
"type" : "external",
"searchPattern" : "repository/bundles/ext/{bundle}"
},
"bundles-usr" : {
"type" : "external",
"searchPattern" : "repository/bundles/usr/{bundle}"
},
"libraries-ext" : {
"type" : "external",
"searchPattern" : "repository/libraries/ext/{library}"
},
"libraries-usr" : {
"type" : "external",
"searchPattern" : "repository/libraries/usr/{library}"
},
"bundles-m2" : {
"type" : "external",
"searchPattern" : "{user.home}/.m2/repository/**/{bundle}"
}
},
"repositoryChain" : [
"bundles-subsystems",
"bundles-ext",
"bundles-usr",
"bundles-m2",
"libraries-ext",
"libraries-usr"
]
}
Is there anything I am missing?
Thanks for your help
betasheet