Hi Sebastien,

I don't understand your question. What do you mean by "level" of
Tuscany? We used the same build and same version - 1.0-incubating, if
that is the question...

We used exactly the same build scripts, same version, but suddenly the
jar started to appear in the built WAR. I would bet that the JAR is
now appearing in calculator example as well, meaning it won't run.
About two weeks ago, the JAR was not there...

Best regards,
Radim

On 10/12/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote:
> [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]
>
>

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

Reply via email to