Does a declarative services components unbind method have to have the same signature as its corresponding bind method?
I have noticed in the commit... http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.equinox/compendium/bundles/org.eclipse.equinox.ds/src/org/eclipse/equinox/internal/ds/model/ComponentReference.java?root=RT_Project&view=diff&r1=1.8&r2=1.9 In that change this results in at lines 462,463 for the unbind invocation using the method parameters as obtained from the bind method, this results in an IllegalArgumentException if the unbind method does not have the same signature as the bind method. CU, Andrew. _______________________________________________ equinox-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/equinox-dev
