Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] getting started with ECF

ecf-dev-bounces@xxxxxxxxxxx wrote on 24/09/2009 06:51:44 AM:
> Again my thanks!  Now I am getting
> java.lang.NullPointerException
> on this line
> serviceRegistration = containerAdapter.registerRemoteService(
>             new String[] { IHello.class.getName() }, new Hello(), null);


I'm guessing 'containerAdapter' is null. I think this may be caused by the absence of the org.eclipse.ecf.provider.remoteservice bundle in your launch configuration.

Regards,
Remy

----------
Remy Suen
Rational Team Concert Developer, Eclipse Platform/UI Committer
IBM Ottawa
613-356-5162


Back to the top