Using 0 interval on a Sleep activity causes failure of subsequent Confirm.

Putting JMSXUserID in Misc/SequencingKey of a JMS receiver guarantees order.

Use replaceAll("%%(.*?)%%", replacementString) in Java for wildcard replacement.

It is recommended to use either the Write to File option or the Parse Post Method data option, but not both at the same time.

In the HTTP Receiver activity, check the Parse Post Method Data option in the Configuration tab if you have multiple post data fields.

If you get validation errors in Designer that seem to not make any sense, close and reopen Designer, and see what happens.

Difference between locally-created WSDL and remotely-created WSDL:
<wsdl:service name="CalculateBirthYearService"> vs.
<wsdl:service name="CalculateBirthYearService.serviceagent">

Always check Transport Details tab of SOAPRequestReply activity. Replace Context URL value with a global variable.

If you change the parameter name in a WSDL message, you must also change the mapping in the "Main" Process.

If you use "localhost" as host in HTTP Connection in Windows, you won't be able to access your HTTP-based web service from another computer. Specify computer name or I.P. address. Same in Linux.

If you are debugging a process and can't get it to do what you want, check the archive file! You might be redeploying the old process over and over!

You cannot get a Shared Variable that does not have an initial value or is not set.

Catalina: The Java Serlvet womb part of Apache Tomcat server. It lets Java Servlets handle HTTP requests.

XML Canon problem: If a file persists in the checked-out mode in Designer, check it in, then check it out, and check it in again.

Designer: If an element type is required, you can't just hard-code a value into one of it's child elements in case no records are returned.

Example of changing a global variable value at engine startup: -tibco.clientVar.myGroup/item1 500


View the code to this page


Contact My Company