ibm

Is there any 64 bit distributive for IBM WebSphere Portal 6.0?

As it seems on official site it doesn't supported for version 6.0 of portal. But is there any possibility to use 64 bit jvm and 64 bit portal? ...

Generate an LTPA token?

We have a need to integrate a server with our WebSphere environment that does not support LTPA. I found the blog post here and corresponding code to decode the information in an LTPA token. However, there's no code explaining the digital signature and how that's generated/validated. Does anyone have any information on how to generate ...

International JRE6 or JDK6 or reading a file in "cp037" encoding scheme

I have been trying to read a file in "cp037" encoding scheme using JAVA. I able to read a file in basic encoding schemes like UTF-8, UTF16 etc...After a bit of research on the internet i came to know that we need charset.jar or international version of JRE be installed to support extended encoding schemes. Can anyone send me a link for i...

xstream and ibm j9 sdk incompatibilities on linux

I encountered an incompatibility with xstream and IBM J9 jdk (the 32bits version). Everything worked fine when I used sun jdk but fails on IBM jdk (on linux only. on windows it's ok with both jdks). When debugging, the error appears to be that xstream uses a java.util.TreeSet internally but the set's iterator returns elements in the wro...

Why am I getting a ParseException when using SimpleDateFormat to format a date and then parse it?

I have been debugging some existing code for which unit tests are failing on my system, but not on colleagues' systems. The root cause is that SimpleDateFormat is throwing ParseExceptions when parsing dates that should be parseable. I created a unit test that demonstrates the code that is failing on my system: import java.text.DateForma...

Does IBM use Dojo Toolkit?

I was told IBM no-longer uses Dojo. Is this true? A small amount of web searching shows IBM is/was a member of the Dojo Foundation and is/was a code contributor... If it is true, approximately when did IBM stop using Dojo? If its not, to what extend is IBM still actively using and promoting the toolkit (use in their public web sites, pro...

SQL Query to truncate table in IBM DB2

Hi, Can any one give me the syntax to truncate a table in IBM DB2. I m running the following command: truncate table tableName immediate; The eror is DB2 SQL Error: SQLCODE=-104, SQLSTATE=42601, SQLERRMC=table;truncate ;JOIN , DRIVER=3.50.152 Message: An unexpected token "table" was found following "truncate ". Expected tokens may in...

IBM i (AS400) updates on new Java releases / Java 7

Since Java 7 is comming I was wondering how much time it would take to have the IBM JVM running Java 7 on IBM i systems? (AS400) I was searching IBM's site to find some roadmap but didn't find anything yet. Do you have past experience on the older java release? ...

How to create and run an agent from java, Using Lotus Notes api

I am trying to create an agent and run it!! I have created two classes, one extends AgentBase . and the other one is a normal main class. I have written the code for agent in the 1st class and trying to run it from the second class. But i am not able to access it. I am a complete novice here, any guidance would be appreciated. Agent Cla...

Install Code Rally

I am unable to install the game Code Rally .I unzipped it to the eclipse directory and after I start Eclipse , I don't find any option such as Games Project in File->New->Other. I found the game at http://alphaworks.ibm.com/tech/coderally/download . ...

Ibm J9 internet Connection on windows mobile

Hi! I need to manage the GPRS connection on a JavaME application (start an internet connection automatically or ask user to select some connection) in a symbol handheld device with Windows Mobile 5. I'm developing this application with Java 1.3 and using IBM J9 as jvm. How can I deal with this? The connection starts only when i do open...

IBM PCOMM with Java

Im totally new to this PCOMM things so i have a question. Im using the "Personal Communications" Software by IBM. I also have an Visual Basic PCOMM sript which i want to rewrite in java. is there some kind of documentation of how to do this? ...

Rational Software Architect: UML to Java transformation: Java Source Code Layout

Hi, I am using IBM Rational Software Architect for creating a UML Model and then transforming it to Java Code. Unfortunately the generated Java Souce Code format isn't the greatest, at least it is not the format I want to use. An example: /** * */ package net.game3.shared.entity; /** * <!-- begin-UML-doc --> * <!-- end-UML-doc -...

Need to render WCM content from an Asynch bean

I'm trying to get rendered WCM content in an Asych bean (which implements the Work interface). I can create a Workspace using a username and password, but I don't see an API to create a RenderingContext without passing either a portlet request/response or a servlet request/response pair). Is there any way I can either 1) Create a Rend...

Pmi Client is not created while using with sun java instead of IBM java

Hi!! My task to monitor the IBM Websphere through pmi client.Pmi client is an agent provided by the IBM to get MBeans and is running under IBM Java. I tried it to run under Sun java. But, it fails to create the Pmiclient. Did Anyone come across this issue? ...

how to make ICU smaller?

In WebKit, it use ICU, but I don't have enough space to contain icudt42.dll. the size of icudt42.dll is about 10.4MB,but I only need Chinese language, Russian language and English language,so how can I make the icudt.dll smaller? ...

j9 vm crash on windows, not on linux

Hi all, An eclipse plugin for IBM RSM launches a java process to make some computations (realized in C/C++ via JNI). The problem here is when the process is started, it crashes...but only on windows. Moreover, if the process is started using Oracle/Sun jvm, it works fine. Under linux, java -version gives java version "1.6.0" Java(TM) S...

Does anyone know how to send an email with IBM Lotus Notes from a .NET application?

I am looking for a way to access Lotus Notes to get the program to pop a new email for me to enter recipient, subject, and body information. Does anyone know of a way to shell a command to Lotus Notes to get the email window to open? I am trying to do this using c# ...

End of life of IBM JDK/JRE 5?

Is there an announced end of life/end of support-date for the ibm jdk 5 (on Solaris/SPARC and Linux/x64)? ...

IBM Data Studio

I'm using IBM Data Studio when I browse down to the columns in a table using the data source explorer it is limiting the number of columns it shows. I don't think it is not a permissions problem as the same credentials work in a different program. Anyone know is there a setting somewhere to change this? ...