NetBeans Forums

 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
  

[platform-dev] Lookup-Problem between module suites

 
Post new topic   Reply to topic    NetBeans Forums -> NetBeans Platform Users
View previous topic :: View next topic  
Author Message
Hermann Matthes
Posted via mailing list.





PostPosted: Sat May 12, 2012 8:35 pm    Post subject: [platform-dev] Lookup-Problem between module suites Reply with quote

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
Display posts from previous:   
Post new topic   Reply to topic    NetBeans Forums -> NetBeans Platform Users All times are GMT
Page 1 of 1

 
Jump to:  
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


Powered by phpBB
By use of this website, you agree to the NetBeans Policies and Terms of Use. © 2012, Oracle Corporation and/or its affiliates. Sponsored by Oracle logo