Questions tagged [websphere-process-server]

WebSphere Process Server is part of IBM Business Process Manager suite. WebSphere Process Server uses the WebSphere Integration Developer as development tool.

WebSphere Process Server is the runtime engine for artifacts produced in a business-driven development process. Technically, WebSphere Process Server is mounted on top of WebSphere Application Server and extends the WebSphere Enterprise Service Bus. WebSphere Process Server has been integrated to IBM Business Process Manager suite and its functionality is included on the "Advanced" version of this suite. WebSphere Process Server uses the WebSphere Integration Developer as development tool.

References: Websphere Process Server Wiki

Product Information

13 questions
1
vote
2 answers

IBM process server v8.5.5 - Caused by: java.lang.IllegalStateException: BO Service is not supported

I was trying to get the HelloServiceApp example working under the IBM Process Server v8.5.5 (Windows 7 - 64-bit). Every time I "Add remove" the service, the server restarted and show me the error "java.lang.NoClassDefFoundError: com.ibm.ws.bo.BOCore…
user3733255
  • 191
  • 1
  • 2
  • 4
1
vote
0 answers

Why does Websphere Process Server WSDL import add a level of indirection

We have a web service that returns and object (for example CustomerResponse) which has a property that is a list (for example ListOfCustomers). When we import this into WPS it creates a hierarchy of CustomerResponse, which has an object…
Shiraz Bhaiji
  • 64,065
  • 34
  • 143
  • 252
0
votes
1 answer

Response times within applications WebSphere Process Server goes down after a while working

I see a degradation in response times within myapplications. After a server restart, response times are acceptable. However, after some time, which depends on the workload on the system, the response times degrade and the server has to be restarted…
0
votes
5 answers

Run multiple instances of IBM BPM

I have the IBM Business Process Manager Advanced 7.5 installed. Question: Is it possible to install and run newer version - IBM BPM 8.5 on the same machine? I worry about ports conflict (for example port 9043 to IBM Console). Maybe I should ask how…
jsosnowski
  • 1,560
  • 3
  • 26
  • 56
0
votes
1 answer

How does the retrieve operation of a JDBCOutboundInterface in IBM Integration Designer work?

I have following issue with IBM Integration Designer (BPM Advanced 8.5.6): I want to retrieve a row from a database table, thus I created a JDBCOutbound interface via wizard. The Designer automatically creates a Business Object Type as input for…
XinDHA
  • 43
  • 1
  • 9
0
votes
2 answers

Need to view final SQL operator generated by the JDBC Adapter

"Service Invoke" primitive (WID) taking part in outbound processing with JDBC Adapter. How can I check the final SQL select which this whole processing sends to DB? May be db2 provide some way to do that ?
Sergey
  • 21
  • 7
0
votes
1 answer

Java Snippet Marker compiler error

I get the types Java Snippet Marker and BPEL Editor Problem Marker in my Java workspace. Those projects have access to external jars and the correct runtime (Websphere Process Server) and I'm not sure what it's complaining and the solution.
bouncingHippo
  • 5,940
  • 21
  • 67
  • 107
0
votes
1 answer

Process creation from database in Websphere process server

Suppose we have a long running process and it is waiting in wait activity which expires in 50 days and this long running process is getting executed in IBM Websphere process server(WPS). Now if I shutdown the WPS, it means that process that is…
0
votes
1 answer

Create IR in BMC Remedy via PHP

I'm new in dealing connecting to a WebSphere Process Server application connecting to Web Services account, so I'm still learning. I would like to create new Incident Requests in BMC Remedy Service Desk with 2 simple fields (Assigned User and Text…
Conor
  • 168
  • 9
0
votes
2 answers

Run “WebSphere application server” and “WebSphere Process Server” in a single machine

In our project we have installed both the “WebSphere application server” and “WebSphere Process Server” in a single machine. But we are unable to run both the server at a same time. WebSphere Process Server is mounted on top of WebSphere Application…
Bacteria
  • 8,406
  • 10
  • 50
  • 67
0
votes
1 answer

WebSphere Process Server sends empty body

We have a problem that happens sometimes without any pattern we are able to see. We log a request just before a callout, it looks fine, with data in the body. When the request arrives at the service we are calling the body is empty. We restarted the…
Shiraz Bhaiji
  • 64,065
  • 34
  • 143
  • 252
-2
votes
2 answers

Websphere Business Process Manager Webservice retry behavior

I'm writing business processes in BPEL for Websphere BPM 8.0, using IBM Integration Designer. Some of our processes contain activities to invoke web services. I was troubleshooting a process the other day that was trying to invoke a web service on a…
Kenster
  • 23,465
  • 21
  • 80
  • 106
-3
votes
4 answers

Easiest way to add a month to a java DATE type without using Calendar or Joda?

I am working in an integrated environment (IBM Process Server) and I am not able to import anything, can only use standard java functionality. How can I add x number of months to a given date?
antonpug
  • 13,724
  • 28
  • 88
  • 129