Version 7.x of IBM WebSphere Application Server (WAS)
Questions tagged [websphere-7]
811 questions
0
votes
3 answers
JDBC type-2 behavior with multiple DB2 Client versions installed
Our J2EE based application is run on Websphere Applicaiton Server- AIX server with 2 versions of DB2 Client installed (Db2v9.5, Db2v9.7).
I have a db SAMPLE which is remotely cataloged in both the two DB2 client versions with the same alias name…

Chandru
- 336
- 1
- 5
- 14
0
votes
1 answer
Stop WebSphere enterprise applications from applicatoin
Good time. Can you tell me, how i can stop application in websphere from my application? I'm doing some changes in application in listener when application was start. And if my changes not apply -> application must stop.
My method is called from…

qizer
- 519
- 2
- 6
- 14
0
votes
1 answer
Websphere Sample RESTFull Application
I am looking for sample RESTFull application, that can be deployed in Webpshere Application Server 7.x.
Posting here with great hope after exhaustive search. Any help much appreciated.

Nageswara Rao
- 954
- 1
- 10
- 32
0
votes
1 answer
Websphere cluster member to stop/start request processing
Is there a way to stop/start send request directed to member of a websphere cluster?
The use-case is
Stop the member
Stop request directed to a cluster member (Anyway the cluster member will be notified, hence no request will be directed)
Start…

Nageswara Rao
- 954
- 1
- 10
- 32
0
votes
1 answer
Websphere JMS queue size
I am using WebSphere Application Server 7.0.0.29.
Have setup a JMS implementation with. Bus + Connection Factory + Queues + Activation Specs + Destinations.
Wanted to know, how can i see the Destination Size, Number of messages it holds?
If this is…

otc
- 694
- 1
- 9
- 40
0
votes
1 answer
Errors while launching Webspher server
Back to SO after a long time :-).
I have deployed an ear for our application in Websphere (using this server for the first time). When I started the server, am getting a lot of errors (am not sure if it has got something to do with the bean…

Anuj Balan
- 7,629
- 23
- 58
- 92
0
votes
1 answer
need to connect to MQ7 using Host_name, Queue_name, channel_name and binding file
I have details of Host_name, Queue_name, channel_name and binding file, Except Queue_manager name. and i need to connect to MQ 7. Please just give a connectivity program. I tried posting in this and other forums but the connection problem still…

Alex Michael Raj
- 185
- 2
- 9
- 24
0
votes
3 answers
Issue in deploying JBPM 5.4 console server war on Websphere application server with JPA2 feature pack to use oracle database
Facing issue in deploying JBPM 5.4 console server war to use oracle database. Please find below the stacktrace.
[10/31/13 19:17:01:295 IST] 00000009 JPAPUnitInfo E CWWJP0015E: An error occurred in the org.hibernate.ejb.HibernatePersistence…
0
votes
2 answers
Odd behavior in WAS 7.0: java.lang.ClassNotFoundException: class java.lang.NullPointerException: null
I'm working with WAS 7.0 and I found this error:
[27/10/13 11:55:06:727 CET] 00000023 servlet E com.ibm.ws.webcontainer.servlet.ServletWrapper run [Servlet Error]-[class java.lang.NullPointerException: null]: java.lang.ClassNotFoundException:…

Río
- 63
- 1
- 9
0
votes
4 answers
WebSphere, Log4j and SpringMVC
When the servers starts up, I see all the correct log4j configuration in the console. However, I don't see any log messages from spring framework.
Also, I added some code that outputs defined loggers, and I see that my spring logger is defined. Why…

user2793390
- 741
- 7
- 29
0
votes
1 answer
Does a nested transaction release the lock after method complete?
I work with WebSphere 7 and OpenJPA.
Here is two beans and part of persistance.xml:
jdbc/ASAPDB

boris_dev
- 232
- 3
- 12
0
votes
2 answers
Calling EJB3 session from another EAR in the same server (WAS7)
i'm new in EJB3 technology and i have difficulties to call an Ejb Session from my Projetct1.EAR.
My Ejb Session is defined in Projet2.EAR (EJB3 projet), and my IHM is in Project1.EAR (simple Java EE project), in the same server(WAS7).
1)…

ilias
- 182
- 1
- 3
- 13
0
votes
1 answer
IBM Worklight 6.0 - Adapter authentication failure: "The server was unable to process the request from application"
Environment configuration:
Windows Server 2008 R2 Enterprise
WebSphere application server v7
Worklight Server v6
Derby database (default install through the Worklight Installation Mananger)
After deploying my application and adapter on my…

user2702566
- 115
- 15
0
votes
1 answer
IBM Worklight 6.0 - Custom authentication - custom java code doesn't seem to be found
environment config :
Windows Server 2008 R2
Entreprise WebSphere Application server V7
Worklight server V6
DataBase Derby (default install trough worklight server install)
My Application contains in the server/conf/authenticationConfig.xml a…

user2702566
- 115
- 15
0
votes
1 answer
Navigation Case extension
I am trying to navigate to an xhtml page in a static web project. My original context is a dynamic web project with icefaces 3.3. It redirects to the below path with .faces even when I specify .xhtml as outcome in the to-view-id. Is there any way to…

Narayana Nagireddi
- 729
- 1
- 13
- 33