Author |
Message |
Topic: .msgflow version |
craigp
Replies: 8 Views: 4305
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 18, 2013 3:24 pm Subject: .msgflow version |
Hi,
We approach this a little differently, I have a flow with an HTTP input node,
Testers/Developers can access this via an HTTP get, and then we have an XSLT on the flow:
<xsl:styleshee ... |
Topic: mqsideploy return code 255 |
craigp
Replies: 3 Views: 4658
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 14, 2013 3:34 pm Subject: mqsideploy return code 255 |
The script is being invoked by a BuildForge agent running locally. (This is capturing the output).
If I re-directed the output to a file it'd actually be pretty hard to get at due to firewalls (bu ... |
Topic: mqsideploy return code 255 |
craigp
Replies: 3 Views: 4658
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 13, 2013 7:13 pm Subject: mqsideploy return code 255 |
Hi,
Running an MQSI deploy on WMB 7.0.0.4 we're getting a return code of 255.
Does anyone know what that means?
I couldn't find any doco mentioning 255.
The shell Logs>
EXEC : Mon Feb 11 ... |
Topic: Missing Builders in Project Properties (Builders) |
craigp
Replies: 13 Views: 9727
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 15, 2012 11:32 pm Subject: Missing Builders in Project Properties (Builders) |
Hi,
We don't manually create BAR files. We generally use the toolkit for small dev stuff and have a build server running in headless mode for "proper" builds. Its governed by Jenkins/ANT ... |
Topic: Missing Builders in Project Properties (Builders) |
craigp
Replies: 13 Views: 9727
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 14, 2012 3:47 pm Subject: Missing Builders in Project Properties (Builders) |
I too have encountered a similar problem and it's manifested across several people on my team consistantly.
I was trying to track down:
Why does eclipse change the sort order of the project fi ... |
Topic: Automating Builds using mqsicreatebar |
craigp
Replies: 41 Views: 34766
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 28, 2011 6:46 pm Subject: Automating Builds using mqsicreatebar |
The validation that we rely on comes afterwards because we take the BAR, deploy it and then run tests over it. Only if all this passes is the build successful. This validation takes about 1 minute to ... |
Topic: Automating Builds using mqsicreatebar |
craigp
Replies: 41 Views: 34766
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 28, 2011 3:52 pm Subject: Automating Builds using mqsicreatebar |
We actually do filter what gets passed to it...
<include name="test.flows/**/mf*.msgflow"/>
<include name="polisy.claim.cobol.model/**/messageSet.mset"/>
<incl ... |
Topic: Automating Builds using mqsicreatebar |
craigp
Replies: 41 Views: 34766
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 28, 2011 1:53 pm Subject: Automating Builds using mqsicreatebar |
Our builds have always been automated and are now linked in with a Jenkins build server...
Under 7.0.0 there was no workspace validation and our build scripts created workspaces with no more than w ... |