businessworks

(TIBCO BusinessWorks) How do you access a Java Global Instance method from a Java Code activity?

The TIBCO ActiveMatrix BusinessWorks Palette Reference states: "Any Java Code activity can access the shared Java Global Instance by invoking the static methods of the configured Java class", however, I've been unable to locate any code examples for doing this, or figure out the correct syntax on my own. What doesn't work: method(); C...

Tibco SOAP request over https - SSL certificate verification problem

Hello, I'm using Tibco BusinessWorks to consume a soap web service over an HTTPS connection. The instructions boil down to: Export certificates using a web browser. Use the Tools->Trusted Certificates->Import PEM format to folder within the project. In the SSL Config of the Transport Details tab, point to the trusted certs folder you...

Get path of the process dynamically - TIBCO - BusinessWorks

I am developing a process that will read and send an image in an e-mail. This image is a folder within this process. The problem is: how do I get the path where the process is running? Something like a 'Server.MapPath' that returns the image path in the File System. Thanks in advance. ...

TIBCO - BusinessWorks - Get path of the process dynamically

I am developing a process that will read and send an image in an e-mail. This image is a folder within this process. The problem is: how do I get the path where the process is running? Something like a 'Server.MapPath' that returns the image path in the File System. Thanks in advance. ...

Is there information about developing tibco custom palette elements?

I need to develop a generic entry point for tibco business works based on convention over configuration. Common wsdl that maps our internal complex data model schema in the form of key value approach. I need to develop a palette element that accepts requests and map them in a AESchema objects inside. I have searching about this kind of d...

Tibco Unit Testing tools

Does anyone know what unit testing tools are available when developing Tibco processes? In the next few months I'll be working on a Tibco project and I'm trying to find any existing unit testing frameworks that might make the job easier to build with a TDD approach. Thus far, the only one I've been able to locate is called BWUnit. It s...