ibm

Why are there many JRE implementations?

I was wondering..There is Sun's JRE, IBM's JRE, BEA's JRE, Oracle's JRE and some more less know JREs in the market. Why is there so many JRE implementations? Does the fact that Sun opened the Java platforms mean that there will be one open JRE / JDK? Or are we going towards what happened with Linux and its many distributions ? ...

What is the WSS extension?

I browsed to a page hosted by IBM and the page has a WSS extension... is this an IBM WebSphere page? http://www-03.ibm.com/press/us/en/presskit/23540.wss WebSphere is very similar to TomCat which hosts JSP (Java Scripting Pages). I'm thinking it's IBM's alternative to JSP...still no clue though. ...

Is there a COM or .Net SDK for Rational Rose?

Is there a COM or .Net SDK for IBM Rational Rose? I need to access information stored in Rational Rose (that the unisys XMI Export add-in does not expose) - I have tried searching a few times but just kept finding references to the java SDK rather then an SDK for rational rose itself... does anyone know if such a thing exists? Ideally ...

Is IBM's Cell multi-core?

Is it correct to say that IBM's cell is a multi-core architecture? I have to give a presentation on "Multi-core architectures" and was wondering if I could focus on the Cell processor. ...

Strange garbage collection behaviour with Websphere Portal Server

We're running a fairly complex app as a portlet on Websphere Portal Server 5.1 on AIX using IBM JDK 1.4.2. On our production system I can see a strange behaviour in the verbose GC logs. After a period of normal behaviour the system can start rapidly allocating larger and larger blocks. The system starts to spend > 1000 ms to complete eac...

Is Apache XML security library compatibile with IBM's JDK

I developed an application that uses Apache XML security library for xml encryption and signing. It runs on SUN's JDK without any problems, however, IBM JDK gives me tons of problems. It doesn't sign right (validation fails), pkcs11 provider fails to encrypt. It seems that problem is because IBM provides their own security providers. ...

Rational Purify - when tried to Run a program from Purify; error displayed as "Failed to delay loadlibrary mscorlibl.dll"

Rational Purify - when tried to Run a program from Purify; error displayed as "Failed to delay loadlibrary mscorlibl.dll" Here are the steps that I followed: 1. File > Run --- given the program name path 2. Tried with giving source path and without But either ways I am getting this error. Any help here is greatly appreciated. Thanks, ...

Getting View Owner/Creator with Rational ClearCase Automation Library (CAL)

Has anyone here already worked with the Rational / IBM CAL and knows if at all, and how to check for a view's creator/owner (username)? Elements, Vobs etc all have an Owner/Creator, but for some reason views do not? ...

UniData Data Access Products for .NET

I am doing some research about how to access data in a UniData database from .NET code. From what I have found, I can use UniObjects for .NET and U2.NET. I have also found this information, which I think is possible by using U2.NET, but I'm not quite sure. I am also unsure as to the cost of these products, and if they are free, how to ...

Want help in setting up Cognos BI in J2EE conpliant server.

Hi, I am setting up IBM cognos BI in J2EE compliant server. If anyone knows how to do it please help me. Thanks & Regards, Kshitij Gupta ...

IBM RAD (Rational Application Developer) 7 and Websphere 6.1 slow and unresponsive

Does anyone have any performance tips or other help for local development with websphere and rad. I am using one web app of moderate size (1000? classes) and it is impossible to handle the app locally on a windows box. The websphere 6.1 configuration uses the default configs. RAD7 is configured to handle a max heap of 1024mb. I thoug...

Location of the IBM Developer Kit for Java for iSeries (AS/400) Javadocs

Does anyone know where I can find the Javadoc for the IBM Developer Kit for Java for the iSeries? The information center doesn't seem to have it. All I could find was the Javadoc for iSeries-specific JAAS. Specifically, I'm looking for the Javadoc for writting Java Stored Procedures (mostly the com.ibm.db2.app package). ...

Invalid workspace Error while installing new EAR on IBM WAS Server

Hi, When I try to install a new EAR on IBM WAS 6.1 server through "Install new Application" option, it throws an error after 20-30 mins on the installation screen "ADMA5006E: An error occurred configuring ABC in WebSphere Application Server repository: com.ibm.ws.sm.workspace.WorkSpaceException: WKSP0009E Workspace is invalid " and th...

How to configure EJB lookup in clusterd websphere environment.

Hello, I'm developing a EJB client. The EJB (2.1) server in deployed as Websphere 6.0 cluster. I'm doing the jndi lookup after acquirement of the InitialContent object for specific ip address using the following code: Hashtable env = new Hashtable(); env.put(Context.INITIAL_CONTEXT_FACTIORY,com.ibm.websphere.naming.WsnInitialContextFac...

Using LINQ to Entity Framework with DB2

Is there an IBM Driver so we can use Linq to Entity framework to connect to DB2 and generate the DB2 entities on the desinger edmx file? Any links would be greatly appreciated ...

Lotus Notes Synchronization

I'm dealing with a client who uses Lotus Notes and would like the ability to use it on several different computers as he travels around a lot. He's gone out and invested in a portable hard drive so I was wondering whether he would be able to run the program directly off that. My first thought is there might be some issues with DLL files ...

MQSeries API/Channel Exits

I am looking for sample code that will encrypt/decrypt the message while in the store. I will be using SSL for the transport. ...

Is there a real profit of Developer Networks like for example MSDN?

Hi there, so every now and then i try to get in contact with other Programmers who struggle with the same Problems than i do... I read a lot of Tutorials und Reports in such Networks..just in order to get to know what other Programmers do and how they "try" to explain that. Do you think there is a real benefit from getting involved in...

How to change the Entity EJB mapping in RAD back-ends folder.

We are maintaining a J2EE enterprise application that uses EJB Entity beans and we use IBM Rational Application Developer as development platform. The application currently has a few Entity beans so a corresponding back-ends folder has already been created by somebody and is available. Oracle 9i was used for creating the back-end folder...

Faces on WAS 6.1

Hello, I'm running Java Facets on a IBM WebSphere 6.1. I'm getting this strange error message when I start the server: [2009-07-21 15:49:35:784 CEST] 00000015 ServletWrappe E SRVE0100E: Did not realize init() exception thrown by servlet Faces Servlet: java.lang.IllegalStateException: ApplicationAssociate ctor not called in same call...