EDN: Event Misssing after 30 secs if not consumed

I am in a situation, where i need a business event to wait for 1 hour. If the subscriber is down or not available, the Event should not die eventually. It should wait for 1 hour.
Following are the workaround I have done:
1. I have increased the wait time for EDNConfig (*System MBean Browser--Application Defined MBeans--Oracle.as.soainfra.config--soa-server1--EDNConfig*).
By default it was 30000. I have changed it to 3600000. Also I have restarted the server and checked it is not affecting any thing.
2. I have found out a table where I can see it as getting queued, but after few secs it is vanishing from the table. the table is under DEV_SOAINFRA schema, under queues Table: EDN_EVENT_QUEUE_TABLE. Also I have checked all the possible tables whether it is getting stored in any one of them.
Any help will be appreciated.
Thanks in Advance.
Ravi

Hi Ravi,
AQ and JMS provide more configuration options & functionality than EDN for durable subscribers, error queues for undelivered/errored events, retention, and so on. Switching to these implementations might solve your issue.
Kind regards, Ronald

Similar Messages

  • Why iCal cancel of event edits issue is still not fixed after over 2 years?

    Why iCal "cancel of event edits" issue is still not fixed after over 2 years?
    I have been in the software engineering industry for over 14 years, but I have never seen a large corporation being so slow at addressing major issues like these.
    What would it take for Apple to start working on this issue?

    Yup. This is fully ridiculous that you can't cancel your updates once you start. I love the tool but this is on pretty significant issue.
    Sometimes I accidentally move a mtg or make some edit while viewing and you can't back you!!
    If you feel the same way, you should post a note here:
    http://www.apple.com/feedback/ical.html
    Message was edited by: SteveMc10123

  • BPM Studio (11.1.1.7) crashes when I create EDN Event in namespace containing trailing slash

    Hi Everyone!
    Just FYI.
    I've lost a day to find cause of jdev crashing.. and the result is very.. you know.. strange..
    When i'm trying to create EDN Event (*.edl) in namespace that contains a trailng slash - JDev crushes.
    Actually it crashes while rebuilding content of  the Business Catalog folder.
    After jdev restarting, the event appears in Evetns folder under empty (with out name) subfolder.
    But any action that leads to rebuilding the Business Catalog (ex. creating human task definition) ends with jdev crash.
    The error stack see below.
    Regards,
    Oleg.
    Performing action Save All[ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Invoking command: [ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Performing action Event[ from oracle.bpm.fusion.studio.navigator.ProjectNavigatorWindow ]
    Performing action Event[ from oracle.bpm.fusion.studio.navigator.ProjectNavigatorWindow ]
    Dec 02, 2013 7:52:34 PM oracle.ideimpl.index.ProjectTracker$ProjectListener invokeListener
    SEVERE: Exception in FileChangeListener oracle.bpm.fusion.repository.fs.FusionFileSystem$1
    java.lang.IllegalArgumentException: Unable to find typeName 'Events.' on the catalog
      at oracle.bpm.project.io.fs.FileProjectLoader$1.typeAdded(FileProjectLoader.java:262)
      at oracle.bpm.type.catalog.CatalogListeners.fireTypeAdded(CatalogListeners.java:30)
      at oracle.bpm.type.DefaultComponentCatalog.fireTypesAdded(DefaultComponentCatalog.java:1063)
      at oracle.bpm.type.DefaultComponentCatalog.addInternal(DefaultComponentCatalog.java:925)
      at oracle.bpm.type.DefaultComponentCatalog.addNoStore(DefaultComponentCatalog.java:808)
      at oracle.bpm.project.catalog.bundles.ComponentBundleTypeIndex.add(ComponentBundleTypeIndex.java:107)
      at oracle.bpm.project.catalog.bundles.ProjectCatalogComponentBundle.addTypeToCatalog(ProjectCatalogComponentBundle.java:570)
      at oracle.bpm.project.catalog.bundles.ProjectCatalogComponentBundle.access$900(ProjectCatalogComponentBundle.java:84)
      at oracle.bpm.project.catalog.bundles.ProjectCatalogComponentBundle$BusinessCatalogResourceListener.resourceAdded(ProjectCatalogComponentBundle.java:1185)
      at oracle.bpm.project.catalog.recognizer.VFileSystemBundleContext$1.onFileEvent(VFileSystemBundleContext.java:159)
      at oracle.bpm.io.fs.VFileSystem$DispatchEventImmediate.dispatch(VFileSystem.java:284)
      at oracle.bpm.io.fs.VFileSystem.dispatchEvent(VFileSystem.java:195)
      at oracle.bpm.io.fs.VFileSystem.fireEvent(VFileSystem.java:116)
      at oracle.bpm.fusion.repository.fs.FusionFileSystem$1$2.run(FusionFileSystem.java:232)
      at oracle.bpm.fusion.repository.fs.FusionFileSystem$1.filesChanged(FusionFileSystem.java:239)
      at oracle.ideimpl.index.ProjectTracker$ProjectListener.invokeListener(ProjectTracker.java:253)
      at oracle.ideimpl.index.ProjectTracker$ProjectListener.invokeListeners(ProjectTracker.java:243)
      at oracle.ideimpl.index.ProjectTracker$ProjectListener.filesChanged(ProjectTracker.java:226)
      at oracle.ideimpl.index.file.ActiveRootManager$ActiveRootListener.invokeListeners(ActiveRootManager.java:232)
      at oracle.ideimpl.index.file.ActiveRootManager$ActiveRootListener.invokeListeners(ActiveRootManager.java:224)
      at oracle.ideimpl.index.file.ActiveRootManager$ActiveRootListener.notifyEvent(ActiveRootManager.java:207)
      at oracle.ide.net.URLFileSystem.fireURLFileSystemEvent(URLFileSystem.java:2033)
      at oracle.ide.net.URLFileSystem.fireURLFileSystemEvent(URLFileSystem.java:1938)
      at oracle.ide.net.URLFileSystem$1.run(URLFileSystem.java:1373)
      at oracle.ide.net.URLFileSystem$TrackedOutputStream.close(URLFileSystem.java:2456)
      at java.io.FilterOutputStream.close(FilterOutputStream.java:160)
      at oracle.tip.tools.ide.events.util.CreateEventsCommand.doIt(CreateEventsCommand.java:63)
      at oracle.tip.tools.ide.events.projectwizard.JDevProjectBuilder.createIDEProject(JDevProjectBuilder.java:86)
      at oracle.tip.tools.ide.events.projectwizard.EventsProjectCreationWizard.handleFinish(EventsProjectCreationWizard.java:135)
      at oracle.tip.tools.ide.events.projectwizard.EventsProjectCreationWizard.display(EventsProjectCreationWizard.java:122)
      at oracle.tip.tools.ide.events.projectwizard.EventsProjectCreationWizard.display(EventsProjectCreationWizard.java:106)
      at oracle.tip.tools.ide.events.projectwizard.WizardLauncher.invokeWizard(WizardLauncher.java:95)
      at oracle.tip.tools.ide.events.projectwizard.WizardLauncher.invoke(WizardLauncher.java:75)
      at oracle.bpm.fusion.soa.action.provider.CatalogModuleActions$EventAction.run(CatalogModuleActions.java:196)
      at oracle.bpm.ui.action.BaseAction.runWithSelection(BaseAction.java:303)
      at oracle.bpm.ui.action.BaseAction.runWithSelection(BaseAction.java:296)
      at oracle.bpm.fusion.ui.action.IdeMenuAdapter$1.handleEvent(IdeMenuAdapter.java:134)
      at oracle.ide.controller.IdeAction.performAction(IdeAction.java:529)
      at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:897)
      at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:501)
      at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
      at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341)
      at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
      at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
      at javax.swing.AbstractButton.doClick(AbstractButton.java:376)
      at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:833)
      at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:877)
      at java.awt.Component.processMouseEvent(Component.java:6505)
      at javax.swing.JComponent.processMouseEvent(JComponent.java:3320)
      at java.awt.Component.processEvent(Component.java:6270)
      at java.awt.Container.processEvent(Container.java:2229)
      at java.awt.Component.dispatchEventImpl(Component.java:4861)
      at java.awt.Container.dispatchEventImpl(Container.java:2287)
      at java.awt.Component.dispatchEvent(Component.java:4687)
      at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832)
      at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4492)
      at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422)
      at java.awt.Container.dispatchEventImpl(Container.java:2273)
      at java.awt.Window.dispatchEventImpl(Window.java:2719)
      at java.awt.Component.dispatchEvent(Component.java:4687)
      at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:735)
      at java.awt.EventQueue.access$200(EventQueue.java:103)
      at java.awt.EventQueue$3.run(EventQueue.java:694)
      at java.awt.EventQueue$3.run(EventQueue.java:692)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
      at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87)
      at java.awt.EventQueue$4.run(EventQueue.java:708)
      at java.awt.EventQueue$4.run(EventQueue.java:706)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
      at java.awt.EventQueue.dispatchEvent(EventQueue.java:705)
      at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
      at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
      at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
    java.lang.IllegalArgumentException: Unable to find typeName 'Events.' on the catalog
      o.bpm.project.io.fs.FileProjectLoader$1.typeAdded(FileProjectLoader.java:262)
      o.bpm.type.catalog.CatalogListeners.fireTypeAdded(CatalogListeners.java:30)
      o.bpm.type.DefaultComponentCatalog.fireTypesAdded(DefaultComponentCatalog.java:1063)
      o.bpm.type.DefaultComponentCatalog.addInternal(DefaultComponentCatalog.java:925)
      o.bpm.type.DefaultComponentCatalog.addNoStore(DefaultComponentCatalog.java:808)
      o.bpm.project.catalog.bundles.ComponentBundleTypeIndex.add(ComponentBundleTypeIndex.java:107)
      o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle.addTypeToCatalog(ProjectCatalogComponentBundle.java:570)
      o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle.access$900(ProjectCatalogComponentBundle.java:84)
      o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle$BusinessCatalogResourceListener.resourceAdded(ProjectCatalogComponentBundle.java:1185)
      o.bpm.project.catalog.recognizer.VFileSystemBundleContext$1.onFileEvent(VFileSystemBundleContext.java:159)
      o.bpm.io.fs.VFileSystem$DispatchEventImmediate.dispatch(VFileSystem.java:284)
      o.bpm.io.fs.VFileSystem.dispatchEvent(VFileSystem.java:195)
      o.bpm.io.fs.VFileSystem.fireEvent(VFileSystem.java:116)
      o.bpm.fusion.repository.fs.FusionFileSystem$1$2.run(FusionFileSystem.java:232)
      o.bpm.fusion.repository.fs.FusionFileSystem$1.filesChanged(FusionFileSystem.java:239)
      o.ii.index.ProjectTracker$ProjectListener.invokeListener(ProjectTracker.java:253)
      o.ii.index.ProjectTracker$ProjectListener.invokeListeners(ProjectTracker.java:243)
      o.ii.index.ProjectTracker$ProjectListener.filesChanged(ProjectTracker.java:226)
      o.ii.index.file.ActiveRootManager$ActiveRootListener.invokeListeners(ActiveRootManager.java:232)
      o.ii.index.file.ActiveRootManager$ActiveRootListener.invokeListeners(ActiveRootManager.java:224)
      o.ii.index.file.ActiveRootManager$ActiveRootListener.notifyEvent(ActiveRootManager.java:207)
      o.i.net.URLFileSystem.fireURLFileSystemEvent(URLFileSystem.java:2033)
      o.i.net.URLFileSystem.fireURLFileSystemEvent(URLFileSystem.java:1938)
      o.i.net.URLFileSystem$1.run(URLFileSystem.java:1373)
      o.i.net.URLFileSystem$TrackedOutputStream.close(URLFileSystem.java:2456)
      j.io.FilterOutputStream.close(FilterOutputStream.java:160)
      o.tip.tools.ide.events.util.CreateEventsCommand.doIt(CreateEventsCommand.java:63)
      o.tip.tools.ide.events.projectwizard.JDevProjectBuilder.createIDEProject(JDevProjectBuilder.java:86)
      o.tip.tools.ide.events.projectwizard.EventsProjectCreationWizard.handleFinish(EventsProjectCreationWizard.java:135)
      o.tip.tools.ide.events.projectwizard.EventsProjectCreationWizard.display(EventsProjectCreationWizard.java:122)
      o.tip.tools.ide.events.projectwizard.EventsProjectCreationWizard.display(EventsProjectCreationWizard.java:106)
      o.tip.tools.ide.events.projectwizard.WizardLauncher.invokeWizard(WizardLauncher.java:95)
      o.tip.tools.ide.events.projectwizard.WizardLauncher.invoke(WizardLauncher.java:75)
      o.bpm.fusion.soa.action.provider.CatalogModuleActions$EventAction.run(CatalogModuleActions.java:196)
      o.bpm.ui.action.BaseAction.runWithSelection(BaseAction.java:303)
      o.bpm.ui.action.BaseAction.runWithSelection(BaseAction.java:296)
      o.bpm.fusion.ui.action.IdeMenuAdapter$1.handleEvent(IdeMenuAdapter.java:134)
      o.i.controller.IdeAction.performAction(IdeAction.java:529)
      o.i.controller.IdeAction.actionPerformedImpl(IdeAction.java:897)
      o.i.controller.IdeAction.actionPerformed(IdeAction.java:501)
      jx.s.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
      jx.s.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341)
      jx.s.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
      jx.s.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
      jx.s.AbstractButton.doClick(AbstractButton.java:376)
      jx.s.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:833)
      jx.s.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:877)
      j.a.Component.processMouseEvent(Component.java:6505)
      jx.s.JComponent.processMouseEvent(JComponent.java:3320)
      j.a.Component.processEvent(Component.java:6270)
      j.a.Container.processEvent(Container.java:2229)
      j.a.Component.dispatchEventImpl(Component.java:4861)
      j.a.Container.dispatchEventImpl(Container.java:2287)
      j.a.Component.dispatchEvent(Component.java:4687)
      j.a.LightweightDispatcher.retargetMouseEvent(Container.java:4832)
      j.a.LightweightDispatcher.processMouseEvent(Container.java:4492)
      j.a.LightweightDispatcher.dispatchEvent(Container.java:4422)
      j.a.Container.dispatchEventImpl(Container.java:2273)
      j.a.Window.dispatchEventImpl(Window.java:2719)
      j.a.Component.dispatchEvent(Component.java:4687)
      j.a.EventQueue.dispatchEventImpl(EventQueue.java:735)
      j.a.EventQueue.access$200(EventQueue.java:103)
      j.a.EventQueue$3.run(EventQueue.java:694)
      j.a.EventQueue$3.run(EventQueue.java:692)
      j.security.AccessController.doPrivileged(Native Method)
      j.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
      j.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87)
      j.a.EventQueue$4.run(EventQueue.java:708)
      j.a.EventQueue$4.run(EventQueue.java:706)
      j.security.AccessController.doPrivileged(Native Method)
      j.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
      j.a.EventQueue.dispatchEvent(EventQueue.java:705)
      j.a.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
      j.a.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
      j.a.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
      j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
      j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
      j.a.EventDispatchThread.run(EventDispatchThread.java:91)

    After I changed JDK from 1.7 back to 1.6 (Java 6 Update 45, 64bit) to run JDev, it worked fine.
    To do this, set Java Home in jdev.conf file in %MW_HOME%/jdeveloper/jdev/bin.
    For example: SetJavaHome C:\Program Files\Java\jdk1.6.0_45
    Certification information: Oracle JDeveloper and Application Development Framework 11g
    32 bit JDK required for profiling features.
    64 bit JDK supported for Windows as of JDeveloper 11.1.1.4.0
    For JDK 6, update 39 or later is recommended; for JDK 7, update 10 or later is recommended
    JDeveloper bundles Integrated WLS 10.3.5, which does not support JDK 7. To use JDK 7 for JDeveloper and Integrated WLS, you can install WLS 10.3.6 separately and create an "Integrated Server" connection to it from JDeveloper
    On Mac OS 10.5 Java for Mac OS X 10.5 Update 8 or later is recommended, on Mac OS 10.6 Java for Mac OS X 10.6 Update 3 or later is recommended
    My Environment:
    Windows Server 2008 R2 SP1 64 Bit
    Weblogic Server 10.3.5
    JDeveloper 11.1.1.7.0
    Hope it helps.
    Zaka Lei

  • How do I add web part in the event receiver after the site is provisioned in SP 2010?

    How do I add web part in the event receiver after the site is provisioned in SP 2010?

    You try the below steps:
    1. Use long operation to provision the site, so that it does not time out in process.
    2. After provisioning, you can add a page or add the web part directly to landing page of site.
    For each of the above steps you can find the sample code pieces.
    if you couldn't get that, let me know. I will share with you.
    Thanks, Ashish If my response has helped you, please mark as answer.

  • HT1296 red dot events in iphone calendar do not sync to outlook, only blue dot events

    In first calendar sync with outlook after setting up iCloud account, there are numerous double entries for events on iPhone calendar, one with red dot and the other with blue dot. Also, some of red dot events on iPhone calendar do not sync to Outlook. How do I fix this?

    In first calendar sync with outlook after setting up iCloud account, there are numerous double entries for events on iPhone calendar, one with red dot and the other with blue dot. Also, some of red dot events on iPhone calendar do not sync to Outlook. How do I fix this?

  • What does "After Effects error: Not enough memory to initialize PSL. ( 83 :: 8 )" mean?

    So, about a week ago I did a fresh install of 64-bit Windows 7 Ultimate on a new PC, and subscribed to the Adobe Creative Cloud, installing After Effects CS6 and Photoshop CS6 from the Adobe Application Manager, then doing all updates (and I just checked right now at 10:35PM on July 26th, I have the latest versions of everything).
    After Effects was working completely normal, then just now, I tried to import a Photoshop .psd and I got the error message:
    After Effects error: Not enough memory to initialize PSL.
    ( 83 :: 8 )
    Then After Effects crashed. So now it opens up normally, but when I try to import a .psd or open an After Effects project saved from an earlier version of After Effects (CS3 to CS5) I get the same error and a crash, every single time.
    Searching the forums, I see people talking about this error when importing .psds into CS5, and they say that getting the latest updates solved the issue for them (which obviously can't help me). I'm running all legit software on a brand new computer with 32 GB of RAM which has passed all my physical stress tests so I know it's not hardware related.
    The one thing I saw people suggest is to hold down Ctrl-Alt-Shift when starting the program. When I do this, Windows asks if I want to allow After Effects to make changes to the system, and when I say yes, I can import .psds and open the older AE files. When I close After Effects and reopen it without holding down the Ctrl-Alt-Shift keys, it goes right back to crashing.
    Obviously the smart-*** answer is "then hold down Ctrl-Alt-Shift, dummy", and I'll do that for now, but is there any clue what the problem is?
    I feel like kind of a chump because I decided to stop using my student versions of Adobe software (I haven't been a student for about four years) and pay the full price for the cloud membership and the latest creative suite, and it's full of bugs.

    Now, I get the same ( 83 :: 8 ) error listed above, followed by a new dialog window that reads:
    After Effects error: Crash in progress. Last logged message was: <4488> <DynamicLink> <5> C:\Program Files\Adobe\Adobe Premiere Pro CS6\Adobe Premiere Pro.exe
    Then, when I click OK, I get:
    After Effects can't continue: sorry, After Effects has crashed. For After Effects Help and Support, go to http://www.adobe.com/go/learn_ae_support. If you still can't resolve the issue, please contact Adobe Technical Support (2).
    ( 0 :: 42 )
    Clicking OK to that gives me a chance to save the latest project, then the standard Windows 7 crash dialog window opens, the one that gives me the choice of "Check online for a solution and close the program" or just "Close the program" and lets me View problem details, which are:
    Problem signature:
      Problem Event Name:          APPCRASH
      Application Name:          AfterFX.exe
      Application Version:          11.0.0.378
      Application Timestamp:          4f6d63ab
      Fault Module Name:          StackHash_a85b
      Fault Module Version:          6.1.7601.17725
      Fault Module Timestamp:          4ec4aa8e
      Exception Code:          c0000374
      Exception Offset:          00000000000c40f2
      OS Version:          6.1.7601.2.1.0.256.1
      Locale ID:          1033
      Additional Information 1:          a85b
      Additional Information 2:          a85ba096cc6b6acabe6eaf35bf34dc60
      Additional Information 3:          f862
      Additional Information 4:          f86227a9dfa15a47cdb6c94bb0d08360

  • Which event dispatched after text selection done on spark text area in Apple iPad using Adobe Flex 4

    I need to know which event triggered after text selection done in Apple iPad. This way i have done in desktop air app code (mouse events)
    protected function txtEditor_mouseUpHandler(event:MouseEvent):void
                if(txtEditor.selectionAnchorPosition != txtEditor.selectionActivePosition){
                    showNoteToolBar(event);
                    txtEditor.focusEnabled = true;
                    txtEditor.setFocus();
    But in Apple iPad how to achieve through "Touch Event" ? And also i need how to hide all context menu on Spaek TextArea?. Why Touch.End event is not fired after place cursor on text area ?
    Please help me !

    Ok, so I finally got it working but this is not ideal at all. Adobe really needs to give us some direction on how to properly deal with font embedding and TLF now that the release build breaks all functionality with loading runtime fonts and TLF.
    Problem:
    I am embedding collections of fonts (faces) into single family classes. Each individual face is registered with Font.registerFont(). I need to do this because I have to have mixed fonts within text flows - at least according to Alex H's recent blog post.
    Fonts do not display in TLF without doing the following:
    1. GlobalSettings.resolveFontLookupFunction = null;
    2. editor.textFlow.flowComposer.swfContext = ISWFContext(this.getFontContext("AnyFamilyNameFromAnyFontEmbedded", false, false, FontLookup.EMBEDDED_CFF));
    3. Instead of #2, use editor.textFlow.invalidateAllFormats();
    Either #2 or #3 need to be performed. If I have a spark richEditableText control in MXML with defined familes from the loaded fonts. I even tried placing the control into a separate state so it wasn't created until after the fonts were loaded... I still needed to invalidate the formats or set the context.
    The "AnyFamilyNameFromAnyFontEmbedded" does not need to be all of the embedded family names. It only needs to be one of them. Once one is used, all embedded fonts work. Also, I have to use the internal namespace to even get access to getFontContext, another oddity that, in my humble opinion, should never be necessary to create mixed style TLF content.
    My questions are then:
    1. Why am I required to use ISWFContext if I am using Font.registerFont()?
    2. Why is GlobalSettings.resolveFontLookupFunction = null; also required for this to work?
    3. What is the recommended workflow to embed fonts from multiple SWF files into the release build and have it work without having to jump through all these hoops?

  • Entourage Calendar Events: Dates and times are not being saved accurately

    After an event has been created and saved, the date and time will change pushing the event forward, but not consistently. Some events jump forward a few hours others an entire day or more. I've been using this program for many years without fault but this problem started several days ago after a recent automated software update. It is not only happening with newly created events, it has also altered events saved weeks ago! (note: time zone is set accurately in the System Preferences and Entourage)

    I would check Microsoft's Entourage 2004 forum to see if others have experienced the same issue. Entourage 2004 has been replaced with Entourage 2008 awhile back. It may be those issues are fixed with 2008 and will never be in 2004, or you may need a later patch for 2004. If the automated software update was Microsoft's I'd contact Microsoft, if it was Apple's, this may just be a sign you need to upgrade your Microsoft to keep up with Apple. Whenever you do a system level software update you always need to verify compatibility bugs don't exist with the newer system when you are talking about other third party software. There are way too many third party software titles out there new and old for Apple to test with its own system given the time frame people desire updates.

  • Event SAVE_REQUESTED is only modeled, not implemented

    Hi,
    I tried to create a Workflow which uses a ABAP OO Class.
    The Workflow is created by an event and cancelled by another event.
    In a task after the cancel event a method of the class should be excecutet. The method should set a value.
    It seems, that the method was called but the value was not set.
    If I have a look at the workflow log and click on
    WiObject_ID WiObject_ID YCL_BP_LIMITANTRAG:48FEC3F995E859D9E1000000C0A83B4F
    I got the Message:
    Event SAVE_REQUESTED is only modeled, not implemented.
    What's my mistake?
    Best regards Marcus

    Hi Sudhir,
    the class and the method is active and also the method is working fine.
    If I have a look on the workflow log (View with technical details) and I click in Tab "Container" on the class I got the message every time.
    I also tried this with CL_SWF_FORMABSENC and I don't get the event, so it seems, that it belong to the persistent class.
    Kind regards Marcus

  • SM36/37: Specification "After Job" does not work for Daily "periodcity"

    I reviewed http://help.sap.com/saphelp_nw04/helpdata/en/20/2d513897110872e10000009b38f889/content.htm, which states what I am trying to do should work, but it does not.
    Here's the deal:
    1.  I have two jobs: "A" and "B".
    2.  "A" runs Daily.
    3.  I set-up job "B" to run "After job" "A" in my SM36 definition.
    Job "B" will run the next day, but never runs again after that even though job "A" continues to run "Daily" as it should.
    Further info:
    1.  We have "Event-triggered" jobs that run fine, but the "After Job" designation doesn't seem to work ongoingly.
    2.  I can review both jobs "A" and "B" for any "Predecessor" or "Successor" jobs, and, the first jobs to run after the initial set-up DO reference each other (in other words, let's say I schedule job "B" to run "After job" "A" on Tuesday.  After Tuesday's run, Job "A" sees job "B" as it's "Successor" job and job "B" sees job "A" as it's "Predecessor" job), but the definition doesn't last into the next day ONLY FOR JOB "B" (as I mentioned, job "A" always runs fine).
    3.  I can't set the "periodcity" for job "B" because, once I flag it to run "After Job" "A", the "period" options disappear.
    4.  One final tidbit: the variant for job "B" has a "key date" specified so the date is dynamic for each day the job runs.  I can set up job "B" to run "Daily" with this variant and it runs fine, but I wanted it to run AFTER job "A" so it never runs if job "A" doesn't run.  (At this point, it's becoming a matter of principal!)
    Here's my question:
    Why won't job "B" continue to run "Daily" after job "A" (a "Daily" job) runs?
    Thanks in advance,
    Lara

    Please close this thread since you posted the same question here:
    [SM36/37: Specification "After Job" does not work for Daily "periodcity"|SM36/37: Specification "After Job" does not work for Daily "periodcity";

  • Executing subroutine after commit work, not on commit work

    Hi All,
    I want to execute my sub-routine after commit work, not on commit work.
    If any one have answer please mail me at  [email protected]

    Not sure if this helps you but this event is fired, when commit work is fired.
    Christian
    report test.
    class lcl_event_handler definition.
    public section.
        class-methods: on_commit_finished
             for event COMMIT_FINISHED
               of CL_OS_TRANSACTION_END_NOTIFIER.
    endclass.
    set handler lcl_event_handler=>on_commit_finished.
    commit work.
    class lcl_event_handler implementation.
    method on_commit_finished.
      break-point.
    endmethod.
    endclass.
    But check also oss note 704577

  • How to exit event structure after a trigger occurs?

    I am acquiring some analog signals. Before the trigger occurs, I would like to be able to save the setting or load the settings. I am using an event structure to do it.
    My problem is I can't not exit the event structure after the analog acquisition is finished.
    I am attaching the vi.
    Thanks for your comment.
    Attachments:
    event.vi ‏53 KB

    Seems you are trying to fire an event using a local variable. This will not work. Events are primarily designed to handle user interactions on the front panel. If you want to programmatically fire the stop event, you can write to a "val(sgnl)" property of the stop button.
    Still, you program needs quite a bit more work than that. For example you cannot do any save or load operation before the trigger happens. Maybe you should redo the entire thing as a state machine?
    LabVIEW Champion . Do more with less code and in less time .

  • If OSMFSettings.enableStageVideo true, then click event from the MediaContainer is not dispatch.

    Hi!
    I use org.osmf.vast.mediaVAST2TrackingProxyElement from the VASTLibrary for display advertising and use click to handle advertisement redirection.
    It's works for flash.media.Video.
    But after setting OSMFSettings.enableStageVideo = true, the click event from the MediaContainer is not dispatch.
    Can you please help?

    Actually, I looked briefly at the dev guide this week end, and Stage Video actually renders from the GPU under the Actionscript App.
    It could be something like this:
    Stage video is behind the Actionscript objects and one of them is as big or bigger than the video rendering rectangle and it is grabbing mouse interaction.
    Just speculating.
    Also, I'm not certain StageVideo can recieve mouse events...
    Hope this helps.

  • [svn:bz-trunk] 23085: Fix test to explicitly remove an event listener after the test is finished .

    Revision: 23085
    Revision: 23085
    Author:   [email protected]
    Date:     2011-10-21 07:49:33 -0700 (Fri, 21 Oct 2011)
    Log Message:
    Fix test to explicitly remove an event listener after the test is finished. Not doing this was causing the test to throw an RTE.
    Modified Paths:
        blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/security/stream ing-amf/MessagingAuthProSendTest.mxml

    Thanks for the ideas regarding beforeInvoke, Ben.  I will try to check that out.  In my situation, here's essentially how my script is working...
    BeforeSave is invoked.
    Script makes a change to the document, which should be captured in the saved file.
    Document saves.
    Document appears saved for a moment, and then appears unsaved (asterisk in the document title).
    My biggest problem is that this behavior isn't consistent.  I have dozens of users, all running the same script, and the problem only occurs with certain users and at random times. I can move a problematic document from a user's machine to a different machine, and the problem doesn't occur there.  It's very difficult to troubleshoot because I can't reproduce it consistently.

  • In ical I just added new calendars to a pre-existing calendar group, I can make events with these calendars, but not reminders, any suggestions?

    in ical I just added new calendars to a pre-existing calendar group, I can make events with these calendars, but not reminders, any suggestions?

    Hi,
    Lion has changed the way reminders (todos as was) work. They now seem to need to be in a seperate calendar.
    In iCal open the File menu and select New Reminder List... and select where to put it.
    Best wishes
    John M

Maybe you are looking for

  • Extract from ALV List

    Hello All, Please suggest me is there any way to extract the data from ALV LIST. For example: SUBMIT  XXX WITH SELECTION-TABLE rspar_tab AND RETURN. This XXX  program gives the result in alv list.Once it returns back to original program i want to fet

  • How do you combine audio tracks in quicktime 10.2

    Students in my class recorded some voice overs in multipe clips.  We want to combine them into one track in quicktime 10.2.  However the choice to copy the track is grayed out.  How can we combine the tracks into one in quicktime 10.2?

  • HT204088 How do I get my money back on a purchase I just made. The app I downloaded doesn't work for my iPhone

    I downloaded an app that does not work for my phone so how can I get my phone back if it is possible

  • No longer able to log in except for manually.

    I've been switching between gnome-shell, openbox (stand alone) and XFCE trying to figure out which I want to use (deleting the settings after each switch) and now it won't let me login using openbox at all anymore; XFCE works if I do it manually. If

  • Need router suggestions for G4 MDD

    Wi-Fi availability is very sparse in my neighborhood, so using an iPhone at home can be challenging.  I thought that by purchasing a router I could improve my situation.  I would also like to control my iTunes library on the G4 through my iPhone. The