Hello,
currently I am build a karaf assemby with the karaf-maven-plugin. My maven
configuration is like:
<plugin>
<groupId>org.apache.karaf.tooling</groupId
>
<artifactId>karaf-maven-plugin</artifactId
>
<version>3.0.2</version>
<extensions>true</extensions>
<configuration>
<bootFeatures>
<feature>standard</feature
>
<feature>management</
feature>
<feature>scr</feature>
<feature>webconsole</
feature>
<feature>cxf</feature>
<feature>hibernate</
feature>
<feature>
hibernate-validator</feature>
</bootFeatures>
</configuration>
</plugin>
All the boot freatures should be installed and available at startup
process. I also included the dependecies for karaf, framework, standard
and enterprise features.
But the hibernate feature are not be installed and started at startup
process. I has been looked into the file 'org.apache.karaf.features.cfg'
and on the property 'featuresBoot' the hibernate feature is not set into
the comma separated list. The feature hibernate-validator is set. If I
remove the feature hibernate-validator from maven configuration and run
the maven install process again the feature hibernate is set into the
'featuresBoot' list.
Is there a bug in the karaf-maven-plugin?
Thanks and best regards,
Andy
--------------------------------------------------------------------------------------------------------------------------------------------
Andy Schmidt - KISTERS AG - Pascalstraße 8+10 - 52076 Aachen - Germany
Handelsregister Aachen, HRB-Nr. 7838 | Vorstand: Klaus Kisters, Hanns Kisters |
Aufsichtsratsvorsitzender: Dr. Thomas Klevers
Phone: +49 2408 9385 -449 | Fax: +49 2408 9385 -555 | E-Mail:
[email protected] | WWW: http://www.kisters.de
--------------------------------------------------------------------------------------------------------------------------------------------
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen.
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail.
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail ist nicht
gestattet.
This e-mail may contain confidential and/or privileged information. If you are
not the intended recipient (or have received this e-mail in error) please
notify the sender immediately and destroy this e-mail. Any unauthorised
copying, disclosure or distribution of the material in this e-mail is strictly
forbidden.