Questions tagged [pax]
100 questions
0
votes
1 answer
Karaf+Pax CDI+custom Interceptors and Runtime annotations
I had tried to define and use custom runtime annotations in Karaf. It doesn't work for me.
I could configure my bundle to use Pax CDI+ OpenWebBeans CDI container. Container works nice. I could see exposed services (standard annotation…

Gene Kastyshyn
- 65
- 1
- 7
0
votes
2 answers
How to start Equinox Application with startup arguments in Pax Exam?
I want to test my OSGI app in Pax Exam, but i have some trouble with starting Application from one of my plug-ins.
I use Equinox and there is some equinox-specific class that extends org.eclipse.equinox.app.IApplication. This class can be then…

wajs
- 299
- 3
- 13
0
votes
1 answer
Error resolving org.ops4j.pax.logging.pax-logging-service in Virgo
I'm trying to get CXF DOSGi to run in Virgo. I'm using the bundle list with the cxf distribution to create a plan in Virgo. Virgo is unable to resolve the dependencies on org.ops4j.pax.logging.pax-logging-service. Any suggestions on how to get…

Timothy Vogel
- 1,363
- 2
- 21
- 39
0
votes
1 answer
How to make Pax logging to use the loggback config instead of the standard log4j properties like syntax
I have some services in tomcat and trying to move to apache karaf.
I have a existing service which uses logback for logging configuration.
I tried to make same configuration in osgi, but could not achieve. Any please let me know what could be the…

Srikanth Hugar
- 385
- 5
- 22
0
votes
1 answer
when using gogo gosh scripts, how do I get print outs from all commands
I'm trying to automate the provisioning and searching of a service to speed up testing of changes to an OSGi system. I use Maven Pax:Provision to set up the environment from the various repositories.
I have some commands to load data from xml files…

user245357
- 131
- 1
- 7
0
votes
2 answers
Pax Exam 3.3.0 - How to load a utility jar?
I am using the latest Pax Exam (3.3.0) for OSGi testing. I have Pax Exam up and running, deploying and starting my bundles etc. Life is good.
I also have a utility project containing various factories and other helpful functionality that I want to…

protectedmember
- 349
- 5
- 20
0
votes
1 answer
maven-pax-plugin: Select start level
Hey guys i believe it is a simple issue but i cant find anything:
How is it possible to specify the run levels for my bundles using the maven-pax-plugin?
(I call mvn pax:provision from the command line)
Thank you!

hueck
- 193
- 3
- 15
0
votes
1 answer
mvn pax:provision (org.osgi.framework.BundleException: Fragment bundles can not be started.)
Here are some parts of my parent pom.xml:
org.slf4j
slf4j-api
1.6.1
org.slf4j
slf4j-jdk14
…

hueck
- 193
- 3
- 15
-1
votes
1 answer
pax-provision without gogo shell
I recently started with osgi. I'm using pax tools to generate and deploy my bundles. I'm trying to create a console application, but everytime I launch pax-provision command gogo shell is fired. I also want to know what is the difference between…

user1828433
- 252
- 2
- 11
-1
votes
1 answer
how to check the hardware support of XN/XI bit support on ARM/MIPS platform
I was verifying the hardware support of XN bit on ARM v6/v7 platform. for this I executed execstack.c on ARM. It is crashing as there is XN bit support for ARM v6/v7.
Then I checked the same on MIPS target(34Kc) which does not have XI bit support…

Girish Gupta
- 1,241
- 13
- 27