For webservices binding in the J2SE client case there is an autowire for ServletHost being called, but the jars for this deployment do not include an implementation for this so you receive the following org.apache.tuscany.spi.component.TargetNotFoundException: Autowire target not found [org.apache.tuscany.spi.host.ServletHost]

Some discussion on the IRC seems to lead that that the preferred solution is required/optional option on the autowire annotation. I've looked into this and seen where to add it to (ReferenceDefinition) , but where the exception is invoked(SystemOutboundAutowire) I have not been able to pick up where that is passed along.

Is this where we could just not throw this exception to have the autowired just ignored?
Thanks

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to