Web Application Bundle, an OSGi bundle that contains a web application and that can be deployed in an OSGi container. A WAB is an OSGi bundle version of a web application archive (WAR) file.
Questions tagged [wab]
25 questions
7
votes
1 answer
difference between WAB and WAR
I am a newbie to this and read about WABs , but wish to clear the basic difference -
I mean using osgi embedded in tomcat and making a WAR vs making a WAB ?
When should one consider each option ?
1) OSGI embedded in tomcat
2) tomcat in OSGI
3)…

Rndm
- 6,710
- 7
- 39
- 58
6
votes
1 answer
How Can OSGI and JSF work together?
I'm new in OSGI and I'm having many problems to try to create WABs. I'm using BndTools with Eclipse to help me with OSGi. My problem now is how can I integrate JSF with OSGi. I want to make one main web server, and add bundles with jsf pages…

Guilherme Simão Couto
- 1,016
- 2
- 12
- 24
5
votes
2 answers
How to map admin auth constraint in web.xml OSGI WAB liberty role mapping
I am building a separate admincenter tool which required admin role to access. How can I specify it in auth-constraint of web.xml.
I tried below, it is not working
…

Dyapa Srikanth
- 1,231
- 2
- 22
- 60
4
votes
2 answers
Unresolved requirement: osgi.component
I'm trying to develop onto Karaf an OSGi WAB containing a REST API and a call from a custom-made service. However, for some weird reason, the OSGi framework complains about an unsatisfied capability, osgi.component.
I would like to know:
How can I…

Koldar
- 1,317
- 15
- 35
4
votes
1 answer
How to use OSGi services in Tapestry
I have my Tapestry web application that offers full CRUD functionality for some data set.
So far, I've been using mocks to develop and test it.
However, I need to now replace that mock by an OSGi service (ran with Felix).
My main questions/issues…

ioreskovic
- 5,531
- 5
- 39
- 70
3
votes
0 answers
How to keep my web application active while redeploying a war or wab in karaf?
Currently i am working on a web project using GWT and i am using karaf as a container, i installed the karaf war feature and deployed my war successfully and it worked perfectly. But when ever i recompile my GWT project and create a new war to…

Ahmad Bawaneh
- 1,014
- 8
- 23
3
votes
2 answers
OSGi bundles and wars
Is it possible to have standard war deployment, which can be deployed on tomcat and also can be build as OSGi bundle and deployed with other bundles in OSGi container tomcat(i think virgo)?

Dimitrii
- 116
- 2
- 10
2
votes
3 answers
Howto use Maven Cargo Plugin to deploy a Web Application Bundle (WAB, OSGI + JavaEE) into Glassfish 3.x
I'm trying to use the Maven Cargo Plugin to deploy a set of OSGI bundles and an hybrid application .war (Webapplication with Restservice which uses OSGI) also called a Web Application Bundle (or WAB) (e.g. see…

Markus Albrecht
- 21
- 2
2
votes
1 answer
Servlet Filters in OSGi Enabled Web Application on Glassfish
I am creating some REST web services on Glassfish Jersey. I managed to create Web application bundle for my service. But I need to add some Servlet Filter to it.
I couldn't find any information regarding this question based on Glassfish. I have…

user1759572
- 683
- 4
- 11
1
vote
0 answers
Filter values in drop down of AttributeInspector (SmartEditor Widget)
I am using AttributeInpector for displaying attributes associated with a Polygon in Feature Layer in ArcGIS ESRI.
I want to filter values in drop down for an attribute which can have one value out of the multiple possible values, displayed in…

devJava
- 21
- 2
1
vote
1 answer
JSF web app as OSGi bundle - getting error FacesContextFactory was not configured properly
I'm trying to convert my JSF app into a OSGi Bundle (WAB), but I kept getting the error below when I deploy the war file to glassfish/autodeploy/bundles, which I'm not really sure what it…

0x56794E
- 20,883
- 13
- 42
- 58
1
vote
2 answers
are Virgo tools actively maintained?
Virgo tools limits the maximum Dynamic Web Module version of Web Application Bundles to the old 2.5
It seems that my Virgo server version (3.6.2) is using Tomcat 7, that is able to manage more recent servlet specifications (I need 3.0)
I'm beginning…

hiebra
- 43
- 1
- 6
1
vote
1 answer
What is the use of converting jars to bundles in WAB(OSGI)?
After exploring the OSGi framework, I had developed a sample web application.The Web Application Bundle(.war or .jar) is packaged inside an eba.
The war file contains a bunch of embedded jar files in its WEB-INF/lib
directory.These jars have been…

crackerplace
- 5,305
- 8
- 34
- 42
1
vote
0 answers
How can I find all packages from WAB in osgi container?
I have written one WAB bundle and deployed in an osgi container. In this WAB bundle, I have exported one package say "com.company.b2b.test.framework".
Now I have written a simple osgi bundle which has dependency on WAB bundle. I have imported…

user1371779
- 21
- 3
1
vote
1 answer
How to share login sessions in WAB packages
I have a several WAB packages with JSF pages. I know how to create simple JSF login page. The problem is how the WAB packages can share the user sessions? I want one login menu to register sessions for all WAB packages.

user1285928
- 1,328
- 29
- 98
- 147