Author |
Message |
Topic: XML recurring Sequence vs multiple instances of ComplexType |
wbintegrator
Replies: 12 Views: 6665
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 06, 2015 6:51 am Subject: XML recurring Sequence vs multiple instances of ComplexType |
Don't use array syntax, use references instead. FOR loops make this trivial as fjb_saper showed.
This method also performs better.
Yeah, that's what I did and it does the work perfectly, thanks ... |
Topic: XML recurring Sequence vs multiple instances of ComplexType |
wbintegrator
Replies: 12 Views: 6665
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 06, 2015 6:15 am Subject: XML recurring Sequence vs multiple instances of ComplexType |
which also fails to achieve the desired result
What does the result look like?
An Exception LOL: Array subscript error (same as with MRM domain)
Guess what fjb_saper suggest must be one of the ... |
Topic: XML recurring Sequence vs multiple instances of ComplexType |
wbintegrator
Replies: 12 Views: 6665
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 06, 2015 3:05 am Subject: XML recurring Sequence vs multiple instances of ComplexType |
The desired result (OutpurRoot.MRM) is:
The MRM XML Parser was deprecated a long time ago. Are you using V2.1 still?
You should be using the XMLNSC parser.
What does your ESQL look like?
... |
Topic: XML recurring Sequence vs multiple instances of ComplexType |
wbintegrator
Replies: 12 Views: 6665
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 06, 2015 12:57 am Subject: XML recurring Sequence vs multiple instances of ComplexType |
Hi everybody.
We have a system that requires to receive an XML that contains the data in the form of Recurring sequences (I guess its called multi-instance sequence)
The desired result (OutpurRo ... |
Topic: SQLServer table created by flow not visible until flow end |
wbintegrator
Replies: 10 Views: 8576
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 06, 2015 12:26 am Subject: SQLServer table created by flow not visible until flow end |
In our case, the requirement was to have the immediate commits even if there are partly commited transactions if something goes wrong.
For such cases we have a special exception handling subflow th ... |
Topic: SQLServer table created by flow not visible until flow end |
wbintegrator
Replies: 10 Views: 8576
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 31, 2015 11:52 pm Subject: SQLServer table created by flow not visible until flow end |
Yes, in the JCN, you need to do connection.commit() in the code, there is no configuration.
If the brokers pool gives a problem, you can open your own JDBC connections..
Switched to using conn.c ... |
Topic: SQLServer table created by flow not visible until flow end |
wbintegrator
Replies: 10 Views: 8576
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Mar 15, 2015 6:51 am Subject: SQLServer table created by flow not visible until flow end |
Thanks for your answers guys.
smdavies99 I understand your point and tend to agree, although the design part is closed for discussion right now and we have to work with what we have.
Same for chan ... |
Topic: SQLServer table created by flow not visible until flow end |
wbintegrator
Replies: 10 Views: 8576
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Mar 08, 2015 1:25 am Subject: SQLServer table created by flow not visible until flow end |
Hi everybody,
Before I try the way that works for sure, I want to share the problem here as it is a good oppurunity for learning something new. Here is the overview of the case and the problem:
1. ... |
Topic: Basic Http Authentication in WMB6.1.0.7 |
wbintegrator
Replies: 1 Views: 1922
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Aug 29, 2010 7:24 am Subject: Basic Http Authentication in WMB6.1.0.7 |
Hey,
I've been searching for a couple of days now for a way to implement Basic Http Authentication for HttpInput-oriented flows.
Basicly I have a flow that recieves a request from a browser (ie. ... |
Topic: Soap input problem |
wbintegrator
Replies: 6 Views: 4674
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 15, 2010 5:33 am Subject: Soap input problem |
i know that when i woprk with MQ Input node in case of ann error during the flow, if the error terminals of the flow are not wired it is rolled back to the MQInput node and the treatment is done there ... |
Topic: Soap input problem |
wbintegrator
Replies: 6 Views: 4674
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Feb 14, 2010 6:21 am Subject: Soap input problem |
if i dont wire the faliure trminal the message is lost.
i wired the faliure terminal just to check that the exceptions are been created, i dont need the faliure terminals of the other nodes.
i wan ... |
Topic: Soap input problem |
wbintegrator
Replies: 6 Views: 4674
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Feb 14, 2010 5:35 am Subject: Soap input problem |
Hi.
i am devloping a message flow starting with a Soapinput node.
after devloping the flow during the tests i discovered
that when an exception occures it is not rolling back to the begginig of t ... |
Topic: WMB 6.1 - Importing a multipart wsdl |
wbintegrator
Replies: 0 Views: 1813
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Jan 23, 2010 12:10 pm Subject: WMB 6.1 - Importing a multipart wsdl |
Hello,
I want to invoke a webservice which exposes a multipart WSDL (The WSDL imports another WSDL which in turn imports about ten XSDs).
I have tried downloading the WSDL and imported it into my ... |
Topic: mqsicreatebar huge resources usage |
wbintegrator
Replies: 2 Views: 2525
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 31, 2009 1:58 am Subject: mqsicreatebar huge resources usage |
Hi.
i need to build a java progeam that create bar files.
in the program i call the mqsicreatebar command of ibm.
but when i use the mqsicreatebar it takes huge amount of memoey and cpu usage t ... |
Topic: SSL Client Authentication errors |
wbintegrator
Replies: 1 Views: 4446
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 10, 2009 6:00 am Subject: SSL Client Authentication errors |
Hey,
For several days now i have been trying to access a web service deployed on Message Broker 6.1 with enabled SSL Client Authentication.
My problem arrises when i try to use certficates signed by ... |