Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] rest API work

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Scott

Your work on ECF Rest looks pretty interesting. Thanks! I tried to catch
up with the latest but I have still some compilation errors in my
workspace. I'd appreciate a lot if you could gimme some hints here:

- - all org.eclipse.ecf.remoteservice.rest.resource.* bundles don't
compile any longer. They're missing a
org.eclipse.ecf.remoteservice.rest.resource.IRestResource class

- - org.eclipse.ecf.tests.remoteservice does not compile any more. It
lacks a package org.eclipse.ecf.server.generic

- - org.eclipse.ecf.tests.remoteservice.rest does not compile any longer.
It complains about the following call to createContainer. It's says that
it may only be applyable with the arguments String, Object[]

AbstractRestTestCase:
protected IContainer createRestContainer(String uri) throws
     ContainerCreateException {
	return getContainerFactory().createContainer(
			RestConstants.REST_CONTAINER_TYPE, uri);
}

Thanks for your hints!
Cheers
André

- --
André Dietisheim
Head of Eclipse Development

Puzzle ITC GmbH
www.puzzle.ch

Telefon +41 31 370 22 00
Fax     +41 31 370 22 01
Mobile  +41 76 423 03 02

Abonnieren Sie unsere News:
<http://www.puzzle.ch/follow-us>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAksPkpEACgkQxpTsx9UecrmCHACgn6eBiVVlqfN6mbI2QkMmBMnB
28YAoIqb1nuDTbtsMcrlc0uQ1xEOCOTb
=GFWZ
-----END PGP SIGNATURE-----


Back to the top