Questions tagged [websphere-7]

Version 7.x of IBM WebSphere Application Server (WAS)

811 questions
2
votes
1 answer

JSF 2 and Websphere 7.0 don't want to run

I am having some trouble with JSF2 and websphere 7.0. I have searched in the internet but nothing. The thing looks to be that websphere puts its 1.2 libraries and override my 2.0 libs. The app is working fine in apache-tomcat Thirst of all, when i…
John Doe
  • 21
  • 2
2
votes
1 answer

Injection of EJB3 into Annotation Based JSF2 Backing bean causing javax.naming.NameNotFoundException:

I have seen other thread with similar issue but was not able to work out direct link with my problem . Hopefully I am not repeating a question.My issue is this: I am using Webpsphere 7 with JSF2 as Shared Isolated Library .When I try to inject an…
Shahzeb
  • 4,745
  • 4
  • 27
  • 40
2
votes
1 answer

WebSphere JAX-WS Cross-Cell authentication

We want to build a front-end web application to consume the WPS’ HumanTask API using JAX-WS. This web application should be able to query current tasks for a specific user, claim tasks not claimed previously by any other user, complete tasks and so…
Alonso Dominguez
  • 7,750
  • 1
  • 27
  • 37
2
votes
2 answers

Installation error plugin WebSphere Application Server V7 in eclipse Mars

Because of cost saving necessities we are currently looking for a way to install the WAS7 developer tools in an eclipse Mars. We chose this version because of the dependency on JDK7. Currently we are still working with an IBM RAD 8.5 but want to…
Ruurd
  • 151
  • 9
2
votes
1 answer

How make Seam3 Solder with CDI work in WebSphere 7?

I want to use Seam Solder and Seam Faces 3 in WebSphere 7 with JSF 2.0 (RI is Mojarra 2.0.4) and CDI. I Included all required dependencies (Weld 1.1, JBoss Logging), but the server doesn't start saying: Failed to locate BeanManager using any of…
jonnie119
  • 21
  • 2
2
votes
2 answers

WAS 7 : Writer already obtained exception

I am getting an exception on WAS 7.0.0.13 update 1 server. I am working on the development of REST web services using spring 3 framework. When the spring framework is trying to get the output stream to write the http response body, WAS is throwing…
user567426
  • 43
  • 1
  • 1
  • 5
2
votes
2 answers

Old versions of WebSphere Application Server v7 (Free Trial)

Yesterday, I've downloaded and install the free trial version of WAS v7. The version I've downloaded is 7.0.0.9 but I need to certify my application against 7.0.0.3. Where can I get this version? UPDATED: It turns out that what I really needed…
gawi
  • 13,940
  • 7
  • 42
  • 78
2
votes
0 answers

WebSphere Dynacache Thread Blocking

I am running a web application on WebSphere Application Server 7.0.0.37 that uses IBM's DynaCache to store data for dropdown lists. When I add load to the code that iterates the list, I end up seeing threads blocking from an analysis of the heap.…
Michael Hoffman
  • 444
  • 5
  • 14
2
votes
2 answers

Will the was6 plugin for maven work with WAS 7

From what I can find there is no specific maven plugin for WAS 7, so I am wondering if the was6-maven-plugin will work with the newer version of the server.
Robin
  • 24,062
  • 5
  • 49
  • 58
2
votes
1 answer

How do I get the login creditials passed to the JAX-WS service client with its associated policy sets and bindings in Rational/WebSphere tooling

I am specifically using WebSphere Integration Developer V7, but I also could be using Rational Software Architect V 7.5.1 (as I have both). Context: I am trying to create a JAX-WS client to call into the Human Task Manager and Business Flow Manager…
Chris Aldrich
  • 1,904
  • 1
  • 22
  • 37
2
votes
5 answers

TCP Channel initialization failed error when starting Websphere Application Server

I'm encountering an error when I tried to run my websphere application server. TCP Channel TCPInboundChannel_ipcc.Default_IPC_Connector_Name initialization failed. The socket bind failed for host localhost and port 9633. The port may already be in…
jowi
  • 21
  • 1
  • 1
  • 3
2
votes
1 answer

Can read only access be granted websphere 7 admin console?

How can I grant read only access to the admin console for websphere 7 what are the settings?
user1605665
  • 3,771
  • 10
  • 36
  • 54
2
votes
2 answers

Websphere: Configuring shared library using deployment descriptors

I have a ear file and it references few jar files at runtime. We created a shared library using websphere admin console. But for referencing the shared library we are looking for a way to configure the shared library using deployment descriptors.…
user1019072
  • 299
  • 1
  • 7
  • 17
2
votes
1 answer

WSJDBCConnection does not wrap objects of type oracle.jdbc.OracleConnection

I saw a similar question asked: Issue while creating Oracle ARRAY Type in java using ArrayDescriptor However my issue is that other coders on the team are using the same code and apparently it is working fine for them. Connection conn = null; …
iDeal
  • 53
  • 2
  • 8
2
votes
1 answer

How to deploy multiple versions of the same web service on websphere

I want to support two versions of a web service on WebSphere 7. Although both web services work fine separately, only one is listening when both are present. I package the following two classes and web.xml in the same war-file (inside an…
Sparwer
  • 197
  • 2
  • 4
  • 13