>>>>> Steinar Bang <[email protected]>:

> The pax-web itests use primefaces 5.1 on all branches up to and
> including master (which is the 6.0.0-to-be...?) so I guess I'm on my own
> here:
>   https://github.com/ops4j/org.ops4j.pax.web/blob/master/pax-web-itest/pom.xml

>> I will start by moving from pax-web 4.2.7 to 4.3.0, and see if that
>> helps.

> No, it didn't.

> The project builds fine with primefaces 6.0, but the bundle fails in the
> startup, in the integration tests:
> org.osgi.framework.BundleException: Could not resolve module: 
> no.priv.bang.ukelonn [65]
>   Unresolved requirement: Import-Package: org.primefaces.component.datatable; 
> version="[6.0.0,7.0.0)"
[snip!]
>          Unresolved requirement: Import-Package: javax.validation; 
> version="[1.1.0,2.0.0)"
>   Unresolved requirement: Import-Package: org.primefaces.event; 
> version="[6.0.0,7.0.0)"

The fix was easy: just add mvn:javax.validation/validation-api/1.1.0.Final
to the integration test (the jar is already an OSGi bundle)
 
https://github.com/steinarb/ukelonn/commit/563061966c5b2ed708648c73074d009b76782701

And making the ukelonn feature load on karaf was fixed by doing this
first
 install mvn:javax.validation/validation-api/1.1.0.Final

Unfortunately moving to primefaces 6.0 didn't help any, I still get the
endlessly spinning cursor when selectin an item from the
selectOneMenu...:-(
  http://forum.primefaces.org/viewtopic.php?f=8&t=47803&p=148044#p148044

-- 
-- 
------------------
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