NetBeans Forums
| View previous topic :: View next topic |
| Author |
Message |
Hermann Matthes Posted via mailing list.
|
Posted: Sat May 12, 2012 8:35 pm Post subject: [platform-dev] Lookup-Problem between module suites |
|
|
Hello all,
I have the following problem using Lookup:
In a module of module suite "common" I defined a interface named
"IResourceManager".
In a module of module suite "resource", which includes all modules of
"common" I implemented that interface and added a service provider
annotation:
@ServiceProvider(service = IResourceManager.class)
In a module of module suite "server", which includes all modules of
"common" and "resource", I call
Lookup.getDefault().lookup(IResourceManager.class)
but it always returns null.
Whats my fault?
Thanks a lot in advance
Hermann
Environment: NB 7.1 |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|