Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
2answers
3k views

WAS 6.1, JPA with JTA, Hibernate, Spring : data retrieval problem

I'm running an application with the following components: Oracle 9i WAS 6.1.0.23 with WS and EJB3 features pack JPA with Hibernate 3.3.2.GA as provider (with Hibernate-EntityManager 3.4.0) Spring ...
3
votes
1answer
364 views

How to access authentication alias from EJB deployed to Websphere 6.1

I need to provide password for keystore in my EJB but I don't want it to be visible to developers. My idea was to create Authentication Alias in Websphere Console and later lookup for MY_ALIAS and ...
3
votes
1answer
4k views

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 <?xml version="1.0" encoding="UTF-8"?> <webappbnd:WebAppBinding xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" ...
3
votes
1answer
234 views

How do I build a WAS 6.1 specific EAR without RSA/RAD?

Are there some IBM ant tasks that support this?
3
votes
2answers
1k views

NameSpaceBinding and wsadmin

I am trying to create a StringNameSpaceBinding using the wsadmin tool of Websphere 6.1 Here are the steps i take set cell [$AdminConfig getid /Cell:cell/] $AdminConfig create StringNameSpaceBinding ...
2
votes
1answer
180 views

Is there a server agnostic way to implement BASIC Authentication?

I am attempting to add BASIC authentication to my RESTful web-service. Currently I have BASIC authentication for an Apache Tomcat 6.0 server, but I need to deploy my web-service on a WebSphere ...
2
votes
6answers
417 views

Loading two classes in different JARs

I got two classes with the same package in different JARs. Until the previous version, both classes were identical, so i had no issues in loading them. Now, one of them has a new method added and if I ...
2
votes
0answers
364 views

Ways to specifying “Routes” and “URIGroups” in WebSphere AS

Environment: WebSphere Network Deployment edition v6.1 (on Linux) We have 2 applications "Main" and "Dynamic" that each run on a server cluster. Each of these applications is set to run from its ...
2
votes
1answer
1k views

How can I add Websphere 6.1 server/runtime to Eclipse?

I'm currently using RAD 7.0.x.x but I would like to switch to Eclipse. As far as I managed to Google, there's no way to do it (there is an example which shows it's possible by making a Genreic ...
2
votes
0answers
453 views

Websphere App Server 6.1: Redeploy after web.xml change required?

In WebSphere Application Server 6.1, is it necessary to redeploy the application (WAR/EAR) every time a change is made to a web.xml descriptor file?
2
votes
1answer
486 views

How to disable or reduce SSL logging in Websphere Application Server

The logs in Websphere Appplication Server are thrashing a lot with redundnant details on SSL certificates used for each message sent over https. Does anyone know how to disable this in WAS? Thanks
2
votes
2answers
612 views

How to export WAS 6.1 server Configuration

Is there a way in which I can export my server settings from WAS (running under RAD 6) such that other developers will be able to use the same script to set up their environment?
2
votes
2answers
4k views

RAD (Rational Application Developer) — Clean vs. Publish vs Restart

I am currently using the Spring 3.0 framework in a websphere 6.1 environment. The IDE I am using is RAD (Rational Application Developer) 7.5. I was working on a problem last night and I found that ...
2
votes
3answers
2k views

What is the difference between an EAR file and a “WebSphere Enhanced EAR”?

Supposing that I have a standard EAR file (and the source files that were used to generated it,) what additional processing needs to be done to convert it to an IBM WebSphere "Enhanced EAR"? Another ...
2
votes
2answers
2k views

How to get access to the Websphere 6.1 ant tasks from vanilla ant (not ws_ant)

I guess I need to know what I need in the classpath (what jar) in order to execute WebSphere 6.1 ant tasks. If someone can provide an example that would be perfect.
1
vote
0answers
15 views

WAS dumpNameSpace giving error

When I run the command : /opt/IBM/Websphere/Appserver/bin/./dumpNameSpace.sh I get this error: Getting the initial context Getting the starting context ...
1
vote
0answers
16 views

WebSphere Application Server: EJB Modules and JMS Routers

Can an EAR have single EJB Module, single Web Module but have different JMS Router Modules? I guess the idea is to have each JMS Router Module listen on separate listener ports and hand over message ...
1
vote
2answers
50 views

Parsing command line options in Jython 2.1

I'm using Jython 2.1 for wsadmin scripting and want to find a better way of parsing command line options. I'm currently doing this: -> deploy.py foo bar baz and then in the script: foo = ...
1
vote
1answer
324 views

How to use javax/persistence/spi/PersistenceUnitInfo.getValidationMode() with WAS 6.1

I am using JPA 2.0 with Spring and hibernate in my project. However, the runtime is WAS 6.1. Compilation goes fine. However, during deployment of the application, I get the following error: ...
1
vote
2answers
562 views

How to set up Apache CXF client to use WebSphere truststore? (Receiving “No trusted certificate found” exception.)

First, I'll start with a summary. I'm using an Apache CXF client to communicate over SSL with an Apache CXF service provider that is using a self-signed certificate. I imported the certificate into ...
1
vote
1answer
49 views

what is the metadata attribute pair in MQFTE ? Why is it used?

Hi i am working with wmqfte. While creating a transefer there is a parameter for metadata attribute pair. Why is this used for ? Thanks in advance !!!
1
vote
2answers
205 views

Preventing re-use of jsessionid

How I can prevent reuse of jsessionid, if some body copies url that appends jsessionid example www.example.com/user/feedback;jsessionid=sdfererefjjefeife33f:1 on other browser or a new tab in same ...
1
vote
1answer
75 views

Generating WSDL using Websphere 6.1 not generating sequence arguments correctly

I am trying to generate a WSDL file from an Endpoint class using the Websphere 6.1 Java2Wsdl ant task The Endpoint is coded as class MySvcEndpoint implements MySvc_SEI { public ...
1
vote
1answer
429 views

How do I find Queue Manager name when Queues are created via Websphere 6.1 running in RAD 7?

I am new to Websphere, and at this client site, we are running an older version of Websphere in an older version of RAD. I used a python script to define a queue factory and some queues, using a ...
1
vote
2answers
448 views

SEO in WebSphere Portal (Page Title)

Page Title Is there a way to dinamically change the pages title at runtime? I know that you can change the page title at the portal level, but this solution doesn't offer any SEO value since it ...
1
vote
1answer
1k views

Websphere Application Server 6.1 (localized): Override locale for console messages

I have installed RAD 7.5 (based on Eclipse Ganymede 3.4.0) in Spanish. I'm working with Websphere Application Server 6.1 (spanish too). The problem I have is that all console messages appear in ...
1
vote
1answer
647 views

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 ...
1
vote
1answer
111 views

Spring 2.5.6/WPS 6.1: < in an input field gets turned into &lt; in the mapped field

A friend of mine asked me to take a look at a portlet he was developing. The issue he's having is that when he enters a value like 1 < 2 > 3 in an input field he gets 1 < 2 > 3 ...
1
vote
1answer
634 views

Programmatically create WorkManager on WAS 6.1

Is it possible to create a WorkManager from within a running application? (will even accept hacks and/or non-public API:) I have neither access to any deployment descriptor nor can I require any ...
1
vote
2answers
1k views

Websphere server startup problem

When I start my websphere server6.1 in debug mode, I am getting following error in RAD. Server WebSphere Application Server v6.1 at localhost was unable to start within 1800 seconds. If the server ...
1
vote
2answers
136 views

Where to place a data file in Websphere?

I have a war deployed on a Websphere box. It uses a file to build up a trie structure inside a web service. Instead of having to redeploy an updated ear with the file as a resource, we want to be able ...
1
vote
1answer
245 views

websphere application server

What is the exact use of this bellow entry in WAS6.1 server.xml. Can you please tell me why we need this "defaultCookieSettings" and his attribut "secure=false". defaultCookieSettings ...
1
vote
1answer
346 views

Changes to markup files not getting picked up in wicket project

When I change a html file in my wicket project and reload the page the changes don't get automatically picked up. I have to republish to pick up the changes. Changes to java files get picked up ...
1
vote
1answer
473 views

update portlet without refreshing portal page

I'm trying to create a simple agena portlet. Now I've developed a basic one using spring-portlet-mvc, it allows you to navigate to the next and previous month with thusly named links that invoke a ...
1
vote
2answers
4k views

WebSphere Application Server 6.1 support for Java 1.6?

Can I use Java 1.6 with WebSphere Application Server 6.1? IBM's website says no. But I require Java 1.6 for a software application to be deployed and I cannot currently upgrade to Websphere 7.0, or ...
1
vote
1answer
1k views

How to pass and get URL parameters in IBM Webpshere Portal 6.1 JSF Portlets?

I have a simple HTML page which contains a form (uses GET method), whose action is a portal page containing a JSF portlet. I need to access the parameters passed in to the portal page in my portlet - ...
1
vote
4answers
2k views

How to access application.xml file of an EAR deployed to IBM WebSphere 6.1

I am deploying an EAR file to the IBM WebSpehre server 6.1 - I want to be able to access the EAR application name which is stored in the deployment file under 'display-name'. Looking through stack ...
1
vote
2answers
1k views

difference between Stop, Immediate Stop and Terminate in WAS6.1

What is the difference between "Stop", "Immediate Stop" and "Terminate" in case of a Websphere Application Server instance. Specifically in the context of in-flight requests and in-flight transactions ...
1
vote
2answers
976 views

Eclipse development environment for WAS 6.1

Currently I am working with MyEclipse for developing a J2EE application for WAS 6.1. I noticed that eclipse added the new J2EE development environment. When trying to configure it I can see that ...
0
votes
1answer
15 views

Websphere 6.1: Issue in Multiple Cells Call using IIOP

Need some help with below issue We have 2 machines, each of these machines has 2 websphere cells installed in it. Machine 1 (X1 and X2 cell) Machine 2 (Y1 and Y2 cell) We have web application ...
0
votes
0answers
26 views

Logging Stopped in Websphere

The Websphere protal 6.1 was logging normally [WAS_HOME]\profiles[PROFILE_NAME]\logs[SERVER_NAME]\ But when I tried to clear the content of the log file to clear old logs, WebSphere log to this file ...
0
votes
1answer
23 views

Configuring Entrust CA cert for APNS on Websphere 6.1?

I'm running Websphere 6.1 on RHEL Linux. Trying to find out how to configure the APNS Entrust CA using the Websphere admin console key management commands. We are also using a proxy server outboud to ...
0
votes
1answer
29 views

WAS-Active Directory Reason for Authentication failure

I am using form based authentication with Websphere Application Server and Active Directory. Authentication can fail because of variety of reason viz. user/password incorrect Password expired ...
0
votes
0answers
13 views

java.lang.NoClassDefFoundError: aia.cn.common.business.PolicyProcessContainer

when i delpoy my project to websphere and startup it, it shows this error info, however i startup the webspare have no project is sucess, if you know please help me,thanks. [12-1-13 14:22:14:196 CST] ...
0
votes
0answers
13 views

websphere portal troubleshooting on aix

I am trying to learn troubleshooting on WP6 but in IBM papers i cant found specific methods for AIX. How can i learn solve problems on websphere portal 6 on AIX. i found these: ...
0
votes
0answers
35 views

Websphere 6.1 is running the application very slow

I have this issue, I installed a new RSA 7 and i am trying to run an application on the websphere 6.1 runtime 6.1. My issue is that My team mate has the same RSA 7 and is running on websphere 6.1 as ...
0
votes
1answer
59 views

how to test application deployed in websphere cluster.?

I have create a cluster in websphere and deployed a defaultapplication coming with ibm package to cluster. Now,i want to test this application to check weather it installed correctly on each member of ...
0
votes
3answers
209 views

Pass form field values to parameters of a portlet:renderURL tag in WebSphere Portal 6.1

I'm developing a portlet for WebSphere Portal 6.1, with JSP/JSTL, pure javascript, no AJAX frameworks, with a JSP that shows a send feedback form and, when submitted, redirects to another JSP to show ...
0
votes
1answer
95 views

WebSphere FFDC Count, what does it mean?

I am trying to understand what the "Count" column means in a WebSphere FFDC exception log. IBM told us we have received this error 6835 times. I have not found a good guide which explains what this ...
0
votes
2answers
99 views

deploying Websphere 6 on RAD 8

I have to deploy WAS 6/6.x on RAD 8. In the dropdown for creatnig a new server I see only WAS7 and WAS 8 as options not 6 . How can I get WAS 6 on RAD 8?

1 2 3