Questions tagged [websphere-7]

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

811 questions
0
votes
1 answer

how to send the message to TOPIC then to MDB?

In our project we are making use of Websphere MQ. Initially we are sending the message to Queue using RFHUtil. it is required that we have to make use of Topic. so how we have to send message to topic..?? Thanks in advance
saagaravk
  • 93
  • 1
  • 2
  • 11
0
votes
0 answers

IBM WebSphere 7 JNDI Configuration - java.lang.NullPointerException error

Trying to create JNDI connection with MS SQL Server 2008 in IBM Websphere 7 using "sqljdbc4.jar" but I'm getting this following java.lang.NullPointerException error when I click on finish. DSRA3601E:createDatasource command failed for the following…
SaK
  • 410
  • 3
  • 10
0
votes
1 answer

Looking up websphere queue from JNDI

I need to look up a websphere 7 queue from JNDI (Configured SIB). First I wrote a client program which access remote websphere server. I added com.ibm.ws.admin.client, com.ibm.ws.runtime, com.ibm.ws.sib.client.thin.jms and…
Dilshan
  • 3,231
  • 4
  • 39
  • 50
0
votes
0 answers

Websphere 7 application needs to be deployed more than once to work on SunOS

I have an ear file for my work, when installing the ear file on on WAS7 / SunOS it gets installed successfully and when trying to access the app i get a blank page, after reinstalling the app 2-3 times the application works. tested the same ear…
Max
  • 711
  • 1
  • 10
  • 27
0
votes
1 answer

What does IOException mean on a javamail IMAPS connection?

I'm trying to connect to an exchange server with IMAPS on port 443 (it's been configured this way on the other end) using the following code: . . . props.setProperty("javax.net.ssl.trustStore", "C:/Program…
Waldo Terry
  • 118
  • 1
  • 7
0
votes
1 answer

WebSphere application server network deployment version migration

I have WebSphere application server network deployment version 7 with below configurations One Deployment manager 2 nodes (each node in separate machines). Under each node one server. And one cluster comprising of two servers (one from each…
user1929905
  • 389
  • 3
  • 9
  • 25
0
votes
1 answer

Where is Websphere compiling Jasper jrxmls

I know that when you deploy an ear/war with jrxmls, they are compiled into .jasper file automatically. I am working with Websphere 7.0 and the issue is that i cant see the jasper files after compilation, i see in SystemOut.log that they are being…
sarmahdi
  • 1,098
  • 4
  • 21
  • 61
0
votes
1 answer

WebSphere Single Sign On, Windows domain

Where should we get started setting up single sign on for a single Windows (Active Directory) domain with a Java web application? What I DON'T mean by single sign on is that the user signs into one Java website explicitly, and then stays signed in…
Mifune
  • 370
  • 1
  • 5
  • 14
0
votes
0 answers

Richfaces 3.3.3.final jar and jsf 1.2 deployment fails on WAS7

I want to migrate from richfaces 3.3.1 to 3.3.3.Final jar for rich:scrollabledatatable issues (header disappears after rerender). I am using jsf 1.2. After successfully building the application through maven,I deployed build of my applicaiton on WAS…
Sailp
  • 45
  • 1
  • 1
  • 6
0
votes
0 answers

Dependency injection framework for WebSphere 7

Which Dependency Injection framework I can use with WebSphere 7 app-server (Java EE 5 compatible)? I want to inject some classes (for example DAO classes) inside stateless EJBs (marked as bold, because I think it main problem to inject something…
WelcomeTo
  • 19,843
  • 53
  • 170
  • 286
0
votes
1 answer

comma separated portlet preferences

I am using same portlet for different purposes by copying the portlet. I have give the preference as comma separated like xxxx,yyyy for datapoint preference. According to the portletAPI getValue() return the first associated value. I only get xxxx…
user525146
  • 3,918
  • 14
  • 60
  • 103
0
votes
1 answer

Possibility to use JPA without EJB inside WebSphere module

I have a WebSphere ESB 7.5 hosting a web service (inside a mediation module). The data from the web service should be stored to a DB. DB access should be performed via JPA. I would like to utilize JPA with WebSphere's container-managed transactions…
snowindy
  • 3,117
  • 9
  • 40
  • 54
0
votes
1 answer

What does the ByteCode mean from javacore file?

Normally, when walking through the javacore file, we can see code stack as below: at com/csii/pe/channel/http/servlet/MainServlet.doGet(Bytecode PC:78(Compiled Code)) at javax/servlet/http/HttpServlet.service(HttpServlet.java:743(Compiled Code)) at…
wing2ofsky
  • 926
  • 4
  • 27
  • 48
0
votes
1 answer

Retrieve PrivateKey from key storage in WebSphere Portal 6.1 (AS7)

I need to use a digital signature in application running on WebSphere Portal 6.1. Is there any API for retriving java.security.PrivateKey from server key storage? I want to avoid explicit path to key storage and storage password in my application…
0
votes
1 answer

Is it possible to configure two way ssl on LDAP between WAS7 and ActiveDirectory

Is it possible to configure LDAP over two sided SSL between IBM WebSphere Application Server and MS ActiveDirectory? I can not find any confirmation, it is possible or not to implement.
Vladimir Kravets
  • 330
  • 6
  • 21