Hi Rodrigo,

if it's a transitive feature, it's "normal" as it's not yet supported. I will push the change tomorrow (maybe tonight).

Regards
JB

On 09/21/2014 04:07 PM, Rodrigo Serra wrote:
Hi,

I try to make a karaf assembly with all bundles in system directory to avoid internet 
connection o using mvm mirror. All looks good until the "transaction" feature. 
In the system folder of the generated assembly, there are a missing bundle required by 
this feature:  mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1

Some body know what is happens?

This is the plugin configuration:

             <plugin>
                 <groupId>org.apache.karaf.tooling</groupId>
                 <artifactId>karaf-maven-plugin</artifactId>
                 <version>${karaf.version}</version>
                 <extensions>true</extensions>
                 <configuration>
                     <resourcesDir>${basedir}/target/resources</resourcesDir>
                     <bootFeatures>
                         <feature>jndi</feature>
                         <feature>jdbc</feature>
                         <feature>transaction</feature>
                         <feature>derby-server</feature>
                         <feature>wrapper</feature>
                         <feature>sgc</feature>
                     </bootFeatures>
                 </configuration>
             </plugin>

Regards,
Rodrigo


--
Jean-Baptiste Onofré
[email protected]
http://blog.nanthrax.net
Talend - http://www.talend.com

Reply via email to