Hi,
i did a Quickstart today, and i got some Javax Test Errors:
org.eclipse.jetty.util.component.AbstractLifeCycle FAILED app:
java.lang.IllegalStateException: class
org.apache.tapestry5.TapestryFilter is not a javax.servlet.Filter
I changed it to:
<dependency>
<groupId>org.apache.tapestry</groupId>
<artifactId>tapestry-core-jakarta</artifactId>
<version>${tapestry-version}</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
</exclusion>
<exclusion>
<groupId>jakarta.xml.ws</groupId>
<artifactId>jaxws-api</artifactId>
</exclusion>
<exclusion>
<groupId>jakarta.annotation</groupId>
<artifactId>jakarta.annotation-api</artifactId>
</exclusion>
</exclusions>
</dependency>
I seems it's comming from tapestry-runner.
I updated all dependencys in the POM.
What is missing? Is there a Apache Tapestry 5.9.0 Jakarta Maven
Quickstart available?
Thx
Andreas
--
ae | Andreas Ernst | IT Spektrum
Postfach 5, 65612 Beselich
Schupbacher Str. 32, 65614 Beselich, Germany
Tel: +49-6484-91002 Fax: +49-6484-91003
a...@ae-online.de | www.ae-online.de
www.tachyon-online.de
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org