XmlInvalidOnCommitException when dragging ADF object into structure

Hi all
In the last couple of days I have been getting the following exception when I try to drug something from the component pallete to the structure or to the design window of JDeveloper
oracle.bali.xml.model.XmlInvalidOnCommitException: SEVERE: Required Parameter 'Configuration' id midding from 'BC4JDataControl' [ node = BC4JDataControl ]
<dataControlUsages>
<BC4JDataControl id="TruckIOService" Package="truckio.model" FactoryClass="oracle.adf.model.bc4j.DataControlFactoryImpl" SupportsTransactions="true" SupportsFindMode="true" SupportsRangesize="true" SupportsResetState="true" SupportsSortCollection="true" Configuration="TruckIOServiceLocal" syncMode="Immediate" />
<BC4JDataControl id="TruckIOService1" Package="truckio.model" FactoryClass="oracle.adf.model.bc4j.DataControlFactoryImpl" SupportsTransactions="true" SupportsFindMode="true" SupportsRangesize="true" SupportsResetState="true" SupportsSortCollection="true" syncMode="Immediate" />
</dataControlUsages>
     at oracle.bali.xml.model.XmlModel._validateSubtree(XmlModel.java:3355)
     at oracle.bali.xml.model.XmlModel._validateDocument(XmlModel.java:3266)
     at oracle.bali.xml.model.XmlModel.__precommitTransaction(XmlModel.java:2686)
     at oracle.bali.xml.model.XmlContext.__precommitTransaction(XmlContext.java:1519)
     at oracle.bali.xml.model.XmlContext.__commitTransaction(XmlContext.java:1549)
     at oracle.bali.xml.model.XmlModel.__requestCommitTransaction(XmlModel.java:2719)
     at oracle.bali.xml.model.XmlModel.commitTransaction(XmlModel.java:575)
     at oracle.bali.xml.model.XmlModel.commitTransaction(XmlModel.java:555)
     at oracle.bali.xml.model.task.StandardTransactionTask.__commitWrapperTransaction(StandardTransactionTask.java:413)
     at oracle.bali.xml.model.task.StandardTransactionTask.runThrowingXCE(StandardTransactionTask.java:203)
     at oracle.bali.xml.model.task.StandardTransactionTask.run(StandardTransactionTask.java:98)
     at oracle.adfdt.jdev.transaction.JDevTransactionManager.runTaskUnderTransaction(JDevTransactionManager.java:61)
     at oracle.adf.dt.managers.ApplicationManager.findOrCreateDataControlInApplication(ApplicationManager.java:572)
     at oracle.adf.dt.managers.IteratorManager.initializeIteratorBindingProperties(IteratorManager.java:419)
     at oracle.adf.dt.managers.IteratorManager.createIteratorInstance(IteratorManager.java:401)
     at oracle.adf.dt.managers.IteratorManager.findOrCreateIterator(IteratorManager.java:245)
     at oracle.adf.dt.dbpanel.DataBindingManager$2.run(DataBindingManager.java:956)
     at oracle.adfdt.jdev.transaction.JDevTransactionManager$3.performTask(JDevTransactionManager.java:116)
     at oracle.bali.xml.model.task.StandardTransactionTask.runThrowingXCE(StandardTransactionTask.java:167)
     at oracle.bali.xml.model.task.StandardTransactionTask.run(StandardTransactionTask.java:98)
     at oracle.adfdt.jdev.transaction.JDevTransactionManager.fetchUnderTransaction(JDevTransactionManager.java:110)
     at oracle.adf.dt.dbpanel.DataBindingManager.findOrCreateIteratorBinding(DataBindingManager.java:977)
     at oracle.adf.dt.dbpanel.DataBindingManager$1.run(DataBindingManager.java:1024)
     at oracle.adfdt.jdev.transaction.JDevTransactionManager$3.performTask(JDevTransactionManager.java:116)
     at oracle.bali.xml.model.task.StandardTransactionTask.runThrowingXCE(StandardTransactionTask.java:167)
     at oracle.bali.xml.model.task.StandardTransactionTask.run(StandardTransactionTask.java:98)
     at oracle.adfdt.jdev.transaction.JDevTransactionManager.fetchUnderTransaction(JDevTransactionManager.java:110)
     at oracle.adf.dt.dbpanel.DataBindingManager.createControlBinding(DataBindingManager.java:1102)
     at oracle.adf.dt.dbpanel.DataBindingManager.createControlBinding(DataBindingManager.java:987)
     at oracle.adfdt.view.common.binding.utils.ADFBindingUtils.createControlBinding(ADFBindingUtils.java:99)
     at oracle.adfdtinternal.view.faces.binding.provider.ADFOperationModelProvider.<init>(ADFOperationModelProvider.java:27)
     at oracle.adfdtinternal.view.faces.binding.provider.DefaultADFModelProviderFactory.createModelProvider(DefaultADFModelProviderFactory.java:333)
     at oracle.adfdtinternal.view.common.binding.datatransfer.ADFBindingsProviderInfo.getData(ADFBindingsProviderInfo.java:40)
     at oracle.adfdtinternal.view.common.binding.datatransfer.BaseADFDataInfo.getData(BaseADFDataInfo.java:35)
     at oracle.adfdt.view.common.binding.utils.ADFBindingUtils.getTransferData(ADFBindingUtils.java:1087)
     at oracle.adfdt.view.common.binding.utils.ADFBindingUtils.getTransferModelProvider(ADFBindingUtils.java:1111)
     at oracle.adfdtinternal.view.common.binding.datatransfer.ADFDocumentFragmentCreatorInfo.createDocumentFragment(ADFDocumentFragmentCreatorInfo.java:63)
     at oracle.adfdtinternal.view.common.binding.operation.CreateOperation.apply(CreateOperation.java:89)
     at oracle.bali.xml.model.datatransfer.operation.PerformOperationAction.actionPerformed(PerformOperationAction.java:39)
     at oracle.bali.xml.share.ActionProxy.actionPerformed(ActionProxy.java:47)
     at oracle.bali.xml.gui.swing.dnd.DropMenuInvoker$CleanupProxy.actionPerformed(DropMenuInvoker.java:235)
     at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
     at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
     at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
     at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
     at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
     at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
     at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
     at java.awt.Component.processMouseEvent(Component.java:5488)
     at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
     at java.awt.Component.processEvent(Component.java:5253)
     at java.awt.Container.processEvent(Container.java:1966)
     at java.awt.Component.dispatchEventImpl(Component.java:3955)
     at java.awt.Container.dispatchEventImpl(Container.java:2024)
     at java.awt.Component.dispatchEvent(Component.java:3803)
     at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
     at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
     at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
     at java.awt.Container.dispatchEventImpl(Container.java:2010)
     at java.awt.Window.dispatchEventImpl(Window.java:1774)
     at java.awt.Component.dispatchEvent(Component.java:3803)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
     at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
and sometimes the UI object gets created while sometimes not.
Can anybody give me any info about what is wrong.
I am using JDev 10.1.3.0.4 on SuSE Linux 10.1 with jdk 1.5.0.07
Thanks in advance
Thanassis

Turns out that tthis was due to a problem with the database listener, some intermittent problem maybe with the firewall. I noticed the TSN error further up inthe list of error messages. I was able to run the app with the detail in either facet and appear to have no problem dragging int he structure window.

Similar Messages

  • Why do Images sometimes flip when dragging from bridge into indesign?

    Why do Images sometimes flip orientation when dragging from bridge into indesign? Using a mac.

    That's what I thought was happening with my coworker as well, but she is simply just dragging and placing the image into an empty area. The file she is working with is one that was converted from quark with an add on, would that have any relation to why this is happening?

  • Are there any events to script a component when dragged and dropped into the parsys area?

    are there any events to script a component when dragged and dropped into the parsys area?

    The cq:listeners node of a component's cq:EditConfig has a number of events that fire with relation to the edit mode drag'n'drop stuff. You would probably want to hook one or more of the insert ones (beforeinsert, beforechildinsert, afterinsert, afterchildinsert).

  • About dragging of object into Query panel

    Hai Everyone,
        I have tried to get the shop name in the report level , by dragging shop id into the query panel.
    Actually this resembles a self join in SQL where shop name and shop id are from same table.
    Now I would like to know whether we can display other object which is not dragged into query panel in report level.
    If  yes, Can you please help me out.
    Thanking You

    You can create variables at the report level, using things such as IF THEN ELSE logic.
    Anything that needs to be brought in from the database must be brought in via a query from the query panel.

  • Error when dragging from ftp into bridge

    I just want to share this cautionary tale
    When I drag a file from ftp into bridge I get the following message, "This operation is not permitted. Instead use restore." Then the file is deleted off the ftp site and not added to bridge. Which means I then have to call up the vendor and ask them to upload the file to ftp again because I "accidentally deleted it" - very embarrassing.
    Has anyone else ever seen this? I've googled this and searched in the Adobe Support section with no results.
    Windows Bridge CS3 (2.1.1.9) on XP. FTP was through windows explorer, but I've done it from an ftp app too.

    Lora, that is always the best policy, whether you are downloading via FTP or
    acquiring photos from a flash memory card. Using drag-and-drop, the
    difference between copy and move is all too slight, and if an error occurs
    during a move ... well, you already know the answer.

  • When drag date hierarchy into excel, it list all years , is there anyway to suppress?

    hi , I've created a cube with fact tables and a few dim tables. One of dim is DimDate and I've created a hierarchy year-month-day,
    pretty simple. When I drag this hierarchy to measure sales Amount, it lists all years from 1900 till 2599...  As a matter of fact,
    this cube only contains data of 2014.. is there anyway to only show those data with data?  
    It must be a property setting inside SSAS which I am not aware of.
    thanks
     Hui
    --Currently using Reporting Service 2000; Visual Studio .NET 2003; Visual Source Safe SSIS 2008 SSAS 2008, SVN --

    Hi Cat_ca,
    According to your description, Joson's suggestion is exactly right. We can apply custom filters to control the way that rows are displayed. Rows that do not meet the filtering criteria are hidden. You can filter by one or more columns. Please refer to the
    link below.
    Filter Data in a Table
    Besides, we can apply filters when you import data to control the rows that are loaded into a PowerPivot table. For more information on filtering during import, please refer to the link:
    Change the Rows that Are Imported from a Data Source.
    Regards,
    Charlie Liao
    If you have any feedback on our support, please click
    here.
    Charlie Liao
    TechNet Community Support

  • Post-processing pipeline causes error when placing "SceneGrid" object into 3D scene

    Hi,
    first want to thank you guys for the great work with proscenium and the awesome features.
    I was going through the examples and found a bug. I tried a combination of the examples "TestLines" and "TestPPEncodeDecodeHDR".
    The post processing pipeline somehow manipulates the render sates/vertex program in a way it crashes as soon as it should perform the drawTriangles call for a "SceneGrid" object.
    It does not seem to be related to my particular post processing setup - I tried TestPPBloom and TestPPEncodeDecodeHDR from the examples. The post processing pipeline seems to work fine with a 3DS model (Teapot) .
      //add grid
      scene.addChild(new SceneGrid());
      //setup post-processing
      if(true) {
    instance.createPostProcessingColorBuffer();
    instance.colorBuffer.targetSettings.useHDRMapping = true;
    instance.colorBuffer.targetSettings.kHDRMapping = 4;
    var colorToPrimary:RenderGraphNode = new RenderGraphNodePPElement(instance.colorBuffer, null, RenderGraphNodePPElement.HDR_DECODE, "Decode HDR" );
    colorToPrimary.addStaticPrerequisite(instance.colorBuffer.renderGraphNode);
    instance.renderGraphRoot.clearAllPrerequisite( );
    instance.renderGraphRoot.addStaticPrerequisite(colorToPrimary);
    This gives me the following error:
    Error: Error #3607: Stream 2 is set but not used by the current vertex program.
              at flash.display3D::Context3D/drawTriangles()
              at com.adobe.scenegraph::Instance3D/drawTriangles()[D:\Depots\Proscenium\branches\rel\code\P roscenium\src\com\adobe\scenegraph\Instance3D.as:537]
              at com.adobe.scenegraph::PB3DCompute/compute()[D:\Depots\Proscenium\branches\rel\code\Prosce nium\src\com\adobe\scenegraph\PB3DCompute.as:332]
              at com.adobe.scenegraph::RenderGraphNodePPElement/render()[D:\Depots\Proscenium\branches\rel \code\Proscenium\src\com\adobe\scenegraph\RenderGraphNodePPElement.as:272]
              at com.adobe.scenegraph::Instance3D/render()[D:\Depots\Proscenium\branches\rel\code\Prosceni um\src\com\adobe\scenegraph\Instance3D.as:304]
              at com.adobe.scenegraph::BasicScene/enterFrameEventHandler()[D:\Depots\Proscenium\branches\r el\code\Proscenium\src\com\adobe\scenegraph\BasicScene.as:273]
    Thanks,
    Philipp
    Full Source Code:
    package
              import com.adobe.scenegraph.*;
              import com.adobe.scenegraph.loaders.*;
              import com.adobe.scenegraph.loaders.collada.*;
              import com.adobe.scenegraph.loaders.obj.*;
              import flash.display.*;
              import flash.display3D.*;
              import flash.events.*;
              import flash.geom.*;
              import flash.utils.*;
              public class TestLinesWithPostProcessing extends BasicScene
      override protected function initModels():void
      //add grid
                                  scene.addChild(new SceneGrid());
      //add teapot
    //                              var f:Function = function(event:Event):void { (event.target as ModelLoader).model.addTo(scene); }
    //                              var loader:OBJLoader = new OBJLoader("res/content/teapot.obj");
    //                              loader.addEventListener(Event.COMPLETE, f, false, 0, true);
      //setup post-processing
                                  if(true) {
                                            instance.createPostProcessingColorBuffer();
                                            instance.colorBuffer.targetSettings.useHDRMapping = true;
                                            instance.colorBuffer.targetSettings.kHDRMapping = 4;
                                            var colorToPrimary:RenderGraphNode = new RenderGraphNodePPElement(instance.colorBuffer, null, RenderGraphNodePPElement.HDR_DECODE, "Decode HDR" );
                                            colorToPrimary.addStaticPrerequisite(instance.colorBuffer.renderGraphNode);
                                            instance.renderGraphRoot.clearAllPrerequisite( );
                                            instance.renderGraphRoot.addStaticPrerequisite(colorToPrimary);
      override protected function resetCamera():void
                                  scene.activeCamera.identity();
                                  scene.activeCamera.lookat(new Vector3D(0, 5, -15), new Vector3D(0, 0, 0), new Vector3D(0, 1, 0));

    Hi John,
    Pls check in SXI_CACHE to verify that the BPM(active in Integration Repository) has the latest version active on the ABAP stack.(I am saying this because you mentioned that a mapping step was missing..is it not..)
    go to SXI_CACHE --> Integration Processes(double click), in the list that you get verify that the return code is 0.
    Thanks & Regards,
    Renjith.

  • Error message when dragging wav files into iTunes

    I am getting an error message recently "There is not enough room on '''' to copy all of the requested files. iTunes will copy as many files as possible." No files end up getting copied. I have a 60GB video with only 22 used. I have dragged files before with no problem. I have tried deleting some files that I don't really listen to and it will help to free up some space for one or two more files, but I shouldn't have to do this at this point. Any clues?
    Compaq   Windows XP Pro  

  • NullPointerException when adding an object into a Vector Class

    So here is the code:
    package Image;
    import java.io.Serializable;
    import java.util.Vector;
    public class Album implements Serializable{
    private String name;
    private String password;
    Vector<ImageClass> allImages;
    public Album( String name, String password, Vector<ImageClass> allImages) {
    this.name = name;
    this.password = password;
    this.allImages = allImages;
    public Album() {
    public Vector<ImageClass> getAllImages() {
    return allImages;
    public void setAllImages(Vector<ImageClass> allImages) {
    this.allImages = allImages;
    public String getName() {
    return name;
    public void setName(String name) {
    this.name = name;
    public String getPassword() {
    return password;
    public void setPassword(String password) {
    this.password = password;
    public void addIC(ImageClass ic){
    allImages.add(ic);
    public ImageClass getIC(int pos){
    ImageClass ic = allImages.get(pos);
    return ic;
    Now I got an NullPointerException when I call the getIC Method from another class of another package
    Here is the part of code of that class.
    private void SaveMenuItemActionPerformed(java.awt.event.ActionEvent evt) {                                            
    ImageClass ic = new ImageClass();
    ic.setTitle(ImageTextField.getText());
    ic.setDescription(DescriptionTextArea.getText());
    try {
    ic.setReferenceNumber(Integer.parseInt(ReferenceTextField.getText()));
    } catch (NumberFormatException nfe) {
    JOptionPane.showMessageDialog(null, "Reference Number is not in a correct format");
    try {
    ic.setDate(new SimpleDateFormat("dd/MM/yyyy").parse(DateTextField.getText(), new ParsePosition(0)));
    } catch (IllegalArgumentException iae) {
    JOptionPane.showMessageDialog(null, "Date is not in correct format");
    ic.setImageData(imageData);
    if(a==null){
    JOptionPane.showMessageDialog(this,"Please, create or open an Album");
    }else{
    a.addIC(ic);
    try{
    ObjectOutputStream oos;
    FileOutputStream fos = new FileOutputStream(album, true);
    oos = new ObjectOutputStream(fos);
    oos.writeObject(a);
    oos.flush();
    oos.close();
    }catch(FileNotFoundException fnfe){
    fnfe.printStackTrace();
    }catch(IOException ioe){
    ioe.printStackTrace();
    }

    h1. The Ubiquitous Newbie Tips
    * DON'T SHOUT!!!
    * Homework dumps will be flamed mercilessly. [Feelin' lucky, punk? Well, do ya'?|http://www.youtube.com/watch?v=1-0BVT4cqGY]
    * Have a quick scan through the [Forum FAQ's|http://wikis.sun.com/display/SunForums/Forums.sun.com+FAQ].
    h5. Ask a good question
    * Don't forget to actually ask a question. No, The subject line doesn't count.
    * Don't even talk to me until you've:
        (a) [googled it|http://www.google.com.au/] and
        (b) had a squizzy at the [Java Cheat Sheet|http://mindprod.com/jgloss/jcheat.html] and
        (c) looked it up in [Sun's Java Tutorials|http://java.sun.com/docs/books/tutorial/] and
        (d) read the relevant section of the [API Docs|http://java.sun.com/javase/6/docs/api/index-files/index-1.html] and maybe even
        (e) referred to the JLS for "advanced" questions.
    * [Good questions|http://www.catb.org/~esr/faqs/smart-questions.html#intro] get better Answers. It's a fact. Trust me on this one.
        - Lots of regulars on these forums simply don't read badly written questions. It's just too frustrating.
          - FFS spare us the SMS and L33t speak! Pull your pants up, and get a hair cut!
        - Often you discover your own mistake whilst forming a "Good question".
        - Often you discover that you where trying to answer "[the wrong question|http://blog.aisleten.com/2008/11/20/youre-asking-the-wrong-question/]".
        - Many of the regulars on these forums will bend over backwards to help with a "Good question",
          especially to a nuggetty problem, because they're interested in the answer.
    * Improve your chances of getting laid tonight by writing an SSCCE
        - For you normal people, That's a: Short Self-Contained Compilable (Correct) Example.
        - Short is sweet: No-one wants to wade through 5000 lines to find your syntax errors!
        - Often you discover your own mistake whilst writing an SSCCE.
        - Often you solve your own problem whilst preparing the SSCCE.
        - Solving your own problem yields a sense of accomplishment, which makes you smarter ;-)
    h5. Formatting Matters
    * Post your code between a pair of &#123;code} tags
        - That is: &#123;code} ... your code goes here ... &#123;code}
        - This makes your code easier to read by preserving whitespace and highlighting java syntax.
        - Copy&paste your source code directly from your editor. The forum editor basically sucks.
        - The forums tabwidth is 8, as per [the java coding conventions|http://java.sun.com/docs/codeconv/].
          - Indents will go jagged if your tabwidth!=8 and you've mixed tabs and spaces.
          - Indentation is essential to following program code.
          - Long lines (say > 132 chars) should be wrapped.
    * Post your error messages between a pair of &#123;code} tags:
        - That is: &#123;code} ... errors here ... &#123;code}
        - OR: &#91;pre]&#123;noformat} ... errors here ... &#123;noformat}&#91;/pre]
        - To make it easier for us to find, Mark the erroneous line(s) in your source-code. For example:
            System.out.println("Your momma!); // <<<< ERROR 1
        - Note that error messages are rendered basically useless if the code has been
          modified AT ALL since the error message was produced.
        - Here's [How to read a stacktrace|http://www.0xcafefeed.com/2004/06/of-thread-dumps-and-stack-traces/].
    * The forum editor has a "Preview" pane. Use it.
        - If you're new around here you'll probably find the "Rich Text" view is easier to use.
        - WARNING: Swapping from "Plain Text" view to "Rich Text" scrambles the markup!
        - To see how a posted "special effect" is done, click reply then click the quote button.
    If you (the newbie) have covered these bases *you deserve, and can therefore expect, GOOD answers!*
    h1. The pledge!
    We the New To Java regulars do hereby pledge to refrain from flaming anybody, no matter how gumbyish the question, if the OP has demonstrably tried to cover these bases. The rest are fair game.

  • Should Apple add "Overwrite" option when dragging a file into another?

    Why apple never added a overwrite option? Who would think this is a good idea?!?!? I think they should add overwrite option.

    It's called Replace instead of Overwrite, and it does not need to be added as it is already there.

  • Finder. Dragging a file into a folder I get inside that folder.

    When dragging a file into a folder I get inside that folder instead of staying in the original location. Why?
    This may sound a bit stupid but it did not use to happen before and it's annoying when you are cleaning up a folder and just want to drag and drop some files into different folder and don't want to get into each folder.
    I have tried into finder configurations and nothing.
    Any ideas?

    If you hover hesitantly over a folder during a drag/drop maneuver, the folder will open, rather than just receive the files. The instant that the folder gets that grey background box, release the dragged objects. Practice.

  • Mac Pro + Airport Extreme = Mouse Cursor Chaos Display Issues When Dragging

    Graphic display issues (mouse lag and latency displayed on the screen when dragging an object (photo, window, application, document, etc.) from the top 50% of the screen to the bottom 50% of the screen. Mouse cursor starts to display serious lag and latency and loses ability to stay on the object being dragged anywhere below the 50% horizon line of any display.
    Mac Pro (any model 2007 to current 2009 production) with Airport Extreme installed.
    Symptoms:
    On any object the mouse cursor selects and then drags from anywhere in the upper portion (50%) of the screen display (no matter the display being used) to the bottom portion (50%) of the screen display, shows great lagging and latency as if the cursor is "hanging on for dear life" or as if the processor were running several intense applications and cursor was not responding.
    The mouse cursor fails to stay in concert with the object being dragged anywhere in the lower portion of the screen although is fine in the upper portion of the screen.
    Issue only presents itself when selecting and dragging an object from bottom to top or top to bottom of the display.
    I have deduced that the issue with this "polarity" (i.e. the 50% horizon level of the screen north and south) is due to some magnetic or waveform interference from the Airport Extreme card and most likely due to its position on the motherboard and/or next the the Intel processor. Also could be enhanced by the Bluetooth card which is also located next to this card.
    After checking various Mac Pros (at Apple stores, friends and received via Apple Online store) the common denominator is the Airport Extreme Card. When it is NOT present, no issues are present with display cursor lag; when it IS present, all the above apply.
    No one at Apple seems to realize this issue or cares about it. Ditto for Genius Bar Apple Employees; seems to be a mystery on par with the Bermuda Triangle (which ironically is also magnetically-polarity related.)
    Still waiting for a Apple Product Engineer to contact me and have 3 tickets open with Apple from 3 different Mac Pros on this. Problem first noticed May 2009 although first generation Mac Pro from 2007 also suffered same issues and just now putting the puzzle together on this relationship.
    Any others out there notice this as well? Check it out if you have a Mac Pro and Airport Extreme Card installed inside of it.

    I also have the same exact problem. I have a i5 iMac Mid 2011 with an upgrade to 10.10 Yosemite connected to an external display. I like you never had this issue with Mavericks. Zoom is so painfully slow now that I had to disable it. My iMac has 12 GB of RAM and even with no apps opened, zoom is killer slow.. makes me want to punch a wall-kinda slow.
    I think it's clear to say that something is up with 10.10.. some bug.
    Apple please fix us zoomers

  • Why, since CS6 does DW now use ABSOLUTE image paths when dragging images into Design View from a folder in Finder?!

    While I am grateful the previous issue I had with not being able to drag files into design view at all (in CC and CC2014) was resolved.
    Guys (Adobe), seriously, if you're going to change the functioning of something that used to work just fine, at least supply a way for a user to revert to the old way... I absolutely loathe that I need a legacy version of DW to continue with my current workflow. Please put it back to the way it was, or at least allow a user to chose between the two behaviours.
    If there is a way to do this, without using the Site Manager (which still doesn't work from Finder even with relative to document selected), I would appreciate any guidance.
    As for using the Site Manager (before some smart guy suggests that I just use that) I do not wish to navigate to and create up to 20 "sites" a week and wait for DW to cache them all, when I am already in the folder with the image assets in Finder.
    Also before someone pipes up and says: "You shouldn't be diving sites in design view anyway", I don't... I develop many, many newsletters every week and the folder structure is such that navigation to the actual image folder using the Site Manager would be painful at best.
    I don't really like having to and replace all instances of "file:///Users/me/Work/company/Mailers/Year/wk14/mailer/dev/img/prod5.jpg". It is horrendously wasteful, time-wise.
    Thanks in advance for any helpful replies

    Sorry Murray, DW used to have an idea, my point is that since CS6 its developed a case of Amnesia.
    The "elements" are in the "root" folder as follows:
    newslettername.htm
    img
         imagename.jpg
    So the relative path would be <img src"img/imagename.jpg" />
    However since the change: <img src"file:///Users/me/work/Company/year/week/campaign/img/imagename.jpg" />
    Which is completely useless and needs to be corrected before I upload the html anywhere.
    As for using the site directory, I did answer that in my initial post. I use a laptop, I really don't want a site manager taking half my screen just so I can see the folder structure and navigate with that, especially since I am already at the files I need in Finder.
    Again, this is something that used to work just fine in previous iterations of DW, so I don't believe Adobe is incapable of fixing it nor am I being unreasonable asking for a choice for those that may find the local absolute paths useful in some way. All I want is to be able to chose not to use absolute paths when dragging from Finder.

  • How to preserve size when dragging image into another image?

    When dragging a 5x4in photo into a blank 11x8.5in image, the 5x4 is shrunk more than 50 percent.  Any fix for this?

    In a message dated 9/9/2014 12:28:44 AM Pacific Daylight Time,
    [email protected] writes:
    What are the involved images’ resolutions?
       293.63 pixels/cm into 823.193 pixels/cm
    Have you tried placing the image as a Smart Object?
    No, but just treid with same shrinking.
    Larry in Berkeley, California
    >

  • Cannot drag or move object into mainstoryboard in Xcode 6

    Today when I was using Xcode 6, I found that I cannot drag or move any object into my mainstory board. Also, if I click label, there will be a label stick to the center left and I cannot move it. I don't know why, Please help me!

    I've having the same issue. Very frustrating. FFS Apple!

Maybe you are looking for