Version 7.x of IBM WebSphere Application Server (WAS)
Questions tagged [websphere-7]
811 questions
5
votes
1 answer
Spring boot wep application to IBM Websphere
I have created the Web application(Spring MVC) using spring boot and executed it via in-build server apache tomcat( maven tomcat plugin). it is working fine. So my question is how to deploy this WAR into WAS 7.0 application server.

Vasanth
- 474
- 2
- 9
- 31
5
votes
3 answers
Blank profile name in Eclipse, Websphere Settings
I am trying to add a New Server (WebSphere Application Server 7) to Eclipse (Kelper). I have just installed WebSphere Application Server 7 on the PC but have not changed any settings yet (default settings).
In Eclipse, after New Server -> WebSphere…

Wes
- 4,781
- 7
- 44
- 53
5
votes
2 answers
Websphere 7 error: A WSDL Definition could not be generated for the implementation class
Excuse me for my english
I have an application that uses jax-ws and spring, it work on tomcat fine, but i should deploy it on Websphere 7.
WAS7 throws the following exception:
00000027 WSModuleDescr E WSWS7027E: JAX-WS Service Descriptions could…

Askar
- 544
- 1
- 6
- 17
5
votes
2 answers
Example of Spring Security PreAuthentication Filter on WebSphere?
Does anybody have the Spring Security sample PreAuthentication Filter for WebSphere working (WebSpherePreAuthenticatedProcessingFilter)? There is very little documentation on it and I just can't seem to nail it. I'm looking for someone who has it…

Cody Burleson
- 244
- 2
- 6
5
votes
2 answers
java.sql.SQLException: SQL Server version 8 is not supported by this driver. SQL State = 08S01, Error Code = 0
I have upgraded my application to Websphere 7.0from Websphere 6.1. I am using Microsoft SQL server jdbc driver 4.0 for this application. When i use sqljdbc4.jar i get the following error when connecting to database for authentication.
SystemError…

Ravinder
- 78
- 1
- 1
- 6
5
votes
1 answer
JAXB's unmarshaller not working on WebSphere Application Server 7 when a JAXB impl jar is included in WAR file?
We have a web application which connects to a web service. We use JAXB to marshall and unmarshall the soap request and response. Since we are using JDK 1.5, we included the JAXB jar in the WAR file. We were able to run it smoothly on Tomcat.…

Arci
- 6,647
- 20
- 70
- 98
5
votes
2 answers
Cannot convert 4/23/12 12:00 AM of type class java.util.Date to class java.sql.Date
I'm migrating my project from WebSphere 7 to WebSphere 8 and I'm using JSF 1.2.
I was facing a problem with IBM JSF/html_extended tags and also standard converters, which are mainly JSF 1.2 core components. I'm also updating my Java EE version from…

Keeran
- 51
- 1
- 4
4
votes
2 answers
Deployment in IBM Websphere 7 cluster with nodes with High availability
Environment :
Java EE webApp
JDK: 1.6,
AS: Websphere app server 7,
OS:redhatzLinux
I am not a websphere admin and I am asked to develop a way or a script to solve the issue below:
I have a cluster with three nodes NodeA NodeB and NodeC. My…

sarmahdi
- 1,098
- 4
- 21
- 61
4
votes
1 answer
How to access the JNDI namespace defined in the Websphere 7.0 from outside of the container?
I am tring to lookup the resource defined on the Websphere aplication server 7.0 from the out side of the Container with using the iiop protocol as below:
Java code for (RMI client)Test.jar:
public static void main(String[] args){
Hashtable
4
votes
1 answer
Add shared libraries references to enterprise applications whith Jython in Websphere application server
I would like to programmatically add the shared libraries to my deployed applications in websphere application server (WAS).
I heard that it is possible using jython scripting.
How can I achieve this?
Can someone give some pratical example?

Wolfy
- 4,213
- 8
- 35
- 42
4
votes
2 answers
DI in an EJB/MDB Application
I'm currently developing a small EJB application running on IBM Websphere Application Server 7 (Java EE 5). The app mainly consists of one MDB listening for incoming MQ messages which are transformed and stored in a DB. Currently I'm using a lot of…

Leikingo
- 890
- 3
- 10
- 23
4
votes
1 answer
Spring JMS MQJE001: Completion Code '2', Reason '2042'
My setup is Spring 3 JMS, MVC + Websphere MQ + Websphere 7

john
- 219
- 2
- 5
- 12
4
votes
1 answer
Websphere - JDNI name not found
I'm trying to run a web app localy.
When ever I run my server I get "NameNotFoundException", which Is because JNDI lookup doesn't seem to find the module. Even though I made all the required modifications (I guess). I didn't do any changes to the…

MasterJohn
- 439
- 4
- 17
4
votes
1 answer
Problems with WebSphereUowTransactionManager in Spring MDP
I am having trouble setting up a MDP in Spring 3.0.4 in WebSphere 7.0 using the WebSphereUowTransactionManager.
If I don't use WebSphereUowTransactionManager, it works just fine. Without it, I won't have any XA-action on errors, so I think I really…

Jeff Walker
- 1,656
- 1
- 18
- 36
4
votes
1 answer
Websphere 7 clustered deployment
We have a J2EE application as EAR file which is deployed in WAS 7, for making the application availability as high it needs to be deployed in 3 clusters. We have a Quartz Scheduler class whose job is to upload data from one database to another daily…

Ravi Mishra
- 181
- 1
- 3
- 8