Questions tagged [websphere-7]

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

811 questions
43
votes
12 answers

UnsupportedClassVersionError: JVMCFRE003 bad major version in WebSphere AS 7

I am getting this error java.lang.UnsupportedClassVersionError: JVMCFRE003 bad major version; class=map/CareMonths, offset=6 My Eclipse's Java compiler is set to 1.6 and my installed Java SDK in C:\Program Files is 1.6.0, but still I get this error…
mi3
  • 581
  • 1
  • 7
  • 13
36
votes
11 answers

_jspService is exceeding the 65535 bytes limit

So I'm dealing with a legacy servlet code that runs on Websphere 7 (JDK 6). Development environment setup uses Tomcat 6 (JDK 6). Why does it work on Websphere 7 and not in Tomcat 6? Is this something related to the application server? If your…
setzamora
  • 3,560
  • 6
  • 34
  • 48
36
votes
0 answers

In Websphere Commerce 7, how do I remove the language and store name from an SEO url the correct way?

Currently the client I'm working for is making use of the SEO Friendly urls outlined here: https://www.ibm.com/support/knowledgecenter/en/SSZLC2_8.0.0/com.ibm.commerce.seositemap.doc/concepts/csdSEOURLconstruction.htm However, they would like to…
jros
  • 714
  • 1
  • 10
  • 33
22
votes
2 answers

JAX-WS vs. JAX-RPC

I wrote 2 web services, one with Jax-WS and one with Jax-RPC. They just return a String. I stress-tested both with jMeter and, strangely, thereby Jax-RPC was a bit faster. When do I really profit from Jax-WS in aspects of performance (response time,…
norminka
  • 221
  • 1
  • 2
  • 3
16
votes
4 answers

How to know the url of installed application on websphere

I am a novice to web-sphere application server. I am not able to figure out where I can get the url of application installed and what is default port number used for http requests. Any help will be appreciated.
Ravi.Kumar
  • 761
  • 2
  • 12
  • 34
14
votes
8 answers

Can JSF 2.0 be used with Websphere application server version 7.x

Can JSF 2.0 be used with WebSphere Application Server version 7.x? If so, how?
Dm.
  • 141
  • 1
  • 1
  • 3
12
votes
6 answers

Log4J does not log anything

I just picked up an existing web application at work that is supposed to log its activity using Log4J. I've configured my workspace exactly as I was told to and everything else (db connection, authentication, etc...) works fine except that the…
FrustratedWithFormsDesigner
  • 26,726
  • 31
  • 139
  • 202
10
votes
3 answers

Secure and HttpOnly flags for session cookie Websphere 7

In Servlet 3.0 complaint application servers I can set the HttpOnly and secure flags for the session cookie (JSESSIONID) by adding the following to the web.xml: true
mmutilva
  • 18,688
  • 22
  • 59
  • 82
10
votes
3 answers

First call to JAX-WS web service is too slow

Overview: currently we have a web application with multiple module in it. We are using following technology stack JAX-WS Spring framework (except spring MVC) JSF Hibernate Application Server: IBM Websphere 7.0 (Production), Apache Tomcat 7.0.X…
kamigenius
  • 111
  • 1
  • 6
9
votes
1 answer

Is GWT's RPC different from AJAX?

How is GWT (Google Web Toolkit)'s RPC (Remote Procedure Call)'s for Asynchronous operations from browser/javascript to server is DIFFERENT or SIMILAR when compared to the AJAX calls ? If they are different, could someone help me understand how…
yathirigan
  • 5,619
  • 22
  • 66
  • 104
9
votes
3 answers

How can I use typcasting inside a JPQL statement?

I have two Integer columns in the database (derby and db2). I need to divide them with each other inside a JPQL. Both columns being of type Integer return zero if remainder is a decimal number e.g 0.25 becomes 0 etc and understandably so since type…
Shahzeb
  • 4,745
  • 4
  • 27
  • 40
8
votes
2 answers

Difference between IBM Websphere Application Server and IBM Websphere Process Server?

Im currently looking into the difference between IBM Websphere Application Server and IBM Websphere Process Server? I am aware that the Process Server is like a higher level layer ontop of the App server, but was wondering if development using…
user1067698
  • 167
  • 1
  • 1
  • 6
8
votes
2 answers

How to analyse Websphere core*.dmp file and Snap*.trc files?

All, I have my application running on websphere app server 7.0. I get some of these core dumps and trace files like core.20110909.164930.3828.0001.dmp and Snap.20110909.164930.3828.0003.trc. My question is, just like the thread dumps generated by…
Ayusman
  • 8,509
  • 21
  • 79
  • 132
7
votes
7 answers

A JDBC Driver or DataSource class name must be specified in the ConnectionDriverName property "How to solve it?"

overview : This my first tutorial by Websphere 7 Server & JPA 1.0 & EJB & Derby Database. First : My data source name is EJB3BANK & my target database is SHOP . Second : This the persistence.xml file
MineIsMine
  • 424
  • 2
  • 10
  • 20
7
votes
1 answer

Websphere 6.1 to 7 how to update ibm-web-bnd.xmi to ibm-web-bnd.xml

In Websphere 6 ibm-web-bnd.xmi file I have
john
  • 193
  • 2
  • 2
  • 6
1
2 3
54 55