[tickets] [opensaf:tickets] #20 IMMTOOLS: immcfg support for mixed changes in a transaction (CCB)

2013-09-10 Thread Zoran Milinkovic
- **status**: review -- fixed



---

** [tickets:#20] IMMTOOLS: immcfg support for mixed changes in a transaction 
(CCB)**

**Status:** fixed
**Created:** Tue May 07, 2013 08:47 AM UTC by Zoran Milinkovic
**Last Updated:** Fri Sep 06, 2013 03:29 PM UTC
**Owner:** Zoran Milinkovic

Today immcfg only support one type of change at a time (create, delete, 
modify). This makes more complicated changes fragile since they are not 
protected by an IMM CCB.

A rather easy fix would be to have the immcfg read from stdin and add each line 
to the same CCB, and at end of file commit the CCB. Is is suggested that each 
line of input is of exactly the same syntax as the current command line.

The change will be backwards compatible and just extend immcfg.

Any comments on this idea?

Migrated from:
http://devel.opensaf.org/ticket/2437


---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.--
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=5127iu=/4140/ostg.clktrk___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


[tickets] [opensaf:tickets] #20 IMMTOOLS: immcfg support for mixed changes in a transaction (CCB)

2013-09-06 Thread Zoran Milinkovic
The ticket is reopened.
Hans pointed out that the patch fails to build on Ubuntu 13.04 because of 
missing libdl library in Makefile.am.

http://www.mail-archive.com/opensaf-devel@lists.sourceforge.net/msg00461.html


---

** [tickets:#20] IMMTOOLS: immcfg support for mixed changes in a transaction 
(CCB)**

**Status:** review
**Created:** Tue May 07, 2013 08:47 AM UTC by Zoran Milinkovic
**Last Updated:** Thu Sep 05, 2013 12:55 PM UTC
**Owner:** Zoran Milinkovic

Today immcfg only support one type of change at a time (create, delete, 
modify). This makes more complicated changes fragile since they are not 
protected by an IMM CCB.

A rather easy fix would be to have the immcfg read from stdin and add each line 
to the same CCB, and at end of file commit the CCB. Is is suggested that each 
line of input is of exactly the same syntax as the current command line.

The change will be backwards compatible and just extend immcfg.

Any comments on this idea?

Migrated from:
http://devel.opensaf.org/ticket/2437


---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391iu=/4140/ostg.clktrk___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


[tickets] [opensaf:tickets] #20 IMMTOOLS: immcfg support for mixed changes in a transaction (CCB)

2013-09-06 Thread Zoran Milinkovic
- **status**: fixed -- review



---

** [tickets:#20] IMMTOOLS: immcfg support for mixed changes in a transaction 
(CCB)**

**Status:** review
**Created:** Tue May 07, 2013 08:47 AM UTC by Zoran Milinkovic
**Last Updated:** Thu Sep 05, 2013 12:55 PM UTC
**Owner:** Zoran Milinkovic

Today immcfg only support one type of change at a time (create, delete, 
modify). This makes more complicated changes fragile since they are not 
protected by an IMM CCB.

A rather easy fix would be to have the immcfg read from stdin and add each line 
to the same CCB, and at end of file commit the CCB. Is is suggested that each 
line of input is of exactly the same syntax as the current command line.

The change will be backwards compatible and just extend immcfg.

Any comments on this idea?

Migrated from:
http://devel.opensaf.org/ticket/2437


---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391iu=/4140/ostg.clktrk___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


[tickets] [opensaf:tickets] #20 IMMTOOLS: immcfg support for mixed changes in a transaction (CCB)

2013-09-05 Thread Zoran Milinkovic
default(4.4):

changeset:   4469:452ebf8a4919
tag: tip
user:Zoran Milinkovic zoran.milinko...@ericsson.com
date:Thu Sep 05 14:33:08 2013 +0200
summary: IMMTOOLS: add explicit commit mode to immcfg [#20]



---

** [tickets:#20] IMMTOOLS: immcfg support for mixed changes in a transaction 
(CCB)**

**Status:** fixed
**Created:** Tue May 07, 2013 08:47 AM UTC by Zoran Milinkovic
**Last Updated:** Thu Jul 18, 2013 01:49 PM UTC
**Owner:** Zoran Milinkovic

Today immcfg only support one type of change at a time (create, delete, 
modify). This makes more complicated changes fragile since they are not 
protected by an IMM CCB.

A rather easy fix would be to have the immcfg read from stdin and add each line 
to the same CCB, and at end of file commit the CCB. Is is suggested that each 
line of input is of exactly the same syntax as the current command line.

The change will be backwards compatible and just extend immcfg.

Any comments on this idea?

Migrated from:
http://devel.opensaf.org/ticket/2437


---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391iu=/4140/ostg.clktrk___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


[tickets] [opensaf:tickets] #20 IMMTOOLS: immcfg support for mixed changes in a transaction (CCB)

2013-09-05 Thread Zoran Milinkovic
- **status**: review -- fixed



---

** [tickets:#20] IMMTOOLS: immcfg support for mixed changes in a transaction 
(CCB)**

**Status:** fixed
**Created:** Tue May 07, 2013 08:47 AM UTC by Zoran Milinkovic
**Last Updated:** Thu Jul 18, 2013 01:49 PM UTC
**Owner:** Zoran Milinkovic

Today immcfg only support one type of change at a time (create, delete, 
modify). This makes more complicated changes fragile since they are not 
protected by an IMM CCB.

A rather easy fix would be to have the immcfg read from stdin and add each line 
to the same CCB, and at end of file commit the CCB. Is is suggested that each 
line of input is of exactly the same syntax as the current command line.

The change will be backwards compatible and just extend immcfg.

Any comments on this idea?

Migrated from:
http://devel.opensaf.org/ticket/2437


---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391iu=/4140/ostg.clktrk___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


[tickets] [opensaf:tickets] #20 IMMTOOLS: immcfg support for mixed changes in a transaction (CCB)

2013-07-18 Thread Zoran Milinkovic
- **status**: assigned -- review



---

** [tickets:#20] IMMTOOLS: immcfg support for mixed changes in a transaction 
(CCB)**

**Status:** review
**Created:** Tue May 07, 2013 08:47 AM UTC by Zoran Milinkovic
**Last Updated:** Tue May 07, 2013 08:47 AM UTC
**Owner:** Zoran Milinkovic

Today immcfg only support one type of change at a time (create, delete, 
modify). This makes more complicated changes fragile since they are not 
protected by an IMM CCB.

A rather easy fix would be to have the immcfg read from stdin and add each line 
to the same CCB, and at end of file commit the CCB. Is is suggested that each 
line of input is of exactly the same syntax as the current command line.

The change will be backwards compatible and just extend immcfg.

Any comments on this idea?

Migrated from:
http://devel.opensaf.org/ticket/2437


---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets