Are you adding them as <dependencies> of the war or as <extensions> in the plugin?

If the former then I think this would be the expected and correct behaviour - to make it work you would need to ensure everything was moved to the webapp classloader. That has the downside of potentially conflicting with the application and it is probably better to include them as extensions.

--
Jeremy


On Sep 20, 2006, at 9:00 AM, Rick Rineholt (JIRA) wrote:

Adding extensions to tuscany war pluging results in non - intialized webapp ---------------------------------------------------------------------- -----

                 Key: TUSCANY-737
                 URL: http://issues.apache.org/jira/browse/TUSCANY-737
             Project: Tuscany
          Issue Type: Bug
            Reporter: Rick Rineholt
            Priority: Critical


When some dependency extensions are add to the war plugin (see: sampleapps\bigbank\webclient\pom.xml as an example) tuscany boot jars:
commonj-api_r1.1-1.0-incubator-M2-SNAPSHOT.jar
core-1.0-incubator-M2-SNAPSHOT.jar
stax-api-1.0.1.jar
tuscany-spi-1.0-incubator-M2-SNAPSHOT.jar
wstx-asl-2.9.3.jar

are moved to the web-inf/lib resulting in class not found errors for org/apache/tuscany/spi/model/Implementation


--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/ Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/ software/jira



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



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

Reply via email to