Petals Web-Console

The package javax.activation is embedded twice

Details

  • Type: Improvement Request Improvement Request
  • Status: Resolved Resolved
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 2.0.3
  • Fix Version/s: 2.0.5, 2.1
  • Component/s: None
  • Security Level: Public
  • Description:

    The package javax.activation is embedded twice (activation-1.1.jar and geronimo-activation_1.1_spec-1.0.2.jar) in the Petals Webconsole WAR.

    Exclude activation-1.1.jar

  • Environment:
    -

Activity

Hide
Adrien Ruffie added a comment - Mon, 9 Aug 2010 - 14:36:42 +0200

Bug resolved thank to Maven packaging

Show
Adrien Ruffie added a comment - Mon, 9 Aug 2010 - 14:36:42 +0200 Bug resolved thank to Maven packaging
Hide
Adrien Ruffie added a comment - Mon, 9 Aug 2010 - 11:10:59 +0200

Bug take in account

Show
Adrien Ruffie added a comment - Mon, 9 Aug 2010 - 11:10:59 +0200 Bug take in account
Hide
Christophe DENEUX added a comment - Thu, 5 Aug 2010 - 10:31:44 +0200

The servlet API is provided by the container J2EE, so it should not be included into the War.

If this issue is resolved (as explain in the previous comment), please set its state to 'Resolved'

Show
Christophe DENEUX added a comment - Thu, 5 Aug 2010 - 10:31:44 +0200 The servlet API is provided by the container J2EE, so it should not be included into the War. If this issue is resolved (as explain in the previous comment), please set its state to 'Resolved'
Hide
Adrien Ruffie added a comment - Fri, 30 Jul 2010 - 17:24:43 +0200

Issue resolved by pom dependecy exclusion (for javax activation)

Prefer to keep all geronimo dependency instead javax:

org.apache.geronimo.specs:geronimo-servlet_2.5_spec:jar:1.2:provided
org.apache.geronimo.specs:geronimo-javamail_1.4_spec:jar:1.5:compile
org.apache.geronimo.specs:geronimo-activation_1.1_spec:jar:1.0.2:compile

Show
Adrien Ruffie added a comment - Fri, 30 Jul 2010 - 17:24:43 +0200 Issue resolved by pom dependecy exclusion (for javax activation) Prefer to keep all geronimo dependency instead javax: org.apache.geronimo.specs:geronimo-servlet_2.5_spec:jar:1.2:provided org.apache.geronimo.specs:geronimo-javamail_1.4_spec:jar:1.5:compile org.apache.geronimo.specs:geronimo-activation_1.1_spec:jar:1.0.2:compile

People

Dates

  • Created:
    Wed, 28 Jul 2010 - 14:54:45 +0200
    Updated:
    Wed, 29 Sep 2010 - 17:10:17 +0200
    Resolved:
    Mon, 9 Aug 2010 - 14:36:42 +0200