Hi!
Recently, I took over a project that is using several frameworks, Aries,
hibernate, wicket. Additionally it uses jetty as app server. As OSGi framework
we are using Apache Felix. After I managed to solve some issues related to
chain conflicts with javax transaction among other libraries, I’m now facing
other ones and I’m now not sure anymore what is going on or how can I debug
this so that I can figure it out what the real problem is. Not to say that I’m
a newcomer to aries as well as to the other components.
Attached is the full log with the list of bundles that I have running on the
system. In the log there are some exceptions from Jetty –but that I suppose is
another issue- hence, I would be very happy if you could provide me with any
hint in the aries related issues…
[Blueprint Extender: 2] INFO
org.apache.aries.blueprint.container.BlueprintContainerImpl - Bundle
org.apache.aries.transaction.blueprint/1.1.1 is waiting for dependencies
[(objectClass=org.osgi.service.coordinator.Coordinator)]
[FelixStartLevel] WARN org.apache.aries.jpa.container - There are no providers
available.
[FelixStartLevel] WARN org.apache.aries.jpa.container - There are no providers
available.
[FelixStartLevel] WARN org.apache.aries.jpa.container - There are no providers
available.
[Blueprint Extender: 3] INFO
org.apache.aries.blueprint.container.BlueprintContainerImpl - Bundle
com.app.rep.data.repository_data/0.0.1.qualifier is waiting for namespace
handlers [http://aries.apache.org/xmlns/transactions/v1.2.0]
[Blueprint Extender: 2] INFO
org.apache.aries.blueprint.container.BlueprintContainerImpl - Bundle
com.app.rep.data.repository_service/0.0.1.qualifier is waiting for namespace
handlers [http://aries.apache.org/xmlns/transactions/v1.2.0]
[Blueprint Extender: 2] INFO
org.apache.aries.blueprint.container.BlueprintContainerImpl - Bundle
com.app.rep.plugin.app_example.backend/0.0.1.qualifier is waiting for
dependencies [(objectClass=com.app.rep.data.repository_service.ProjectService),
(objectClass=com.app.rep.data.repository_service.ApplicationService),
(objectClass=com.app.rep.data.repository_service.ConnectorService),
(objectClass=com.app.rep.data.repository_service.PortService),
(objectClass=com.app.rep.data.repository_service.AccessPointService),
(objectClass=com.app.rep.data.repository_service.CustomerService),
(objectClass=com.app.rep.data.repository_service.IedService)]
I think the root might be this coordinator bundle? Originally I didn’t have any
osgi coordinator bundle. Thus, I installed one from maven but the dependency
unfortunately was not resolved….
Any hint about what could be going on?
Thank you for any help!
Regards
Pablo
[FelixStartLevel] INFO org.apache.aries.blueprint.container.BlueprintExtender -
No quiesce support is available, so blueprint components will not participate
in quiesce operations
[FelixStartLevel] INFO org.apache.aries.jpa.container.context - No quiesce
support is available, so managed persistence units will not participate in
quiesce operations.
[FelixStartLevel] INFO org.apache.aries.jpa.container - The file
org.apache.aries.jpa.container.properties was not found in bundle
org.apache.aries.jpa.container/1.0.2. The default properties {} will be used.
[FelixStartLevel] WARN org.apache.aries.jpa.container - There are no providers
available.
[FelixStartLevel] INFO org.apache.aries.jpa.container - No quiesce support is
available, so managed persistence units will not participate in quiesce
operations.
[FelixStartLevel] INFO org.apache.aries.jpa.container.context - A
TransactionSynchronizationRegistry service is now available in the runtime.
Managed persistence contexts will now integrate with JTA transactions using
[org.apache.aries.transaction.AriesTransactionManager,
javax.transaction.TransactionManager,
javax.transaction.TransactionSynchronizationRegistry,
javax.transaction.UserTransaction,
org.apache.geronimo.transaction.manager.RecoverableTransactionManager].
[Blueprint Extender: 2] INFO
org.apache.aries.blueprint.container.BlueprintContainerImpl - Bundle
org.apache.aries.transaction.blueprint/1.1.1 is waiting for dependencies
[(objectClass=org.osgi.service.coordinator.Coordinator)]
[FelixStartLevel] WARN org.apache.aries.jpa.container - There are no providers
available.
[FelixStartLevel] WARN org.apache.aries.jpa.container - There are no providers
available.
[FelixStartLevel] WARN org.apache.aries.jpa.container - There are no providers
available.
[Blueprint Extender: 3] INFO
org.apache.aries.blueprint.container.BlueprintContainerImpl - Bundle
com.app.rep.data.repository_data/0.0.1.qualifier is waiting for namespace
handlers [http://aries.apache.org/xmlns/transactions/v1.2.0]
[Blueprint Extender: 2] INFO
org.apache.aries.blueprint.container.BlueprintContainerImpl - Bundle
com.app.rep.data.repository_service/0.0.1.qualifier is waiting for namespace
handlers [http://aries.apache.org/xmlns/transactions/v1.2.0]
[Blueprint Extender: 2] INFO
org.apache.aries.blueprint.container.BlueprintContainerImpl - Bundle
com.app.rep.plugin.app_example.backend/0.0.1.qualifier is waiting for
dependencies [(objectClass=com.app.rep.data.repository_service.ProjectService),
(objectClass=com.app.rep.data.repository_service.ApplicationService),
(objectClass=com.app.rep.data.repository_service.ConnectorService),
(objectClass=com.app.rep.data.repository_service.PortService),
(objectClass=com.app.rep.data.repository_service.AccessPointService),
(objectClass=com.app.rep.data.repository_service.CustomerService),
(objectClass=com.app.rep.data.repository_service.IedService)]
____________________________
Welcome to Apache Felix Gogo
g! [FelixStartLevel] INFO org.eclipse.jetty.util.log - Logging initialized
@9005ms
[FelixStartLevel] INFO
org.eclipse.jetty.osgi.boot.internal.serverfactory.DefaultJettyAtJettyHomeHelper
- Configuring jetty from bundle: org.eclipse.jetty.osgi.boot with
/jettyhome/etc/jetty.xml
[FelixStartLevel] INFO
org.eclipse.jetty.osgi.boot.internal.serverfactory.DefaultJettyAtJettyHomeHelper
- Configuring jetty from bundle: org.eclipse.jetty.osgi.boot with
/jettyhome/etc/jetty-http.xml
[FelixStartLevel] INFO
org.eclipse.jetty.osgi.boot.internal.serverfactory.DefaultJettyAtJettyHomeHelper
- Configuring jetty from bundle: org.eclipse.jetty.osgi.boot with
/jettyhome/etc/jetty-deployer.xml
[FelixStartLevel] INFO
org.eclipse.jetty.osgi.boot.internal.serverfactory.DefaultJettyAtJettyHomeHelper
- Configuring the default jetty server with
[bundle://101.0:0/jettyhome/etc/jetty.xml,
bundle://101.0:0/jettyhome/etc/jetty-http.xml,
bundle://101.0:0/jettyhome/etc/jetty-deployer.xml]
[FelixStartLevel] INFO
org.eclipse.jetty.osgi.boot.internal.serverfactory.DefaultJettyAtJettyHomeHelper
-
JETTY.HOME=jar:file:///C:/Users/pgomez/Development/eclipse/runtime-New_configuration/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.jetty.osgi.boot_9.3.4.RC1.jar!/jettyhome
[FelixStartLevel] INFO
org.eclipse.jetty.osgi.boot.internal.serverfactory.DefaultJettyAtJettyHomeHelper
-
JETTY.BASE=jar:file:///C:/Users/pgomez/Development/eclipse/runtime-New_configuration/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.jetty.osgi.boot_9.3.4.RC1.jar!/jettyhome
[FelixStartLevel] INFO org.eclipse.jetty.server.Server - jetty-9.3.4.RC1
[FelixStartLevel] INFO org.eclipse.jetty.server.ServerConnector - Started
ServerConnector@19e3a3f2{HTTP/1.1,[http/1.1]}{0.0.0.0:8080}
[FelixStartLevel] INFO org.eclipse.jetty.server.Server - Started @9995ms
[FelixStartLevel] INFO
org.eclipse.jetty.osgi.boot.internal.serverfactory.DefaultJettyAtJettyHomeHelper
- Default jetty server configured
[FelixStartLevel] WARN org.eclipse.jetty.deploy.DeploymentManager - Unable to
reach node goal: started
java.lang.NullPointerException
at
org.eclipse.jetty.osgi.boot.AbstractWebAppProvider$OSGiApp.configureWebApp(AbstractWebAppProvider.java:234)
at
org.eclipse.jetty.osgi.boot.AbstractWebAppProvider$OSGiApp.createWebApp(AbstractWebAppProvider.java:188)
at
org.eclipse.jetty.osgi.boot.AbstractWebAppProvider$OSGiApp.createContextHandler(AbstractWebAppProvider.java:178)
at
org.eclipse.jetty.osgi.boot.AbstractWebAppProvider.createContextHandler(AbstractWebAppProvider.java:636)
at org.eclipse.jetty.deploy.App.getContextHandler(App.java:105)
at
org.eclipse.jetty.deploy.bindings.StandardDeployer.processBinding(StandardDeployer.java:36)
at
org.eclipse.jetty.osgi.boot.OSGiDeployer.doProcessBinding(OSGiDeployer.java:81)
at
org.eclipse.jetty.osgi.boot.OSGiDeployer.processBinding(OSGiDeployer.java:61)
at
org.eclipse.jetty.deploy.AppLifeCycle.runBindings(AppLifeCycle.java:188)
at
org.eclipse.jetty.deploy.DeploymentManager.requestAppGoal(DeploymentManager.java:499)
at
org.eclipse.jetty.deploy.DeploymentManager.addApp(DeploymentManager.java:147)
at
org.eclipse.jetty.osgi.boot.BundleWebAppProvider.bundleAdded(BundleWebAppProvider.java:147)
at
org.eclipse.jetty.osgi.boot.internal.webapp.BundleWatcher.register(BundleWatcher.java:269)
at
org.eclipse.jetty.osgi.boot.internal.webapp.BundleWatcher.addingBundle(BundleWatcher.java:179)
at
org.osgi.util.tracker.BundleTracker$Tracked.customizerAdding(BundleTracker.java:469)
at
org.osgi.util.tracker.BundleTracker$Tracked.customizerAdding(BundleTracker.java:415)
at
org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:256)
at
org.osgi.util.tracker.AbstractTracked.trackInitial(AbstractTracked.java:183)
at org.osgi.util.tracker.BundleTracker.open(BundleTracker.java:156)
at
org.eclipse.jetty.osgi.boot.internal.webapp.BundleWatcher.openBundleTracker(BundleWatcher.java:243)
at
org.eclipse.jetty.osgi.boot.internal.webapp.BundleWatcher$1.addingService(BundleWatcher.java:114)
at
org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:941)
at
org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:870)
at
org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:256)
at
org.osgi.util.tracker.AbstractTracked.trackInitial(AbstractTracked.java:183)
at org.osgi.util.tracker.ServiceTracker.open(ServiceTracker.java:318)
at org.osgi.util.tracker.ServiceTracker.open(ServiceTracker.java:261)
at
org.eclipse.jetty.osgi.boot.internal.webapp.BundleWatcher.open(BundleWatcher.java:123)
at
org.eclipse.jetty.osgi.boot.JettyBootstrapActivator.start(JettyBootstrapActivator.java:103)
at
org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:697)
at org.apache.felix.framework.Felix.activateBundle(Felix.java:2220)
at org.apache.felix.framework.Felix.startBundle(Felix.java:2138)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1365)
at
org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:308)
at java.lang.Thread.run(Unknown Source)
Oct 15, 2015 5:04:20 PM org.hibernate.jpa.internal.util.LogHelper
logPersistenceUnitInformation
INFO: HHH000204: Processing PersistenceUnitInfo [
name: managed-jpa
...]
Oct 15, 2015 5:04:20 PM org.hibernate.Version logVersion
INFO: HHH000412: Hibernate Core {5.0.2.Final}
Oct 15, 2015 5:04:20 PM org.hibernate.cfg.Environment <clinit>
INFO: HHH000206: hibernate.properties not found
Oct 15, 2015 5:04:20 PM org.hibernate.cfg.Environment buildBytecodeProvider
INFO: HHH000021: Bytecode provider name : javassist
ERROR: Bundle org.apache.aries.jpa.container [23] EventDispatcher: Error during
dispatch. (javax.xml.stream.FactoryConfigurationError: Provider
com.bea.xml.stream.EventFactory not
found)javax.xml.stream.FactoryConfigurationError: Provider
com.bea.xml.stream.EventFactory not found
at javax.xml.stream.FactoryFinder.newInstance(FactoryFinder.java:72)
at javax.xml.stream.FactoryFinder.find(FactoryFinder.java:178)
at javax.xml.stream.FactoryFinder.find(FactoryFinder.java:92)
at javax.xml.stream.XMLEventFactory.newInstance(XMLEventFactory.java:30)
at
org.hibernate.boot.jaxb.internal.MappingBinder.<init>(MappingBinder.java:37)
at
org.hibernate.boot.spi.XmlMappingBinderAccess.<init>(XmlMappingBinderAccess.java:43)
at org.hibernate.boot.MetadataSources.<init>(MetadataSources.java:87)
at
org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.<init>(EntityManagerFactoryBuilderImpl.java:174)
at
org.hibernate.jpa.boot.spi.Bootstrap.getEntityManagerFactoryBuilder(Bootstrap.java:34)
at
org.hibernate.jpa.boot.spi.Bootstrap.getEntityManagerFactoryBuilder(Bootstrap.java:47)
at
org.hibernate.osgi.OsgiPersistenceProvider.createContainerEntityManagerFactory(OsgiPersistenceProvider.java:95)
at
org.apache.aries.jpa.container.impl.EntityManagerFactoryManager.createEntityManagerFactories(EntityManagerFactoryManager.java:336)
at
org.apache.aries.jpa.container.impl.EntityManagerFactoryManager.registerEntityManagerFactories(EntityManagerFactoryManager.java:239)
at
org.apache.aries.jpa.container.impl.EntityManagerFactoryManager.bundleStateChange(EntityManagerFactoryManager.java:182)
at
org.apache.aries.jpa.container.impl.PersistenceBundleManager.addingService(PersistenceBundleManager.java:202)
at
org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:941)
at
org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:870)
at
org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:256)
at org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:229)
at
org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:901)
at
org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:987)
at
org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:838)
at
org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:545)
at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:4560)
at org.apache.felix.framework.Felix.registerService(Felix.java:3542)
at
org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:348)
at
org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:322)
at
org.hibernate.osgi.HibernateBundleActivator.start(HibernateBundleActivator.java:59)
at
org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:697)
at org.apache.felix.framework.Felix.activateBundle(Felix.java:2220)
at org.apache.felix.framework.Felix.startBundle(Felix.java:2138)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1365)
at
org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:308)
at java.lang.Thread.run(Unknown Source)
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator]
: Enabling SLF4J API support.
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator]
: Enabling Jakarta Commons Logging API support.
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator]
: Enabling Log4J API support.
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator]
: Enabling Avalon Logger API support.
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator]
: Enabling JULI Logger API support.
[Blueprint Extender: 3] INFO
org.apache.aries.blueprint.container.BlueprintContainerImpl - Bundle
com.app.rep.test.data.repository/1.0.0.qualifier is waiting for dependencies
[(objectClass=com.app.rep.data.repository_service.ConnectorService),
(objectClass=com.app.rep.data.repository_service.ProjectService),
(objectClass=com.app.rep.data.repository_service.PortService),
(objectClass=com.app.rep.data.repository_service.IedService),
(objectClass=com.app.rep.data.repository_service.ApplicationService),
(objectClass=com.app.rep.data.repository_service.AccessPointService)]
[Blueprint Extender: 3] ERROR
org.apache.aries.blueprint.container.BlueprintContainerImpl - Unable to start
blueprint container for bundle org.apache.aries.transaction.blueprint/1.1.1 due
to unresolved dependencies
[(objectClass=org.osgi.service.coordinator.Coordinator)]
java.util.concurrent.TimeoutException
at
org.apache.aries.blueprint.container.BlueprintContainerImpl$1.run(BlueprintContainerImpl.java:343)
at
org.apache.aries.blueprint.utils.threading.impl.DiscardableRunnable.run(DiscardableRunnable.java:48)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(Unknown
Source)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown
Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
[Blueprint Extender: 2] ERROR
org.apache.aries.blueprint.container.BlueprintContainerImpl - Unable to start
blueprint container for bundle
com.app.rep.plugin.app_example.backend/0.0.1.qualifier due to unresolved
dependencies [(objectClass=com.app.rep.data.repository_service.ProjectService),
(objectClass=com.app.rep.data.repository_service.ApplicationService),
(objectClass=com.app.rep.data.repository_service.ConnectorService),
(objectClass=com.app.rep.data.repository_service.PortService),
(objectClass=com.app.rep.data.repository_service.AccessPointService),
(objectClass=com.app.rep.data.repository_service.CustomerService),
(objectClass=com.app.rep.data.repository_service.IedService)]
java.util.concurrent.TimeoutException
at
org.apache.aries.blueprint.container.BlueprintContainerImpl$1.run(BlueprintContainerImpl.java:343)
at
org.apache.aries.blueprint.utils.threading.impl.DiscardableRunnable.run(DiscardableRunnable.java:48)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(Unknown
Source)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown
Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
[Blueprint Extender: 3] ERROR
org.apache.aries.blueprint.container.BlueprintContainerImpl - Unable to start
blueprint container for bundle com.app.rep.test.data.repository/1.0.0.qualifier
due to unresolved dependencies
[(objectClass=com.app.rep.data.repository_service.ConnectorService),
(objectClass=com.app.rep.data.repository_service.ProjectService),
(objectClass=com.app.rep.data.repository_service.PortService),
(objectClass=com.app.rep.data.repository_service.IedService),
(objectClass=com.app.rep.data.repository_service.ApplicationService),
(objectClass=com.app.rep.data.repository_service.AccessPointService)]
java.util.concurrent.TimeoutException
at
org.apache.aries.blueprint.container.BlueprintContainerImpl$1.run(BlueprintContainerImpl.java:343)
at
org.apache.aries.blueprint.utils.threading.impl.DiscardableRunnable.run(DiscardableRunnable.java:48)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(Unknown
Source)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown
Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
g! lb
START LEVEL 4
ID|State |Level|Name
0|Active | 0|System Bundle (5.2.0)|5.2.0
1|Installed | 4|OSGi integration for JavaFX
(2.1.0.201508240501)|2.1.0.201508240501
2|Installed | 4|Jetty-OSGi-Jasper Integration (9.3.4.RC1)|9.3.4.RC1
3|Resolved | 4|slf4j-simple (1.7.7)|1.7.7
4|Active | 1|APP Data API [com.app.rep.data.api]
(0.0.1.qualifier)|0.0.1.qualifier
5|Active | 1|APP Repository DS Bundle
[com.app.rep.data.repository_ds] (0.0.1.qualifier)|0.0.1.qualifier
6|Active | 2|ClassMate (1.0.0)|1.0.0
7|Active | 2|ANTLR (2.7.7)|2.7.7
8|Active | 2|Java XML Stream API (StAX) (1.0.1)|1.0.1
9|Active | 2|Javassist (3.18.1.GA)|3.18.1.GA
10|Active | 2|Servlet API Bundle
(3.0.0.v201112011016)|3.0.0.v201112011016
11|Active | 2|Servlet API Bundle
(3.1.0.v201410161800)|3.1.0.v201410161800
12|Active | 2|Apache Aries Blueprint Annotation API
(1.0.2.SNAPSHOT)|1.0.2.SNAPSHOT
13|Active | 2|Apache Aries Blueprint Annotation Impl
(1.0.2.SNAPSHOT)|1.0.2.SNAPSHOT
14|Active | 2|Apache Aries Blueprint Bundle
(1.3.0.SNAPSHOT)|1.3.0.SNAPSHOT
15|Active | 2|Apache Aries JNDI API (1.1.1.SNAPSHOT)|1.1.1.SNAPSHOT
16|Active | 2|Apache Aries JNDI Core (1.0.3.SNAPSHOT)|1.0.3.SNAPSHOT
17|Active | 2|Apache Aries JNDI Support for Legacy Runtimes
(1.0.1.SNAPSHOT)|1.0.1.SNAPSHOT
18|Active | 2|Apache Aries JNDI RMI Handler
(1.0.1.SNAPSHOT)|1.0.1.SNAPSHOT
19|Active | 2|Apache Aries JNDI URL Handler
(1.1.1.SNAPSHOT)|1.1.1.SNAPSHOT
20|Active | 2|Aries JPA Container API (1.0.2)|1.0.2
21|Active | 2|Aries JPA Container blueprint integration for Aries
blueprint (1.0.4)|1.0.4
22|Active | 2|Aries JPA Container Managed Contexts (1.0.4)|1.0.4
23|Active | 2|Aries JPA Container (1.0.2)|1.0.2
24|Active | 2|Apache Aries Proxy API (1.0.2.SNAPSHOT)|1.0.2.SNAPSHOT
25|Active | 2|Apache Aries Proxy Bundle
(1.0.2.SNAPSHOT)|1.0.2.SNAPSHOT
26|Active | 2|Apache Aries SPI Fly Dynamic Weaving Bundle
(1.0.3.SNAPSHOT)|1.0.3.SNAPSHOT
27|Active | 2|Apache Aries Transaction Blueprint (1.1.1)|1.1.1
28|Active | 2|Apache Aries Transaction Manager
(1.3.1.SNAPSHOT)|1.3.1.SNAPSHOT
29|Active | 2|Apache Aries Util (1.1.2.SNAPSHOT)|1.1.2.SNAPSHOT
30|Active | 2|Apache Commons Lang (3.3.2)|3.3.2
31|Active | 2|Apache ServiceMix :: Bundles :: ant (1.8.2.2)|1.8.2.2
32|Active | 2|Apache ServiceMix :: Bundles :: commons-beanutils
(1.8.3.2)|1.8.3.2
33|Active | 2|Apache ServiceMix :: Bundles :: dom4j (1.6.1.5)|1.6.1.5
34|Active | 2|Apache ServiceMix :: Bundles :: junit
(4.10.0.1)|4.10.0.1
35|Active | 2|Wicket Native WebSocket Core (6.15.0)|6.15.0
36|Active | 2|Wicket Native WebSocket Jetty 9 (6.15.0)|6.15.0
37|Active | 2|Common Resources [com.app.rep.common_resources]
(0.0.1.qualifier)|0.0.1.qualifier
38|Active | 2|APP Core [com.app.rep.core]
(0.0.1.qualifier)|0.0.1.qualifier
39|Active | 2|APP Repository Data Bundle
[com.app.rep.data.repository_data] (0.0.1.qualifier)|0.0.1.qualifier
40|Active | 2|Metronic Layout [com.app.rep.layout.metronic]
(0.0.1.qualifier)|0.0.1.qualifier
41|Active | 2|Project Provider (Backend)
[com.app.rep.plugin.project_provider.backend] (0.0.1.qualifier)|0.0.1.qualifier
42|Active | 2|Project Provider (Frontend)
[com.app.rep.plugin.project_provider.frontend] (0.0.1.qualifier)|0.0.1.qualifier
43|Active | 2|Properties View (Frontend)
[com.app.rep.plugin.properties_view.frontend] (0.0.1.qualifier)|0.0.1.qualifier
44|Active | 2|Example Plugin (Frontend)
[com.app.rep.plugin.app_example.frontend] (0.0.1.qualifier)|0.0.1.qualifier
45|Active | 2|Third Party Interface
[com.app.rep.util.third_party_interface] (0.0.1.qualifier)|0.0.1.qualifier
46|Active | 3|APP Repository Service Bundle
[com.app.rep.data.repository_service] (0.0.1.qualifier)|0.0.1.qualifier
47|Active | 3|Example Plugin (Backend)
[com.app.rep.plugin.app_example.backend] (0.0.1.qualifier)|0.0.1.qualifier
48|Active | 4|International Components for Unicode for Java (ICU4J)
(54.1.1.v201501272100)|54.1.1.v201501272100
49|Active | 4|CGLIB Code Generation Library (2.2.0)|2.2.0
50|Active | 4|JBoss Jandex (1.0.3.Final)|1.0.3.Final
51|Active | 4|Javax Expression Language Reference Implementation
Bundle (2.2.0.v201303151357)|2.2.0.v201303151357
52|Active | 4|OSGi json classes (20080701.0.0)|20080701.0.0
53|Active | 4|javax.annotation API (1.2.0)|1.2.0
54|Active | 4|javax.annotation Bundle
(1.2.0.v201401042248)|1.2.0.v201401042248
55|Active | 4|Expression Language 3.0 API (3.0.0)|3.0.0
56|Active | 4|CDI APIs (1.2.0)|1.2.0
57|Active | 4|Atinject Dependency Injection Annotations
(1.0.0.v20091030)|1.0.0.v20091030
58|Active | 4|javax.interceptor API (1.2.0)|1.2.0
59|Active | 4|JavaMail API (compat) (1.4.7)|1.4.7
60|Active | 4|Java Servlet API (3.1.0)|3.1.0
61|Active | 4|JavaServer Pages(TM) API (2.3.1)|2.3.1
62|Active | 4|JSP API Bundle (2.2.0.v201112011158)|2.2.0.v201112011158
63|Active | 4|javax.transaction API (1.2.0)|1.2.0
64|Active | 4|JAXP XML (1.3.4.v201005080400)|1.3.4.v201005080400
65|Active | 4|jaxb-api (2.2.7)|2.2.7
66|Active | 4|jcl-over-slf4j (1.7.7)|1.7.7
67|Active | 4|log4j-over-slf4j (1.7.7)|1.7.7
68|Active | 4|Apache Batik CSS
(1.7.0.v201011041433)|1.7.0.v201011041433
69|Active | 4|Apache Batik GUI Utilities
(1.7.0.v200903091627)|1.7.0.v200903091627
70|Active | 4|Apache Batik Utilities
(1.7.0.v201011041433)|1.7.0.v201011041433
71|Active | 4|Apache Commons FileUpload (1.3.1)|1.3.1
72|Active | 4|Commons IO (2.4.0)|2.4.0
73|Active | 4|Apache Commons JXPath
(1.3.0.v200911051830)|1.3.0.v200911051830
74|Active | 4|Apache Commons Logging Plug-in
(1.1.1.v201101211721)|1.1.1.v201101211721
75|Active | 4|Apache Felix Gogo Command (0.16.0)|0.16.0
76|Active | 4|Apache Felix Gogo Runtime (0.16.2)|0.16.2
77|Active | 4|Apache Felix Gogo Shell (0.12.0)|0.12.0
78|Active | 4|Apache Felix (5.2.0)|5.2.0
79|Active | 4|Apache Felix Declarative Services (2.0.2)|2.0.2
80|Active | 4|Apache Felix Shell Service (1.4.3)|1.4.3
81|Active | 4|Apache Felix Web Management Console (4.2.12)|4.2.12
82|Active | 4|Apache Geronimo STAX Spec 1.2 (1.2.0)|1.2.0
83|Active | 4|JSP 2.2 implementation from Glassfish
(2.2.2.v201501141630)|2.2.2.v201501141630
84|Active | 4|Apache ServiceMix :: Bundles :: cglib (2.2.0.2)|2.2.0.2
85|Active | 4|Apache ServiceMix :: Bundles :: javax.inject
(1.0.0.2)|1.0.0.2
86|Active | 4|Apache ServiceMix :: Specs :: JSR-303 API 1.0.0
(2.2.0)|2.2.0
87|Active | 4|Wicket Core (6.15.0)|6.15.0
88|Active | 4|Wicket IoC common code (6.15.0)|6.15.0
89|Active | 4|Wicket Request (6.15.0)|6.15.0
90|Active | 4|Wicket Util (6.15.0)|6.15.0
91|Active | 4|Apache XBean :: OSGI Blueprint Namespace Handler
(3.18.0)|3.18.0
92|Active | 4|Apache XBean OSGI Bundle Utilities (3.18.0)|3.18.0
93|Active | 4|Apache XBean :: Classpath Resource Finder
(3.18.0)|3.18.0
94|Active | 4|Apache XmlResolver
(1.2.0.v201005080400)|1.2.0.v201005080400
95|Active | 4|Jetty :: Servlet Annotations (9.3.4.RC1)|9.3.4.RC1
96|Active | 4|Jetty :: Deployers (9.3.4.RC1)|9.3.4.RC1
97|Active | 4|Jetty :: Http Utility (9.3.4.RC1)|9.3.4.RC1
98|Active | 4|Jetty :: IO Utility (9.3.4.RC1)|9.3.4.RC1
99|Active | 4|Jetty :: JNDI Naming (9.3.4.RC1)|9.3.4.RC1
100|Active | 4|RFC66 War URL (9.3.4.RC1)|9.3.4.RC1
101|Active | 4|Jetty :: OSGi :: Boot (9.3.4.RC1)|9.3.4.RC1
102|Active | 4|Jetty :: Plus (9.3.4.RC1)|9.3.4.RC1
103|Active | 4|Jetty :: Security (9.3.4.RC1)|9.3.4.RC1
104|Active | 4|Jetty :: Server Core (9.3.4.RC1)|9.3.4.RC1
105|Active | 4|Jetty :: Servlet Handling
(9.2.13.v20150730)|9.2.13.v20150730
106|Active | 4|Jetty :: Servlet Handling (9.3.4.RC1)|9.3.4.RC1
107|Active | 4|Jetty :: Utilities (9.3.4.RC1)|9.3.4.RC1
108|Active | 4|Jetty :: Webapp Application Support
(9.3.4.RC1)|9.3.4.RC1
109|Active | 4|Jetty :: XML utilities (9.3.4.RC1)|9.3.4.RC1
110|Active | 4|H2 Database Engine (1.4.189)|1.4.189
111|Active | 4|hibernate-commons-annotations (5.0.0.Final)|5.0.0.Final
112|Active | 4|hibernate-core (5.0.2.Final)|5.0.2.Final
113|Active | 4|hibernate-entitymanager (5.0.2.Final)|5.0.2.Final
114|Active | 4|hibernate-envers (5.0.2.Final)|5.0.2.Final
115|Active | 4|hibernate-jpa-2.1-api (1.0.0.Final)|1.0.0.Final
116|Active | 4|hibernate-osgi (5.0.2.Final)|5.0.2.Final
117|Active | 4|Java Annotation Indexer (1.2.2.Final)|1.2.2.Final
118|Active | 4|JBoss Logging 3 (3.1.3.GA)|3.1.3.GA
119|Active | 4|JBoss Logging 3 (3.3.0.Final)|3.3.0.Final
120|Active | 4|ASM all classes with debug info (5.0.4)|5.0.4
121|Active | 4|OPS4J Pax Logging - API (1.7.2)|1.7.2
122|Active | 4|org.osgi:org.osgi.service.coordinator
(1.0.2.201505202024)|1.0.2.201505202024
123|Active | 4|W3C CSS SAC (1.3.1.v200903091627)|1.3.1.v200903091627
124|Active | 4|W3C DOM Level 3 Events
(3.0.0.draft20060413_v201105210656)|3.0.0.draft20060413_v201105210656
125|Active | 4|W3C SMIL DOM (1.0.1.v200903091627)|1.0.1.v200903091627
126|Active | 4|W3C SVG DOM (1.1.0.v201011041433)|1.1.0.v201011041433
127|Active | 4|osgi.cmpn (4.3.1.201210102024)|4.3.1.201210102024
128|Active | 4|slf4j-api (1.7.7)|1.7.7
129|Active | 4|Repository (1.0.0.qualifier)|1.0.0.qualifier
g!