Some more questions.... :-) 1.) I suppose I don't understand extensions. If an application uses implementation.spring and binding.ws, should the Spring container and Celtix binding jars be bootLibs or extensions? Both extend the core, so my initial guess was that they both were extensions. Configuring them as such each produce MissingResourceException during Tuscany bootstrapping. As bootLibs both resources are found.
2.) Maybe this is WIP, but transitive dependencies are not pulled into the webapp. For example, the Celtix binding requires many additional jars, but are not included in the WAR - NoClassDefFoundError: javax/wsdl/WSDLException. 3.) How does the plugin and bootstrap handle the scenario where a bootLib and/or extension lib share a dependency with the application? Will the plugin and bootstrap mechanism default to WEB-INF/lib/<shared-jar>? Thanks! -Chris
