Tag Archives: WebSphere Process Server

xsd:any, xsd:anyType, xsd:anySimpleType, xsd:anyAttribute in WebSphere Process Server

The infocenter has a great article about how to use “Industry Standard Schemas” with WebSphere Process Server. This is required reading. You will need to know about the Sequence object when dealing with xsd:any xsd:anyType xsd:anySimpleType xsd:anyAttribute This used to be completely undocumented and now, the documentation is actually really good. Enjoy your undefined datatype. […]

Read more

AlbeesOnline: The Road to Hell is Paved with Good Intentions

AlbeesOnline has posted a great article showing how difficult integration projects can be when you need to work with teams spread across an organization. A relatively straightforward project turns into a Frankenstein of text files and workarounds. It also shows the reason why projects have meetings that involve 20-30 people five times a week, you […]

Read more

Common Event Infrastructure API and usage documentation

Your business has decided to use CEI to emit business relevant events, you got approval for your project, you are ready to code.. and then find out that there’s a thin amount of documentation on how to actually work with the APIs. Below are some links that can help you figure out whats going on: […]

Read more

Migrating WebSphere Business Integration Server Foundation to WebSphere Process Server V6.2 & Best Practices

Draft Redbook, last updated: Wed, 18 Mar 2009

– Migration concepts, planning and best practices
– New Workspace migration wizard
– Migration scenarios utilizing Business Space interface

In this IBM Redbooks publication, we discuss the concepts, planning, and migration paths, that you must understand before any attempt to migrate the source artifacts created using IBM WebSphere Studio Application Developer Integration Edition 5.1 product, to the IBM WebSphere Integration Developer 6.2.

Read more

WebSphere Process Server operational architecture: Part 1: Base architecture and infrastructure components

Part 1 of this two-part article series dives deeply into the operational
architecture of IBM WebSphere Process Server. This article introduces you to concepts, such as Service Component Architecture (SCA), Business Process
Choreographer (BPC) and Service Integration Bus (SIB) in the context of WebSphere
Process Server, and shows you how they work together to build a secure
transactional runtime environment for your SOA. In this respect, you will be able to
better articulate the technical architecture of WebSphere Process Server, which will
improve your ability to operate WebSphere Process Server in your organization..

Read more

WebSphere Process Server: Repairing Business Processes

From Developerworks, Repairing processes with WebSphere Process Server WebSphere Process Server V6.1.2 supports manual repair and change of control flow logic. This article describes these repair features, provides useful tips, and identifies potential pitfalls when applying them. You’ll learn how to repair processes and dynamically react to cases in which modeled fault handling and automated […]

Read more

Migration to WebSphere Process Server and WebSphere Enterprise Bus 6.2 – Mandatory reading

If you have a 6.1.x environment and are thinking about upgrading to 6.2, then you must read: Migration to WebSphere Process Server and WebSphere Enterprise Bus 6.2 – Mandatory reading WebSphere Process Server and WebSphere Enterprise Service Bus version 6.2 provide major functional improvements over previous versions, and in order to take advantage of these […]

Read more

WebSphere Process Server Failed Event Manager: “The Recovery Sub-system is disabled.”

When looking in the top right corner of the Failed Event Manager, the following error is displayed: The Recovery sub-system is disabled. Enable the Recovery sub-system in order to work with failed events. You get directed to the following tech-note: http://www-01.ibm.com/support/docview.wss?uid=swg21293460 which states that there is a problem with the Failed Event Manager MBean in […]

Read more

ProcessTemplateNotFoundException: CWWBA0008E: Process template ‘myProcess, -valid_from_date-‘ is not found

In the admin console, when trying to stop a template contained in an ear so that the ear could be updated, the following exception occurred: com.ibm.bpe.api.ProcessTemplateNotFoundException: CWWBA0008E: Process Template ‘MyProcess, Web 2008-10-10 12:32:22.00′ is not found. It’s unknown how many times that the EAR was attempted to be stopped or what happened on the initial […]

Read more

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

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 Database Statement Helper has become null for an unknown reason. You can go to the datasource for your BPEDB […]

Read more

WebSphere Process Server invocation styles

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 use to call another. Users are often surprised to find that this is not as easy a task as it may seem. This article […]

Read more

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

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 are empowered with a new found freedom of service construction and reuse. However, with this freedom comes an increased exposure to inconsistent service definitions. […]

Read more

Migrating WebSphere Business Integration Server Foundation to WebSphere Process Server V6.1

Draft Redbook, last updated: Mon, 6 Oct 2008

– Migration concepts, planning and best practices
– Migration tools and scripting
– Migration end to end scenarios

In this IBM Redbooks publication, we discuss the concepts, planning, differences and migration paths, that you must understand before any attempt to migrate the source artifacts created using IBM WebSphere Studio Application Developer Integration Edition 5.1 product, to the IBM WebSphere Integration Developer 6.1.

Read more

WebSphere Admin Console SRVE0190E: FileNotFound Errors when clicking certain hyperlinks

Should you find that you have some links in your WebSphere Administration console that generate an error in the following format: com.ibm.ws.webcontainer.webapp.WebAppErrorReport: SRVE0190E: File not found: /xxxxxxxxxxx.content.main at com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext.sendError(WebAppDispatcherContext.java) at com.ibm.ws.webcontainer.srt.SRTServletResponse.sendError(SRTServletResponse.java) at com.ibm.ws.webcontainer.servlet.FilterProxyServlet.dispatch(FilterProxyServlet.java) at com.ibm.ws.webcontainer.servlet.FilterProxyServlet.service(FilterProxyServlet.java) at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java(Compiled Code)) at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java(Compiled Code)) t com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java(Compiled Code)) at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java(Compiled Code)) at com.ibm.wsspi.webcontainer.extension.WebExtensionProcessor.invokeFilters(WebExtensionProcessor.java) at com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest(DefaultExtensionProcessor.java) It appears that the […]

Read more

WebSphere Business Process Management V6.1.2 Production Topologies

Draft Redbook, last updated: Thu, 4 Sep 2008

– Securing, administering, and extending WebSphere Process Server topologies
– Incorporating WebSphere Business Services Fabric
– Incorporating WebSphere Business Monitor

IBM’s WebSphere Dynamic Process Edition is a comprehensive set of role-based, SOA-enabled product capabilities providing customers the ability to continuously optimize processes and adapt them to rapidly changing needs.

Read more

Migrating WebSphere Business Integration Server Foundation to WebSphere Process Server V6.1

Draft Redbook, last updated: Thu, 21 Aug 2008

– Migration concepts, planning and best practices
– Migration tools and scripting
– Migration end to end scenarios

In this IBM Redbooks publication, we discuss the concepts, planning, differences and migration paths, that you must understand before any attempt to migrate the source artifacts created using IBM WebSphere Studio Application Developer Integration Edition 5.1 product, to the IBM WebSphere Integration Developer 6.1.

Read more

IBM TechNote: Content and maintenance of the wstemp directory for WebSphere Process Server V6

IBM released a technote: Content and maintenance of the wstemp directory for WebSphere Process Server V6 which helps to explain what the server does with the ‘wstemp’ directory. There’s also four other articles on the topic: Problem with workspace directories How does wstemp directory work Clearing wstemp will delete console preferences Logs and temporary files […]

Read more

IBM Buys ILOG, a Business Rules Engine

Geez, I don’t know how I missed this one.  ILOG is a business rules engine that can already integrate with WebSphere Process Server so this acquisition makes sense. It’s better than the one bundled with the product and used by more companies. Anyway, I’ll defer to the bloggers of the world who have more industry […]

Read more