[snip]
Radim Kolarik wrote:
Hi,

our web service build using SCA is implemented as a WAR application.
Our WAR pom.xml (Maven) file has the following dependencies:

<dependency>
  <groupId>org.apache.tuscany.sca</groupId>
  <artifactId>tuscany-host-webapp</artifactId>
  <version>1.0-incubating</version>
</dependency>
<dependency>
  <groupId>org.apache.tuscany.sca</groupId>
  <artifactId>tuscany-binding-ws-axis2</artifactId>
  <version>1.0-incubating</version>
</dependency>
<dependency>
  <groupId>org.apache.tuscany.sca</groupId>
  <artifactId>tuscany-implementation-java-runtime</artifactId>
  <version>1.0-incubating</version>
</dependency>

Some time ago (at the end of last month), this generated a WAR file
without servlet-api JAR in it's WEB-INF\lib folder. Now, for some
reason, it generates a war file with servlet-api in it, resulting in
the war file not working on Websphere or Weblogic.

Which levels of Tuscany were you using before? and now?

Do you know what happened and is there any way of excluding the jar
from war automatically at tuscany side? We solved the problem by
adding an exclusion to the following dependency:

It'll depend on your answer to the above question :)

--
Jean-Sebastien


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

Reply via email to