The pax tag has no wiki summary.
-3
votes
1answer
164 views
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 ...
0
votes
1answer
362 views
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 ...
0
votes
1answer
152 views
How to configure OpenJPA logging with Pax Logging?
How can I configure OpenJPA in to use Pax Logging in Karaf? According to several threads I found (e.g. log4j error with pax-logging), it seems that setting
<property name="openjpa.Log" ...
0
votes
1answer
150 views
mvn pax:provision (org.osgi.framework.BundleException: Fragment bundles can not be started.)
Here are some parts of my parent pom.xml:
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.6.1</version>
...
1
vote
0answers
96 views
PaX ASLR vs. Linux default ASLR (64 bit)
PaX's ASLR implementation for 64-bit x86 machines is much stronger than Linux's default 64-bit ASLR implementation. My question is simple, why is PaX's implementation not the default one?
I'm ...
0
votes
0answers
169 views
Resolve transitive dependencies with mvn pax-provision
here are parts of my parent pom:
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
...
0
votes
0answers
140 views
How can Pax Jetty Bundle be configured to auto redirect to SSL when web app is CONFIDENTIAL
I am using JBoss AS 7 and deploying OSGi bundles.
PAX Web Jetty Bundle/Web Extender WAR & Whiteboard are deployed. The HTTP and HTTPS ports are configured.
When I deploy a WAB bundle whose ...
2
votes
1answer
55 views
NCSA request handler doesn't work in pax-web 1.1.4
I try to enable NCSA request logging in pax-web 1.1.4. The recommended way to do it doesn't work. The file was created but it stays empty. Looking in source code I found that pax web implementation of ...
2
votes
1answer
162 views
Equinox OSGi + JPA Eclipselink + PAX JDBC driver adapter
After many problems with "CLASS NOT FOUND" problems in OSGi working with JPA persistence & Eclipse link, I found some article introducing PAX JDBC driver adapter.
Does anybody has some experience ...
1
vote
1answer
249 views
Configuring pax-logging in a native container with pax-exam
I know this is a bit specific, but I've tried everything I could think of. I am running some integration tests using pax-exam, and logging is supposed to use pax-logging.
This works fine when ...
0
votes
0answers
178 views
IllegalStateException when running Pax Exam
I get the following exception when running Pax Exam. My configuration includes a single bundle from file system and junit and felix only. Any idea why this happens?
java.lang.IllegalStateException: ...
1
vote
1answer
100 views
I want to use The GATE Predicate-Argument EXtractor Component (PAX)
I want to use The GATE Predicate-Argument EXtractor Component (PAX), but I can't figure out how to load the plugin on GATE developer (ver. 7)
Please help me.
How do I load it?
0
votes
1answer
83 views
Can Pax Web Whiteboard ResourceMapping have path pointing outside the bundle?
I've tried to register the following ResourceMapping as an OSGi service:
package ru.focusmedia.odp.server.poim.http;
import org.ops4j.pax.web.extender.whiteboard.ResourceMapping;
import ...
0
votes
0answers
161 views
Apache Karaf — reference protocol works for “install”, but not for “feature:install”
After returning to reference protocol support in Karaf, I've tried to enable support by adding the following feature:
<?xml version="1.0" encoding="UTF-8"?>
<features ...
3
votes
3answers
596 views
How does Arquillian compare to Pax Exam for OSGi (integration) testing?
I am currently investigating how best to test our OSGi application intended to run on Apache Karaf. The obvious option is Pax Exam with labs-paxexam-karaf (see ...
4
votes
1answer
1k views
Deploy war files in Apache Felix?
I'm trying to deploy an application to Apache Felix. It was a gwt application but I've been simplifying the problem until just a hello world html file so my problem is to deploy any kind of web ...
3
votes
2answers
883 views
Add my own bundle sources to pax-exam when building with pax-maven-plugin
I'm trying to build my OSGI bundle with pax-maven-build and in the same time test it with pax-exam. It have some bundle in provision than I can test with the following pax-exam test configuration:
...
2
votes
2answers
491 views
BundleContext is null in unit tests using pax-exam
I'm using pax-exam to load, activate and access osgi bundles.
The following source code is my pax-exam test and it runs using pax-exam 2.3 using native container.
package fr.xlim.ssd.vtg.osgi;
...
3
votes
1answer
170 views
Using Jacoco with Pax-Exam
I'm currently working on an application built on the OSGi model. All the testing process of my application is made by using Pax-Exam which create a new JVM by using Karaf.
I tried to use Jacoco for ...
0
votes
1answer
151 views
debugging with PaX+Linux+Eclipse, executing script after build to remove PaX protections
I am Linux PaX user and therefore to debug any binary I need to disable protection flags (per binary) using paxctl command.
PaX gives user protection against buffer overflow attacks and such by ...
1
vote
2answers
474 views
OSGi bundle repository with plain Maven JARs
I am working on to reach a solution to deploy a web application as a bundle to Virgo 3.0.1.RELEASE. My scenario is:
I use Maven Bundle Plugin to generate the manifest.
I exclude all the JAR ...
0
votes
2answers
151 views
Tips on making PAX (OSGI testing) framework faster
I know PAX is doing a lot of stuff and that creating the container and copying all those jars is not cheap but are there any general tips to improve performance. I have tests that execute outside the ...
3
votes
1answer
185 views
PaX and buffer overflow
Is it possilbe to overflow buffer in linux that have PaX in kernel. I want to exploit into a executable by changing the return address using proper input.I'm using Ubuntu 10.04 and I test this with ...
2
votes
1answer
478 views
Cannot Run WAR From Root Context in Karaf 2.2.0 OSGi Container
I have been struggling to get an web application to run in the root application context in Karaf 2.2.0 (it works fine in Karaf 2.1.4). I have been able to isolate the issue to something easily ...
0
votes
1answer
65 views
mirror to a transformed files' structure
I'd like to synchronize a files structure to another, but transformed one, eg:
filesStructureA/ --[transformation(T)]--> filesStructureB/
Is it possible doing this with rsync? I saw rsync accept ...
3
votes
1answer
324 views
PAX-URL: “Protocol not supported” at Felix's startup
I'm using PAX-URL to launch a Felix based project from Eclipse. I use the assembly protocol to avoid having to pre-pack my bundles.
In the project, felix is started using the felix.jar and a ...
2
votes
2answers
290 views
Cannot use PAX-URL's assembly protocol with auto started bundles in Felix config.properties
I'm trying to use PAX-URL so I can have non-packed bundles assembled on the fly.
If I put pax-url-assembly-1.2.1.jar in the autostart bundles, and then type
install assembly:path/to/my/folder
...
10
votes
3answers
6k views
Programatically Start OSGi (Equinox)?
I'd like to be able to easily start an OSGi framework (preferably Equinox) and load up any bundles listed in my pom from a java main.
Is this possible? If so, how?
It seems like the pax tools would ...
0
votes
1answer
338 views
maven : getting dependency details (Equinox)
New to maven and equinox. While going through a tutorial on OSGi, I issued the following commmand.
pax-provision
which gave the following error.
-> Provision bundle ...
3
votes
1answer
969 views
Error while deploying a web application in OSGI container using pax web
Hello I am trying to deploy a web application in a Felix container.
I have all the required configuration done with my web app like the setting up of the manifest headers:
Webapp-Context:
...
1
vote
2answers
2k views
Integrate Eclipse RAP and OSGI/Spring-DM plugins, using Maven for build
The background
I have a project containing my domain model and persistence code (created using Spring-ROO). I've changed this into an OSGi bundle, and build & deploy it using Maven (via PAX ...