Questions tagged [websphere-8]

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

1195 questions
3
votes
2 answers

How to enable CORS support for websphere application server

I have an application running on WAS 8.0.0.3 and I am trying to access that application from another machine using an ajax call (cross domain). The preflight request (OPTIONS) is failing because origin(other machine) is not allowed by…
kanika
  • 43
  • 1
  • 8
3
votes
1 answer

Shared library with newer version of MyFaces on WebSphere 8.5

I'm migrating applications from WebSphere 7.0 to WebSphere 8.5. WebSphere 8.5 uses older version of MyFaces (2.0.2) than we use (2.0.7) so I've tried to configure the newer version in the same way as under WAS 7.0, that is, using shared…
Danubian Sailor
  • 1
  • 38
  • 145
  • 223
3
votes
1 answer

Missing spring-web.jar when deploying with WTP to Websphere

I've build a spring-based web project in Eclipse using Maven. Dependencies and class path are correct and the deployment assembly also lists spring-web*.jar correctly. However, when I deploy it using WebSphere 8 from within Eclipse the mentioned JAR…
ma-gir
  • 31
  • 3
3
votes
0 answers

Websphere 8 + Spring Security preAuthentication + not redirecting to login page after unauthenticated request to protected resources

i have an issue with redirecting to login.jsp page after a request to a rotected resource made by an unauthenticated user; my JSF 2 web app is deployed on WAS 8.5 where i set a custom security domain with a custom database realm and stands under a…
3
votes
2 answers

XAException in Websphere Application Server

I'm stuck with a perplexing problem and I am hoping someone can help me out. I am getting this exception when trying some code that is deployed to our IBM Websphere Application Server instance. The funny part is that this works locally (running on…
Jeffrey Cameron
  • 9,975
  • 10
  • 45
  • 77
3
votes
1 answer

Maven 3 archetypes for WAS 8 or Liberty

Are there any Maven archetypes for Websphere 8 and Webshpere liberty. I just want to get started on a JAX-RS war?
DarVar
  • 16,882
  • 29
  • 97
  • 146
3
votes
2 answers

JSPG0122E: Unable to parse EL function in Websphere 8

I am moving a web application from Websphere 6.1 to Websphere 8, and I am encountering the following error in one of my JSP pages: com.ibm.ws.jsp.translator.JspTranslationException: JSPG0227E: Exception caught while translating /jsp/myJsp.jsp: …
Keppil
  • 45,603
  • 8
  • 97
  • 119
3
votes
2 answers

EJB TimerService Behavior

I have an application working with TimerService, I am creating a few timers to run specific tasks. It is working fine. However, I am noticing some delay in the timeouts. I have a timeout "A" scheduled to run every 10 minutes and another "B" to run…
Jorge Iten Jr
  • 366
  • 6
  • 21
3
votes
0 answers

Websphere 8.5.5 does not resolve / bind to java:module java:global or java:app

I have a simple EAR packaged application and several Session beans. There resources that need to get a references so I have an old school service locator for them. It seems that WebSphere 8.5.5 does not make us of the java:module and java:app…
javapapo
  • 1,342
  • 14
  • 26
3
votes
2 answers

JAX-RS Jersey Client on Websphere 8.5

I'm trying to deploy jax-rs client application that use jersey on was 8.5. I was hoping I won't need to pack jersey jars inside my war, because was will provide them. But I'm getting this error when trying to invoke my servlet: Error 404:…
danieln
  • 4,795
  • 10
  • 42
  • 64
3
votes
2 answers

XMS - how to restore connection to WebSphere SIBus after network outage

I'm connecting to a JMS queue. The queue is hosted by WebSphere Application Server (version 8.0.0.5), using SIBus. I have a simple program to reproduce some problematic behavior, it is written in C# and uses XMS (IBM's .NET API) to connect to the…
Anssssss
  • 3,087
  • 31
  • 40
3
votes
1 answer

How can I disable WebSphere 8.5 classpath scanning completely?

Is there some way that I can tell a WebSphere 8.5 server to not scan the classpath of my web app as it loads? We're migrating an app from WAS version 6.1 to WAS 8.5. In the 6.1 version, WAS did not scan the classpath, and perform resource injection.…
Steve
  • 2,678
  • 8
  • 40
  • 54
3
votes
1 answer

WebSphere Application Server/8.0 / Uncaught initialization exception created by servlet

i am just trying to deploy a sample restful web service example on websphere 8.0 but i am getting the following: Error [12.02.2013 05:13:07:728 VET] 00000c74 E UOW= source=com.ibm.ws.webcontainer.servlet…
arif kaya
  • 31
  • 1
  • 2
  • 4
3
votes
1 answer

WebSphere 8.5: unit testing & embeddable container

I'm trying to run the following unit test in a Maven project using a WebSphere 8.5 embeddable container: import javax.ejb.embeddable.EJBContainer; ... private EJBContainer ec; @Before public void setUp() { final Map
Puce
  • 37,247
  • 13
  • 80
  • 152
3
votes
1 answer

WebSphere 8: el-api.jar (in app) conflicts with javax.j2ee.el.jar (in WS)

In short: is there a way to tell WebSphere to use classes from the application's own el-api.jar instead of from (the built-in) javax.j2ee.el.jar? Story: I know there are discussions on the internet about this problem during migrating applications…
gitarvandor
  • 101
  • 2
  • 9