Re: Lookups and positions
geertjan wielenga <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Organization | Oracle Corporation |
| Message-ID | <[email protected]> |
Steven provided your solution already. Gj On 28-3-2016 22:26, Javier Ortiz wrote: > 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. >