Version 8.x of IBM WebSphere Application Server (WAS)
Questions tagged [websphere-8]
1195 questions
2
votes
0 answers
Caused by: javax.ws.rs.NotFoundException
I am new to writing webservices using Jax-RS. I took the spring-cxf-rest-example that is using CXF 3.0.0 and JAX-RS 2.0 to try a simple rest service. This war runs fine in May Beta version of Websphere Liberty profile as it supports JAX-RS 2.0. …

Anupama
- 31
- 4
2
votes
2 answers
Websphere maven dependencies
I want to create bean which will integrate with WOLA (integration with COBOL).
In order to do so I need annotate bean by @RemoteHome(com.ibm.websphere.ola.ExecuteHome.class). However this is IBM artifact which should reside in ola_apis.jar.
Do you…

smolarek999
- 509
- 1
- 5
- 21
2
votes
1 answer
Issue Deploying Mule 3.6.0 CE Application on IBM WebSphere 8.5.5
We have developed a web service using mule CXF node and it works fine when runinng the service from Anypoint Studio or on Apache tomcat but when we deploy the service on IBM WebSphere we got the below exception:
[5/21/15 15:39:02:931 EEST] 000000be…

Ahmed Saeed
- 56
- 6
2
votes
1 answer
How WebSphere manages startup order of EJB jars?
When an ear would contain two ejb modules modulea.jar and moduleb.jar. And modulea.jar contains an @Startup ejbX, that calls another ejbY, which is not an @Startup ejb, from moduleb.jar during the startup of the bean X it is required that…

Juru
- 1,623
- 17
- 43
2
votes
1 answer
Install EAR into WebSphere 8.5 Cluster without affecting the application availability
I have created 1 dynamic cluster with 2 WAS in it. I am deploying my application EAR on cluster using Ant scripts. In order to install the new application, I have to stop the already running application, uninstall the application, install the new…

Prerak Tiwari
- 3,436
- 4
- 34
- 64
2
votes
0 answers
Jersey REST 1.17 with IBM WebSphere 8.5.5 is not working
Jersey jars included in war :-
jersey-client-1.17.jar
jersey-core-1.17.jar
jersey-json-1.17.jar
jersey-multipart-1.17.jar
jersey-server-1.17.jar
jersey-servlet-1.17.jar
Application web.xml configuration :-
Jersey REST…

Rohit
- 146
- 1
- 5
2
votes
2 answers
How to use JNDI with WAS (Web Spehere Application Server 8.5.5)
Haven't really used Web Sphere Application Server (8.5.5) before neither I have any actual experience with JNDI alltogether and I have even been working with Shiro only for couple of days.
Still I would need to get a custom Shiro-realm to the JNDI…

Ville Myrskyneva
- 1,560
- 3
- 20
- 35
2
votes
0 answers
@RequestBody Annotation not working on Websphere Application Server
I am trying to use @RequestBody annotation in one of my controllers method:
@Auditable(application = AuditApplication.DEP_TRXN, actionCategory = AuditActionCategory.READ_RESPONSE, actionDetail = "Viewed a tracking group.", event =…

Karthik
- 83
- 1
- 1
- 7
2
votes
1 answer
java.io.NotSerializableException: org.omnifaces.taghandler.Converter
I would like to use OmniFaces ListConverter as my converter on PrimeFaces autocomplete.
Unfortunately the following exception pops out when I tried to.
As far as I'm concerned, JSF converters are not required to implement Serializable interface.
I…

Bruno
- 709
- 4
- 11
2
votes
1 answer
How to deploy EAR in WebSphere Application Server using Jython script?
How to deploy application in WebSphere Application Server using Jython script? What is happening during ear file deployment?. Could you please explain it step by step?

user3442562
- 337
- 1
- 6
- 16
2
votes
1 answer
failed to start my application in websphere 8.5.5
When I start the application in websphere 8.5.5 I got an error, and the application failed to start,
I searched the log and got this stack trace . Do you guys have any idea ?
[8/21/14 17:58:57:437 EEST] 00000001 ContainerHelp E WSVR0501E: Error…

United
- 79
- 1
- 3
- 5
2
votes
1 answer
Unable to access application on Websphere 8.5.5.1 from remote machine
I have installed Websphere 8.5.5.1 on Linux Machine. Following are the details :
product = WebSphere Application Server 8.5.5.1
wlp.install.dir = /opt/IBM/WebSphere/Liberty/
java.home = /root/Downloads/jre1.6.0_45
java.version =…

Prerak Tiwari
- 3,436
- 4
- 34
- 64
2
votes
2 answers
Using a Trust Association Interceptor (TAI) to obtain a LTPA2-Token
we have a custom web application hosted on a tomcat server and want to achieve to get an LTPA2Token when logging into this application on tomcat. All applications on both application servers are using the same LDAP.The application on the tomcat…

Ben
- 1,579
- 4
- 20
- 34
2
votes
1 answer
Get module versions through wsadmin (WAS 8.5)
How can I get the version of a specific module in a deployed application on a WebSphere 8.5 server?
I tried the following commands.
Get all installed applications:
wsadmin> $AdminApp list
MyApplicationEAR
Get version of this application…

bobbel
- 3,327
- 2
- 26
- 43
2
votes
1 answer
Dynamically change project stage value at runtime using JNDI
I need to change the value of the project stage dynamically ( at runtime ), based on the environment, using JNDI. From what I understand, the JNDI will override what is defined in web.xml. Is there a document / link that will help me with how I…

adbdkb
- 1,897
- 6
- 37
- 66