Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
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 :
Description
In the following configuration:
<configuration>
<wait>false</wait>
<container>
<containerId>jonas4x</containerId>
<home>$
<type>installed</type>
<output>${basedir}
/target/jonas/secu.log</output>
</container>
<configuration>
<type>existing</type>
<home>$
/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
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)