Flex 4 tabbing broken?

I have a fairly basic login view:
<s:SkinnableContainer width="100%" height="100%" >
    <s:layout>
        <s:VerticalLayout horizontalAlign="center"/>
    </s:layout>
    <mx:Form defaultButton="{loginBtn}">
        <mx:FormItem label="Username:">
            <s:TextInput id="usernameTxt" />
        </mx:FormItem>
        <mx:FormItem label="Password:">
            <s:TextInput id="passwordTxt" displayAsPassword="true" />
        </mx:FormItem>
    </mx:Form>
    <s:Button id="loginBtn" label="Login" click="loginBtn_clickHandler(event)" />
</s:SkinnableContainer>
When I click in the username textinput, then attempt to tab to the password textinput, nothing happens.  The defaultButton in the form seems to be ignored as well.  This happens with the mx:TextInput and s:TextInput.  Is there something new that has to be done to make tabbing work?

The popup probably has to be an IFocusManagerContainer.  Is there no Panel or TitleWindow wrapping the whole thing?
Alex Harui
Flex SDK Developer
Adobe Systems Inc.
Blog: http://blogs.adobe.com/aharui

Similar Messages

  • OSB dashboard Service Health tab broken when a managed server is down

    I have shut down one of the managed servers in my three-member OSB 10.3.1 cluster to load test the reduced configuration, and that has broken the "service health" tab on the OSB console dashboard.
    The problem is that with the mgd1 server shut down (the one the Singleton marker ear is deployed to, if that matters), in the OSB console's Dashboard everything in the "Service Health" tab is broken. I get the warning message "Unable to obtain metrics data from the server" at the top of the page whenever I go to the dashboard. I can't even look at the displays for the individual (mgd2, mgd3) servers that are running. I get the following error in the log when trying to access the service health for the services in the cluster, or even if I try to get the health of services in either of the two remaining cluster members individually:
    +####<Apr 8, 2010 11:00:02 PM EDT> <Error> <AlertLog> <nj09mhm0033.edmz.mcgraw-hill.com> <SS_ESB_Admin> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270782002573> <BEA-000000> <WLDFAccessRuntimeMBean is not available for server SS_ESB_mgd1>+
    Also, as part of the load test procedure, I need to collect performance stats from the proxy service pipeline and the business service. To do this, I've written JMX code called out of soapUI scripts to reset the stats on these services before the run, then collect the stats after the run ends; the code connects to the admin server. This too is broken when the mgd1 server is shut down.
    I get the error below when trying to collect the cluster stats from the Admin server from the JMX code. This error is fatal, and no statistics come back from the rest of the cluster either. (you can ignore all the groovy stuff in the stack trace, it's the nested Exceptions that are more interesting).
    Does anyone have an idea about what's going on, and how I fix this? I would have thought the DomainService Runtime MBean would be able to catch and handle an Exception like this if one of the managed servers were down, and collect the stats from the available part of the cluster, but it looks like that's not the case.
    TIA for any help.
    /Steve Elkind
    java.lang.reflect.UndeclaredThrowableException
    at $Proxy6.getBusinessServiceStatistics(Unknown Source)
    at com.mgh.im.esb.jmxutils.ServiceStatsRetriever.getAndResetStatsForMonitoredBizService(ServiceStatsRetriever.java:193)
    at com.mgh.im.esb.jmxutils.ServiceStatsRetriever.getStatsForMonitoredBizService(ServiceStatsRetriever.java:142)
    at com.mgh.im.esb.jmxutils.ServiceStatsRetriever$GetAndResetStatisticsTask.run(ServiceStatsRetriever.java:652)
    at com.mgh.im.esb.jmxutils.ServiceStatsRetriever$GetAndResetStatisticsTask.getStats(ServiceStatsRetriever.java:619)
    at com.mgh.im.esb.jmxutils.ServiceStatsRetriever.getStats(ServiceStatsRetriever.java:779)
    at com.mgh.im.esb.jmxutils.ServiceStatsRetriever$getStats.call(Unknown Source)
    at Script1.sleepGetStats(Script1.groovy:75)
    at Script1$sleepGetStats.callCurrent(Unknown Source)
    at Script1.runBenchMarkTest(Script1.groovy:104)
    at Script1$runBenchMarkTest.callCurrent(Unknown Source)
    at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:44)
    at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:143)
    at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:163)
    at Script1.run(Script1.groovy:152)
    at com.eviware.soapui.support.scripting.groovy.SoapUIGroovyScriptEngine.run(SoapUIGroovyScriptEngine.java:93)
    at com.eviware.soapui.impl.wsdl.loadtest.WsdlLoadTest.runSetupScript(WsdlLoadTest.java:915)
    at com.eviware.soapui.impl.wsdl.loadtest.WsdlLoadTestRunner.start(WsdlLoadTestRunner.java:102)
    at com.eviware.soapui.impl.wsdl.loadtest.WsdlLoadTest.run(WsdlLoadTest.java:418)
    at com.eviware.soapui.impl.wsdl.panels.loadtest.WsdlLoadTestDesktopPanel$RunLoadTestAction.actionPerformed(WsdlLoadTestDesktopPanel.java:424)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
    at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
    at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)
    at java.awt.Component.processMouseEvent(Component.java:6263)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
    at java.awt.Component.processEvent(Component.java:6028)
    at java.awt.Container.processEvent(Container.java:2041)
    at java.awt.Component.dispatchEventImpl(Component.java:4630)
    at java.awt.Container.dispatchEventImpl(Container.java:2099)
    at java.awt.Component.dispatchEvent(Component.java:4460)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4574)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)
    at java.awt.Container.dispatchEventImpl(Container.java:2085)
    at java.awt.Window.dispatchEventImpl(Window.java:2478)
    at java.awt.Component.dispatchEvent(Component.java:4460)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    Caused by: java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.mgh.im.esb.jmxutils.ServiceStatsRetriever$ServiceDomainMBeanInvocationHandler.invoke(ServiceStatsRetriever.java:567)
    ... 46 more
    Caused by: com.bea.wli.monitoring.MonitoringException: [Monitoring Runtime:473057]Failed to get statistics for services due to java.rmi.UnknownHostException: Could not discover administration URL for server 'SS_ESB_mgd1'
    at com.bea.wli.sb.management.monitoring.ServiceDomainMBeanImpl.getStatisticsForServices(ServiceDomainMBeanImpl.java:967)
    at com.bea.wli.sb.management.monitoring.ServiceDomainMBeanImpl.getServiceStatistics(ServiceDomainMBeanImpl.java:802)
    at com.bea.wli.sb.management.monitoring.ServiceDomainMBeanImpl.getBusinessServiceStatistics(ServiceDomainMBeanImpl.java:366)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at weblogic.management.jmx.modelmbean.WLSModelMBean.invoke(WLSModelMBean.java:437)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)
    at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
    at weblogic.management.mbeanservers.domainruntime.internal.FederatedMBeanServerInterceptor.invoke(FederatedMBeanServerInterceptor.java:255)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$16.run(WLSMBeanServerInterceptorBase.java:447)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:445)
    at weblogic.management.mbeanservers.internal.SecurityMBeanMgmtOpsInterceptor.invoke(SecurityMBeanMgmtOpsInterceptor.java:65)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$16.run(WLSMBeanServerInterceptorBase.java:447)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:445)
    at weblogic.management.mbeanservers.internal.SecurityInterceptor.invoke(SecurityInterceptor.java:443)
    at weblogic.management.mbeanservers.internal.AuthenticatedSubjectInterceptor$10$1.run(AuthenticatedSubjectInterceptor.java:582)
    at weblogic.management.mbeanservers.internal.AuthenticatedSubjectInterceptor$10.run(AuthenticatedSubjectInterceptor.java:580)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.management.mbeanservers.internal.AuthenticatedSubjectInterceptor.invoke(AuthenticatedSubjectInterceptor.java:573)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServer.invoke(WLSMBeanServer.java:307)
    at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1426)
    at javax.management.remote.rmi.RMIConnectionImpl.access$200(RMIConnectionImpl.java:72)
    at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1264)
    at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1366)
    at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:788)
    at javax.management.remote.rmi.RMIConnectionImpl_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)
    at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:477)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:473)
    at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: java.rmi.UnknownHostException: Could not discover administration URL for server 'SS_ESB_mgd1'
    at weblogic.protocol.URLManager.findAdministrationURL(URLManager.java:175)
    at com.bea.wli.sb.util.server.AggregatorUtils.getAggregatorServerAdminURL(AggregatorUtils.java:105)
    at com.bea.wli.sb.management.monitoring.ServiceDomainMBeanImpl.getStatisticsRetrieverMBean(ServiceDomainMBeanImpl.java:2036)
    at com.bea.wli.sb.management.monitoring.ServiceDomainMBeanImpl.getStatisticsForServices(ServiceDomainMBeanImpl.java:933)
    ... 35 more
    java.lang.reflect.UndeclaredThrowableException
    at $Proxy6.getBusinessServiceStatistics(Unknown Source)
    at com.mgh.im.esb.jmxutils.ServiceStatsRetriever.getAndResetStatsForMonitoredBizService(ServiceStatsRetriever.java:193)
    at com.mgh.im.esb.jmxutils.ServiceStatsRetriever.getStatsForMonitoredBizService(ServiceStatsRetriever.java:142)
    at com.mgh.im.esb.jmxutils.ServiceStatsRetriever$GetAndResetStatisticsTask.run(ServiceStatsRetriever.java:652)
    at com.mgh.im.esb.jmxutils.ServiceStatsRetriever$GetAndResetStatisticsTask.getStats(ServiceStatsRetriever.java:619)
    at com.mgh.im.esb.jmxutils.ServiceStatsRetriever.getStats(ServiceStatsRetriever.java:779)
    at com.mgh.im.esb.jmxutils.ServiceStatsRetriever$getStats.call(Unknown Source)
    at Script1.sleepGetStats(Script1.groovy:75)
    at Script1$sleepGetStats.callCurrent(Unknown Source)
    at Script1.runBenchMarkTest(Script1.groovy:104)
    at Script1$runBenchMarkTest.callCurrent(Unknown Source)
    at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:44)
    at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:143)
    at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:163)
    at Script1.run(Script1.groovy:152)
    at com.eviware.soapui.support.scripting.groovy.SoapUIGroovyScriptEngine.run(SoapUIGroovyScriptEngine.java:93)
    at com.eviware.soapui.impl.wsdl.loadtest.WsdlLoadTest.runSetupScript(WsdlLoadTest.java:915)
    at com.eviware.soapui.impl.wsdl.loadtest.WsdlLoadTestRunner.start(WsdlLoadTestRunner.java:102)
    at com.eviware.soapui.impl.wsdl.loadtest.WsdlLoadTest.run(WsdlLoadTest.java:418)
    at com.eviware.soapui.impl.wsdl.panels.loadtest.WsdlLoadTestDesktopPanel$RunLoadTestAction.actionPerformed(WsdlLoadTestDesktopPanel.java:424)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
    at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
    at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)
    at java.awt.Component.processMouseEvent(Component.java:6263)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
    at java.awt.Component.processEvent(Component.java:6028)
    at java.awt.Container.processEvent(Container.java:2041)
    at java.awt.Component.dispatchEventImpl(Component.java:4630)
    at java.awt.Container.dispatchEventImpl(Container.java:2099)
    at java.awt.Component.dispatchEvent(Component.java:4460)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4574)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)
    at java.awt.Container.dispatchEventImpl(Container.java:2085)
    at java.awt.Window.dispatchEventImpl(Window.java:2478)
    at java.awt.Component.dispatchEvent(Component.java:4460)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    Caused by: java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.mgh.im.esb.jmxutils.ServiceStatsRetriever$ServiceDomainMBeanInvocationHandler.invoke(ServiceStatsRetriever.java:567)
    ... 46 more
    Caused by: com.bea.wli.monitoring.MonitoringException: [Monitoring Runtime:473057]Failed to get statistics for services due to java.rmi.UnknownHostException: Could not discover administration URL for server 'SS_ESB_mgd1'
    at com.bea.wli.sb.management.monitoring.ServiceDomainMBeanImpl.getStatisticsForServices(ServiceDomainMBeanImpl.java:967)
    at com.bea.wli.sb.management.monitoring.ServiceDomainMBeanImpl.getServiceStatistics(ServiceDomainMBeanImpl.java:802)
    at com.bea.wli.sb.management.monitoring.ServiceDomainMBeanImpl.getBusinessServiceStatistics(ServiceDomainMBeanImpl.java:366)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at weblogic.management.jmx.modelmbean.WLSModelMBean.invoke(WLSModelMBean.java:437)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)
    at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
    at weblogic.management.mbeanservers.domainruntime.internal.FederatedMBeanServerInterceptor.invoke(FederatedMBeanServerInterceptor.java:255)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$16.run(WLSMBeanServerInterceptorBase.java:447)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:445)
    at weblogic.management.mbeanservers.internal.SecurityMBeanMgmtOpsInterceptor.invoke(SecurityMBeanMgmtOpsInterceptor.java:65)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$16.run(WLSMBeanServerInterceptorBase.java:447)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:445)
    at weblogic.management.mbeanservers.internal.SecurityInterceptor.invoke(SecurityInterceptor.java:443)
    at weblogic.management.mbeanservers.internal.AuthenticatedSubjectInterceptor$10$1.run(AuthenticatedSubjectInterceptor.java:582)
    at weblogic.management.mbeanservers.internal.AuthenticatedSubjectInterceptor$10.run(AuthenticatedSubjectInterceptor.java:580)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.management.mbeanservers.internal.AuthenticatedSubjectInterceptor.invoke(AuthenticatedSubjectInterceptor.java:573)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServer.invoke(WLSMBeanServer.java:307)
    at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1426)
    at javax.management.remote.rmi.RMIConnectionImpl.access$200(RMIConnectionImpl.java:72)
    at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1264)
    at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1366)
    at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:788)
    at javax.management.remote.rmi.RMIConnectionImpl_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)
    at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:477)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:473)
    at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: java.rmi.UnknownHostException: Could not discover administration URL for server 'SS_ESB_mgd1'
    at weblogic.protocol.URLManager.findAdministrationURL(URLManager.java:175)
    at com.bea.wli.sb.util.server.AggregatorUtils.getAggregatorServerAdminURL(AggregatorUtils.java:105)
    at com.bea.wli.sb.management.monitoring.ServiceDomainMBeanImpl.getStatisticsRetrieverMBean(ServiceDomainMBeanImpl.java:2036)
    at com.bea.wli.sb.management.monitoring.ServiceDomainMBeanImpl.getStatisticsForServices(ServiceDomainMBeanImpl.java:933)
    ... 35 more

    As a follow-up, does anyone know if I can simply retarget the two OSB Singleton Marker Apps (shown below from config.xml) to another server instance to fix this and any other Singleton issues (e.g., flie transport, ftp, and email pollers), or is it more involved than that?
    <app-deployment>
    <name>ALSB Cluster Singleton Marker Application</name>
    <target>SS_ESB_mgd1</target>
    <module-type>ear</module-type>
    <source-path>/opt/bea/osb1031/osb_10.3/lib/common/clustersingletonmarker.ear</source-path>
    <deployment-order>80</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    </app-deployment>
    <app-deployment>
    <name>ALSB Domain Singleton Marker Application</name>
    <target>SS_ESB_mgd1</target>
    <module-type>ear</module-type>
    <source-path>/opt/bea/osb1031/osb_10.3/lib/common/domainsingletonmarker.ear</source-path>
    <deployment-order>85</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    </app-deployment>

  • Alt+Tab broken in full screen mode

    Hi,
    I generally use lightroom in full screen mode where the title and menu bar are both hidden. However, when in this mode I find using Alt+Tab is broken. For example, say I have LR as the foreground application. I press Alt+Tab and switch to another app. Then press Alt+Tab once expecting to get back to LR. But somehow LR has gone to the end of the list and instead I get another application.
    Is anyone else seeing this? I use WinXP+SP2+latest updates.
    Thanks,
    Nick

    There are different types of full-screen mode. If in the other applications, you see the Minimize/Restore/Close buttons in the top right-hand corner, then that is not the full screen mode being used by Lightroom, which you'll notice, does not have those buttons available.
    The other applications are actually maximized, and not in full-screen mode.
    John Gregson

  • Flex printing broken by Flash 10.1.53.64 upgrade

    We have a large base of flex applications whose printing is now broken on any machine which upgrades to the 10.1.53.64 Flash upgrade.  The pages print with white vertical and horizontal bars running through them.  Have definitely verified that this is related to the Flash upgrade.  Is anyone else experiencing this problem?

    For anyone interested, we discovered that the problem Flash 10.1.53.64 introduced was related to a mask used on the print page.  By removing the mask and using a different technique we were able to work around the problem.  Definitely a potential problem for anyone using a mask on a print page though.

  • Disable Close Tab Button on all Tabs Broken in v5 (31.0)

    Firefox 5 (v31.0) has broken browser.tabs.closebuttons = 2
    That setting is 2 in my about:config, also I have Tab Control 5.5 with Close Buttons = None.
    Either way the latest Firefox is ignoring both settings and now displaying an X on my active tab.
    Along with the new interface of the tabs is overlaping the tabs next to it and causing me to close tabs instead of switching tabs.
    Is this another case where Firefox knows best, and just changes things because they can?
    What is the proper 'new' code to totally disable the X on all tabs?

    I'm still trying to figure out why the add-ons bar was removed. As
    are many hundreds of other users.

  • Flex tab movement in mdi windows

    Hi All,
    In our flex mdi application, we have multiple windows. And if two or more windows have same field names, tab key travel to
    multiple windows rather than stay on the current window. How we can restrict tab to stay only on the current focused window.
    Any help in this regard is very appreciated.
    Regards,

    Thanks Alex, it does help us to understand the issue as you explained the concept of IFocusManagerContainer, Yes we are having same kind of problem as you explained. we are adding canvas windows to main canvas so all windows shared same focus manager. if we enable only active window and disable all other windows, the tab focus issue solved but it looks quite odd.
    And also tried to deactivate focus manager but did not work. So, can we remove a focus manager to a window and add it when it get focus.
    Many thanks.
    Regards,
    M. Hasan

  • Flex Tabbing Issues

    I'm having a problem with tabbing where one of two things
    will happen on my popup windows. I have a mixture of controls such
    as text fields, radio buttons, buttons, etc. on them. The first
    issue is the last tab index I have set will always be skipped. The
    tabs will work correctly, but when it gets to the last button I
    have a tab index set on, it will skip back to the first 'tabIndex'.
    The second problem is when it gets to the last 'tabIndex', Flex
    seems to be giving the focus back to the browser (Only in IE) and I
    will have to tab through the URL and search box before getting back
    to my first tab index. Here is some sample code that is producing
    these two problems.
    <mx:VBox id="mainVBox" verticalGap="5" paddingBottom="10"
    width="100%">
    <mx:VBox width="100%">
    <mx:HBox id="voucherLine1Container" paddingLeft="5"
    paddingRight="5" width="100%" includeInLayout="true"
    visible="true">
    <mx:Text id="voucher1Label" styleName="zoneLabelText"
    paddingTop="3" text="Line 1:"/>
    <commoncontrols:GreatlandTextInput
    id="voucher1"
    focusEnabled="true"
    tabIndex="1"
    styleName="zoneEditorText"
    width="100%"/>
    <mx:Button id="voucher1Clear" label="Clear" click="{
    voucher1.text = ''; }" styleName="topButton" useHandCursor="true"
    buttonMode="true" tabIndex="2"/>
    </mx:HBox>
    <mx:HBox id="voucherLine2Container" paddingLeft="5"
    paddingRight="5" width="100%" includeInLayout="true"
    visible="true">
    <mx:Text id="voucher2Label" styleName="zoneLabelText"
    paddingTop="3" text="Line 2:"/>
    <commoncontrols:GreatlandTextInput
    id="voucher2"
    tabIndex="3"
    width="100%"
    styleName="zoneEditorText"/>
    <mx:Button label="Clear" click="{ voucher2.text = ''; }"
    styleName="topButton" useHandCursor="true" buttonMode="true"
    tabIndex="4"/>
    </mx:HBox>
    </mx:VBox>
    <mx:HBox id="buttonBar" paddingLeft="5" paddingRight="5"
    width="100%">
    <mx:Button label="Update" styleName="topButton"
    click="updateZone()" useHandCursor="true" buttonMode="true"
    tabIndex="5"/>
    <mx:Button label="Close" focusOut="voucher1.setFocus();"
    styleName="topButton" click="removePopUp()" useHandCursor="true"
    buttonMode="true" tabIndex="6"/>
    <mx:Button label="Help" styleName="topButton"
    tabIndex="7" click="openHelpfulHints(new
    HelpEvent(HelpEvent.HELP_SELECTED,ApplicationConstants.GS_FILE_NAME,ApplicationConstants. GS_FILE_NAME))"
    useHandCursor="true" buttonMode="true" />
    </mx:HBox>
    </mx:VBox>

    I'm having a problem with tabbing where one of two things
    will happen on my popup windows. I have a mixture of controls such
    as text fields, radio buttons, buttons, etc. on them. The first
    issue is the last tab index I have set will always be skipped. The
    tabs will work correctly, but when it gets to the last button I
    have a tab index set on, it will skip back to the first 'tabIndex'.
    The second problem is when it gets to the last 'tabIndex', Flex
    seems to be giving the focus back to the browser (Only in IE) and I
    will have to tab through the URL and search box before getting back
    to my first tab index. Here is some sample code that is producing
    these two problems.
    <mx:VBox id="mainVBox" verticalGap="5" paddingBottom="10"
    width="100%">
    <mx:VBox width="100%">
    <mx:HBox id="voucherLine1Container" paddingLeft="5"
    paddingRight="5" width="100%" includeInLayout="true"
    visible="true">
    <mx:Text id="voucher1Label" styleName="zoneLabelText"
    paddingTop="3" text="Line 1:"/>
    <commoncontrols:GreatlandTextInput
    id="voucher1"
    focusEnabled="true"
    tabIndex="1"
    styleName="zoneEditorText"
    width="100%"/>
    <mx:Button id="voucher1Clear" label="Clear" click="{
    voucher1.text = ''; }" styleName="topButton" useHandCursor="true"
    buttonMode="true" tabIndex="2"/>
    </mx:HBox>
    <mx:HBox id="voucherLine2Container" paddingLeft="5"
    paddingRight="5" width="100%" includeInLayout="true"
    visible="true">
    <mx:Text id="voucher2Label" styleName="zoneLabelText"
    paddingTop="3" text="Line 2:"/>
    <commoncontrols:GreatlandTextInput
    id="voucher2"
    tabIndex="3"
    width="100%"
    styleName="zoneEditorText"/>
    <mx:Button label="Clear" click="{ voucher2.text = ''; }"
    styleName="topButton" useHandCursor="true" buttonMode="true"
    tabIndex="4"/>
    </mx:HBox>
    </mx:VBox>
    <mx:HBox id="buttonBar" paddingLeft="5" paddingRight="5"
    width="100%">
    <mx:Button label="Update" styleName="topButton"
    click="updateZone()" useHandCursor="true" buttonMode="true"
    tabIndex="5"/>
    <mx:Button label="Close" focusOut="voucher1.setFocus();"
    styleName="topButton" click="removePopUp()" useHandCursor="true"
    buttonMode="true" tabIndex="6"/>
    <mx:Button label="Help" styleName="topButton"
    tabIndex="7" click="openHelpfulHints(new
    HelpEvent(HelpEvent.HELP_SELECTED,ApplicationConstants.GS_FILE_NAME,ApplicationConstants. GS_FILE_NAME))"
    useHandCursor="true" buttonMode="true" />
    </mx:HBox>
    </mx:VBox>

  • Is the book tab broken

    For the last few updates my "book" tab is broken. 
    I'm talking about the tab at the top of the screen that would let me pick which books (audiobooks) that should sync with my devices.
    Every time I click on the book tab iTunes locks up and has to be closed - sometimes forceably.
    I've tried rebuilding my library, thinking that there is a corrupt book file.
    I've tried rebuilding my preferences file.  The first time I did that I got to see the book tab page before it locked up iTunes.
    Uninstalling and reinstalling (clean, with new library) didn't fix this problem
    I've tried different devices, so I'm convinced that this is an iTunes problem.
    And I've tried both 32bit and 64 bit versions. I use Windows 7.
    Please give me a clue how to fix this. 
    I use my idevices to play audiobooks, and manually managing music via playlists is tedious.

    It is like riding a roller coaster. Wheeeeee!  Back up to 1101 points!!!!
    I can only imagine how this would feel if I was one of those people who are really mad at Adobe right now over the subscription issue instead of being pleased as punch about being let back into the game so inexpensively. Yikes! This would be like rubbing salt in the wound instead of being funny.

  • Close button on tabs have stopped appearing

    When you hover over the title of a tab the close button should appear. This feature now longer works so I am having to right click the tab and then select the "close tab" option.
    Any idea how I can get the close button to reappear?
    Many thanks in anticipation of an answer!

    I googled for you "flex tabs close button" and found this -
    http://stackoverflow.com/questions/67516/flex-how-to-add-a-tab-close-button-for-tabnavigat or-component
    Here's my Google search results if you need -
    http://www.google.co.il/search?q=flex+tabs+close+button

  • Xserve raid parts

    Yesterday I took delivery of an Xserve RAID A1009. It was sold for parts but appears to be functionine perfectly so I am pretty happy. However, even though it was packed pretty well with foam all around, UPS must have handled it pretty rough and it was damaged. Worst damage was to the locking tabs at the back, specifically for the 2 cooling modules which had all 4 locking tabs broken off. Being either white metal or aluminum, I can see that potentially they may have been fragile and prone to breaking in normal use.
    So, my question is, does anyone know of a replacement source for these tabs. Hopefully I may never need to pull the cooling modules but on the other hand I expect that they should need cleaning and vacuuming from time to time and appear to be pretty tough to remove without the initial help afforded by these tabs.
    Thanks.

    The only sorce any more is ebay. If you look it has a good selection of parts.  You should not need to take them out very much if the enviorment is clean. They do get a small dust coating sometimes but if you can get them out with out the tabs I would not worry to much.
    I have had some bad experinces with UPS too.
    Nice find by the way, its nice to buy somthing for parts only to find that it is functioning perfectly.

  • Laptop's AC adapter is making laptop turn off with the slightest touch!?!

    toshiba satelite something. i don't know what it is. it's my boyfriends laptop.if you move thepower cable even just a little bit, it loses power and shuts off. it doesn't look or feel loose, how can i fix this problem? also, his battery on that pc doesn't work, where can i buy a new one?

    There's a good chance that the wiring of the ac adapter in the cable near the end by the plug that goes into the laptop is broken inside the insulation, even though it looks fine from the outside.  Flexing this broken wiring even slightly will cause it to make intermittent contact.  Had the same problem with the adapter for my son's POS Acer laptop just last month.  And him being about as handy as a two-peckered goat, I had to repair it for him, lol...
    Either that, or the power jack on the laptop itself could be going bad.  It pays to develop simple troubleshooting skills.
    Message Edited by 1shado1 on 04-05-2009 10:15 AM

  • Nokia 6111 start up problem

    can somebody help ??? when i turn my phone on all i get is a white screen.

    Send it via Freepost to Thetford or take to a local Nokia repair centre. Sounds like flex is broken by springs - design fault. New springs are now available to repair it with. If under warranty will be repaired for free
    Regenersis

  • Option "Native VLAN ID" doesn't show up

    Hi all:
    I'm configuring several AP in a WLC 5508. All of them are in FlexConnect with VLAN Mapping and the most are 1131 and I can configure Native VLAN and VLAN mapping option. However, I just added a 2702 AP to the WLC and I found out the "Native VLAN ID" option under FlexConnect tab is missing (attach screenshoot). Is it because of the model of the AP or config issue?.
    As you can see in the screenshoot, AP is in a FlexConnect Group. In it I can't configure Native VLAN for the APs.
    Thanks all
    Francisco

    This issue is bug# CSCus64073 - 1700/2700 APs native vlan
    field missing in Flex tab
    •        The workaround is to “untick vlan support (in the Advanced tab) and tick it back,
    then field will show again” 
    •        If this is unsuccessful, configure the native vlan through the cli with the
    following commands: 
    -         config ap disable ap <AP_Name>
    -         config ap flexconnect vlan native 8 <AP_Name>
    -         config ap enable ap <AP_Name>
    -         show ap config general <AP_Name> should show correct native vlan

  • Convergence 1u3 Calendar issue

    I'm having a weird issue with Convergence. At some point something happened to where a user could no longer load or see their calendar from within Convergence. It was working at one point, but now they log in and when they click on the Calendar button, the interface just sits there and never loads their calendar. It's only a couple users experiencing this problem at the moment. No changes have been made to the Convergence or Calendar system. If the user logs into Calendar Express, they can see their calendar no problem, so this leads me to believe it's a Convergence issue. I've cranked up the logging on the calendar server and Convergence to DEBUG but nothing sticks out as to what the problem might be. I have also backed up the user's calendar with csexport, and deleted it, and used csimport but that did not fix the problem. My next thing to try is to totally wipe the calendar and the user's calendar-related LDAP entries, have the user log in which autoprovisions a new calendar, re-import their calendar data and see if that fixes it (this has worked in the past for other issues) However it would be nice to find the problem and prevent it from happening for other users in the first place.
    Anybody else seeing anything like this?
    Thanks,
    Jim

    shjorth wrote:
    jbuitt wrote:
    I'm having a weird issue with Convergence. At some point something happened to where a user could no longer load or see their calendar from within Convergence. It was working at one point, but now they log in and when they click on the Calendar button, the interface just sits there and never loads their calendar. There is an existing bug that matches this description:
    bug #6895483 - "Calendar tab broken for a user who has no icsCalendarOwned set".
    Please provide the following output for one of your problem accounts:
    ldapsearch -D "cn=directory manager" -w password -b "o=isp" uid=<useruid> icscalendar icscalendarowned icsSubscribedRegards,
    Shane.Wow, I could have sworn I checked for the icsCalendarOwned attribute, however it wasn't there for the affected user. Any idea how it could have disappeared?
    Thanks,
    Jim

  • Datagrid Image Renderer Broken in CS SDK but not Flex project

    Within a Photoshop Extension, I have a DataGrid which has an inline custom image renderer whose dataprovider is an ArrayCollection called "photos"  representing a list of photos and some metadata properties.  One of the properties "fileName" is concatenated with a path to a thumbnail image such as source="{'LR_AUTO/imported/thumbs/' + data.fileName}".
    The dataprovider is bound to a LCDS DataService. When the extension is first launched, the dataservice initializes the dataprovider with the existing values for the "photos" arraycollection.  The thumbnail images are correctly shown.
    However, when the DataService receives a new row and updates the photos dataprovider, the datagrid's new row shows a broken image for the thumbnail even though the path is correct.  I have dumped the photos dataprovider and verified that all information is correct.  When I close Photoshop and relaunch it from Flash Builder, once again LCDS initializes the photos ArrayCollection and THEN the thumbnail that previously showed as broken show up correctly.
    I have a ColdFusion Directory Watcher Gateway that watches a directory where Lightroom auto-imports images from a tethered capture session.  When the camera sends Lightroom a new image, the new image is processed by Lightroom and moved to a target directory, and since ColdFusion's Directory Watcher is watching that targeted directory, ColdFusion will create a thumbnail image in a subfolder and notifiy LCDS that of the new image and related metadata.
    *** This is the interesting part *** When Lightroom places new images in the target directory, this is propogated to the Photoshop Extension's datagrid, and the new row shows up as described earlier, showing a broken image for the thumbnail.  BUT, instead of Lightroom, if I manually copy images to the folder where ColdFusion is watching, then exact same code path is exectuted and in the Photoshop Datagrid the new row appears and THE THUMBNAIL IMAGE shows up correctly.
    The difference seems to be only in how the images are put in the original target location.  The problem is when Lightroom puts them there, but it works when I put them there as a user.
    *** More Interesting Info *** I have the Flex code for the Photoshop Extension duplicated in a standalone, non-CSSDK project using Flex 3.4 which I launch in a browser.  I have mirrored the code in the Photoshop extension, but in this manner, the problem does not exist.  With plain Flex 3.4 in a browser, whenever LCDS notifies the datagrid of a new photo record, the datagrid's new row ALWAYS shows the thumbnail correctly.
    A primary difference in how the thumbnail image is rendered is that in a browser, the Flex 3.4 project accesses the image assets over the network, however, in the Photoshop Extension, the image asset WITH THE SAME RELATIVE PATH is accessed over the local file system.
    source="{'LR_AUTO/imported/thumbs/' + data.fileName}"
    So in the case of the browser, this path is a relative URL and the image is retrieved over HTTP, however, in the PS Extension, the same path represents a file system path relative to the project folder.
    Unfortunately, because the Flash Player (including APE) cannot access BOTH the network and the local filesystem, so I cannot change the Extension to use network access.
    ** The important part to remember is that when I stop the Flash Builder debug session and close Photoshop, then relaunch the debug with Photoshop, then all the images show up correctly in the Extension.
    Your advice is appreciated.
    Thank you!
    Steve
    ====================================================
    Environment
    ====================================================
    Photoshop CS5 Extended 12.01 x32
    Flash Builder 4
    CS SDK 1.02
    Extension Builder SDK 3.4
    MacBook Pro / OS X 10.5 / Intel Core 2 Duo 2.66 GHz / Procs: 1 / Cores: 2 / Memory: 8 GB
    App configured for Photoshop CS5 and Photoshop CS5 Extended
    ====================================================
    NewsAgencyPhotoshop.mxml
    ====================================================
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" xmlns="com.stevenerat.news.*"
                    horizontalScrollPolicy="off" verticalScrollPolicy="off" verticalGap="0"
                    layout="vertical" horizontalAlign="left"  backgroundColor="#353535"
                    historyManagementEnabled="false"
                    creationComplete="init();">
        <mx:Script>
                public function handlePhotoClick(data:Object):void {
                    this.PreviewImageWindow = PreviewImage(PopUpManager.createPopUp(this,PreviewImage,true));
                    var filePath:String = data.dirPath + data.fileName;
                    PreviewImageWindow.addEventListener("imageOpenEvent",imageOpenListener);
                    PreviewImageWindow.addEventListener("imageCloseEvent",imageCloseListener);
                    PreviewImageWindow.addEventListener("imageSavedEvent",imageSaveListener);
                    PreviewImageWindow.setFileName(data.fileName);
                    PreviewImageWindow.setFilePath(filePath);
                    PreviewImageWindow.y = 0;
                    PreviewImageWindow.x = 0;
            ]]>
        </mx:Script>
        <mx:ArrayCollection id="photos"/>
        <NewsPhoto/>
        <mx:DataService id="ds" destination="NewsAgencyPhotos" autoSyncEnabled="true" autoCommit="true" conflict="conflictHandler(event)"/>
        <mx:Label text="News Agency Photos" fontSize="20" paddingBottom="30"/>
        <mx:Label text="Available Images" fontSize="15"/>
        <mx:DataGrid id="photoIPTC" dataProvider="{photos}" editable="true" width="220" rowCount="5" rowHeight="75" wordWrap="true">
            <mx:columns>
                <mx:DataGridColumn headerText="id" dataField="fileName" width="40" editable="false" sortDescending="true"/>
                <mx:DataGridColumn dataField="psLock" width="65" headerText="Status" editable="false" editorDataField="value">
                    <mx:itemEditor>
                        <mx:Component>
                            <mx:ComboBox editable="false">
                                <mx:dataProvider>
                                    <mx:String>New</mx:String>
                                    <mx:String>Open</mx:String>
                                    <mx:String>Edited</mx:String>
                                </mx:dataProvider>
                            </mx:ComboBox>
                        </mx:Component>
                    </mx:itemEditor>
                </mx:DataGridColumn>
                <mx:DataGridColumn headerText="Photo" dataField="fileName" width="80" editable="false">
                    <mx:itemRenderer>
                        <mx:Component>
                            <mx:HBox horizontalAlign="center" horizontalScrollPolicy="off" verticalScrollPolicy="off">
                                <mx:Image click="outerDocument.handlePhotoClick(data);" source="{'LR_AUTO/imported/thumbs/' + data.fileName}" width="75" height="75"/>
                            </mx:HBox>
                        </mx:Component>
                    </mx:itemRenderer>
                </mx:DataGridColumn>
            </mx:columns>
        </mx:DataGrid>
    </mx:Application>
    ====================================================
    A DUMP OF THE DATAPROVIDER
    in this case, one array item existed when launched, then a second was added
    while running.  The first has its thumbnail show, the second item has broken image
    ====================================================
    ------------------DUMP----------------------------
    (mx.collections::ArrayCollection)#0
      filterFunction = (null)
      length = 2
      list = (mx.data::DataList)#1
        fillParameters = (Array)#2
        length = 2
        localItems = (Array)#3
          [0] (com.stevenerat.news::NewsPhoto)#4
            aperture = "F10"
            cameraLens = "EF24-70mm f/2.8L USM"
            cameraModel = "Canon EOS 7D"
            city = ""
            copyrightNotice = "¬© Steven Erat 2011"
            country = ""
            creator = "Steven Erat"
            description = ""
            dirPath = "/Users/stevenerat/LR_AUTO/imported/"
            fileName = "ERAT_STEVEN_20110122_162.jpg"
            focalLen = "42.0 mm"
            headline = ""
            id = 1
            iso = "100"
            keywords = "Alt, Dramatic, Fashion, Girl, Glamorous, Glamour, Inked, Model, Portrait, SOPHA"
            psLock = "New"
            shutterSpeed = "1/128 sec"
            state = ""
          [1] (com.stevenerat.news::NewsPhoto)#5
            aperture = "F10"
            cameraLens = "EF24-70mm f/2.8L USM"
            cameraModel = "Canon EOS 7D"
            city = ""
            copyrightNotice = "¬© Steven Erat 2011"
            country = ""
            creator = "Steven Erat"
            description = ""
            dirPath = "/Users/stevenerat/LR_AUTO/imported/"
            fileName = "ERAT_STEVEN_20110122_163.jpg"
            focalLen = "42.0 mm"
            headline = ""
            id = 2
            iso = "100"
            keywords = "Alt, Dramatic, Fashion, Girl, Glamorous, Glamour, Inked, Model, Portrait, SOPHA"
            psLock = "New"
            shutterSpeed = "1/128 sec"
            state = ""
        uid = "8BAC025E-60D1-11F1-3654-44BDB0D218CE"
        view = (mx.collections::ArrayCollection)#6
          filterFunction = (null)
          length = 2
          list = (mx.data::DataList)#1
          sort = (null)
          source = (null)
      sort = (null)
      source = (null)
    ------------------END_DUMP------------------------

    I expected that if my extension uses the local filesystem AND the network that I would get a Security Sandbox Exception as I recently described in this thread:
    http://forums.adobe.com/thread/791918?tstart=0
    However, I just tried changing my datagrid image renderer to access the thumbnail via HTTP and the thumbnail issue after Lightroom export does not happen.
                <mx:DataGridColumn headerText="Photo" dataField="fileName" width="80" editable="false">
                    <mx:itemRenderer>
                        <mx:Component>
                            <mx:HBox horizontalAlign="center" horizontalScrollPolicy="off" verticalScrollPolicy="off">
                                <mx:Image click="outerDocument.handlePhotoClick(data);" source="{'http://localhost:8500/LR_AUTO/imported/thumbs/' + data.fileName}" width="75" height="75"/>
                            </mx:HBox>
                        </mx:Component>
                    </mx:itemRenderer>
                </mx:DataGridColumn>
    Furthermore, I can also open the image via the Photoshop DOM, and it does open correctly.  It seems that I do have a solution now, although I'm not certain as to why I'm not getting a Security Sandbox Exception as I described in the other post.
    Thanks for reading.

Maybe you are looking for

  • Web service is not working in tranported server

    hi. experts i have developed a webservice in server 1 and have used that webservice wsdl file in adobe form it is working fine in server1. I have transported adobe form in Server2 but webservice in that server is not working .. can u tell me what is

  • BADI for updating condition rate in CRMD_ORDER

    Hi Gurus, I am creating a sales order using CRMD_ORDER and trying to update the condition rate in ABAP. I need to know how exactly i can do the same. I have identified CRM_COND_COM_BADI and CRM_PRICING_I_BADI but I don't know which parameters to alte

  • Normal is takes long time

    Dear Experts, i tried to enable audit option in oracle 10.2 .0 database which is running on windows box, after set this command , i tried to restart the DB with shutdown (only) option. ALTER SYSTEM SET audit_trail=db SCOPE=SPFILE; but its takes long

  • Change Column Heading dynamically in ABAP report

    Hi, is it possible to have the selection screen values in the column heading of the result screen in a report? Currently list heading / column heading values are maintained in a Goto-> Text elements -> List headings but I would like to have values th

  • External keyboard issues? mixing character orders

    Hello, I have noticed lately (very often actually) that whenever I start typing with my external keyboard (aluminum and older white plastic -tested both-), the OS doesn't seem to be keeping up with the charecter output. for example if I type the word