Author |
Message
|
paustin_ours |
Posted: Wed Mar 25, 2015 11:13 am Post subject: bar file in toolkit shows as edited |
|
|
Yatiri
Joined: 19 May 2004 Posts: 667 Location: columbus,oh
|
OK this is a strange problem, at least it is to me.
I have a message flow project where i have all the application msgflows
then a project that has only the esql files
now when i create a bar file for a particualr message flow, build and save it i see if in my toolkit.
now when i edit a esql file that has nothing to do with the above message flow. The bar file icon shows up with a little ball which would mean the contents of the bar file has been edited.
My question is why would that be because the esql file that i have edited has nothing to do with this flow.
I even created a dummy esql file and edited it and it is the same thing, the bar file shows as edited.
Am i missing something? Please help. Thanks in advance.[/img] |
|
Back to top |
|
 |
shashivarungupta |
Posted: Wed Mar 25, 2015 6:59 pm Post subject: |
|
|
 Grand Master
Joined: 24 Feb 2009 Posts: 1343 Location: Floating in space on a round rock.
|
What version of broker/toolkit you're using?
Did you check the fix list from IBM , if they 've any fix for the problem that you've been facing on certain version of broker/broker toolkit.
Is that esql file part of some library that's referenced in your project/application, somewhere as a reusable code?
Did you try creating the bar file using command line and have you faced the similar issue?
 _________________ *Life will beat you down, you need to decide to fight back or leave it. |
|
Back to top |
|
 |
paustin_ours |
Posted: Thu Mar 26, 2015 4:51 am Post subject: |
|
|
Yatiri
Joined: 19 May 2004 Posts: 667 Location: columbus,oh
|
I am on 8004. I am not using apps or libs. |
|
Back to top |
|
 |
mqjeff |
Posted: Thu Mar 26, 2015 4:56 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
You are seeing normal behavior. |
|
Back to top |
|
 |
paustin_ours |
Posted: Thu Mar 26, 2015 6:02 am Post subject: |
|
|
Yatiri
Joined: 19 May 2004 Posts: 667 Location: columbus,oh
|
Does that mean as long as any artificat changes in a project, the BAR file that references that project would show as edited? I guess thats why we should be using apps and libs? |
|
Back to top |
|
 |
ganesh |
Posted: Thu Mar 26, 2015 3:09 pm Post subject: |
|
|
Master
Joined: 18 Jul 2010 Posts: 294
|
Quote: |
the esql file that i have edited has nothing to do with this flow. |
Quote: |
artificat changes in a project, the BAR file that references that project |
Which one of your statements is true?
If it is the second statement then it is working as expected.
If the esql file has nothing to do with your projects in the bar file then any changes to the esql file should not affect your bar file. |
|
Back to top |
|
 |
paustin_ours |
Posted: Thu Mar 26, 2015 5:54 pm Post subject: |
|
|
Yatiri
Joined: 19 May 2004 Posts: 667 Location: columbus,oh
|
Quote: |
If the esql file has nothing to do with your projects in the bar file then any changes to the esql file should not affect your bar file. |
apparently this is not true. the esql that I changed Is not related to my flow. It is just in the same project yet the bar file shows as changed |
|
Back to top |
|
 |
rekarm01 |
Posted: Thu Mar 26, 2015 6:16 pm Post subject: Re: bar file in toolkit shows as edited |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 1415
|
paustin_ours wrote: |
The bar file icon shows up with a little ball which would mean the contents of the bar file has been edited. |
Is it a little ball, or an asterisk (*)? An asterisk (*) indicates that an editor has unsaved changes.
It is not normal behavior that editing one resource will result in unsaved changes for a different resource, under any circumstances. |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Mar 27, 2015 4:40 am Post subject: Re: bar file in toolkit shows as edited |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
rekarm01 wrote: |
It is not normal behavior that editing one resource will result in unsaved changes for a different resource, under any circumstances. |
If you have two esql files that are both in the same app,lib, or project and they are both in the same schema, then even if none of the code in the second file is used, changes to the second file should cause the automatic build to flag the bar file as having unsaved changes or being updated. |
|
Back to top |
|
 |
rekarm01 |
Posted: Fri Mar 27, 2015 5:41 pm Post subject: Re: bar file in toolkit shows as edited |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 1415
|
paustin_ours wrote: |
I have a message flow project where i have all the application msgflows
then a project that has only the esql files |
That is an unusual way to organize your projects.
mqjeff wrote: |
If you have two esql files that are both in the same app, lib, or project, and they are both in the same schema, then even if none of the code in the second file is used, changes to the second file should cause the automatic build to flag the bar file as having unsaved changes or being updated. |
Ok, we may be talking about two different things:- In the Application Development view, the circle with slash decorator on the BAR file icon, that indicates that the BAR file is out-of-date
- In the Editor view tab, the asterisk (*) before the BAR file name, that indicates that the BAR file has unsaved changes
My previous comments were about the second thing, so ... never mind. |
|
Back to top |
|
 |
|