Cargo

JONAS_BASE not taken into account

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: None
  • Component/s: JOnAS
  • Labels:
    None
  • Environment:
    cargo-beta-2

    Doesn't happen in cargo-beta-1
  • Complexity:
    Intermediate
  • Number of attachments :
    0

Description

In the following configuration:

<configuration>
<wait>false</wait>
<container>
<containerId>jonas4x</containerId>
<home>${basedir}/target/jonas/root/${jonas.root.dir}</home>
<type>installed</type>
<output>${basedir}/target/jonas/secu.log</output>
</container>
<configuration>
<type>existing</type>
<home>${basedir}/target/jonas/secujonasbase/jonasbase</home>
<properties>
<cargo.servlet.port>9051</cargo.servlet.port>
<cargo.logging>high</cargo.logging>
<cargo.jonas.server.name>jmacairsecu</cargo.jonas.server.name>
<cargo.jonas.domain.name>jonas</cargo.jonas.domain.name>
</properties>
</configuration>
</configuration>

The configuration.configuration.home parameter is ignored

Activity

Hide
Savas Ali Tokmen added a comment -

Happens because the classpath had JONAS_ROOT/conf instead of JONAS_BASE/conf

Fixed SVN rev. 1851 (JOnAS 4)
Fixed SVN rev. 1852 (JOnAS 5)

Show
Savas Ali Tokmen added a comment - Happens because the classpath had JONAS_ROOT/conf instead of JONAS_BASE/conf Fixed SVN rev. 1851 (JOnAS 4) Fixed SVN rev. 1852 (JOnAS 5)

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: