On Fri, Mar 13, 2009 at 6:43 AM, Angel E Tomala Reyes <[email protected]> wrote: > Simon: > The short answer is no. Because of some issue deploying such as large > runtime in WAS 7.0.0.1 (Was takes for ever to deploy 17 mb worth of jars), I > have been creating a shared library in was and associating the library with > my ear, and war modules. Because the EAR classloader has been set up as > Parent_Last and application mode, this should ensure that the classes in the > shared lib are looked at first and are first in line in the classloader for > the App. BTW the only thing I have in my META-INF is the > sca-contribution.xml and the MANIFEST.MF, should I have something else? >
Although I'm not referencing a external ws, I was able to deploy a Tuscany web application with all dependencies in WEB-INF\lib in a WebSphere 7.0.0.1 with SCA Fep environment. I had couple issues, and solutions/workarounds are described in [1]. [1] http://lresende.blogspot.com/2009/03/how-to-use-apache-tuscany-with.html -- Luciano Resende Apache Tuscany, Apache PhotArk http://people.apache.org/~lresende http://lresende.blogspot.com/
