Trying to undestand container interoperability

Hello !
After a while of reading the different j2ee specs (EJB, JTA, JTS...), I
thought I understood that it is possible for a bean in a container A to
invoke a bean in a container B. The dialog between containers is supposed to
be in RMI-IIOP.
First question : how does it look like from the point of view of the calling
bean ? does it perform a classic lookup like a normal EJB client ? In this
case, the lookup must be performed on the JNDI server of container B no ?
thus it is necessary to specify parameters when instanciating an
InitialContext, no ?
Second question : If the way the calling bean calls the bean in container B
looks like what I wondered in my first question, how can transaction and
security context be propagated to the container B ? Actually, if the bean A
retrieves a stub from the JNDI of B and performs invocation of B, how can
the B stub know that A is currently in a transaction in order to tell it to
B ?
Actually, while writing my questions, it looks like the B stub does not
necessarily talks to container B by using RMI-IIOP. So, what bean A should
do to make container A use RMI-IIOP to talk to B ?
Forgive me if my questions are a bit confused, but I desperately want to
know if and how it is possible to make two beans interoperate between
different containers. And as per the EJB 2 spec, RMI-IIOP seems to be the
solution, I'd like to understand how a bean can make use of this.
Thanks for your patience
Sylvain

Thanks for your reply. I still have a couple of questions...
"Andy Piper" <[email protected]> wrote in message
news:[email protected]..
"Sylvain Laurent" <[email protected]> writes:
Correct, but the lookup actually happens via CosNaming. So the scenariois:
>
Client -> JNDI -> CosNaming -----------> IIOP ----------> CosNaming ->JNDI -> Server
Your figure makes me think that the client instanciates an InitialContext
with the default parameters, no ?
And it has ejb-ref specially declared in its ejb-jar.xml ? Could you provide
me with an example ?
Transactional characteristics are specified in the exported IOR's and
transactions are propagated via OTS.You mean that container B exports an IOR to container A, which in turns will
know how to handle transactions when bean A invoke bean B, correct ?
Because in the case where A makes a direct look-up of bean B with the JNDI
of B, container A has no opportunity to know what's going on, correct ?
>
Actually, while writing my questions, it looks like the B stub does not
necessarily talks to container B by using RMI-IIOP. So, what bean Ashould
>
Why not?Because, for instance WLS uses its own t3 protocol. Thus I can say that if B
is WLS, B stub talks with container B using T3, unless I made a special
thing to force it to use RMI-IIOP.
Forgive me if my questions are a bit confused, but I desperately want to
know if and how it is possible to make two beans interoperate between
different containers. And as per the EJB 2 spec, RMI-IIOP seems to bethe
>
Of course. This has been demonstrated at the last JavaOne.Unfortunately I was not at the last JavaOne. What was the config for the
demo ? What containers ?
Actually I find it quite frustrating not to be able to find any page showing
a kind of step by step procedure to make two containers work together. Do
you know of any such a page ?
Thanks for your support.
Sylvain

Similar Messages

  • The page that you are trying to open contains a movie that is referenced to an incorrect version of

    I programmed a set of quizzes in Director 8.0 for one of my courses about ten years ago and have been updating them since. And, yes, I did purchased 11.5, but can't use it because I can't use printing w POM or a number of other extras anymore. My semester is about to start and Adobe has updated the Shockwave player in Windows over the summer (I think?) causing my quizzes to not work in a web browser. I am getting this message and can't figure out what is causing it:
    The page that you are trying to open contains a movie that is referenced to an incorrect version of the Shockwave player.
    I have been working on this for a day and a half and am stumped. I made two apps in 11.5 for WIndows .exe and Mac .app that partially work, but can't get the quizzes to work in Firefox 13 or IE 9. I searched the web and could not find anything useful.  I found a message in this forum from back in 2009 where someone had a similar problem and Sean WIlson said to add a parameter that specifed Player version =11, but that was back in 2009. I tried that PARAM and still get the error. I tried updating the quiz menu .dcr on the web to 11.5, but that didn't work. With all of the updates lately to browsers, the Shockwave plug-in, and Director 11.5, I don't know what is generating the error.  I am assuming its Shockwave player doesn't like something, but have no idea what this movie reference to an incorrect version of Shockwave player is referring to.  We're up to player 11.6 now.  Do we have to include this in the embed statement or is there something else that is causing this error?  Please help, thanks!
    Edit: Oddly, the quizzes are still working on a MacBook Pro using Firefox 13.0.1.  I don't know what the Shockwave Player version is. On the Windows 7 side of this MacBook running bootcamp, it was running Shockwave Player 11.6.4. I thought maybe I should uninstall it and install the latest 11.6.6, which I did. The latest version of Shockwave made no difference on Windows 7.  I also tried to run the quizzes on an HP laptop running Windows Vista, Firefox 14.0.1 and Shockwave Player 11.6 installed back Jan 2012 accoridng to the Control Panel.  Same error message.  Tried it using IE 8, which just seemed to do a Shockwave update - no problem the quizzes run.

    Send me a Private Message and I'll provide an email address where you could send your DCR and HTML and I'll see if I can help.

  • Error message: The folder (you are trying to move) contains the catalog

    II am trying to move a catalog to an external HD. I am getting an error message: The folder (names folder) contains your LR catalog and cannot be moved while LR is running.
    How can i move the folder within LR without LR running or if I move the catalog out of the folder in MAC Finder, will it impact the synchronicity of the file pATH? Where should the folder containing the catalog be kept? I keep some separate catalogs by year because of the amount of photos that they contain and I "store the catalog file within the LR folder on the HD

    Copy the catalog with Finder to the external. Copying the previews also is optional because if you don't LR will make new ones, but copying over the Previews.lrdata folder to the same location will save time. This is done with LR off. Now double click on the external catalog .lrcat file and LR will launch. After verifying that the new catalog is functioning properly, you can delete the old one from the internal.

  • BC/OpenSSL interoperability for pbeWithSHAAnd3-KeyTripleDES-CBC

    Hi, all. I'm trying to check an interoperability between Bounty Castle's "PBEWITHSHAAND3-KEYTRIPLEDES-CBC" Cipher and OpenSSL's des_ede3_cbc_encrypt(..) <where the key created by PKCS12_key_gen(..)>. I found that the same input, iv and passwd lead to different encrypted results for each one of platforms, inspite of PKCS#12 complience for both of them (at least, as declared). The encrypt-decrypt cycle works fine within each one. <I don't post the code to avoid the message overloading, but if required - I sure do so>.
    1. May be anybody knows - where could I found a standard test vector for "pbeWithSHAAnd3-KeyTripleDES-CBC" algorithm to check which one of two causes a problem?
    2. Has anybody faced with this problem already? <as I checked there's no such postings in the forum>
    Any inputs are highly appreciated and wellcomed, posted or mailed directly.
    Sincerely, Jab.
    [email protected]

    Floersh, hi.
    Thanx a lot for an answer and a comprehensive description. Actually, my problem is more about interoperability of these two <Bounty/OpenSSL>. If we'll talk about Java-side first:
    BC is supposed to support the PKCS#12 password-based KDF algorithm: see Alg.Alias.AlgorithmParameters.PBEWITHSHAAND3-KEYTRIPLEDES=PKCS12PBE. The salt isn't derived form the password, but rather, used as an additional key <since the pkcs12 algorithm requires the salt as one of KDF function arguments>.
    There is no any problem to keep the same IV for both platforms: for JCE-complient PBE providers U may define:
            byte[] IV = {0x01, 0x02, 0x03, 0x04,
                         0x05, 0x06, 0x07, 0x08};
            int iters = 2048;
            PBEKeySpec keyspec = new PBEKeySpec(pwd.toCharArray());
            SecretKeyFactory KFac = SecretKeyFactory.getInstance(K_ALG);
            SecretKey key = KFac.generateSecret(keyspec);
            PBEParameterSpec pars = new PBEParameterSpec(IV, iters);
            Cipher cf = Cipher.getInstance(CRYPT_ALG);
            cf.init(Cipher.DECRYPT_MODE, key, pars);The first problem with the Java side - since the key created by KFac.generateSecret() actually contains the same char[] from the password, and the real cryptografic key, used by 3DES, created on the Cipher.init(..) call, it looks quite tricky to check whether their provider is standards complient. The kdf process may be OK, and the encryption slightly differ from the spec - or, probably, the encryption is fine for the key it has, but the key derivation is non-standard. At least, the straight test shows the DESede encryption is fine:
          DESedeKeySpec keyspec = new DESedeKeySpec(pwdBytes);
          SecretKeyFactory KFac = SecretKeyFactory.getInstance("DESEDE");
          SecretKey key = KFac.generateSecret(keyspec);
          Cipher cf = Cipher.getInstance("DESEDE");
          cf.init(Cipher.DECRYPT_MODE, key);the reasult is the same for both BC and OpenSSL's call
    des_ecb3_encrypt((C_Block *)inBuff,
                     (C_Block *)outBuff,
                     ks1, ks2, ks3,
                     DES_DECRYPT);So, this brings me to conclude the des-part is fine, but the kdf is problematic. But wich one : the key created on Cipher.init(..) by BC, or one, created by OpenSSL's call:
            if(PKCS12_key_gen(pwd,
                              strlen(pwd),
                              IV,
                              IVlen,
                              PKCS12_KEY_ID,
                              2048, /* iters */
                              24, /*DES3_KEY_LEN, */
                              deskey_outBuff,
                              EVP_sha1()) != 1)The last one at least may be checked easely - if I had have a standard test vector.
    Floersh, from your answer and from another your answers to postings I have read in this forum I see, U have a considerable knowledge in the cryptography. Could U recommend additional wide-spread free native crypto packages instead OpenSSL <or Mozilla's JSS/NSS>?
    Thanx ahead,
    Sincerely, Jab.
    [email protected]

  • Eclipse "selection does not contain main type" - but it does contain a main

    Hi!
    I'm having a strange thing happen to me when using the eclipse IDE in a macintosh envirnment.
    I imported a project, complete with package, and all of my classes. and when I try to run my main class, it tells me "selection does not contain main type".
    Which is entirely untrue, the class I am trying to run contains a public static void main(), does anyone know what's going on here?

    the class is quite large, I don't think that it is a problem with the class, because it runs fine on my windows based pc (also in eclipse)...

  • Starnge problem while creating container elements in BPM

    Hi All,
    I am trying to create Container element of category Abstract Interface in BPM. While I try to give Type as the abstract interface created, it not populating the my   abstract interface and says: No obects found.
    Kindly, What could be the reason?
    Thx
    Navin

    Hi,
    You can use abstract sync inteface in the async-sync bridge (sender), using the async abstract interfaces as request and response to the sync abstract interface in the BPM sender properties configuration.
    Regards,
    Bill

  • Container variables in Alert monitoring

    Hello
    I am having interfaces without BPM and I am trying to use container variables facility for that. I defined the container variable in the transaction ALRTCATDEF in which I gave element name same as one of the element from payload.
    My alerts are getting generated but I could'nt see the value populated inside that variable. Does anyone know how to populate that variable. I checked on help.sap.com but there they have mentioned about populating container varaibles through workflow.
    can we use those in normal interfaces i.e. without BPM?
    Thanks in advance.
    Regards
    Rajeev Patkie

    Hi Rajeev,
    Generally, only a certain number of variables' values can be used in the container and text. This list is given here:-
    http://help.sap.com/saphelp_nw04/helpdata/en/d0/d4b54020c6792ae10000000a155106/frameset.htm
    But, I think you will be able to give even application specific values in the alert message. Just check with the following two documentations, also take care of the naming conflicts:-
    1. http://help.sap.com/saphelp_nw04/helpdata/en/53/02153cdcf89e56e10000000a11405a/frameset.htm
    2. http://help.sap.com/saphelp_nw04/helpdata/en/c5/e4b130453d11d189430000e829fbbd/frameset.htm
    Regards,
    Sushumna

  • Keep getting error when trying to use =related function in PowerPivot

    Greetings,
    I have created a relationship between two tables based on a common field in PowerPivot, and whenever I use the =related() function to try and bring data from a field in one table to a field in another table, I keep getting and error message that says:
    The column 'XXXX[xxxx]' either doesn't exist or doesn't have a relationship to any table available in the current context.
    Any ideas? I've made this work before in a different dataset so I'm not sure what I'm missing. I have a feeling it might be really basic, but I'm spinning my wheels here.
    Thanks very much!
    MFW

    Hi MFW,
    This sounds like the table where you are trying to use the RELATED function from is on the
    one side of the one-to-many relationship (i.e. the relationship arrow is pointed towards it). If in reality there is only a
    one-to-one relationship between the data and you only need to bring the data from one table to the over, you can simply reverse the direction of the relationship and the RELATED function will work as expected. If this is not the case then you'll
    need to use RELATEDTABLE instead of RELATED and some kind of aggregation or computation that ensures that a single value is returned  for the column you are trying to get data from. There is also another function called CALCULATE which can be used for
    this scenario.
    Imagine that we have two simple tables: Table1 and Table2...
    Table1
    Column1
    Column2
    1
    A
    2
    B
    Table2
    Column1
    Column2
    1
    AA
    2
    BB
    ...and create a relationship where Table1 is on the many side and Table2 is on the one side i.e. Table1 -> Table2
    We could use a number of methods to pull the the values from Column2 in Table1 into a new Calculated Column in Table2.
    If the column we are trying to pull contains text values then we could use a combination of the CALCULATE and LASTNONBLANK function:
    =CALCULATE(LASTNONBLANK(Table1[Column2], TRUE()))
    If the Table1[Column2] contained only numeric or date values then we could use a combination of the RELATEDTABLE and MAXX functions:
    =
    MAXX(
    RELATEDTABLE(Table1),
    Table1[Column2]
    An alternative to the DAX directly above is to use the CALCULATE and MAX functions:
    CALCULATE(MAX(Table1[Column2]))
    You can learn more about the functions I have referred to below:
    CALCULATE
    LASTNONBLANK
    RELATEDTABLE
    MAXX
    Regards,
    Michael Amadi
    Please use the 'Mark as answer' link to mark a post that answers your question. If you find a reply helpful, please remember to vote it as helpful :)
    Website: http://www.nimblelearn.com, Twitter:
    @nimblelearn

  • JScrollPane containing JPanel HELP!

    Hi again,
    I'll try my luck again!
    Ok, I have a JPanel that uses a GridBagLayout with 3 columns and many rows. Each row is of the form:
    [JLabel][JTextField][JButton]
    Ok. Since I have many of these rows, and my application should be a constant size, I need to somehow make you able to scroll down the list of these labels,textfields and buttons - to the one you want. I have tried making the containing JPanel the viewport of a JScrollPane, however, when I only have a couple of rows of labels, textfields, and buttons, each expands to fit the viewport size - and they turn out looking really dumb.
    How can I get it so that the labels, textfields and buttons are only the height of the text in each?
    Please please, please, please help me.
    sincerely, Edd.

    Chenge the weight (x&y) in the GridBagConstraints of the components you don't want to expand to 0.0. Change the fill to GridBagConstraints.NONE.

  • Can only sync photos by dropping folder on desktop - iPad won't sync photos

    Hi all,
    I've been trying for a couple weeks now to sync photos to my iPad.
    I'm running SL 10.6.2 and have updated to the latest iTunes. I have one hard drive that runs only my OS and my applications and I have a secondary drive that contains all my data including music, videos, photos, documents etc.
    I have been able to repeatedly successfully sync apps, movies, music, and even a pages document to my iPad from the secondary drive through iTunes.
    Every single time I have tried to sync photos it just seems to hang at the Sync in Progress screen for hours. I finally have to cancel because it's obvious the sync will not be successful. This happens whether I have one folder selected with just a dozen photos or several folders selected.
    I am not using iPhoto. I'm simply choosing the folders with the images I'd like to sync from the Photos tab in iTunes when my iPad is connected.
    Today I took one of the folders I was trying to sync containing 12 photos and dropped it on my desktop. The photos synced in seconds and iPad happily said sync complete. Any ideas?
    Is this a quirk with SL 10.6.2, iTunes 9.1, or iPad?
    It's not necessarily a huge issue that I have to move all the photos I want to sync to my main mac drive... but I just really didn't want to clutter my OS drive with data stuff... I prefer to keep them separate. Seems the only way I can sync photos right now, though, is to move them to the main mac drive... even though everything else syncs just fine from the secondary drive...
    Thanks for any help!
    ~ Angela

    It looks like noone has and Idea how to fix this problem ;-(

  • How to provision an account on OUD LDAP using LDAP generic connector?

    I'm almost a newbie regarding OIM (R2 11.1.2.0.0) and I'm trying to learn it, so I think this is definitely a newbie question (please forgive me).
    At present I'm trying to provision an user from OIM to an Application Instance of Oracle Unified Directory 11gR2 (11.1.2.0.0).
    I've carefully followed the path to install generic LDAP connector (ODSEE/OUD/LDAPV3 Connector 11.1.1.5.0), to create IT Resource and Application Instance and to run Lookup reconciliation jobs.
    No error messages here.
    Then, using OIM Self Service GUI, I've created an user and asked for "Request Accounts".
    After Add to Cart and Checkout, on Cart Details in Catalog I tried to define "Container DN" as pointing to "ou=people,dc=example,dc=com" (using ODSM interface I've previously created ou "people" under the base container "dc=example,dc=com").
    I've seen an Oracle example suggesting to search for "MYOUD~people", where MYOUD is the Application Instance name, but in my case the search doesn't return anything.
    Same thing if I try to write "ou=people,dc=example,dc=com" into "Container DN" field.
    So I've left that field blank and started provisioning anyway but on the Account tab the Status for that operation is since then stuck to "Provisioning" (that doesn't surprises me ...).
    Any hints?
    Which mistakes I've made? Had I forgot something?
    How could I check if OUD server is correctly integrated with OIM?
    I tried to check it using Design Console, too, but I'm not skilled enough with the tool.
    Thanks.

    After reconciliations, Lookup.LDAP.Organization displays the correct value (Code="25~ou=people,dc=example,dc=com") but for Lookup.LDAP.Group the expected value ("cn=grouptest1,dc=example,dc=com") is missing (empty list, that one is the only group I've created so far in my test environment).
    By the way, after having created OU and group I didn't restarted neither OUD server nor OIM server but I don't think it's mandatory to do that and, anyway, at least the OU value is shown.
    Edited by: Torun on Feb 12, 2013 8:14 PM

  • How to pass a string variable in a single quote

    Hi,
    I am trying to pass a single quoted string, 'some string', into a concat expression.
    My situation is some thing like
    I have an array of states
    <copy>
    <from>
    <ListOfValues xmlns="http://tbone.coi.test/amis">
    <!-- State -->
    <Value>A</Value>
    <Value>B</Value>
    <Value>C</Value>
    </ListOfValues></from>
    <to variable="StateList"/>
    </copy>
    then I loop through the StateList array to get each state as
    <copy>
    <from variable="StateList" query="/tns:ListOfValues/tns:Value[bpws:getVariableData('iterator')]"></from>
    <to variable="currentState"/>
    </copy>
    I then build an xpath expression like:
    <copy>
    <from expression="concat('/nsxml0:GetSummariesResponse/nsxml1:Summaries[nsxml1:State = ',bpws:getVariableData('currentState'), ']')"></from>
    <to variable="xpath"/>
    </copy>
    As the result, my xpath look like:
    /nsxml0:GetSummariesResponse/nsxml1:Summaries[nsxml1:State = A]
    but I need a state surrounded by single quote as 'A' or xpath query like
    /nsxml0:GetSummariesResponse/nsxml1:Summaries[nsxml1:State = 'A']
    Any ideas how can I single quote a value of bpws:getVariableData('currentState') in my concat expression
    Thanks,
    -V

    Have you tried 'the string contain''s an &apos;'?

  • Cell(Row) Selection not display in OOPS ALV

    Hi all,
    I am not able to get the cell(row) selection in the oops ALV when i called it second time.
    I am displaying some information using oops alv  in 100 screen. After user action on 100 screen i am calling 200 screen with different information which is also display in oops alv. When i displaying information in second time the cell(row) selection is not getting displayed.
    For both ALV the fieldcatelog is different.
    Initially i tried using same container but i face same problem, so i am trying to call second alv in new screen.
    But problem remain same.
    Can anyone help me to solve this problem ?
    Regards
    Nilesh

    hi,
    can u send ur report  so dat i can look furhter to it.and help u out

  • Loading of flat file (csv) into PSA – no data loaded

    Hi BW-gurus,
    We have an issue regarding loading a flat file (csv) into PSA using an infopackage u2013 (BI 7.0)
    The infopackage has been used for a while. Prior the consultants with SAP_ALL-profile have run the infopackage. Now we want a few super users to run the infopackage.
    We have created a role for the super users, including authorization objects:
    Data Warehousing objects: S_RS_ADMWB
    Activity: 03, 16, 23, 63, 66
    Data Warehousing Workbench obj: INFOAREA, INFOOBJECT, INFOPACKAG, MONITOR, SOURCESYS, WORKBENCH
    Data Warehousing Workbench u2013 datasource (version > BW 3.x): S_RS_DS
    Activity: All
    Datasource: All
    Subobject for New DataSource: All
    Sourcesystem: FILE
    Data Warehousing Workbench u2013 infosource (flex update): S_RS_ISOUR
    Activity: Display, Maintain, Request
    Application Component: All
    InfoSource: All
    InfoSource Subobject: All values
    As mentioned, the infopackage in question, has been used by consultants with SAP_ALL-profile for some time, and been working just fine.  When the super users with the new role are executing the infopackage, the records are found, but not loaded into PSA. The load seems to be stuck, but no error message occurs. The file we are trying to load contains only 15 records.
    Details monitor:
    Overall status: Missing messages or warnings (yellow)
    Requests (messages): Everything ok (green)
      ->  Data request arranged (green)
      ->  Confirmed with: OK (green)
    Extraction (messages): Errors occurred (yellow)
      ->  Data request received (green)
      -> Data selection scheduled (green)
      -> 15 Records sent (0 Records received) (yellow)
      -> Data selection ended (green)
    Transfer (IDocs and TRFC): Missing messages (yellow)
    Processing (data packet):  Warnings received (yellow)
      -> Data package 1 (? Records): Missing messages (yellow)
         -> Inbound processing (0 records): Missing messages (yellow)
         -> Update PSA (0 Records posted): Missing messages (yellow)
         -> Processing end: Missing messages (yellow)
    Have we forgotten something? Any assistance will be highly appreciated!
    Cheers,
    Anne Therese S. Johannessen

    Hi,
    Try to use the transaction ST01 to trace the authorization of the upload with the SAP_ALL. 
    And the enhance your Profile for the super user.
    Best regards
    Matthias

  • How do I revert from Mavericks to Mt. Lion?

    I have tried the suggestions contained in similar threads without success.  My configuration may be causing problems.  Here is my configuration and the pathway I would like to use:
    As shown below, I have a MacPro early 2008 running OSX 10.9.  I have an iPhone 4S running iOS 7.0.3.  I back up Time Machine to an external hard drive and also to a separate internal hard drive that occupies one of the bays on my Mac Pro, but it is NOT the same hard drive on which Mavericks resides.
    Before migrating from Mountain Lion 10.8.5 to Mavericks, I did a final backup of Time Machine to each of the two drives mentioned above.  I then proceeded to install Mavericks 10.9.  For me, this was a mistake.  I normally wait until at least three updates have occurred before moving up to the next OS X offering.  The many flaws I have encountered in the way Mavericks currently operates have funally exhausted my patience and I must revert to 10.8.5.
    I would like to make the change using Time Machine for both the Mountain Lion operating system and all of the applications and documents.  If I were going to reinstall Snow Leopard 10.6.8, I would start by reinstalling the OS using the DVD which I have and then I would restore the apps and documents from Time Machine.  However, neither Mavericks nor Mountain Lion have DVDs.  I believe that they both can be installed by Time Machine, but this is where I run aground. I don't know how to make it happen.  I have tried and have been hindered by popup windows telling me I can't change the Applications.  I can't go on from there. I would prefer to dowload from the hard drive version of Time Machine rather than the external drive for the simple reason that the internal hard drive is faster.  If that is not advisable, I am certainly willing to go with the external drive.  It is my understanding that I can restore Mountain Lion directly from Time Machine along with all of the documents and other stored items such as Applications, Library, etc.
    I have tried to do this, but can't seem to get the hang of it.  I need a tutor who knows how to do the job using this path.  Assistance will be greatly appreciated.

    A SIMPLE METHOD FOR REVERTING FROM MAVERICKS BACK TO AN EARLIER OS X VERSION
    There were so many caveats and side issues included on various instructions that didn't apply to me that I thought it was a bit confusing. However, I got the idea that restarting while pressing down the option key would give me access to the Recovery drive. I tried it and it gave me several choices. The top one was irresistible. It says "Restore From Time Machine Backup." I had done full backups using Time Machine to both an internal hard drive on my MacPro and an external hard drive just before installing Mavericks. I clicked on "Restore From Time Machine Backup" and selected the external drive since I wasn't sure that the internal drive would work. The internal backup drive is faster, but I felt the external drive was a safer bet. A window came up asking me to choose which backup I wanted to use. I picked the one I made just before installing Mavericks and it went to work. It took a couple of hours to finish, but as it restarted and Mountain Lion 10.8.5 appeared on the screen, I was totally relieved. I feel liberated. Everything works. No wacky glitches to say "gotcha!"
    When you consider all of the written instructions, many of which are very difficult to follow, this very simple method of restoration is amazingly easy. I hope it helps others who are considering moving to OS X 10.9. Just get a good external Time Machine backup of your present system before you venture.

Maybe you are looking for

  • How Do I Find Out a Folio Version Number

    Hi Guys, So far, everytime I have submitted a folio to the App Store, I have received a variation of the following error: Version Mismatch - Neither CFBundleVersion ['3.4.2.9.91210'] nor CFBundleShortVersionString ['1.0.8'] in the Info.plist match th

  • I've done so many things and i still can't get videos on my iPos

    Ok heres the thing, i will have my video file in iTunes library, and it will be in mpeg4 format. but when i try to add the file to my iPod, an error window pops up to tell me, "Some songs such as "*insert song name here*" cannot be played on the iPod

  • Firewire issues (HD dismounts when plugging in other devices)

    I've got a brand new Mac Pro with a Seagate 1T external firewire drive connected to the firewire port on the back of the computer. I also have a Lexar firewire CF card reader plugged into the firewire port on the front of the computer. Whenever I ins

  • Help! - New Podcast feed in iWeb 2.0

    I have been putting off updating to iWeb 2.0, as I have been following all the problems with it changing the RSS feed and not redirecting your podcast. I have over 3,500 subscribers to my podcast and don't want to risk messing it up. I have read thro

  • Error iOS 7 ocultar aplicaciones

    Al tratar de mover aplicaciones en mi iPhone 4, a la versión final del iOS 7, se me ha ocultado una aplicación. Sólo puedo abrir esta aplicación por buscador. Lo más probable es que sea un error de la versión final del iOS 7. Solicito me puedan ayuda