I'm comparing the code I cooked up ...
AegisBindingProvider binder = new AegisBindingProvider();
AnnotationServiceFactory serviceFactory =
new AnnotationServiceFactory(new Jsr181WebAnnotations(),
xfire.getTransportManager(),
binder);
With the suggestion in http://jira.codehaus.org/browse/XFIRE-695
And I'm wondering if I've done something bone-headed that would explain
why some of my .aegis.xml files are found but ignored.
Is there a cleaner, or better yet more working, way to express the
concept of: 'believe what you see in either JSR181 annotations or
.aegis.xml files'?