Questions tagged [websphere-7]

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

811 questions
3
votes
1 answer

Links and book about MQFTE?

Hi I am working with MQFTE. I need to know more in detail about how mqfte works and what are the internal process that takes place during a operation. The IBM links about mqfte/red books is good , but it doesn't have in depth contents. Could you…
trilawney
  • 1,786
  • 6
  • 28
  • 36
3
votes
1 answer

ActivationConfig of MDB and ActivationSpec in WebSphere AS 7

I'm currently developing a small EJB 3 application for WebSphere AS 7 with WebSphere-MQSeries. It's a very simple app that mainly consists of one MDB listening on a queue, convert the incoming messages and write the extracted data into a db. I've…
Leikingo
  • 890
  • 3
  • 10
  • 23
3
votes
1 answer

Websphere 6.1 to 7.0 JmqiObject and JmsQueue missing

I am trying to migrate an application from Websphere 6.1 to 7.0 I noticed that many of the ibm MQ/JMS classes have changed/disappeared =) In particular, I am getting errors on com.ibm.msg.client.jms.JmsQueue com.ibm.mq.jmqi.JmqiObject it is saying…
khan
  • 343
  • 1
  • 7
  • 17
3
votes
3 answers

Websphere Application Server v7 Configurations without restart?

Does anyone know of any way to make a datasource configuration change in WAS 7 without a complete restart of the app servers? I need to change the database URL and would rather not bring down all my app servers to do so. From what I can gather,…
sma
  • 9,449
  • 8
  • 51
  • 80
3
votes
3 answers

How to configure an ejb both local and remote on Websphere

I have a stateless EJB SessionBean with bith @local and @remote annotations. The code is working fine in weblogic server. However on deploying it to Websphere it gives following exception. bm.ejs.container.EJBConfigurationException:…
RahulMohan82
  • 549
  • 1
  • 4
  • 8
3
votes
2 answers

Deploy web application without using Websphere deployment manager

Every time when our development team modifies a Web application's source code, we need to build a EAR, login to WebSphere's deployment manager, update the the whole application in our testing server and start the application again. But sometimes the…
Dicky Ho
  • 244
  • 3
  • 15
3
votes
1 answer

Does Websphere explode WARs and/or JARs when they get deployed?

When we deploy WAR into tomcat it explode WAR, while deploying WAR in websphere dose it explode the WAR as well. because I have deployed WAR into websphere but it dose not exploded my WAR and if the WAR is not exploded the file resolver doe not…
Talha Bin Shakir
  • 2,563
  • 10
  • 38
  • 54
3
votes
1 answer

Invalidate LTPA token on Websphere

I am working on Integration project not on web based project, deployed on WebSphere Application Server having version 7.0.0.39. As I am not working on web project, I cannot use ibm_security_logout for logout(invalidating ltpa token). So can any one…
Shailesh Yadav
  • 1,061
  • 1
  • 15
  • 30
3
votes
1 answer

WebSphere 7 Entity Manager creation issue with Hibernate Provider?

I keep getting The server cannot create an EntityManagerFactory factory for the default persistent unit from the org.hibernate.ejb.HibernatePersistence provider when I try to run the web application(.war) on the WebSphere 7 + Oracle .This worked…
user3496599
  • 1,207
  • 2
  • 12
  • 28
3
votes
1 answer

Spring `jms:listener-container` and IBM MQ backout queues

I'm using Spring's JMS (v. 3.1.2) listener-container with a JMS connectionFactory coming from WebSphere 7's JNDI settings. The application processes messages (put/get) correctly, but the backout settings set in the MQ Queue Manager don't seem to…
Zero Distraction
  • 1,286
  • 3
  • 17
  • 24
3
votes
1 answer

How to create EJB 3 application with WAS7

I want to create EJB project to call to all the other projects. Requirement Create the EAR project that contains EJB module (Project A). Create two different EAR projects (Let say Project B and C) and call the EJB module (Project A). I don’t want…
user3496599
  • 1,207
  • 2
  • 12
  • 28
3
votes
2 answers

How to integrate WebSphere Application Server 7 into Rational Software Architect?

In Rational Software Architect (RSA), how do I add WebSphere Application Server 7 (WAS7) as a Server? As you can see in the screen shot, WAS7 is not an option. How do I add it? Thank you. I am running Rational Software Architect for WebSphere…
medokr
  • 441
  • 1
  • 5
  • 16
3
votes
4 answers

JNDI - JDBC resource lookup failes in WAS 7

My code is unable to do lookup a JDBC resource using JNDI. I am getting the following exception: [Root exception is javax.naming.NameNotFoundException: Context: ppp-14415Node01Cell/nodes/ppp-14415Node01/servers/server1, name: jdbc/admincob: First…
NRJ
  • 1,064
  • 3
  • 15
  • 32
3
votes
2 answers

Create a vendor-neutral EJB3 client

Is it possible to create a client that accesses an EJB3 bean, with the client having no dependence on a vendor JAR or configuration? We currently need to support scenarios where our service is deployed on a WebSphere or JBoss server, and the client…
Renan
  • 827
  • 8
  • 16
3
votes
2 answers

How to call facade from the command

In IBM WebSphere Commerce How the facade can be called from the command Instead of calling it from jsp. we call it from jsp like