Jervis, There is also a bit of work to add your Axis2BindingBuilder to the BuilderRegistry, correct? Or maybe that's more of a host-specific question that isn't part of the binding proper. Whoever bootstraps the runtime would add your builder to the registry.
On 7/26/06, Liu, Jervis <[EMAIL PROTECTED]> wrote:
Hi, An initial version of Axis2 binding can be found from JIRA575. Please review and apply. It is not completely working yet, still need some work on the following areas: 1. TuscanyAxisConfigurator In M1, we use org.apache.tuscany.common.resource.ResourceLoader to load Tuscany's Axis2.xml config file. At the moment, I just use the current classloader to load this file. Need to be revisited. 2. SDODataBinding is not working. I presume this class will be removed from Axis2 binding, as we do not want bindings depending on specific databindings. Related to this, several places that use TypeHelper and ResourceLoader have been commented out. 3.in Axis2BindingBuilder, Axis2Service needs an instance of ServletHost as parameter for its constructor. How to get it? Thanks, Jervis --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
