Platform: Java 1.8
          karaf 4.0.7
          pax-web 4.3.0
          vaadin 7.7.4

I am trying to change my primefaces webapp into a vaadin webapp, and I'm
almost to the "hello world" stage... it stops because I can't find the
default widgetset.  From the karaf.log:
 2016-11-29 18:20:47,882 | INFO  | p1827723939-1120 | VaadinServlet             
       | 364 - com.vaadin.server - 7.7.4 | Requested resource 
[/VAADIN/widgetsets/com.vaadin.DefaultWidgetSet/com.vaadin.DefaultWidgetSet.nocache.js]
 not found from filesystem or through class loader. Add widgetset and/or theme 
JAR to your classpath or add files to WebContent/VAADIN folder.

Does anyone know which karaf bundle contains the default widgetset?

I have googled and I have looked through quite a few vaadin bundles
without finding the default widgets.

Thanks!


- Steinar

PS my karaf feature for the vaadin webapp currently looks like this
(and, btw, the vaadin-widgets bundle started in the feature, did not
contain the /VAADIN/widgetsets)

    <feature name="ukelonn-api" description="Ukelonn webapp OSGi service 
definitions OSGi bundle" version="1.0.0.SNAPSHOT">
        <bundle 
start-level="80">mvn:no.priv.bang.ukelonn/ukelonn.api/1.0.0-SNAPSHOT</bundle>
    </feature>
    <feature name="ukelonn" description="Ukelonn webapp OSGi bundle" 
version="1.0.0.SNAPSHOT">
        <feature prerequisite="false" dependency="false">pax-war</feature>
        <feature prerequisite="false" dependency="false">ukelonn-api</feature>
        <bundle start-level="80">mvn:org.apache.shiro/shiro-core/1.3.1</bundle>
        <bundle start-level="80">mvn:org.apache.shiro/shiro-web/1.3.1</bundle>
        <bundle start-level="80">mvn:org.jsoup/jsoup/1.8.3</bundle>
        <bundle start-level="80">mvn:com.vaadin/vaadin-shared/7.7.4</bundle>
        <bundle start-level="80">mvn:com.vaadin/vaadin-server/7.7.4</bundle>
        <bundle start-level="80">mvn:com.vaadin/vaadin-themes/7.7.4</bundle>
        <bundle start-level="80">mvn:com.vaadin/vaadin-widgets/7.7.4</bundle>
        <bundle 
start-level="80">mvn:no.priv.bang.ukelonn/ukelonn.bundle/1.0.0-SNAPSHOT/war</bundle>
    </feature>

-- 
-- 
------------------
OPS4J - http://www.ops4j.org - [email protected]

--- 
You received this message because you are subscribed to the Google Groups 
"OPS4J" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to