Questions tagged [websphere-7]

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

811 questions
0
votes
1 answer

How to enable EJB 3.x support in WebSphere 7.0

I'm new in WebSphere and I want to know that is there any way to run JavaEE6 (EJB 3.1) application under WebSphere Application Server 7.0 ? I know that WebSphere 8 enabled JavaEE 6 support by default but I have to use WebSphere 7.0.
Meisam
  • 435
  • 1
  • 4
  • 12
0
votes
2 answers

java.lang.NoSuchMethodError in websphere 7

I'm running in to a strange problem, i have a web application developed with spring 2.5. i deploy this application in websphere 7 application sever. there are two websphere application servers, the application works fine in one app server, but in…
Rangana Sampath
  • 1,447
  • 3
  • 32
  • 57
0
votes
2 answers

IBM tivoli identity manager

I am new to Tivoli identity manager and need to setup the same for an existing project. Please let me know how to configure tivoli identity manager for web service security management in Websphere 7.0.0.0 ? Basically i am looking for trust chain and…
0
votes
1 answer

Cannot deploy application on websphere

I am working with an application that uses the following technologies: Java, EJB 3, JPA, Websphere, and Oracle. We do not make use of derby at all, however, when I try to deploy the ear to websphere it keeps giving me the following error: Caused by:…
user1532449
  • 322
  • 4
  • 14
0
votes
1 answer

Reset session timeout in Websphere by Keypress / Mouse events

I have set the session timeout in my WebSphere as 3 Mins (Consider.Actual timeout I have set is 30 mins).I have kept my application open and just moving my mouse over the J2EE application and making some keypress which will not submit any pages.Even…
explorer
  • 1,074
  • 2
  • 11
  • 31
0
votes
1 answer

Getting portlet scope prefix

My port let application (JSR-168) consist 2 portlets. Every portlet have own Portlet Scope. For example when I print my session variables: [15.01.14 9:57:51:728 YEKT] 000000f2 SystemOut O…
veiman
  • 3
  • 1
0
votes
1 answer

Activity error in websphere

I am trying to run the activity in websphere, which is working in jboss.
Pavithra Mohan
  • 81
  • 1
  • 10
0
votes
2 answers

How do I deploy a pure HTML/Javascript project in Websphere AS 7?

is there a way to just upload a folder or zip file with a bunch of html pages in WAS 7 without creating a WAR file? I want to do this just in my development environment, so I don't have to setup/run a separate web server.
Leo
  • 1,829
  • 4
  • 27
  • 51
0
votes
1 answer

Can the helloworld-spring-webapp from Jersey 2.5 examples be deployed on WebSphere 7 ?

I was able to deploy it on WebSphere Liberty 8.5.5 but not on 7. I understand that WebSphere 7 needs Servlet 2.5 and below. Updating POM with latest versions of Jersey & Spring with Java 6, still throws runtime errors.
0
votes
2 answers

The XMLInputFactory does not recognize the property "reuse-instance" : Spring MVC, JUnit, RAD & Web sphere server

I have a Spring MVC project(contains Controller & jsp files) and DAO project(Contains DB operation related files) & both the project are configured using annotations. MVC project depends on DAO project. Now, I am writing JUnit test for MVC and DAO…
Vijay Krish
  • 297
  • 6
  • 23
0
votes
1 answer

Oracle Stored Procedure with Websphere application server 7

Each time when i modify a oracle stored proc,i need to restart the was server to pick up the stored proc changes. Is there any settings which can be used to reload the same in production env.
Sats
  • 115
  • 1
  • 3
  • 13
0
votes
1 answer

How to initialize an application's java object from command line

I have an ear application (myApp) that runs on a Websphere Application Server (WAS). I have a jar (myJar) that is loaded into the classpath of myApp when the WAS server is started. myJar has a class (MyInitClass) that reads from a db and loads a…
pnkflydgr
  • 665
  • 3
  • 13
  • 22
0
votes
1 answer

WebSphere 7.0.0.19 JVM Crash Load Testing RHEL Linux

WebSphere JVM crashes while performing load testing and generates .dmp, .txt and .trc files. Environment details: HW: Architecture x86_64 CPU op-mode(s) 64-bit CPU(s) 5 RAM 16 GB OS: Operating System Red Hat Enterprise Linux Server release…
Anant
  • 1,356
  • 1
  • 11
  • 9
0
votes
2 answers

com/ibm/etools/ejbdeploy/EjbDeploy error websphere 7

I got the build working by adding user.install.root and set up the profile value in taskdef,
Pavithra Mohan
  • 81
  • 1
  • 10
0
votes
2 answers

websphere shared library native path not loading

I am using Websphere Application Server v7.0.0.29 version. My objective is to add some native library into Websphere shared library. On adding the native path in a shared library and referencing it to the application , the corresponding paths are…
Chandru
  • 336
  • 1
  • 5
  • 14