You have the features descriptor if you take the Karaf tar.gz (for Unix).
If you download the zip (for Windows), the features files are not
present in the system repo (there is not assemblies folder).
The issue is on the zip assembly.
Regards
JB
On 03/31/2011 09:58 AM, Andreas Pieber wrote:
ok, now I'm confused... The feature descriptors are already included
in the system repo:
pieber@coprime [09:57:31]
[~/projects/karaf/assemblies/apache-karaf/target] [karaf-2.2.x]
-> % tree
apache-karaf-2.2.1-SNAPSHOT/system/org/apache/karaf/assemblies/features
<<<
apache-karaf-2.2.1-SNAPSHOT/system/org/apache/karaf/assemblies/features
├── enterprise
│ └── 2.2.1-SNAPSHOT
│ └── enterprise-2.2.1-SNAPSHOT-features.xml
└── standard
└── 2.2.1-SNAPSHOT
└── standard-2.2.1-SNAPSHOT-features.xml
4 directories, 2 files
Kind regards,
Andreas
On Thu, Mar 31, 2011 at 9:32 AM, Jean-Baptiste Onofré<[email protected]> wrote:
Agree. I made the test this morning.
I'm gonna fix that for Karaf 2.2.1 release (and also on the trunk).
Thanks
Regards
JB
On 03/31/2011 09:31 AM, Hervé BARRAULT wrote:
Hi,
for my startup case, putting the 2 features files in the right
directories solved the problem.
system\org\apache\karaf\assemblies\features\enterprise\2.2.0\enterprise-2.2.0-features.xml
system\org\apache\karaf\assemblies\features\standard\2.2.0\standard-2.2.0-features.xml
Regards
Hervé