[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.technology.cosmos] Re: How and what to check out from CVS?
|
I tried a trick to make eclipse iterate through the entire subtree and
regenerate all projects: I deleted (or rather renamed) all .project
files in higher layers (i.e. in ...cosmos, ...cosmos\data-collection,
...cosmos\resource-modeling, ...cosmos\test\data-collection, and
...cosmos\test\resource-modeling) and this made eclipse show me
ALL "leaf projects" when using "Import existing projects".
While doing so I had to learn, that two project-names "broker-server"
and "domain-server" exist twice, once in data-collection and once under
sandbox and test, resp.. BTW: it would be nice, if all projects would
stick to a common naming convention (org.eclipse.cosmos....) so that
they show up adjacent in the Package-Explorer. There are a few
"run-aways" (broker-server, domain-server, ...)
Other issues are: specific JREs listed as prereq's. E.g. does it REALLY
have to be 1.5.11? Wouldn't any 1.5 JRE do?
Furthermore:
I get 4 errors re. illegal wsdl:
Severity and Description Path Resource Location Creation Time Id
s4s-att-not-allowed: Attribute 'maxOccurs' cannot appear in element
'element'. broker-server/WebContent/WEB-INF/classes/wsdl MyService.wsdl
line 1298 1196779379492 2915
s4s-att-not-allowed: Attribute 'maxOccurs' cannot appear in element
'element'. domain-server/WebContent/WEB-INF/classes/wsdl MyService.wsdl
line 1273 1196775687555 992
s4s-att-not-allowed: Attribute 'maxOccurs' cannot appear in element
'element'. sandbox-broker-server/WebContent/WEB-INF/classes/wsdl
MyService.wsdl line 1297 1196775701320 1923
s4s-att-not-allowed: Attribute 'maxOccurs' cannot appear in element
'element'. sandbox-domain-server/WebContent/WEB-INF/classes/wsdl
MyService.wsdl line 1273 1196775701477 1924
...and another 4 errors re. unsatisfied javax.wsdl constraints:
Severity and Description Path Resource Location Creation Time Id
Unsatisfied constraint: 'Import-Package: javax.wsdl; version="1.6.1"'
org.eclipse.cosmos.dc.mgmt.wsdm/META-INF MANIFEST.MF line 11
1196779555164 3651
Unsatisfied constraint: 'Import-Package: javax.wsdl.factory;
version="1.6.1"' org.eclipse.cosmos.dc.dataManager/META-INF MANIFEST.MF
line 10 1196779536477 3039
Unsatisfied constraint: 'Import-Package: javax.wsdl.factory;
version="1.6.1"' org.eclipse.cosmos.rm.sml.mdr/META-INF MANIFEST.MF line
14 1196779545586 3319
Unsatisfied constraint: 'Import-Package: javax.wsdl.xml;
version="1.6.1"' org.eclipse.cosmos.dc.mgmt.wsdm/META-INF MANIFEST.MF
line 12 1196779555164 3652
What javax.wsdl package is needed for this?
and finally, there are a couple of errors re. a missing JSON-Outputter:
Severity and Description Path Resource Location Creation Time Id
IJSONOutputter cannot be resolved to a type
org.eclipse.cosmos.dr.tests/src/org/eclipse/cosmos/dr/drs/service/handler/sml
JSONSMLOutputterTest.java line 124 1196779549383 3328
IJSONOutputter cannot be resolved to a type
org.eclipse.cosmos.dr.tests/src/org/eclipse/cosmos/dr/drs/service/handler/sml
JSONSMLOutputterTest.java line 124 1196779549383 3329
JSONOutputterReader cannot be resolved to a type
org.eclipse.cosmos.dr.tests/src/org/eclipse/cosmos/dr/drs/service/handler/sml
JSONSMLOutputterTest.java line 71 1196779549383 3322
JSONOutputterReader cannot be resolved to a type
org.eclipse.cosmos.dr.tests/src/org/eclipse/cosmos/dr/drs/service/handler/sml
JSONSMLOutputterTest.java line 71 1196779549383 3323
NavigatorOutputter cannot be resolved to a type
org.eclipse.cosmos.dr.tests/src/org/eclipse/cosmos/dr/drs/service/handler/sml
JSONSMLOutputterTest.java line 92 1196779549383 3326
NavigatorOutputter cannot be resolved to a type
org.eclipse.cosmos.dr.tests/src/org/eclipse/cosmos/dr/drs/service/handler/sml
JSONSMLOutputterTest.java line 92 1196779549383 3327
Where's that JSON stuff supposed to come from?
Michael