Questions tagged [businessworks]

TIBCO ActiveMatrix BusinessWorks

TIBCO ActiveMatrix BusinessWorks is one of the leading service creation, orchestration, and integration products on the market. It has been deployed by over 1,000 companies worldwide and is the foundation for several of the largest mission critical service-oriented business applications in production today. Built entirely on open standards, ActiveMatrix BusinessWorks enables companies to expose existing systems as services, build new services, and orchestrate and assemble services into applications with little or no coding. Organizations who have implemented SOA with ActiveMatrix BusinessWorks have achieved 30% to 60% greater productivity compared to alternative technologies.

ActiveMatrix BusinessWorks provides proven performance, scalability, and reliability. TIBCO customers have deployed applications supporting up to 1 billion messages per day, or over 25,000 messages per second, with 99.999% or greater uptime.

75 questions
8
votes
1 answer

WS in TIBCO BW or in Java

I see it is a lot faster developing a WS in TIBCO compared to coding in Java. Is it wise investment to use TIBCO as your WS Service Provider & Service Requester? Also both previous question for developing a JMS consumer & publisher. How would my…
thirdy
  • 612
  • 8
  • 18
7
votes
8 answers

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…
mezoid
  • 28,090
  • 37
  • 107
  • 148
5
votes
2 answers

Multiple processes servicing a single subscription causes MQRC_SUBSCRIPTION_IN_USE

I have a TIBCO BusinessWorks process that is publishing to a JMS topic -- lets call it TOPIC.A -- there is one process that is subscribing to that topic with a name SUBSCRIBE.A. The problem I have is that the first server that starts listening to…
Joe Zitzelberger
  • 4,238
  • 2
  • 28
  • 42
4
votes
0 answers

Automated delivery and deployment for TIBCO BusinessWorks 6.x

We're trying to define a SDLC for BusinessWorks 6.x applications. We are mostly a Java shop, so our classical SDLC involves Jenkins, Maven and Artifactory. We have started recently to build adapters for a SOA project based on BW6 and we would like…
Mithfindel
  • 4,553
  • 1
  • 23
  • 32
3
votes
3 answers

Tibco BusinessWorks - Projlibs and GVs

I have a BW project importing multiple prjlib files. I want to test the project locally, but all the imported projlib global variables are greyed out. I know I can create the vars locally on the disk, but that is a very messy solution. Any ideas?
xchagger
  • 133
  • 1
  • 9
3
votes
4 answers

Tibco Businessworks Date Format

I'm trying to format a date in Tibco Businessworks 6.2.2 in the following format: 06-AUG-2015 12:11 AM I've found the picture string on several websites for xpath that, according to those who use them, will format the date like this. I've not been…
Michael Harness
  • 101
  • 1
  • 2
  • 9
3
votes
2 answers

Tibco BW -Enable logs

How can I enable logs on the TIBCO Admin? I want to check whatever file I have posted to the listener. The listener is able to receive the request.
user1578844
  • 31
  • 1
  • 1
  • 2
3
votes
3 answers

Tibco SOAP request over https - SSL certificate verification problem

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…
Nathan
  • 2,053
  • 1
  • 14
  • 18
2
votes
2 answers

Http Request Send To BW

I have a html page with some form fields (like textbox, submit button etc) I want to call the BW process on click of the submit button, which will send the form fields value (textbox values) to the BW process definition. BW Process definition will…
2
votes
3 answers

Tibco business works

I am getting the following error in Tibco business works designer. Please assist. /temp/javaCode/ProcessDefinitionJavaCode.java:23: cannot resolve symbol symbol : class PasswordProtection location: class java.security.KeyStore …
dwyane
  • 317
  • 1
  • 4
  • 10
2
votes
1 answer

TIBCO BW6 custom function with dateTime return type

I'm building a custom function for BW6 that should parse ISO 8601 formatted string to a dateTime object. So far I have built this function: @XPathFunction(helpText = "Parse a ISO 8601 datetime string", parameters = { …
Johan Vergeer
  • 5,208
  • 10
  • 48
  • 105
2
votes
1 answer

How to set the format of a reply to a REST service in BW6

I'm new to BW6 (v.6.3.1) and I'm playing around with it's REST features. Currently I'm building a very simple echo service to figure out how it processes parameters etc. One of the things I've noticed is that I can specify multiple Reply Client…
Deddiekoel
  • 1,939
  • 3
  • 17
  • 25
2
votes
2 answers

Difference between Tibco businessworks 5.x and 6.x

Sorry to ask this question here (this is not technical) but I am not aware of any other site; let me know if you do. I am trying to find new things that were added in Tibco Businessworks 6.x. I have referred to following URLs. And although they do…
user1578026
2
votes
2 answers

TIBCO BW 6.2 remote TEA server deployment

In TIBCO BW 6.2, is it possible to deploy the application to the remote TEA server using bwadmin or maven?
2
votes
0 answers

Did the "Command" string output from the "HTTP Receiver/ProcessStarterOutput" vanish in Tibco 6?

I migrated a project from 5 -> 6 using the magic button. The project has an error in the xpath expression of a logger. Previously I was outputting the ProcessStarterOutput/Command string from my HTTP Receiver into that logger. Now it's saying…
Slartibartfast
  • 1,605
  • 2
  • 16
  • 23
1
2 3 4 5