Work-around for ObjectListDataProvider bugs?!

Everyone knows that ObjectListDataProvider will only work for showing up results from a List but will not update them if you change data on them, for example.
So, does anyone have any work-arounds they would like to share? I have committed the mistake of beginning a project with SJSC and now I have nowhere to run because it is 80% done and ObjectListDataProvider just won't work.
Also, does anyone know when SJSC 3 will come out? I desperately want this new version.

I have sereral ObjectListDataProvider that are already working (runtime, design time is broken) by having an implemenation that retrieves the list from a Hibernate backend.
I am using JSC Update 1 with all the updates from the update center.
I have since created a new page and now get
Caused by: java.lang.NoClassDefFoundError: com/sun/data/provider/impl/ObjectListDataProvider
What is the best way of resolving this classpath issue?
The complete stacktrace is shown below:
Caught java.lang.reflect.InvocationTargetException in SLP.invokeGetter com.sun.rave.web.ui.component.RadioButton.value
INFORMATIONAL *********** Exception occurred ************ at 5:11 AM on Sep 20, 2006
java.lang.IllegalStateException: [Winsys] TopComponent MVCTC[name=null, peer=[model=current=com.sun.rave.project.jsfloader.JsfJavaEditorSupport$DesignerDesc@15f3a64]] throws runtime exception from its componentOpened() method. Repair it!
[catch] at org.openide.windows.WindowManager.componentOpenNotify(WindowManager.java:254)
at org.netbeans.core.windows.WindowManagerImpl.notifyTopComponentOpened(WindowManagerImpl.java:876)
at org.netbeans.core.windows.Central.addModeOpenedTopComponent(Central.java:583)
at org.netbeans.core.windows.ModeImpl.addOpenedTopComponent(ModeImpl.java:249)
at org.netbeans.core.windows.WindowManagerImpl.topComponentOpen(WindowManagerImpl.java:972)
at org.openide.windows.TopComponent.open(TopComponent.java:279)
at org.openide.windows.TopComponent.open(TopComponent.java:271)
at org.openide.windows.CloneableOpenSupport.openCloneableTopComponent(CloneableOpenSupport.java:164)
at com.sun.rave.project.jsfloader.JsfJavaEditorSupport.access$000(JsfJavaEditorSupport.java:85)
at com.sun.rave.project.jsfloader.JsfJavaEditorSupport$2.run(JsfJavaEditorSupport.java:139)
at org.openide.util.Mutex.doEvent(Mutex.java:1024)
at org.openide.util.Mutex.writeAccess(Mutex.java:330)
at com.sun.rave.project.jsfloader.JsfJavaEditorSupport.open(JsfJavaEditorSupport.java:137)
at org.netbeans.modules.project.ui.ProjectUtilities.openProjectFiles(ProjectUtilities.java:424)
at org.netbeans.modules.project.ui.OpenProjectList.open(OpenProjectList.java:170)
at org.netbeans.modules.project.ui.OpenProjectsTrampolineImpl.openAPI(OpenProjectsTrampolineImpl.java:43)
at org.netbeans.api.project.ui.OpenProjects.open(OpenProjects.java:92)
at com.sun.rave.welcome.WelcomePanel2.openRecentProject(WelcomePanel2.java:192)
at com.sun.rave.welcome.WelcomePanel2.access$800(WelcomePanel2.java:122)
at com.sun.rave.welcome.WelcomePanel2$10.mouseClicked(WelcomePanel2.java:782)
at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:212)
at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:211)
at java.awt.Component.processMouseEvent(Component.java:5491)
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:3901)
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)
==>
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at com.sun.rave.insync.ModelSet.getInstance(ModelSet.java:325)
at com.sun.rave.insync.ModelSet.getInstance(ModelSet.java:307)
at com.sun.rave.insync.Model.getInstance(Model.java:56)
at com.sun.rave.insync.models.FacesModel.getInstance(FacesModel.java:146)
at com.sun.rave.designer.WebForm.isWebFormDataObject(WebForm.java:152)
at com.sun.rave.designer.DesignerServiceProvider.getMultiViewElementForDataObject(DesignerServiceProvider.java:912)
at com.sun.rave.project.jsfloader.JsfJavaEditorSupport$DesignerDesc.createElement(JsfJavaEditorSupport.java:498)
at org.netbeans.core.multiview.MultiViewModel.getElementForDescription(MultiViewModel.java:185)
at org.netbeans.core.multiview.MultiViewModel.getActiveElement(MultiViewModel.java:105)
at org.netbeans.core.multiview.MultiViewModel.getActiveElement(MultiViewModel.java:101)
at org.netbeans.core.multiview.MultiViewPeer.showCurrentElement(MultiViewPeer.java:213)
at org.netbeans.core.multiview.MultiViewPeer.peerComponentOpened(MultiViewPeer.java:190)
at org.netbeans.core.multiview.MultiViewCloneableTopComponent.componentOpened(MultiViewCloneableTopComponent.java:127)
at org.openide.windows.WindowManager.componentOpenNotify(WindowManager.java:252)
at org.netbeans.core.windows.WindowManagerImpl.notifyTopComponentOpened(WindowManagerImpl.java:876)
at org.netbeans.core.windows.Central.addModeOpenedTopComponent(Central.java:583)
at org.netbeans.core.windows.ModeImpl.addOpenedTopComponent(ModeImpl.java:249)
at org.netbeans.core.windows.WindowManagerImpl.topComponentOpen(WindowManagerImpl.java:972)
at org.openide.windows.TopComponent.open(TopComponent.java:279)
at org.openide.windows.TopComponent.open(TopComponent.java:271)
at org.openide.windows.CloneableOpenSupport.openCloneableTopComponent(CloneableOpenSupport.java:164)
at com.sun.rave.project.jsfloader.JsfJavaEditorSupport.access$000(JsfJavaEditorSupport.java:85)
at com.sun.rave.project.jsfloader.JsfJavaEditorSupport$2.run(JsfJavaEditorSupport.java:139)
at org.openide.util.Mutex.doEvent(Mutex.java:1024)
at org.openide.util.Mutex.writeAccess(Mutex.java:330)
at com.sun.rave.project.jsfloader.JsfJavaEditorSupport.open(JsfJavaEditorSupport.java:137)
at org.netbeans.modules.project.ui.ProjectUtilities.openProjectFiles(ProjectUtilities.java:424)
at org.netbeans.modules.project.ui.OpenProjectList.open(OpenProjectList.java:170)
at org.netbeans.modules.project.ui.OpenProjectsTrampolineImpl.openAPI(OpenProjectsTrampolineImpl.java:43)
at org.netbeans.api.project.ui.OpenProjects.open(OpenProjects.java:92)
at com.sun.rave.welcome.WelcomePanel2.openRecentProject(WelcomePanel2.java:192)
at com.sun.rave.welcome.WelcomePanel2.access$800(WelcomePanel2.java:122)
at com.sun.rave.welcome.WelcomePanel2$10.mouseClicked(WelcomePanel2.java:782)
at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:212)
at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:211)
at java.awt.Component.processMouseEvent(Component.java:5491)
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:3901)
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)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
at com.sun.rave.insync.ModelSet.getInstance(ModelSet.java:323)
... 53 more
Caused by: java.lang.NoClassDefFoundError: com/sun/data/provider/impl/ObjectListDataProvider
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
at com.sun.rave.insync.java.LocalJarsOverrideClassLoader.urlClassLoaderLoadClass(LocalJarsOverrideClassLoader.java:99)
at com.sun.rave.insync.java.InSyncSpecializedLocalJarsOverrideClassLoader.loadClass(InSyncSpecializedLocalJarsOverrideClassLoader.java:27)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at org.netbeans.ProxyClassLoader.loadInOrder(ProxyClassLoader.java:564)
at org.netbeans.ProxyClassLoader.smartLoadClass(ProxyClassLoader.java:516)
at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:150)
at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:242)
at com.sun.rave.insync.java.ClassUtil.getClass(ClassUtil.java:54)
at com.sun.rave.insync.beans.BeansUnit.getBeanClass(BeansUnit.java:904)
at com.sun.rave.insync.beans.BeansUnit.getBeanInfo(BeansUnit.java:935)
at com.sun.rave.insync.beans.BeansUnit.bindBean(BeansUnit.java:502)
at com.sun.rave.insync.beans.BeansUnit.bindBeans(BeansUnit.java:442)
at com.sun.rave.insync.beans.BeansUnit.bind(BeansUnit.java:237)
at com.sun.rave.insync.beans.BeansUnit.sync(BeansUnit.java:183)
at com.sun.rave.insync.live.LiveUnitWrapper.sync(LiveUnitWrapper.java:113)
at com.sun.rave.insync.models.FacesModel.syncImpl(FacesModel.java:936)
at com.sun.rave.insync.Model.sync(Model.java:207)
at com.sun.rave.insync.ModelSet.syncAll(ModelSet.java:646)
at com.sun.rave.insync.models.FacesModelSet.syncAll(FacesModelSet.java:1258)
at com.sun.rave.insync.models.FacesModelSet.<init>(FacesModelSet.java:325)
[catch] ... 58 more
*********** Exception occurred ************ at 5:11 AM on Sep 20, 2006
java.lang.NoClassDefFoundError: com/sun/data/provider/impl/ObjectListDataProvider
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
at com.sun.rave.insync.java.LocalJarsOverrideClassLoader.urlClassLoaderLoadClass(LocalJarsOverrideClassLoader.java:99)
at com.sun.rave.insync.java.InSyncSpecializedLocalJarsOverrideClassLoader.loadClass(InSyncSpecializedLocalJarsOverrideClassLoader.java:27)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at org.netbeans.ProxyClassLoader.loadInOrder(ProxyClassLoader.java:564)
at org.netbeans.ProxyClassLoader.smartLoadClass(ProxyClassLoader.java:516)
at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:150)
at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:242)
at com.sun.rave.insync.java.ClassUtil.getClass(ClassUtil.java:54)
at com.sun.rave.insync.beans.BeansUnit.getBeanClass(BeansUnit.java:904)
at com.sun.rave.insync.beans.BeansUnit.getBeanInfo(BeansUnit.java:935)
at com.sun.rave.insync.beans.BeansUnit.bindBean(BeansUnit.java:502)
at com.sun.rave.insync.beans.BeansUnit.bindBeans(BeansUnit.java:442)
at com.sun.rave.insync.beans.BeansUnit.bind(BeansUnit.java:237)
at com.sun.rave.insync.faces.FacesPageUnit.bind(FacesPageUnit.java:376)
at com.sun.rave.insync.beans.BeansUnit.sync(BeansUnit.java:183)
at com.sun.rave.insync.live.LiveUnitWrapper.sync(LiveUnitWrapper.java:113)
at com.sun.rave.insync.models.FacesModel.syncImpl(FacesModel.java:936)
at com.sun.rave.insync.Model.sync(Model.java:207)
at com.sun.rave.insync.Model.sync(Model.java:173)
at com.sun.rave.designer.DesignerTopComp.sync(DesignerTopComp.java:705)
at com.sun.rave.designer.DesignerTopComp.createDesignerPane(DesignerTopComp.java:749)
at com.sun.rave.designer.DesignerTopComp.componentOpened(DesignerTopComp.java:151)
at com.sun.rave.designer.DesignerTopComp.componentShowing(DesignerTopComp.java:779)
at org.netbeans.core.multiview.MultiViewPeer.peerComponentShowing(MultiViewPeer.java:162)
at org.netbeans.core.multiview.MultiViewCloneableTopComponent.componentShowing(MultiViewCloneableTopComponent.java:107)
at org.openide.windows.WindowManager.componentShowing(WindowManager.java:287)
at org.netbeans.core.windows.WindowManagerImpl.componentShowing(WindowManagerImpl.java:924)
at org.netbeans.core.windows.view.DefaultView.changeGUI(DefaultView.java:132)
at org.netbeans.core.windows.ViewRequestor.dispatchRequest(ViewRequestor.java:238)
at org.netbeans.core.windows.ViewRequestor.processRequest(ViewRequestor.java:214)
at org.netbeans.core.windows.ViewRequestor.postRequest(ViewRequestor.java:152)
at org.netbeans.core.windows.ViewRequestor.scheduleRequest(ViewRequestor.java:91)
at org.netbeans.core.windows.Central.activateModeTopComponent(Central.java:1396)
at org.netbeans.core.windows.WindowManagerImpl.topComponentRequestActive(WindowManagerImpl.java:994)
at org.openide.windows.TopComponent.requestActive(TopComponent.java:553)
at com.sun.rave.project.jsfloader.JsfJavaEditorSupport$2.run(JsfJavaEditorSupport.java:140)
at org.openide.util.Mutex.doEvent(Mutex.java:1024)
at org.openide.util.Mutex.writeAccess(Mutex.java:330)
at com.sun.rave.project.jsfloader.JsfJavaEditorSupport.open(JsfJavaEditorSupport.java:137)
at org.netbeans.modules.project.ui.ProjectUtilities.openProjectFiles(ProjectUtilities.java:424)
at org.netbeans.modules.project.ui.OpenProjectList.open(OpenProjectList.java:170)
at org.netbeans.modules.project.ui.OpenProjectsTrampolineImpl.openAPI(OpenProjectsTrampolineImpl.java:43)
at org.netbeans.api.project.ui.OpenProjects.open(OpenProjects.java:92)
at com.sun.rave.welcome.WelcomePanel2.openRecentProject(WelcomePanel2.java:192)
at com.sun.rave.welcome.WelcomePanel2.access$800(WelcomePanel2.java:122)
at com.sun.rave.welcome.WelcomePanel2$10.mouseClicked(WelcomePanel2.java:782)
at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:212)
at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:211)
at java.awt.Component.processMouseEvent(Component.java:5491)
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:3901)
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)
[catch] 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)

Similar Messages

  • [svn:fx-trunk] 13207: Accepted patch for UITextField textHeight property to work around an underlying bug in the player .

    Revision: 13207
    Revision: 13207
    Author:   [email protected]
    Date:     2009-12-23 13:11:43 -0800 (Wed, 23 Dec 2009)
    Log Message:
    Accepted patch for UITextField textHeight property to work around an underlying bug in the player.
    flash.text.TextField does not take into account the leading on the final line of text when measuring itself, yet will scroll if it is not given this extra height. The player has retired this bug.
    Ported componentSmoke test to basicTests.  If this fail it means the player has fixed the bug and we need to remove the workaround.
    QE notes: components/Text/Properties/Text_Properties_tester Checking_Property_textHeight needs to be updated
    Doc notes:
    Bugs: SDK-24461
    Reviewer:
    Tests run: checkintests, mx Label, Panel, TextInput, TextArea and Text
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24461
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UITextField.as
        flex/sdk/trunk/frameworks/tests/basicTests/halo/scripts/TextTestScript.mxml

    Revision: 13207
    Revision: 13207
    Author:   [email protected]
    Date:     2009-12-23 13:11:43 -0800 (Wed, 23 Dec 2009)
    Log Message:
    Accepted patch for UITextField textHeight property to work around an underlying bug in the player.
    flash.text.TextField does not take into account the leading on the final line of text when measuring itself, yet will scroll if it is not given this extra height. The player has retired this bug.
    Ported componentSmoke test to basicTests.  If this fail it means the player has fixed the bug and we need to remove the workaround.
    QE notes: components/Text/Properties/Text_Properties_tester Checking_Property_textHeight needs to be updated
    Doc notes:
    Bugs: SDK-24461
    Reviewer:
    Tests run: checkintests, mx Label, Panel, TextInput, TextArea and Text
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24461
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UITextField.as
        flex/sdk/trunk/frameworks/tests/basicTests/halo/scripts/TextTestScript.mxml

  • Work around for iTunes not working with shuttle

    Well, I have found a work around for the iTunes not working the the Shuttle. It is not pretty, and many of you may not choose to follow my lead. This procedure has a lot of dumb steps in it, but in the end, one can copy data/songs to a Shuttle.
    It involves removing the current iTunes and replacing it with a version that also had a bug in it.( I told you it ain't pretty).
    Procedure:
    1. Go to this url: http://www.apple.com/downloads/macosx/apple/ipod_itunes/itunes802forwindows.html
    2. Download the old 8.0 version of iTunes for Windows.
    3. Remove the current iTunes from your computer. Note after you run the remove utility in Windows, you need to delete the iTune library that isn't removed.
    4. Install iTunes 8.0
    Here is where it gets dumb.
    This version of iTunes has a bug with the USB interface, but there is an easy work around.
    5. Make sure the Shuttle is not connected when you launch iTunes.
    6. After iTunes comeup, attach the Shuttle.
    7. iTunes should see your Shuttle.
    8. Select the music you want to upload, and drag it to the Shuttle.
    9. iTunes will just sit there, so you need to get its attention. To get its attention you must disconnect and reconnect one of your USB devices, just not the Shuttle. Some folks do their mouse, one used a USB drive, and another on used is GPS because he was working from a laptop and did not have a mouse.
    10. In a few moments, iTunes will do its thing and copy your data to the Shuttle. You must do this routine for each copy, so if you develop a Play List, you only have to do step 9 once.
    The getting the old copy of iTunes was my idea, but a gentleman from a year ago figured out the mouse step.
    I am now a happy camper, my Shuttle is full of music again.
    However, I hope Apple finds a fix for the 8.2 problem soon.
    Take care all.

    I stand corrected on the name. By the time I figured out how to copy the songs I had a few other names in mind.
    One of the first things I tried was the Reset utility. After the iTunes restore did not work, I went looking for something else. After using the utility, I connected the iPod and resynced. I had left the Autofill box checked. iTunes autofilled the iPod. I deleted those songs and tried to put a different play list in. It would not copy the songs, iTunes said there was no room even though the play list for the shuffle was empty. I looked at the settings screen and it said the iPod was full. I synced the iPod to my Mac, and that got rid of the "full" indication. That is when I started looking for an older version of iTunes, unfortunately all I could find is a version with the USB bug.

  • Work around for server not found problems on FF36

    I have found a work around for all the people having server not found problems with FF36.
    If you manually set your network adapter DNS to an external DNS server (as opposed to your local ISP) then the problem goes away. I set mine to use the two google DNS servers:
    Preferred: 8.8.8.8
    Alternate: 8.8.4.4
    Not a clue why this works but it is 100% successful on my desktop PC, whereas before I could hardly connect to a webpage with FF36 without multiple page refreshes and much frustration, even though FF35 was fine and rolling back to FF35 was also fine.
    Something has changed in FF36 and either the way it handles DNS or the way it works with some network adapters.
    It is nothing to do with add-ons, profiles or firewall software as I have tried all of these things and only the DNS change made a difference. I even copied over a full working profile and the program files directory for Mozilla from my portable which was having no problems and the problem still existed on the desktop, which is why I started looking at the network adapater since everything else between the working PC and the non working one was identical.
    Hopefully this will help the developers to pin down the real cause of the problem and fix it in the next release.

    Well done. Thanks for finding that.
    That is not only assigned but has an approved patch included in the scheduled Fx36.0.1 release so it should be fixed in few days, watch out for the upgrade.
    * Bug 1093983 - DNS resolver should not use 'ANY' to get cached records for TTL <sup>[https://bugzilla.mozilla.org/show_bug.cgi?id=1093983#c35 c#35]</sup>
    * https://wiki.mozilla.org/Firefox/Channels/Meetings/2015-03-03#Schedule_Update
    With the bug now fixed it would not really be appropriate to add further comment. I do now see another related bug assigned but not being fast tracked, so if all goes well that will probably land in Firefox 39.
    * Bug 1138242 - DNS: Request A and AAAA record types rather than ANY when obtaining TTL on Windows

  • [svn:osmf:] 11238: Cue point sample improvements and added a work around for FM-171 to the TemporalFacet class .

    Revision: 11238
    Author:   [email protected]
    Date:     2009-10-28 12:45:35 -0700 (Wed, 28 Oct 2009)
    Log Message:
    Cue point sample improvements and added a work around for FM-171 to the TemporalFacet class.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-171
    Modified Paths:
        osmf/trunk/apps/samples/framework/CuePointSample/src/CuePointSample.mxml
        osmf/trunk/framework/MediaFramework/org/osmf/metadata/TemporalFacet.as

    Revision: 11238
    Author:   [email protected]
    Date:     2009-10-28 12:45:35 -0700 (Wed, 28 Oct 2009)
    Log Message:
    Cue point sample improvements and added a work around for FM-171 to the TemporalFacet class.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-171
    Modified Paths:
        osmf/trunk/apps/samples/framework/CuePointSample/src/CuePointSample.mxml
        osmf/trunk/framework/MediaFramework/org/osmf/metadata/TemporalFacet.as

  • Is there a work around for my Akai Pro EIE Pro interface to work with mountain lion

    Does anyone have a work around for the Akai EIE Pro Audio interface that just stopped working after the mountain lion upgrade. Akai has no response currently.

    Yep,
    They say they're working on it.
    It ***** though
    effo

  • Got error message with web based application that it would only work on MS Explorer 6.0 or newer. Any work around for this?

    When accessing a web based program I got a message that it could only be accessed using MS Explorer 6.0 or newer. Is there a work around for this?

    There is a way to do this.
    But it works or not, I have no idea.
    Enable  "Develop menu".
    Safari > Preference > Advanced
    Checkmark the box for "Show Develop menu in menu bar".
    Develop menu will appear in the Safari menu bar.
    Click the Develop menu and select "User Agent"
    There are choices. Do not forget to make Safari default again afterwards.

  • In OBIEE mobile apps designer there is no option for multi select prompts?The navigation page gives option only for single select?Is there a work around for this?

    In OBIEE mobile apps designer there is no option for multi select prompts?The navigation page gives option only for single select?Is there a work around for this?

    Nic, for me the iTunes window looks like this, when I connect my iPad 3:
    I select the iPad in the "devices" section of the Sidebar (use: "View > Show Sidebar" if the sidebar is hidden).
    Click the "Apps" tab in the "Devices" pane.
    Scroll all the way down in the Devices pane to "File Sharing" "Apps" section.
    Then do I click "GarageBand" to select the documents in the right panel.
    Which part is different for you? Perhaps you could post a screenshot?
    Regards
    Léonie

  • Work around for shared calendars

    Has anyone found a work around for shared calendars yet? This has to be one of the biggest downfalls of the iPhone, along with the fact it can't search in the mail app.
    If anyone ahs found a work around I'd be very keen to here it.

    I have not used this product but it sounds like it may be able to do what you want.
    http://www.busymac.com/index.html

  • Work around for radio tuner service not working

    A work around for the lack of radio tuner service that has appearently hit Itunes versions lower than 11.
    We all hope that Apple will restore Radio Tuner Service for us legacy products users soon, but I've been thrown under the bus more than once by Apple in the last 25 yrs to put much hope in that (I started with an Apple III w/a Z80 card running C/PM, yeah I'm that old)
    Have your iTunes and your favorite browser open.
    In your browser go to http://vtuner.com/setupapp/guide/asp/BrowseStations/startpage.asp
    This will give you a list of Genre's, etc of streaming internet stations.
    When you select a genre you'll get a list of stations that shows station ID, what type of feed codec and data rate.
    Select any of the AAC or MP3 feeds.
    Select play.
    This will send a small download file to your computer containing the selected feeds URL.
    Your computer will ask what app to use to open the file, select iTunes.
    This will automatically open a file called Internet Songs at the end of Playlists in iTunes (if you don't already have one), and will install the URL there. 
    All the stations you selected will now be permanently stored in Internet Songs.
    Viola, your very own custom personal internet radio playlist!
    GT
    Dual Core 2Ghz G5, 9.22/10.4.11/10.5.8

    Apperently iTunes 11 is not affected (Apple stil makes iTunes11 for the 14 yr old Microsoft XP OS, but not for anything PPCs can run. Go figure)
    "Next door" to Steve was metaphoric, he lived in Los Altos, about 15 miles away, but he cast a big shadow!
    On 9.2.1/10.4.11 differences, some time in the past someone selected 'save file' and checked the box 'don't ask again' on your computers dialog box. That's why you're not given a choice wih the file downloads. I would think that selection should be able to be reversed.
    iTunes 9.2.1/OS10.4.11 puts those downloaded URLs into the Music Libary of iTunes, no matter if it's opened directly, or you click on the file on your desktop. You can create a new playlist, highlight the selection in the Music Libary, and drag it to your new playlist to keep alll the steaming URLs together. NOTE, this only creates an alias, the URL copied by iTunes must remain in the Music Libary. You can then delete the the files on the desktop, if you want. I did multiple stations this way in 9.2.1, they all show in either the new playlist created, or in the Music Libary, and remain after the desktop files are deleted and trash emptied.
    You can switch sations by double clicking them. Another note, all the URLs were all from vtune.
    I hope this helps.
    PS, I forgot how clunky Tiger is compared to Leopard...

  • Work Around For Numbers Crashing

    Work Around For Numbers Users:
    For those of us who have numbers and have had problems with it crashing when scrolling across sheets that have checkboxes try this:  Double select a cell, and use the expanding group to navigate the sheet.  It seems to be stable when doing this.
    3 weeks after the os8 release and still no fix for this?  Pathetic.

    If anyone has been having trouble with upgrading the domain file and iWeb crashes, here is the fix that worked for me:
    http://discussions.apple.com/message.jspa?messageID=5100025#5100025
    *MAKE SURE YOU BACKUP YOUR DOMAIN FILES FIRST!*

  • Work around for User ID 32 character limitation in CCX Agent?

    Are there any kind of creative work arounds for getting past the ridiculous 32 character limit when logging into the CCX Agent?
    We are moving toward using the User Principal Name (UPN) in CUCM LDAP which means that the domain is now tacked onto the end of their existing User IDs.  We are doing this so that users from multiple domains can authenticate to various Cisco tools and apps.  It works very well, except when firing up the Agent!
    I've already been playing around with UPN suffixes, and while I can get them to show up in CUCM (and subsequently), I can't seem to get them to authenticate.
    I shouldn't even have to get this creative, just remove the 32 character limit, Cisco!
    We are running CCX 8.5 and CUCM 8.6

    Hi ,
    I am not aware about any such workarounds.
    After referring to the below guide,
    http://www.cisco.com/en/US/docs/voice_ip_comm/cust_contact/contact_center/crs/express_8_5/configuration/guide/uccx851ag.pdf
    On page 78, it is mentioned as,
    Caution : When logging into Cisco Agent Desktop, agents use the Unified CM user ID and password. While the Unified CM limits agent IDs to 128 alphanumeric characters, the Unified CCX limits agent IDs to 31 alphanumeric characters. Be sure to abide by the 31 character-limit when configuring agents in Unified CM.
    I am sure even if it works by some workarounds also, you may see some issues specially from the CAD\CSD\CDA side, which Cisco will not support it quoting the same above reason.
    Hope it helps,
    Anand
    Please Rate helpful posts !!

  • Work around for 60 column limitation

    All,
    Does anyone know of a work around for the 60 column table limitation?
    Will this be changed in a future release?
    Thank you.

    I also need a workaround for this. I have users that want to download data as excel files, and the built in export to csv was working great until the dynamic sql statement pushed itself to more then 60 columns. Is there some other way to provide a link to the data as csv? Can I hook into the csv functionality of HTML DB? Can I create a page template that modifies the Content-Disposition and/or Content-Type so the browser thinks the page is csv/excel so that I could dump out a clob of data I put together? Should I just have a button that provides a link to something outside HTML DB to query and dump data from the database?
    As it is, the users really don't need to see the data on the screen. I just need a way to dump 60+ columns of data to the user as csv.

  • Work around for Excel's array formulae?

    I have an Excel spreadsheet which I have built over many years to manage maintenance tasks of my boat. I would like to convert this to run on Numbers. Unfortunately I can't find a work-around for Excel's "Array Formulas".
    The column headers of my spreadsheet contain maintenance tasks (plus data on how frequently by days or engine hours these jobs need to done). When I complete a maintenance task, I log the date and engine hours in a new row with an "x" to signify that the job is done. Excel then looks up the date/engine hours when each job was last done (ie the lowest "x") and then uses conditional formatting to highlight the column headers of which jobs are overdue. Is there a work around for this in Numbers?
    I attach an image shot of my Excel spreadsheet which may help:

    Hi Rich,
    Some made-up dates.
    If you have multiple x's in a column, change all but the most recent to "Done" or something other than x This approach looks for the date in Column A that matches a single x in a task column.
    This example works on years. I hope you change your oil and filter more often .
    One Header Row and four Footer Rows. Enter Years between services (D9) from the keyboard.
    To find the date of the last service (the only x in Column D)
    D10 contains this formula:
    =INDEX($A,MATCH("x",D,0))
    You can Fill Right to other columns.
    "Years since" (D11) contains this formula:
    =YEAR(TODAY())-YEAR(D10)
    "Alert" (D12) contains this formula:
    =IF(D11>D9,"Hey, You!", "OK")
    Conditional Formatting in D12 sets the text to red if it equals "Hey, You!"
    It would be best to combine these steps into one complex formula. Numbers is slowed down with each Header or Footer in a Table.
    Regards,
    Ian.

  • Work around for Excel "Array Formula" in Numbers?

    I have an Excel spreadsheet which I have built over many years to manage maintenance tasks of my boat. I would like to convert this to run on Numbers. Unfortunately I can't find a work-around for Excel's "Array Formulas".
    The column headers of my spreadsheet contain maintenance tasks (plus data on how frequently by days or engine hours these jobs need to done). When I complete a maintenance task, I log the date and engine hours in a new row with an "x" to signify that the job is done. Excel then looks up the date/engine hours when each job was last done (ie the lowest "x") and then uses conditional formatting to highlight the column headers of which jobs are overdue. Is there a work around for this in Numbers?

    It not clear from your post, but I get the impression you are inquiring about Numbers for OSX. This is the iOS iWork forum. You may want to repost here: https://discussions.apple.com/community/iwork/numbers
    If I'm wrong, and you are asking about Numbers for iOS, these links may help: http://help.apple.com/numbers/ipad/2.2/#/tan5ca02385
    http://help.apple.com/functions/mac/5.0/
    But Numbers for iOS does not fully support conditional text.

Maybe you are looking for

  • Can not see Apple Pay in Passbook

    When I click on Passbook, I do not have Credit and Debit Cards as the selection below shows, All I can see is Passes. I do have 8.1 and I do have a iPhone 6 Plus. Thank you for any responses ahead of time

  • Moderation Mail Not Work in Exchange 2013

    Hello All, I facing difficulties regarding Moderation Mail. The Moderation mail not send to moderator. also i found that the arbitration mailbox also corrupted. Error: WARNING: The object abc.com/Users/Migration.8f3e7716-2011-43e4-96b1-aba62d229136 h

  • Is it possible to rearrage the order of photos in an album

    I've now succeeded in uploading my photos into separate albums, but even though I named the photos in each album as 1.jpg, 2.jpg, etc., they still do not appear in the order that I want them. Is there some way to get these photos in the order I want

  • Why do iPhoto export slideshows have missing photos

    Hello Everyone I am trying to export slideshows so I can burn to DVD later using iDVD.  But as i review my exported sideshow as a .mov file, it appears to have left out photos and is incomplete, it plays out the full music tracks but it simply is a w

  • Background in table load delay, or slow load

    I just put together this page and things are working pretty well, but I'm not happy with how the background image loads last. First you see the text on the screen, and then you see the image load in from top to bottom. The image is only 96kb, so it s