Questions tagged [websphere-7]

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

811 questions
1
vote
2 answers

Current feature pack which is installed in WCS

Is there a way to find out the current installed feature pack and fix pack version in WCS? The versionInfo.bat does not give me the sufficient information related to it!
arvind_cool
  • 293
  • 1
  • 13
1
vote
0 answers

XMS .NET with WebSphere Application Server Default messaging provider

Has anyone used/using XMS.NET for messaging with WebSphere Application Server Default Messaging provider?
Shashi
  • 14,980
  • 2
  • 33
  • 52
1
vote
1 answer

Where can I get WebShere Application Server v7 plugin for eclipse (3.7.1 Indigo)?

If you are aware of such plugin, I'd appreciate sharing with me a download link (or any relevant info) Cheers!
aviad
  • 8,229
  • 9
  • 50
  • 98
1
vote
1 answer

WebSphere JDBC Connection Pool advice

I am having a hard time understanding what is happening in our WebSphere 7 on AIX environment. We have a JDBC Datasource that has a connection pool with a Min/Max of 1/10. We are running a Performance Test with HP LoadRunner and when our test…
roacha
  • 593
  • 2
  • 12
  • 29
1
vote
1 answer

Different result of h:messages after migration from JSF 1.1 to JSF 1.2

I have a problem with page rendering after migration from WAS 6.0 + JSF 1.1 to WAS 7.0 + JSF 1.2. The main problem is in the following code:
1
vote
1 answer

JSF no session timeout. What are the drawbacks?

I have a small JSF web application on WAS7.0 with just one page but a fairly large user base. Can i declare all(1) beans as request scope and also use javax.faces.STATE_SAVING_METHOD client without running into memory issues on the server using a…
Stefan
  • 838
  • 3
  • 13
  • 28
1
vote
0 answers

@EJB Annotation doesn't work in Servlet

I'm using Websphere 7.0 Application Server and want to use @EJB - annotations in a LoginServlet. When I deploy the application directly over MyEclipse (BlueEdition 8.6) everything works fine and the annotations are resolved. But when I create an…
raveDave
  • 11
  • 1
1
vote
2 answers

Get parameters from URL under portal enviroment on WPS7

I want to get parameter from a URL under portlet environment. The URL i am using to open a portlet is http://localhost:10039/wps/myportal/myPortlet?recId=100 When the portlet opens the URL changes and looks…
Zeeshan
  • 1,173
  • 5
  • 19
  • 26
1
vote
2 answers

Axis2 1.5 With Spring Causing java.lang.VerifyError: JVMVRFY013 on WebSphere 7

I am using axis2 (1.5) to host my web services. I am using spring framework for dependency injection to instantiate some classes. I managed to start axis2 after setting up parent-last class loading policy for my axis web module as stated on IBM and…
SJunejo
  • 1,316
  • 4
  • 23
  • 39
1
vote
2 answers

Moving messages between destinations in a WebSphere Application Server ND 7 system

This relates to the management of messages in a WebSphere Application Server ND 7.0 system. We are looking for a robust tool for viewing / moving / deleting messages between (JMS) destinations. In particular we need advise about a tool that can help…
aaremm
  • 11
  • 2
1
vote
4 answers

java.lang.NoClassDefFoundError: javax.servlet.ServletInputStream Error deploying on websphere

I have created a jersey web service with neatbeans using glassfish as my server, everything works fine but i have issues trying to install the same app on websphere 7. i get this error "Error 500 An error occurred while processing request:…
Ololade enifeni
  • 111
  • 3
  • 7
  • 15
1
vote
2 answers

Apache CXF Websphere 7 - VerifyError on org.w3c.dom.None.setUserData

Been really clueless on this issue for past 2 nights, the Apache CXF deployment on Websphere 7 just doesn't seem to work. Environment : cxf 2.4.1, websphere 7.0.0.17, Jars in web-inf/lib do not have woodstox / jaxb-impl. Class Loading policy -…
vmago
  • 11
  • 1
  • 2
1
vote
4 answers

WebSphere custom access logs

Is it possible to customize the WebSphere access logs (through code or configuration)? I see in the Console that WebSphere supports either NCSA common or combined formats, but there's no option for custom formats. I was hoping to customize the…
user16738
  • 1,223
  • 8
  • 10
1
vote
1 answer

what is the metadata attribute pair in MQFTE ? Why is it used?

I am working with wmqfte. While creating a transfer there is a parameter for metadata attribute pair. Why is this used for ?
trilawney
  • 1,786
  • 6
  • 28
  • 36
1
vote
1 answer

How to add a custom Callback Handler for JAX-WS client service in WebSphere 7.0/RAD 7.5

I'm trying to add a custom callback handler to a client web service (JAX-WS), but cannot find any information related to it. All the information out there requires a keystore, which was not required as part of JAX-RPC. I'm converting several client…
Marcus
  • 527
  • 1
  • 6
  • 23