IBM Integration Designer (previously known as WebSphere Integration Developer) is an Eclipse-based software development tool that renders your current IT assets into service components for reuse in service-oriented architecture (SOA) solutions.
Questions tagged [wid]
17 questions
16
votes
4 answers
QT5 QPlatformNativeInterface and HWND
In one of the answers to Get HWND on windows with Qt5 (from WId) it is suggested to employ QPlatformNativeInterface in order to recover the native window handler.
To access the QT header though the example uses its full path:
#include…

Pierluigi
- 2,212
- 1
- 25
- 39
8
votes
2 answers
Difference between IBM Websphere Application Server and IBM Websphere Process Server?
Im currently looking into the difference between IBM Websphere Application Server and IBM Websphere Process Server?
I am aware that the Process Server is like a higher level layer ontop of the App server, but was wondering if development using…

user1067698
- 167
- 1
- 1
- 6
4
votes
6 answers
Any experiences with Websphere Integration Developer (WID)?
My company (a large organization) is developing a "road-map" for evolving their rather old, tangled confederation of systems to an SOA model. A few people are pushing hard for using Websphere Integration Developer and Websphere Process Server as…

user47554
- 41
- 4
4
votes
1 answer
How to programatically get an OSX window id from a process id on 10.6? (using Applescript, Objective-C, whatever)
I know that I can do
tell application "Safari" to id of window 1
to get the window ID of Safari. However, this only works for Applescriptable applications. I want to be able to write a program that will take a PID as input and output the window ID.…

James
- 1,394
- 2
- 21
- 31
2
votes
1 answer
Eclipse "Creation of Element Failed"
I'm using WID 6.1, built on Eclipse 3.x.
When trying to right click a folder, New->Class, type a name for the class, then click Finish, I get the error
"Creation of element failed.
org.xml.sax.SAXParseException:
Premature end of file."
I…

Dean J
- 39,360
- 16
- 67
- 93
1
vote
1 answer
Is a Workday WID a UUID?
I'm working on an integration with Workday, and am tracking people by their WID (Workday ID), such as 85bb0669d8ac412582c0a473f7074d79. That WID may be interleaved with WID's from unrelated employers using completely distinct Workday accounts, as…

David Hempy
- 5,373
- 2
- 40
- 68
1
vote
1 answer
Why is method added to .java file not present in .class file after a build, or accessible after package is imported?
I have a project I am working on in WebSphere Integration Developer 7.0 where I am trying to reference a public method I just wrote from a different package. I have an import statement included for the class my new method is in.
When I create an…

DanHam
- 340
- 2
- 17
1
vote
1 answer
Is there a way to regenerate JPA entities once table is changed
I have created some JPA entities, and the table structure has changed a bit since I first recreated them. Is there a way to regenerate the tables so I don't lose any of the relationships or named queries that I have created? I really don't want to…

SoftwareSavant
- 9,467
- 27
- 121
- 195
0
votes
2 answers
IBM ESB mediation without WID
I have to integrate my web service with IBM Enterprise Service Bus (ESB).
I think that there should not be any mediation because this service has only one location
and do not have to change requests.
Is it true? Can ESB administrator simply connect…

Michał Niklas
- 53,067
- 18
- 70
- 114
0
votes
1 answer
jpa websphere entity id non-existent errors
Good evening. When I attempt to create jpa entities using a database connection I am getting some exceptions. Something about id non-existent. I suspect it has something to do with the fact that some of the tables have no primary key. Because…

SoftwareSavant
- 9,467
- 27
- 121
- 195
0
votes
1 answer
suffers when using ibm wid (websphere integration developer), any advises?
I joined a company who uses WID as the develop tool, I am new to wid, but i feels pain when using it for a reason:
every time i change or create a jsp file or java file or configuration file, if i want to see the the outcomes, i need to restart the…

mr ng
- 293
- 1
- 3
- 12
0
votes
1 answer
MPV OSC not working on attached window with --wid option
I run mpv.exe "video.mp4" --wid="hwnd of a notepad window" and the video played on the notepad window well. But I was noticed that OSC is not working. I moved mouse cursor on the window and pressed some keyboard shortcut but nothing worked. How can…

Eby
- 43
- 1
- 6
0
votes
1 answer
Parsing SMO in WebSphere Integration Developer
I am using WID 8.5. I have two service message objects, which contain complex type array. I am trying to get these arrays into my java code and compare the values in both arrays. Based on the comparison, I have to create new array and store it into…
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
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