Github user afs commented on the pull request:
https://github.com/apache/jena/pull/49#issuecomment-88627481
This does not work: `mvn clean verify` when run either in jena-osgi-test or
for the whole system give test failures:
(stack trace removed)
```
Running org.apache.jena.osgi.test.JenaOSGITest
[org.ops4j.pax.exam.nat.internal.NativeTestContainer] : Bundle
[org.apache.jena.osgi_2.13.1.SNAPSHOT [15]] is not resolved
ERROR: Bundle org.apache.jena.osgi [15] Error starting
mvn:org.apache.jena/jena-osgi/2.13.1-SNAPSHOT
(org.osgi.framework.BundleException: Unresolved constraint in bundle
org.apache.jena.osgi [15]: Unable to resolve 15.0: missing requirement [15.0]
osgi.wiring.package; (osgi.wiring.package=sun.misc))
org.osgi.framework.BundleException: Unresolved constraint in bundle
org.apache.jena.osgi [15]: Unable to resolve 15.0: missing requirement [15.0]
osgi.wiring.package; (osgi.wiring.package=sun.misc)
at
org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4097)
at org.apache.felix.framework.Felix.startBundle(Felix.java:2114)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1368)
at
org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:308)
at java.lang.Thread.run(Thread.java:745)
[org.ops4j.pax.exam.nat.internal.NativeTestContainer] : Bundle
[org.apache.jena.osgi [15]] is not resolved
Tests run: 4, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 1.354 sec
<<< FAILURE! - in org.apache.jena.osgi.test.JenaOSGITest
testJenaArq(org.apache.jena.osgi.test.JenaOSGITest) Time elapsed: 0.008
sec <<< ERROR!
java.lang.ClassNotFoundException: com.hp.hpl.jena.rdf.model.RDFNode not
found by PAXEXAM-PROBE-455bf793-53a1-40e6-99a9-a7fb4ad5cbf0 [29]
...
testJenaIRI(org.apache.jena.osgi.test.JenaOSGITest) Time elapsed: 0.002
sec <<< ERROR!
java.lang.ClassNotFoundException: com.hp.hpl.jena.rdf.model.RDFNode not
found by PAXEXAM-PROBE-455bf793-53a1-40e6-99a9-a7fb4ad5cbf0 [29]
...
testJenaTdb(org.apache.jena.osgi.test.JenaOSGITest) Time elapsed: 0.001
sec <<< ERROR!
java.lang.ClassNotFoundException: com.hp.hpl.jena.rdf.model.RDFNode not
found by PAXEXAM-PROBE-455bf793-53a1-40e6-99a9-a7fb4ad5cbf0 [29]
...
testJenaCore(org.apache.jena.osgi.test.JenaOSGITest) Time elapsed: 0.001
sec <<< ERROR!
java.lang.ClassNotFoundException: com.hp.hpl.jena.rdf.model.RDFNode not
found by PAXEXAM-PROBE-455bf793-53a1-40e6-99a9-a7fb4ad5cbf0 [29]
...
Results :
Tests in error:
JenaOSGITest.testJenaArq » ClassNotFound
com.hp.hpl.jena.rdf.model.RDFNode not...
JenaOSGITest.testJenaIRI » ClassNotFound
com.hp.hpl.jena.rdf.model.RDFNode not...
JenaOSGITest.testJenaTdb » ClassNotFound
com.hp.hpl.jena.rdf.model.RDFNode not...
JenaOSGITest.testJenaCore » ClassNotFound
com.hp.hpl.jena.rdf.model.RDFNode no...
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---