Author |
Message
|
sajtron |
Posted: Tue May 15, 2012 5:54 am Post subject: mqsicreatebar 7.0.0.4 referenced java project |
|
|
Novice
Joined: 31 May 2011 Posts: 24
|
Is anybody experiencing following behaviour after updating WMB toolkit to 7.0.0.4:
-project A is msgflow project and references project B
-project B is msgflow project and references project C
-project C is java project
-building project A using mqsicreatebar ends with BAR without project C jar file
-if project A is directly referencing project C then resulting BAR contains project C jar file
-in first case of building (indirect reference), it is also not needed to specify java project as -p parameter
In version 7.0.0.3 and before it works:
-all referenced projects (even indirect references) must be specified as -p parameter
-it always creates BAR with jar file |
|
Back to top |
|
 |
mqjeff |
Posted: Tue May 15, 2012 5:57 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
I really can't understand what you are saying you are specifying on mqsicreatebar.
Can you please show us the relevant cases in 7.0.0.4 that you are issuing, and relate those to the output you receive? |
|
Back to top |
|
 |
sajtron |
Posted: Tue May 15, 2012 6:01 am Post subject: |
|
|
Novice
Joined: 31 May 2011 Posts: 24
|
mqsicreatebar -data <workspace> -p projectA projectB projectC -o <msgflow from project A> -b mybar.bar
Before 7.0.0.4 it creates mybar.bar with compiled msgflow (specified at -o) and built projectC jar file.
At 7.0.0.4 it creates just compiled msgflow (specified at -o). |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue May 15, 2012 6:08 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
sajtron wrote: |
mqsicreatebar -data <workspace> -p projectA projectB projectC -o <msgflow from project A> -b mybar.bar
Before 7.0.0.4 it creates mybar.bar with compiled msgflow (specified at -o) and built projectC jar file.
At 7.0.0.4 it creates just compiled msgflow (specified at -o). |
Does your message flow in the -o tag ever invoke any Java, either by itself or in any of its subflows?  _________________ MQ & Broker admin |
|
Back to top |
|
 |
sajtron |
Posted: Tue May 15, 2012 6:20 am Post subject: |
|
|
Novice
Joined: 31 May 2011 Posts: 24
|
Yes, it does.
Now I tried it again with 7.0.0.3 and the jar file is inside BAR. |
|
Back to top |
|
 |
|