>>>>> <alexander.sah...@brodos.de>:

> Hi.
> Vaadin 8.1.4 uses gentyref version 1.2.0.vaadin1. I included that in my 
> feature. Maybe working for 8.1.5 as well.

>     <feature name="vaadin-support">
>           <feature>http</feature>
>           <feature>http-whiteboard</feature>
>           <bundle>mvn:org.jsoup/jsoup/1.8.3</bundle>
>           <bundle>mvn:com.vaadin.external/gentyref/1.2.0.vaadin1</bundle>
>           <bundle 
> start-level="75">mvn:com.vaadin/vaadin-shared/${vaadin.version}</bundle>
>           <bundle 
> start-level="76">mvn:com.vaadin/vaadin-server/${vaadin.version}</bundle>
>           
> <bundle>mvn:com.vaadin/vaadin-osgi-integration/${vaadin.version}</bundle>
>           
> <bundle>mvn:com.vaadin/vaadin-client-compiled/${vaadin.version}</bundle>
>           <bundle>mvn:com.vaadin/vaadin-themes/${vaadin.version}</bundle>
>     </feature>

Thanks for the tip!

It seems like 1.2.0.vaadin1 can be fetched from maven central, so I
won't need to set up an extra repo:
karaf@root()> bundle:install mvn:com.vaadin.external/gentyref/1.2.0.vaadin1
Bundle ID: 127
karaf@root()> bundle:list
START LEVEL 100 , List Threshold: 50
 ID | State     | Lvl | Version               | Name
----+-----------+-----+-----------------------+---------------------------------------
 28 | Active    |  80 | 4.1.2                 | Apache Karaf :: OSGi Services 
:: Event
127 | Installed |  80 | 1.2.0.vaadin1         | GenTyRef
karaf@root()>

I think I will try this!

Thanks again!

Reply via email to