Archive for November, 2008

Issues that I encountered while creating my DataPower to MQ Demo

Tuesday, November 25th, 2008 Posted in Dan Zrobok, DataPower | No Comments »

As I mentioned before, I wanted to create a demo of DataPower vs the WBI Suite for the conference that I attended today. The goal was to try and show ... Read more..

BPEL ProcessAssertionError: Assertion Violation !(con != null)

Thursday, November 20th, 2008 Posted in WebSphere Process Server | No Comments »

com.ibm.bpe.util.ProcessAssertionError: com.ibm.bpe.util.ProcessAssertionError: Assertion Violation !(con!=null) in method >> com.ibm.bpe.databse.StmtHelper. prepareStmtUpdateTaskTemplateState (StmtHelper.java:101) If you see the following exception, ensure that your server (or deployment manager) can actually access the BPEDB. The connection object inside of the BPEL ... Read more..

System administration for WebSphere Application Server V7: Part 1 — An overview of administrative enhancements

Wednesday, November 19th, 2008 Posted in WebSphere Application Server | No Comments »

From DeveloperWorks, System administration for WebSphere Application Server V7: Part 1 — An overview of administrative enhancements This series of articles describes several important new administration features available in IBM WebSphere ... Read more..

WebSphere Process Server – Business Process Choreographer Explorer Customization and Tuning Options

Tuesday, November 18th, 2008 Posted in WebSphere Process Server | No Comments »

If you plan on making the BPC Explorer available in a production environment, I suggest you read the following article.  It talks about customization and tuning options that are available. The ... Read more..

Perficient Booth at the IBM WebSphere SOA Connectivity Briefing in Toronto

Monday, November 17th, 2008 Posted in Dan Zrobok, DataPower, Perficient, WebSphere Application Server | No Comments »

IBM is hosting a WebSphere SOA Connectivity Briefing in Toronto: Strategies for recovering your IT budget with IBM WebSphere MQ & SOA Connectivity Details: Sheraton Center Toronto Hotel November 25, 2008 8:00am - ... Read more..

Follow up to Profile Creation Fails on WebSphere 6.1.0.19: Java Juristiction Policy Files

Monday, November 17th, 2008 Posted in WebSphere Application Server | No Comments »

A few weeks ago, I discussed an issue where a profile could no longer be created on WebSphere Application Server 6.1.0.19. It boiled down to an issue with the Java ... Read more..

WebSphere Process Server invocation styles

Friday, November 7th, 2008 Posted in DeveloperWorks, Reviews, Syndication, WebSphere Integration Developer, WebSphere Process Server | No Comments »

From DeveloperWorks, WebSphere Process Server invocation styles As you author applications in WebSphere Integration Developer, you may find it necessary to set or verify the invocation style that one component will ... Read more..

Updates required for WebSphere Integration Developer debugger to work when security is enabled

Thursday, November 6th, 2008 Posted in WebSphere Integration Developer, WebSphere Process Server | No Comments »

 According to the tech-note, you have to follow some manual steps to get the debugger to work on a server that has security enabled: http://www-01.ibm.com/support/docview.wss?uid=swg24015747v Read more..

MQ Import Anti-Pattern: Multiple MQ Imports connecting to single pair of physical request/response queues

Thursday, November 6th, 2008 Posted in WebSphere Integration Developer, WebSphere Process Server | 2 Comments »

The scenario I have an MQ Request queue that takes multiple types of business objects as input. The MQ request queue consumer evaluates the type of the message and routes it ... Read more..

Error Handling in WebSphere Process Server: Developing an Error Handling Strategy

Thursday, November 6th, 2008 Posted in DeveloperWorks, Reviews, WebSphere Integration Developer, WebSphere Process Server | No Comments »

From DeveloperWorks, Error handling in WebSphere Process Server, Part 1: Developing an error handling strategy With the emergence of service oriented solutions, we've seen a sharp rise in developer productivity. Developers ... Read more..

Deconstructing CWWBA0135E: Class ‘x’ does not have a feature named ‘y’

Wednesday, November 5th, 2008 Posted in WebSphere Process Server | No Comments »

 CWWBA0135E: Unable to execute the query expression 'Customer/custId' on message part 'x' Class 'y' does not have a feature named 'Customer' I received this error when attempting to start a binary ... Read more..

IBM Support Assistant WorkBench Error: CWPST0064E Failed to Login

Wednesday, November 5th, 2008 Posted in Business Integration | No Comments »

In a small number of instances on Windows, a user may get a dialog box when the Workbench starts up with a message: "CWPST0064E: Failed to log in" This may occur ... Read more..

Profile Creation on WebSphere Application Server 6.1.0.19 Fails with Certificate Error

Tuesday, November 4th, 2008 Posted in WebSphere Application Server | 1 Comment »

We installted WebSphere Application Server 6.1.0.19 and recieved the following error when creating a profile: Caused by: java.lang.SecurityException: Cannot set up certs for trusted CAs at javax.crypto.b.clinit(Unknown Source) at java.lang.J9VMInternals.initializeImpl(Native Method) at ... Read more..