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
0
votes
2 answers
ArcEnterprise issue with connecting to Developer WAB?
I have been having some issues connecting to the Developer WAB application from the Enterprise instance I am currently using. I have followed all of the steps outlined in the guide provided by Esri here and seem to be running into an authentication…

erose
- 1
0
votes
4 answers
How can I obtain the BundleWiring of the calling Bundle in OSGi?
I have an active bundle called bundleA which implements a class called Example with a method called doSomething() from another bundle. ExampleImpl implements Example and is loaded via ServiceLoader (thanks to SPI Fly). In ExampleImpl.doSomething()…

stiemannkj1
- 4,418
- 3
- 25
- 45
0
votes
1 answer
OSGi bundles with OSGi WAB
I'm kinda new to develop OSGi bundles and OSGi WAB. I'm using Jboss AS 7.1 server in which I should use both OSGi bundles and WAB together. Few of my dependencies for WAB are OSGi bundles, both the bundles and WAB are inside 'deployments' folder of…

SDJ
- 899
- 1
- 7
- 14
0
votes
0 answers
Export a WAB from an eclipse product / launch configuration
In my team, we're developing the Java backend of a web application. We use OSGi.
So far, during the initial development phases and to simplify things, we were using Jetty as servlet container, and for deployment to the test server we simply exported…

Alix
- 927
- 7
- 21
0
votes
0 answers
Node.js set attribute checked of select in web page
I'm learning node.js now. I face a problem that, I get data from index.html page , I want to sent several value on the second page, for example , .... one option has been selected.
how can I do this, in the situation: don't change anything on…

user5445098
- 1
- 2
0
votes
1 answer
What is the equivalent of `transport-guarantee` when I register a Servlet in a BundleActivator without using web.xml?
I am running Servlets in an OSGI environment, specifically, I use Karaf with Pax Web / Jetty.
I was happily using the BundleActivator to instantiate servlets and register them with the HttpService. What I like about it is that it gives me a very…

Hanno Fietz
- 30,799
- 47
- 148
- 234
0
votes
0 answers
Scout Eclipse RAP smart fields
I have problem with smart fields in RAP application in scout eclipse.
My problems are in Lookup calls, because on RAP (and only on RAP) sometimes does not update choices when user change search text. I refresh it when user click on search window or…

Marko Zadravec
- 8,298
- 10
- 55
- 97
0
votes
3 answers
OSGi web application not running
I'm trying to figure out how to implement a web application bundle. In order to do that I created a small sample following the instructions in this tutorial. The war-file can be deployed and started but I'm not able to call any url.
The structure…

Sam Bloom
- 1
- 1
- 2
0
votes
1 answer
Simple Web Application Bundle(WAB) in tomcat osgi implementation
I am having trouble accessing a simple WAB deployed in tomcat using servletbridge osgi implementation.
I was able to programmatically register jsp/servlets/html using HttpService using pure osgi bundles and can access this bundle. The next thing i…

Dhirendra Khanka
- 759
- 1
- 8
- 21
0
votes
2 answers
Using OSGi WAB as a Resource bundle inside a war
I'm currently in the process of developing a translation service for a host of web applications that was developed in house. I'm faced with the problem where we have packed all of the applications with properties files containing different languages…

zeusontherun
- 53
- 3