Cairngorm 3 & Side effects of Parsley new releases

May be I sound like a noob. But I am curious to know that does any new releases of Parsley effect the current infrastructure of Cairngorm 3 ?
Do we always have to point to a specific version of Parsley to utilize the libraries provided by Cairngorm 3 OR the libraries in Cairngorm 3 continue to work with future releases of Parsley.
Thanks,
MD

Some of the "Cairngorm 3" libraries don't have a dependency on Parsley (such as Observer and PopUp) and so don't break when you upgrade to a new version of Parsley. Others (such as Navigation and Module) do have a dependency on Parsley and may break when you upgrade Parsley. For example Navigation 0.2 doesn't work with Parsley 2.2 since the extension API has changed in 2.2. The good news is that much of the functionality that the Integration library provides is out of the box in 2.2 so you probably don't need Integration any more.
If I was you I'd think hard before using the "Cairngorm 3" libraries that have a dependency on a specific DI implementation.

Similar Messages

  • Path Segment Reshaping feature's unpleasant side effect

    So an apparent side effect of the new Path Segment Reshaping feature is that the direct selection tool now only selects a portion of the path you click on. This is very annoying! It makes it look like your path is non-contiguous. Is there any way to disable Path Segment Reshaping?

    It seems to only happen with curved paths that:
    are not a complete circuit
    have four or more anchor points
    I think this is a bug, though, because if your path is a closed circuit, it doesn't happen, and the path segment reshaping feature continues to work regardless.

  • Side - effect of new org level

    Hi,
    we have parent - derived role concept.
    few roles were added to the system ( 4.6 - > 700) "upload"
    now in 4.6 system one field was maintained as 'org level', which is not in our system (WAS 700)
    uploaded have value $FIELD , however this field is maintained in our system as FIELD with value *
    now if i create FIELD as org level in my system, what are the side effects...
    please advice.
    regards,
    Surpreet

    Martin,
    thanks.
    please advice what is purpose of checkbox 'Test Mode'..
    regards,
    Surpreet
    Going through SAP note 323817 & 754836........... also
    Edited by: Surpreet Singh Bal on Oct 28, 2010 12:00 PM

  • Side effects in SAP BW after support package upload

    Hello!
    I would like to ask whether do You know any side effects executed by installing of a support package (18 and 19)  in SAP BW 3.5.  If so, should any preventive steps be taken before, to avoid those errors.
    Many thanks
    RW

    Thank You for Your answer.
    What I was looking for were all the activities, that are necessary before uploading of a new support package to avoid possible system errors afterwords. As I read on the forum, there are some errors following the SP upgrade like:
    - user can not use some program variants any more
    - customer exits show error messages, because some tables from the base are changed
    - descriptions of new activities in IMG customizing are missing
    etc.
    Well it seems, that the only thing the user can do is to upload SP patches in the correct order and with an exeption of the last one released.
    RW

  • What exactly are side-effects in #pragma no_side_effect?

    Which of the following qualify as side-effects for the purposes of #pragma [no_side_effect|http://docs.sun.com/app/docs/doc/819-5265/bjaby?a=view#bjacp]:
    1. dynamically allocating/deallocating memory using malloc/free or operator new/delete
    2. exiting the function by throwing a C++ exception
    3. temporarily changing the disposition for a signal (e.g., ignoring or suspending a signal)
    4. creating a thread and joining with it

    Thanks for your answers! Just to make sure I understand correctly: accessing the local state of the caller through a parameter is not a side-effect. I.e., in the following snippet the function has_no_side_effects() has no side-effects:
    int get (int *p) { return *p; }
    void set (int *p, int x) { *p = x; }
    void has_no_side_effects () {
        int x;
        int y;
        set (&x, 0);    // not a side-effect (x is local)
        y = get (&x);   // same
    }But in the following, has_side_effects() does:
    void has_side_effects () {
        static int x;
        static int y;
        set (&x, 0);    // side-effect: writing a "global"
        y = get (&x);   // side-effect: reading a "global"
    }Also, reading global const data (i.e., what might be in ROM) is not a side-effect. Correct? E.g.,
    static const int global[] = { 1, 2 };
    void has_no_side_effects () {
        int x;
        int y;
        x = global [0];   // not a side-effect, global is in ROM
        y = global [1];   // same
    }

  • Using Field Blend plug-in, any side effects?

    Cutting an HDV show with lots of action. Camera may have had 'sharpen' mode set too high, but end result is that the action scenes show way too much of the 'interlace lines' in playback on an LCD screen. Distractingly so.
    I used the Field Blend plug-in from Joe's Filters on the whole show, and get a very smooth looking clean result. No interlace lines on LCD screen.
    But! What I'm wondering is: will this have a negative effect when I output the HDV Quicktime master to MPEG2 and DVD?
    Is there some side-effect one has to deal with when using the Field Blend plug-in?
    All ears, thank you,
    Ben

    Are there any side effects of munging two fields
    together? Yes. You are about halving your resolution.
    The show works fine on an NTSC monitor. But the client will be showing it on a lovely new laptop, and also projecting it in a large cinema theatre.
    The thing that puzzles me Patrick, is that I play both versions on a 23 inch Apple HD Cinema monitor and I cannot for the life of me see any difference, other than the 'blended' version is not full of interlace artefacting. I KNOW it's SUPPOSED to be less resolution. But I can't SEE any difference. Maybe on a 35 foot theatre screen?
    Maybe Joe is doing something special with his plug-in?
    B.

  • Side effects of using catmeta.sql?

    Not exactly sure where to put this, but I've been having problems exporting, mostly around the XMLGEN part. It seems that the solution would be to rebuild all the views and whatnot, but since this is a live database, I'd like to know if there are any side effects accompanying using catmeta.sql or any of the related files.
    Thanks in advance!

    Running Oracle9i Enterprise Edition Release 9.2.0.6.0 - Production under Windows XP. The error comes from exporting and comes up as
    Connected to: Oracle9i Enterprise Edition Release 9.2.0.6.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.6.0 - Production
    Export done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    About to export specified users ...
    . exporting pre-schema procedural objects and actions
    . exporting foreign function library names for user TEST
    . exporting PUBLIC type synonyms
    . exporting private type synonyms
    . exporting object type definitions for user TEST
    About to export TEST's objects ...
    . exporting database links
    . exporting sequence numbers
    . exporting cluster definitions
    EXP-00056: ORACLE error 19206 encountered
    ORA-19206: Invalid value for query or REF CURSOR parameter
    ORA-06512: at "SYS.DBMS_XMLGEN", line 83
    ORA-06512: at "SYS.DBMS_METADATA", line 345
    ORA-06512: at "SYS.DBMS_METADATA", line 410
    ORA-06512: at "SYS.DBMS_METADATA", line 449
    ORA-06512: at "SYS.DBMS_METADATA", line 1156
    ORA-06512: at "SYS.DBMS_METADATA", line 1141
    ORA-06512: at line 1
    EXP-00000: Export terminated unsuccessfully

  • Side effects disabling rsh (SUN OS)

    Hello.
    For security reason OS administrators want to disable the rsh on all servers.
    Can anyone list what are the side effects in SAP systems (tools or transactions which would not work anymore) and which could be a workaround?
    Thanks a lot, kind regards,
        Dino

    AFAIK with newer Solaris 10 installations all remote services are disabled by default and the system works. For a single instance rsh is not needed.
    If you configured other rem* commands in SM49 you may need to replace them to use ssh instead.
    Markus

  • How to minimise side effects of any note / Patch Application

    How can one know that what effect a note / Patch is going to have and what all transaction codes it will hit..
    For example i applied one note which seems to have activated a certain schema which was earlier commented out in the system. resulting in the printing of payslip with incorrect details.
    How can one minimize any side effects of any note applied in the system...kindly suggest.
    Regards,
    Ankush

    Dear All,
    The reason i ask this question on this forum is the fact that in the past few instances i have faced certain issues due to application of notes related to form 24Q (these are the oly notes we have applied)
    and the issues are coming in Payroll, in payslips and certain areas which i feel should remain unaffected by the note application...
    However i appreciate all he answers and also would like to urge SAP to maybe release atleast the standard Testing that should be done after a particular Note application. i do not know if this is a reasonable demand but it is always better to have it right from the horses mouth...
    Hope you agree to this........and will garner support for the same......
    Regards
    Ankush

  • How to know side effects of implementing an SAP Note

    Hi All,
    Im new in implementing SAP Note.
    Kindly suggest how to analyize whether implementing an SAP Note will cause some side effect.
    How to do that ,I think just by looking at code can we assure that there will be no side effects.
    Kindly suggest.

    hello,
    the easiest way is to implement note and check the functionality manually for example execute transaction and post document or you could open the correction object (ABAP code) and analyse the correction which ll be imported and how those changes will effect your systems work. if you implemented the note and you noticed that corrections destroyed your previous functionality then you could rollback the note in your development system.
    best regards
    dez_

  • [ANN]: B-Bop Announces New Release of Xfinity (tm) XML Server

    We are pleased to announce the release of the B-Bop Xfinity Server 2.0,
    a native XML server for content and document management applications.
    This new release features enhanced XML Query, built-in caching for
    faster performance, a new web-based administration utility and fully
    automated installation for easy deployment.
    Designed specifically for XML applications, B-Bop Xfinity Server
    provides
    - Native XML Storage and Retrieval using any standard RDBMS
    - XML Query with support for XPATH
    - Scalable XSLT Transformation Engine
    - Real-time Assembly of Content
    - Server-side Rendering of HTML, WML, Text and other formats
    Xfinity 2.0 stores and indexes any well-formed XML document without
    special setup or configuration. It is DTD independent and preserves XML
    structure and element order information. It supports element-level
    queries across one or more documents. Written in Java, Xfinity is based
    on an n-tier architecture and is J2EE compliant. It easily integrates
    with existing web pages, Web servers, content management systems and XML
    authoring tools via well-defined servlet APIs.
    Xfinity 2.0 is available for MS Windows NT 4 and 2000 immediately. A
    version for Sun Solaris operating system will be available within 45
    days. For more information on the product, system requirements and an
    evaluation license please visit:
    http://www.b-bop.com/products_xfinity_server.htm
    Sanjay Manchanda
    B-Bop Associates, Inc.
    Ph : 650-340-2702
    Fax: 650-340-2701
    Email: [email protected]
    http://www.b-bop.com

    We are pleased to announce the release of the B-Bop Xfinity Server 2.0,
    a native XML server for content and document management applications.
    This new release features enhanced XML Query, built-in caching for
    faster performance, a new web-based administration utility and fully
    automated installation for easy deployment.
    Designed specifically for XML applications, B-Bop Xfinity Server
    provides
    - Native XML Storage and Retrieval using any standard RDBMS
    - XML Query with support for XPATH
    - Scalable XSLT Transformation Engine
    - Real-time Assembly of Content
    - Server-side Rendering of HTML, WML, Text and other formats
    Xfinity 2.0 stores and indexes any well-formed XML document without
    special setup or configuration. It is DTD independent and preserves XML
    structure and element order information. It supports element-level
    queries across one or more documents. Written in Java, Xfinity is based
    on an n-tier architecture and is J2EE compliant. It easily integrates
    with existing web pages, Web servers, content management systems and XML
    authoring tools via well-defined servlet APIs.
    Xfinity 2.0 is available for MS Windows NT 4 and 2000 immediately. A
    version for Sun Solaris operating system will be available within 45
    days. For more information on the product, system requirements and an
    evaluation license please visit:
    http://www.b-bop.com/products_xfinity_server.htm
    Sanjay Manchanda
    B-Bop Associates, Inc.
    Ph : 650-340-2702
    Fax: 650-340-2701
    Email: [email protected]
    http://www.b-bop.com

  • Strange Side Effects

    Hi,
    I recently re-organized my Flex projects. I took them out of
    the Flex Builder 3 default folder and put them in an easier
    location. However when I did this I experienced some strange side
    effects. First of all, the ContentAssist does not seem to work
    anymore, and I've tried for several different projects. Also, the
    'Outline' view displays a '!' for root and doesn't display any
    other nodes.
    Also, what seemed stranger is that some code had to be
    tweaked to work again that was working fine before the switch.
    Because there was an old copy of a Site and a new copy, it seemed
    like the 2 merged and so some code was old and some was new.
    So basically I am curious whether there might be some config
    files or something that was altered negatively in the move. I tried
    cleaning all of the projects without any luck.
    Thanks in advance,
    Jesse

    "released87" <[email protected]> wrote in
    message
    news:gqg2vh$5mc$[email protected]..
    > Hi,
    >
    > I recently re-organized my Flex projects. I took them
    out of the Flex
    > Builder
    > 3 default folder and put them in an easier location.
    However when I did
    > this I
    > experienced some strange side effects. First of all, the
    ContentAssist
    > does not
    > seem to work anymore, and I've tried for several
    different projects. Also,
    > the
    > 'Outline' view displays a '!' for root and doesn't
    display any other
    > nodes.
    >
    > Also, what seemed stranger is that some code had to be
    tweaked to work
    > again
    > that was working fine before the switch. Because there
    was an old copy of
    > a
    > Site and a new copy, it seemed like the 2 merged and so
    some code was old
    > and
    > some was new.
    >
    > So basically I am curious whether there might be some
    config files or
    > something that was altered negatively in the move. I
    tried cleaning all of
    > the
    > projects without any luck.
    Did you create a workspace in the new location? I have about
    5 work spaces
    in different locations, and I don't have any of these
    problems. Also, did
    you import the projects into your new workspace?

  • Side effects when using Graphics2D.drawString

    Hi! I am trying to render some texts in different places on a JPanel. I use Graphics2D.drawString(String, float , float). My problem is that the AffineTransform of the Graphics2D-object changes after each time I use the method. Should this really be the case? If so, do I need to reset the transformation object in the Graphics2D-object after each call to Graphics2D.drawString or how should I go about it? An example of a set of code and the yielded output is below:
                        System.out.println("graphics transform (before drawLine): " + g2.getTransform());
                        g2.drawString("test", 150, 50);
                        System.out.println("graphics transform (after drawLine): " + g2.getTransform());
    yields:
    graphics transform (before drawLine): AffineTransform[[1.0, 0.0, 0.0], [0.0, 1.0, 23.0]]
    graphics transform (after drawLine): AffineTransform[[1.0, 0.0, 150.0], [0.0, 1.0, 73.0]]

    Trying to produce a small set of code that reproduces the error made me solve the problem, though I do not understand why. Anyhow, I am using Java 1.4.1, and use Mac OS. Code that reproduces the error is below. By uncomment the line ' g2.setColor(Color.black);', the problem dissapears. But please let me know if anyone have an explanation to why setting a gradient paint makes Graphics2D.drawString have the side effect I described above...
    import java.util.*;
    import java.awt.*;
    import javax.swing.*;
    public class Plotter extends JFrame {
         public Plotter() {
              super("Debug");
              setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
              Dimension contentSize = new Dimension(500, 500);
              pack();
              setSize(contentSize);
              setVisible(true);
         public void paint(Graphics g) {
              super.paint(g);
              Graphics2D g2 = (Graphics2D) g;
              g2.setPaint(new GradientPaint(0, 0, Color.green, 100, 0, Color.red, true));
    //          g2.setColor(Color.black);
              System.out.println("graphics transform (before drawLine): " + g2.getTransform());
              g2.drawString("test", 150, 50);
              System.out.println("graphics transform (after drawLine): " + g2.getTransform());     
         public static void main(String args[]) {
              new Plotter();

  • Side Effects of not installing Java/XDB

    Hi,
    are there any side effects known (10g/11g), when not installing one of the following options:
    Spatial
    Oracle interMedia
    OLAP Catalog
    Oracle XML Database
    Oracle Text
    Oracle Expression Filter
    Oracle Rules Manager
    Oracle Workspace Manager
    Oracle Data Mining
    JServer JAVA Virtual Machine
    Oracle XDK
    Oracle Database Java Packages
    OLAP Analytic Workspace
    Oracle OLAP API
    As I know Java/XDB is mandantory in 11g cause of the new "firewall features" for the packages utl_tcp, utl_mail, utl_http, ...
    Does anybody had interesting side effects, when not not all options/users were installed?
    Thanks
    Marco

    It is only has a side effect when you run applications that require an option that is not installed.
    Install what you need based on your requirements.

  • Advantages&side effects of patches 9-12

    hi Gurus,
      How to know the advantages and side effects of the patches.
      So that i can explain the client if the patches can be applied.
    Thanks in advance

    SAP releases note for every patch level with the improvements. Search in SMP for your SAP GUI version.

Maybe you are looking for

  • Need to Show/hide text on later page dependent on Button

    Ok, I am VERY new to Acrobat forms.  I am trying to use Acrobat X to build a large custom survey PDF form to be used on a variety of Tablet platforms (PC/Android/Mac) so I am trying to limit any "special" coding that different platforms might not sup

  • Is Adobe Media Encoder CS4 always installed on drive c:?

    Since my OS drive C: is fairly full, I installed CS4 Production Suite on drive D:. It's all there, except for Adobe Media Encoder, which is in C:\Program files (x86)\Adobe. Is this behavior unique to Vista x64 or just my PC? It hasn't caused any prob

  • Oracle Discoverer: How to handle null value

    In Oracle Discoverer, I pull data from a folder. When I hit Null value for a column, I want to replace it with data from another folders column. Something like the functionality of "nvl" of a SQL statement. How can I do the following query in Discove

  • Schedule agreement - delivery address

    Hi Team I need your help to know where do I have to update the delivery address in Sch Agreement. I meam I have gnerated the SA and when selecting the item then  delivery adrres If i type address  number it is ok but if I change it to anoter it is wr

  • Mail Notification Setup in Oracle Application on OAF Page Failure

    Hi, I have a requirement to setup the Mail Notification on any kind of error comes on OAF Page. Have any one configure such kind of setup ever? Please help me. Any kind of help would be highly appreciated. Thanks Renu