|
| |
| |
| |
|
Statistics |
| Unique Visitors: 0 |
| Total Unique Visitors: 0 |
| Visitors Out: 212 |
| Total Visitors Out: 212 |
|
|
|
| |
|
|
| |
|
| Running a correlation set |
| 2008-07-23 23:55:20 |
Running a business process that contains correlation set.
My previous post was about creating a correlation set using WID. Today my post is about running a correlation set using BPC explorer. Unlike...
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
...
|
| |
|
| Creating a correlation set WebSphere Integration Developer |
| 2008-07-22 04:03:16 |
This is something I was planning to post for a long time. Due to some or other exceptions I was getting, I couldn’t make it till today. Today’s post is about creating a correlation set in...
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
...
|
| |
|
| CWWBA0140E: No process instance found for the process template |
| 2008-07-19 10:58:15 |
Another exception with correlation sets. This exception comes if initiation property of correlation set is set to No. The exception stacktrace is
com.ibm.bpe.api.CreateRejectedException: CWWBA0140E:...
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
...
|
| |
|
|
| java.lang.NoSuchMethodError “main” with Eclipse |
| 2008-07-16 05:40:59 |
java.lang.NoSuchMethodError “main”. This was the exception one of colleague got when he tried to run a simple java application from within Eclipse. The java file that we were trying to...
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
...
|
| |
|
| com. ibm. ws. exception. RuntimeError: Unable to initialize the Name Service |
| 2008-07-15 01:34:21 |
One more exception stacktrace from me. This time my WebSphere Commerce Test server produced this error. The error is very simple and I just thought of documenting it as there might be some people who...
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
...
|
| |
|
| Invoke Activity in WID |
| 2008-07-08 07:08:57 |
Invoke Activity
As the name suggests Invoke activity of WebSphere Process Server or WebSphere Integration Developer is used for invoking services that are not part of a business processes. The Invoke...
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
...
|
| |
|
| Configuring TAI in WebSphere Application Server |
| 2008-07-04 00:31:48 |
Configuring TAI in WebSphere Application Server.
Yesterday I posted about how to create a custom Trust Association Interceptor for WAS. Today I will be explaining how to configure the TAI in WAS. In...
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
...
|
| |
|
| Develop a custom Trust Association Interceptor |
| 2008-07-03 02:47:05 |
If we are implementing an SSO solution using an external authentication provider, we need a Trust Association Interceptor (TAI) to assert the identity to WebSphere Application Server. If our...
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
...
|
| |
|
| JoSQL (SQL for Java Objects) |
| 2008-07-01 06:43:15 |
Recently I made a post on Language Integrated Query (LINQ) in C#. Since I like that feature very much I did a search for finding some similar libraries for Java. There is one project in sourceforge...
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
...
|
| |
|
| LINQ |
| 2008-06-30 00:13:40 |
Yesterday while my roommate (Sunil P Thomas) and me were taking about technology and he showed me some piece of code. He is working on .NET. In fact he started in Java and later moved to .NET. He...
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
...
|
| |
|
|
| Reference Partners |
| 2008-06-18 04:28:21 |
Reference Partners
A business process in WebSphere Process Server may need to invoke some services that are not part of the business process design. These services can be external services that...
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
...
|
| |
|
|
| CWYBC0610E error with JDBC Adapter |
| 2008-06-12 05:47:14 |
Today I was working on JDBC Adapter. I created the project and completed all the required configurations. I have created a new J2C Authentication data also. Everything looked perfect in my WebSphere...
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
...
|
| |
|
| Faults and Fault Handlers |
| 2008-06-06 01:15:39 |
Faults and Fault Handlers
A fault in WebSphere Process Server is an exceptional condition that can alter the normal flow of a business process. Faults are the errors occurred while invoking a...
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
...
|
| |
|
| Remove recent workspaces from WID workspace selector dialog box |
| 2008-06-05 06:08:06 |
Remove recent workspaces from WID workspace selector dialog box.
If we want to remove or edit the recent workspace list from WebSphere Integration Developer Workspace launcher dialog box, follow the...
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
...
|
| |
|
| Correlation sets |
| 2008-05-30 07:28:18 |
Correlation sets.
Correlation sets are used for associating messages from outside the process to the correct process instance. Usually correlation sets are used with state machines. However we can...
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
...
|
| |
|
| Difference between static include and dynamic include in JSP |
| 2008-05-23 05:12:37 |
Last day I was taking an interview in my company. The interview was for WebSphere Commerce. So I thought of going directly to WCS questions. But that guy said that he was working on WCS long back and...
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
...
|
| |
|
| Starting a long running business process using EJB API |
| 2008-05-21 10:21:51 |
Starting a long running business process using EJB API in WebSphere Process Server
We can start a long running business process in WebSphere process server either by using Web service API or by using...
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
...
|
| |
|
| Start a long running business process using webservice API |
| 2008-05-20 01:53:58 |
The WPS generic web service would work only if we have the security is turned on in WPS server.
To start a long running business process using web service, we need to generate the WSDL clients for...
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
...
|
| |
|
| business processes in wid |
| 2008-05-18 04:53:11 |
A business process is a set of operations or tasks executed in a specific order. The business processes are used for achieving a business goal. In WebSphere integration developer, business processes...
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
...
|
| |
|
| Interfaces in WebSphere Integration Developer |
| 2008-05-17 01:29:25 |
Interfaces in WebSphere Integration Developer
Interfaces in WID are used for exchanging data between different components. An interface has an input and output of a component. Interfaces are created...
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
...
|
| |
|
| Private business objects |
| 2008-05-16 10:39:50 |
Private business objects
A business object can be public or private. Private business objects are business objects contained in another business objects. These business objects wll be visisble only...
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
...
|
| |
|
| Intalio open source BPM suite |
| 2008-05-15 13:15:06 |
Today I came to know about an Source">open source BPM Suite - Intalio. I downloaded the product and installed it in my machine. I did not get much time to explore the product. However the product looks...
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
...
|
| |
|
| Business objects |
| 2008-05-15 11:14:10 |
Business objects
Business objects are used for storing the data. In other words business objects represent business entities in WebSphere Integration Developer.
To create a business object, switch...
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
...
|
| |
|
|
|
|
| Accessing an HTTPS web service from WAS web client |
| 2008-04-17 12:06:29 |
Accessing an HTTPS web service from WAS web client
Calling an HTTPS web service is a hell, if all our configurations are not correct. Accessing or calling a secured or HTTPS web service from a WAS...
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
...
|
| |
|
|
| Disabling WAS security by editing the configuration file |
| 2008-04-15 06:31:45 |
Some times there might be cases where we need to disable WebSphere Application Server security by editing configuration files without logging into the WAS admin console. In order to does this go...
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
...
|
| |
|
| java.lang.ClassCastException: Unable to load class in WID |
| 2008-04-14 07:19:35 |
java.lang.ClassCastException: Unable to load class: com.ibm.task.api._HumanTaskManagerHome_Stub
at com.ibm.rmi.javax.rmi.PortableRemoteObject.narrow(PortableRemoteObject.java:371)
at...
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
...
|
| |
|
| Associate a shared library to an deployed application |
| 2008-04-11 09:32:56 |
A shared or global library can be used when if we want to associated some library files to a deployed application.
In order to associate a shared library to a deployed application go to Applications...
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
...
|
| |
|
| Accessing BPC API using web service |
| 2008-04-10 13:27:35 |
Accessing BPC API using web service
If we want to create our own interface for working on Human Tasks, we need to use use the Business Process Choreographer APIs. Most of the time these user...
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
...
|
| |
|
| Creating a shared library in WebSphere |
| 2008-04-08 02:47:19 |
Shared libraries are libraries that are accessible to all the applications deployed on the same node as the shared library file. To create a shared library, we need to select the Shared Libraries...
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
...
|
| |
|
| |
 |