[ 
https://issues.apache.org/jira/browse/OAK-6407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16130010#comment-16130010
 ] 

Thomas Mueller commented on OAK-6407:
-------------------------------------

Hm, the following test still fails for me, not sure if it's related to the 
changes:

{noformat}
mvn -PintegrationTesting clean install

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.jackrabbit.oak.osgi.OSGiIT
ERROR: Bundle org.apache.jackrabbit.oak-jcr [33] Error starting 
file:/Users/mueller/oak/trunk/oak-it-osgi/target/test-bundles/oak-jcr.jar 
(org.osgi.framework.BundleException: Unresolved constraint in bundle 
org.apache.jackrabbit.oak-jcr [33]: Unable to resolve 33.0: missing requirement 
[33.0] osgi.wiring.package; 
(osgi.wiring.package=org.apache.jackrabbit.oak.query))
org.osgi.framework.BundleException: Unresolved constraint in bundle 
org.apache.jackrabbit.oak-jcr [33]: Unable to resolve 33.0: missing requirement 
[33.0] osgi.wiring.package; 
(osgi.wiring.package=org.apache.jackrabbit.oak.query)
        at 
org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
        at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
        at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291)
        at 
org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304)
        at java.lang.Thread.run(Thread.java:745)
Tests run: 5, Failures: 0, Errors: 5, Skipped: 0, Time elapsed: 55.476 sec <<< 
FAILURE! - in org.apache.jackrabbit.oak.osgi.OSGiIT
listServices(org.apache.jackrabbit.oak.osgi.OSGiIT)  Time elapsed: 13.798 sec  
<<< ERROR!
org.ops4j.pax.swissbox.tracker.ServiceLookupException: gave up waiting for 
service javax.jcr.Repository

listBundles(org.apache.jackrabbit.oak.osgi.OSGiIT)  Time elapsed: 10.007 sec  
<<< ERROR!
org.ops4j.pax.swissbox.tracker.ServiceLookupException: gave up waiting for 
service javax.jcr.Repository

bundleStates(org.apache.jackrabbit.oak.osgi.OSGiIT)  Time elapsed: 10.009 sec  
<<< ERROR!
org.ops4j.pax.swissbox.tracker.ServiceLookupException: gave up waiting for 
service javax.jcr.Repository

testNodeStore(org.apache.jackrabbit.oak.osgi.OSGiIT)  Time elapsed: 10.004 sec  
<<< ERROR!
org.ops4j.pax.swissbox.tracker.ServiceLookupException: gave up waiting for 
service javax.jcr.Repository

testRepository(org.apache.jackrabbit.oak.osgi.OSGiIT)  Time elapsed: 10.008 sec 
 <<< ERROR!
org.ops4j.pax.swissbox.tracker.ServiceLookupException: gave up waiting for 
service javax.jcr.Repository


Results :

Tests in error: 
  OSGiIT.bundleStates » ServiceLookup gave up waiting for service 
javax.jcr.Repo...
  OSGiIT.listBundles » ServiceLookup gave up waiting for service 
javax.jcr.Repos...
  OSGiIT.listServices » ServiceLookup gave up waiting for service 
javax.jcr.Repo...
  OSGiIT.testNodeStore » ServiceLookup gave up waiting for service 
javax.jcr.Rep...
  OSGiIT.testRepository » ServiceLookup gave up waiting for service 
javax.jcr.Re...

Tests run: 5, Failures: 0, Errors: 5, Skipped: 0
{noformat}


>  Refactor oak.spi.query into a separate module/bundle 
> ------------------------------------------------------
>
>                 Key: OAK-6407
>                 URL: https://issues.apache.org/jira/browse/OAK-6407
>             Project: Jackrabbit Oak
>          Issue Type: Improvement
>          Components: core, indexing, query
>            Reporter: angela
>            Assignee: angela
>              Labels: modularization
>             Fix For: 1.8
>
>         Attachments: OAK-6407-b2.patch, OAK-6407-b.patch, OAK-6407.patch
>
>
> now that OAK-6304 and OAK-6355 have been resolved, i would like to suggest 
> that we move the _o.a.j.oak.spi.query_ code base into a separate 
> module/bundle in order to prevent the introduction of bogus cycles and odd 
> package exports in the future.
> [~tmueller], patch will follow asap.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to