Re: Lookups and positions
Javier Ortiz <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <CAP3=pbME6S=yrOr_9YUqFWpumbE7MzoKuV62uN8dKGNSXoH5_Q@mail.gmail.com> |
1. Run the project. 2. You should see: Interface2: 1) Class1 2) Class2 Interface1: 1) Class1 When I expected Interface2: 1) Class2 2) Class1 Interface1: 1) Class1 If you remove the Service definition for Interface1 Class 2 it works as expected. *Note*: Remember to clean and build so the service registration is redone.