Bug - My removePopUp Post

I posted about a problem I was having with removePopUp. I had
to fire two separate events (i.e. I had to click my Cancel button
twice) which calls removePopUp to actually get the pop up to go
away. I did some messing around and found what appears to be a bug,
at least to me:
I was originally calling createPopUp in a MenuBar
MenuEvent.ITEM_CLICK event handler. I put a createPopUp in the
handler for a button click event and then had another button whose
handler called removePopUp. It worked just fine. I only needed to
click the Cancel button once. So, the MenuBar's
MenuEvent.ITEM_CLICK handler appeared to be the problem.
I stepped through my original code and discovered that the
MenuEvent.ITEM_CLICK event was actually firing twice. So, I created
a global Boolean to ensure that my createPopUp line is only called
once, on the first event, and sure enough, the problem went away.
I was wondering if two events fired, one for the "File" menu
element and one for the "New Design" menu element. Not so. This
line indicated that it was the same menu element:
trace([email protected]());
So, the apparent bug is that a MenuBar MenuEvent.ITEM_CLICK
is firing twice for the same click event. I'm new to ActionScript
and Flex, but nonetheless, that appears to be a problem.

Apologies for the duplicated posts.

Similar Messages

  • BUG in iOS7: Post iOS7 upgrade, search option does not work for "Messages". If you want to search a contact name in Messages who is way below the list, the search will not yield any result.

    BUG in iOS7: Post iOS7 upgrade, search option does not work for "Messages". If you want to search a contact name in Messages who is way below the list, the search will not yield any result.

    These are user forums. You are not speaking to Apple here. Report your problem at Apple Feedback.

  • Seems a bug in forums posting time

    Please follow the discussions in this thread. Seems a bug in forums posting time:
    Re: SQL query help

    Calling System.exit inside an Applet is a no-no. Maybe the exception was applet related?
    It is easier to call
    JFrame.setDefaultCloseOperation(WindowConstants.EXIT_ON:CLOSE);

  • Bug in BLOG Post.aspx

    This is a spin off from a previous issue I had but now I think this is a bug and it appears to only be in the Post.aspx view. To summarize, when the exact same web part is added to the POST.aspx page as well as the /Forms/AllItems.aspx page, it
    crashes on the first and works on the latter.
    To try and keep this short I'll be simple
    Initial setup.....
    1) Create a Team Site with a contacts app
    2) Create a Blog SUB site with a contacts app and a document app
    3) In the team site, create a new Site Column that is a Lookup to it's Contact app (based on Last Name Linked Field)
    4) In the sub BLOG site, create a new Site Column that is a Lookup to it's Contact app (based on Last Name Linked Field)
    5) In the sub BLOG site, add both the Parent Team Site Lookup and the Blog Site Lookup as an "Existing Column" to both the POST and the Document Apps.
    so at this point, you should have a blog sub site with a Post app and a Document app that have 2 new columns added: One is the Contact lookup column from the Parent site, the other is the Contact Lookup column from the local Blog site.
    Let the fun begin...
    6) On the Blog post details page (the page that comes up when you click on the title of an individual BLOG post), add 2 new web parts.... one is the existing "Post" library, which means you would have the same info just in a different view) and
    the other web part is the existing "Document" library. For each newly added Web part.... edit the current view and make sure to include the newly added Lookup columns.
    7) On the Blog's Document library page (the page that comes up when you view everything in this app), add 2 new web parts.... one is the existing "Post" library, and the other web part is the existing "Document" library (which
    is a duplicate of the already existing web part). For each newly added Web part.... edit the current view and make sure to include the newly added Lookup columns.
    Results....
    What you should see is that the actual "POST" page (/List/Posts/Post.aspx?ID=n) will not even display the original untouched web part. The added Document web part (with the new columns showing) will show and the Contact Linking works. The
    second occurrence of the Post Web part (which includes the new lookup columns) crashes and displays an error on the screen.
    If you open up the Document Library, you will see the original untouched web part working, and BOTH of the newly added web parts which includes the exact same "Post" + new Lookup columns as above.
    ... so long story short... the same web part for the same object library with the same display columns works in the _layouts/15/start.aspx#/myDocs/Forms/AllItems.aspx however does not work in the the /_layouts/15/start.aspx#/Lists/Posts/Post.aspx

    If you really feel it's a bug, you could join the +Apple Developer Connection+ — the +ADC Online+ category is free, here:
    ...then you can use this to create a trackable problem report:
    ...And no, you don't need to be a "developer" to join — just an Apple user who wants to make sure Apple knows there's a bug and have the ability to track its resolution.
    Problems with iWeb's blog are a recurring theme on these forums — so you may soon be back with a different iWeb blog problem: Lost all blog entries or all comments or unable to publish, etc. And whether iWeb's blog works well or not is of little concern to Apple as it's only a tiny part of their software repertoire. If you switch to a dedicated blogging platform you're likely to have a better experience. For a success story using a non-iWeb blog hosted on WordPress, see this old thread:
    _To blog or not to blog_

  • BUG:  Ghost New Posts appear in My Subscriptions...?

    As suggested by Host Kady, we are now extracting Bugs and Enhancements from our consolidation threads, and re-posting them individually.
    Reported by Da Gopha:
    My Subscriptions details the presence of some new/updated posts, but when that thread is visited, there are no new/updated posts to be seen.
    I have seen this multiple times now
    Kind regards,
    Gopha

    Thanks for confirming this! Good to know that it's not just me then...
    Kind regards,
    Gopha.

  • FYI - E71 browser bug in HTTP POST authentication

    Some time ago I wrote a simple CGI script to upload photos from my old Nokia 6820. (but as the camera was so awful, I didn't use it much...)
    When I tried to use it with my new E71, it didn't work and the browser exited unexpectedly.
    When I had a look, it seems I had a public page with a form to upload a file using  POST, then a CGI script that required basic authentication (i.e. a password). The N71 uploaded the file, got a 401 response, then died. Working browsers upload the file, get a 401, pop up a password dialogue, then resubmit the file with an authentication string and get the success response.
    This seemed a somwhat crazy way to do it, on reflection, so I moved the form into the CGI directory. Now it works on the N71 - does an authentication step on the GET, and sends the authentication string with the first and only POST request.
    (version 100.07.76; says latest for my phone in Canada)

    After having read the RFC 4954, I must agree that the RFCs are a bit contradictory in this case.
    RFC 2821 states that "all buffers and state tables [are] cleared". RFC 4954 states, that "after an AUTH command [...] no more AUTH commands may be issued [...]".
    Taking both statements together, it wouldn't be possible to send two Emails within one authenticated session.
    I digged into that a bit deeper, and discovered that some guys already found this contradiction:
    http://notabug.com/2002/drums-archive/6812
    Unfortunately they simply removed the sentence. Replacing it with a more precise statement would have been much better. Especially the behaviour of the RSET command in authenticated connections should have been descibed.
    So the RSET command resets all buffers and state tables of a _transaction_. The buffers and state tables of the _connection_ remain untouched. So the RSET command shouldn't flush an authentication, because it belongs to a _connection_.
    Due to this misleading statements, we have some (a lot of) mail servers out there which flush the authentication. So it might be a good idea to take out the RSET command after the AUTH, though Nokia/Symbian implementation is not against the RFCs.
    Simply go through the topics, and you will see that a lot of people have problems sending Emails. And they blame their Nokia, because all other mail clients work flawless.
    So I agree: An RSET directly after an AUTH shouldn't do any harm. But in reality it does - due to misleading RFCs and therefore incorrect server implementations. And as you say, RSET doesn't make much sense there, so it should be removed.
    Kreye

  • Bug Report E71 - Post (serious) bugs here.

    Hi,
    Maybe it's wise to have a dedicated bug report topic for the E71.
    So not discussions here .. just USEFULL reports.
    Bug #1 :
    Situation:
    - I am having a sip internet-call (native SIP client) with an Asterisk server.
    - put the call on 'standby' (by menu Options)
    - i press the 'Options' softkey again
    - phone freezes. Only battery removal can restart it.
    (it also freezes after doing some random key presses .. which i can't remember exactly .. but the standby is not stable.)
    Bug #2:
    - please fix color-settings for the camera . There is 'purple' all over.

    501.21.001 on RM-357 (E71-2) Since upgrading to 501, I've had two major problems. 1) rarely (it's only happened twice), the SMS application will hang when attempting to reply to a message. The original message stays on the screen and nothing will let me out of the app. The phone will respond to the power button, however, and seems to work fine after a reboot. 2) battery life and/or battery meter is terrible. Battery meter will stay near the top then suddenly drop to 2-3 bars remaining. Energy Profiler seems to confirm my power usage is about where it used to be (drawing about 0.12W with the screen off and Gravity running in the background). Phone will then reach 1 bar and give "battery low" warnings, but I'm not convinced the battery is truly low. Last night I was on one bar for over two hours, Gravity was left running, I send and received a few texts, and I was connected to my in-car bluetooth for about 25 minutes, and the phone did not die. On the original firmware, I would never have made it through all that on one bar, which makes me think the bug is with the battery meter, not the battery life itself.

  • Bug Report:  "My Posts" hasn't updated since 19 Nov. @ 4:29 p.m.

    Hi Hosts --
    You're probably already aware of this (as I'm fairly certain you're all seeing, all knowing, omniscient and omnipotent), and I know you already fixed a similar problem just a few days ago (for which I thank you), but, on the off chance you aren't aware of the current situation, I thought it my civic duty (and I'm all about civic duty these days) to report the following:
    When I click "My Posts" in the sidebar at the right-hand side of the page, the last post shown bears the date time stamp of 19 November 2005 @ 4:29 p.m.
    Any help getting that bad boy up and running again would be appreciated.
    Thanks.
    -- JDee

    Hi Frank --
    Well, confirming my hypothesis about the all seeing omnipotence of the Moderators, Hosts, whatever,...... my "My Posts" is now current. It seems to go in and out. Right now it's in. It got back to current about 12 hours or so ago, then got a few posts behind and now it's current again..... until next time. Just grin and bear it, I guess...... in the grand scheme, it's a pretty minor problem.

  • Where to post possible bugs?

    There's a BIOS update for my system which causes loss of onboard sound if you are not using a sound card.  I was wondering if perhaps there was a way to submit a bug report?

    Caeruleus wrote:
    There's a BIOS update for my system which causes loss of onboard sound if you are not using a sound card.  I was wondering if perhaps there was a way to submit a bug report?
    Post specifically to the audio section of the type of system you own. Specify by the complete product name/number.
    regards,
    erico
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • [Patch 정보] TRACKING BUG FOR CUMULATIVE MLR#6 ON TOP OF BPEL PM 10.1.3.3.1

    최근에 출시된 BPEL PM 10.1.3.3.1의 통합패치입니다.
    아래는 readme.txt에 포함된 patch list입니다.
    # WARNING: Failure to carefully read and understand these requirements may
    # result in your applying a patch that can cause your Oracle Server to
    # malfunction, including interruption of service and/or loss of data.
    # If you do not meet all of the following requirements, please log an
    # iTAR, so that an Oracle Support Analyst may review your situation. The
    # Oracle analyst will help you determine if this patch is suitable for you
    # to apply to your system. We recommend that you avoid applying any
    # temporary patch unless directed by an Oracle Support Analyst who has
    # reviewed your system and determined that it is applicable.
    # Requirements:
    # - You must have located this patch via a Bug Database entry
    # and have the exact symptoms described in the bug entry.
    # - Your system configuration (Oracle Server version and patch
    # level, OS Version) must exactly match those in the bug
    # database entry - You must have NO OTHER PATCHES installed on
    # your Oracle Server since the latest patch set (or base release
    # x.y.z if you have no patch sets installed).
    # - [Oracle 9.0.4.1 & above] You must have Perl 5.00503 (or later)
    # installed under the ORACLE_HOME, or elsewhere within the host
    # environment.
    # Refer to the following link for details on Perl and OPatch:
    # http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=189489.1
    # If you do NOT meet these requirements, or are not certain that you meet
    # these requirements, please log an iTAR requesting assistance with this
    # patch and Support will make a determination about whether you should
    # apply this patch.
    # 10.1.3.3.1 Bundle Patch 6823628
    # DATE: March 14, 2008
    # Platform Patch for : Generic
    # Product Version # : 10.1.3.3.1
    # Product Patched : Oracle(R) SOA
    # Bugs Fixed by 10.1.3.3.1 Initial patch 6492514 :
    # Bug 5473225 - PATCH01GENESIS HOT UNABLE TO CATCH AN EXCEPTION DURING A
    # TRANSFORM
    # Bug 5699423 - PARTNERLINK PROPERTY THAT SET BPELXPROPERTY FUNCTION DOESN'T
    # WORK
    # Bug 5848272 - STATEFUL WEBSERVICES DEMO ON OTN DOES NOT WORK 10.1.3.1
    # Bug 5872799 - ANT DEPLOY BPEL TEST FAILS/RUNS ON DEFAULT DOMAIN NOT
    # SPECIFIED TARGET DOMAIN
    # Bug 5883401 - ALLOW A WAY TO CREATE EMPTY NODES - AND USE FOR REQUIRED
    # NODES
    # Bug 5919412 - SAMPLE DEMO BPEL PROCESSES MIMESERVICE MIMEREQUESTER AXIS
    # JAVA EXAMPLE ERROR
    # Bug 5924483 - ESB SHOULD SUPPORT SOAP EDNPOINT LOCATION DYNAMIC UDDI LOOKUP
    # Bug 5926809 - ORAPARSEESCAPEDXML XPATH EXPRESSION FAILED TO EXECUTE
    # FOTY0001 TYPE ERROR
    # Bug 5937320 - STRANGE BEHAVIOUR CALLING FROM BPEL TO BPEL GETTING
    # NULLPOINTEREXCEPTION.
    # Bug 5944641 - BPA BLUEPRINT NOT AVAIALBLE IN JDEVELOPER
    # Bug 5945059 - JAVA.LANG.NULLPOINTEREXCEPTION SENDING EMAILS WITH PAYLOADS
    # LARGER THAT 1MB
    # Bug 5962677 - WS RESPONSE IS EMPTY SOAP BODY IN ONE-WAY CALL
    # Bug 5963425 - WHEN THE OUTCOMES FOR A HT CHANGED & IMPORTED - UPDATE
    # CONNECTION ROLES IN BPEL
    # Bug 5964097 - AQ ADAPTER DEPLOYMENT CAUSES OPMN TO PERFORM A FORCEFUL
    # SHUTDOWN IN SOA
    # Bug 5971534 - CANNOT GRANT USER TASK VIEWS TO GROUPS, ONLY TO USERS.
    # Bug 5989367 - REFER TO SR 6252219.993 BPEL 10.1.3 ONLY COPIES IN ASSIGN,
    # IN 10.1.2 IT CREATES
    # Bug 5989527 - ENHANCEMENT WARNING SHOULD BE GIVEN UPON UPLOAD IF BPEL
    # PROCESS IS OPEN IN ARIS
    # Bug 5997936 - ESB FAULT DOES NOT GET PROPAGATED TO BPEL
    # Bug 6000575 - PERF NEED ESB PURGE SCRIPT TO PURGE BY DATE AND PROCESS
    # Bug 6001796 - POSTING OF DATE RECEIVED FROM XML GATEWAY TO BPEL FAILED IN
    # ESB
    # Bug 6005407 - BPEL PROCESS DOESN'T PROPOGATE FAULT THROWN BY BPEL
    # SUB-PROCESS
    # Bug 6017846 - MIMETYPE OF EMAIL NOTIFICATION IS NOT SET THROUGH HUMAN TASK
    # Bug 6027734 - DECISION SERVICE IMPORT - LOCATING DECISION SERVICE IN .DECS
    # FILE IMPROPER
    # Bug 6028985 - EXCEEDED MAXIMUM NUMBER OF SUBSCRIBERS FOR QUEUE
    # ORAESB.ESB_CONTROL
    # Bug 6041508 - CREATING/UPDATING DVM CAUSE EXCEPTION
    # Bug 6053708 - FTP ADAPTER DOES NOT SUPPORT ENCRYPTED PASSWORD IN
    # OC4J-RA.XML
    # Bug 6054034 - INDEX4,INDEX5 AND INDEX6 CANNOT BE USED IN BPEL CONSOLE
    # Bug 6068801 - BACKPORT OF BPEL ON WEBLOGIC - VERSION 10.1.3.3
    # Bug 6070991 - HT EXPORT DOES NOT EXPORT PARAMETERS, ALLOW PARTICIPANTS TO
    # INVITE OTHERS
    # Bug 6071001 - WSIF HTTP BINDING NOT WORKING FROM ESB
    # Bug 6073311 - STRESS SCOPE NOT FOUND ON CALLBACK - WRONG (DUPE)
    # SUBSCRIPTION IN TABLE
    # Bug 6081070 - JMS ADAPTER REJECTION HANDLER CREATE 0 BYTE FILES
    # Bug 6083419 - DECISION SERVICE SCOPE NEED TO HAVE A SPECIAL INDICATOR
    # Bug 6085799 - HUMAN TASK ADDED IN SCOPE IN JDEV IS NOT UPDATED TO BPA
    # SERVER
    # Bug 6085933 - EXPORT AND EXPLORE SHOULD USE USER LANGUAGE AND NOT ENGLISH
    # ALWAYS
    # Bug 6086281 - STRING INDEX OUT OF RANGE ERROR FOR COBOL COPYBOOK WITH PIC
    # CLAUSE HAVING S
    # Bug 6086453 - DOMAINS CREATED IN A CLUSTER GETS NOT PROPAGATED TO NEW OR
    # EXISTING NODES
    # Bug 6087484 - MULTIPLE HEADER SETTING CAUSES ESB EXCEPTION
    # Bug 6087645 - ESB SHOULD ALLOW USER PICK RUNTIME PROTOCOL (HTTP/HTTPS)
    # Bug 6110231 - TRANSLATION NOT BASED ON MQ CCSID CHARSET
    # Bug 6120226 - BPEL IS NOT SETTING THE APPS CONTEXT CORRECTLY
    # Bug 6120323 - COMPLETIONPERSISTPOLICY ON DOMAIN LEVEL HAS DISAPPEARED
    # Bug 6125184 - ESB JMS SESSION ROLLBACK ORACLE.JMS.AQJMSEXCEPTION
    # Bug 6127824 - [AIA2.0] CURRENT XREF IMPLEMENTATION IS MISSING REQUIRED
    # INDEXES ON XREF SCHEMA
    # Bug 6128247 - HTTPCONNECTOR POST() METHOD SHOULD RAISE EXCEPTION FOR ALL
    # STATUS CODES EXCEPT 2
    # Bug 6131159 - ENABLE USERS TO CHOOSE XSD WHEN CREATING A BPEL PROCESS FROM
    # BLUE PRINT
    # Bug 6132141 - PROCESS_DEFAULT TABLE STILL CONTAINS INFORMATION FROM
    # UNDEPLOYED PROCESSES
    # Bug 6133190 - ENABLING ESB CONSOLE HTTP/S IS MAKING THE CONSOLE TO COME UP
    # BLANK.
    # Bug 6139681 - BPEL WSDL LINK IN CLUSTERED RUNTIME POINTS TO A SINGLE NODE
    # Bug 6141259 - BASICHEADERS NOT PUTTING WWW-AUTHENTICATE HEADERS FOR HTTP
    # BINDING IN BPEL
    # Bug 6148021 - BPEL NATIVE SCHEMA FOR COBOL COPYBOOK WITH IMPLIED DECIMAL
    # LOSES DIGIT IN OUTPUT
    # Bug 6149672 - XOR DATA - CONDITION EXPRESSION SPECIFICATION IS NOT
    # INTUITIVE IN BPMN MODELS
    # Bug 6152830 - LOSING CONDITIONAL EXPRESSIONS CREATED IN JDEV UPON MERGE
    # Bug 6158128 - BASICHEADERS NOT PUTTING WWW-AUTHENTICATE HEADERS FOR HTTP
    # BINDING
    # Bug 6166991 - WHEN STARTING SOA SUITE,, PROCESSES FAIL DUE TO UNDEFINED
    # WSDL
    # Bug 6168226 - LOCATION-RESOLVER EXCEPTION THROWN IN OPMN LOGS
    # Bug 6187883 - CHANGES FOR BPEL RELEASE ON JBOSS- VERSION 10.1.3.3
    # Bug 6206148 - [AIA2.0] NEW FUNCTION REQUEST, XREFLOOKUPPOPULATEDCOLUMNS()
    # Bug 6210481 - BPEL PROCESS WORKS INCORRECTLY WHEN AN ACTIVITY HAS MULTIPLE
    # TRANSITIONCONDITION
    # Bug 6240028 - WEBSERVICE THAT DOES NOT CHALLENGE FOR BASIC CREDENTIALS
    # CANNOT BE INVOKED
    # Bug 6257116 - MULTIPLE HEADER SETTING CAUSES ESB EXCEPTION
    # Bug 6258925 - MESSAGE RECEIVED BY THE TARGET ENDPOINT VIA HTTP POST IS
    # MISSING THE XML HEADER
    # Bug 6259686 - TOO MANY UNNECESSARY WORKFLOW E-MAIL NOTIFICATIONS GENERATED
    # Bug 6267726 - 10.1.3.3 ORACLE APPLICATIONS ADAPTER - NOT ABLE TO CAPTURE
    # BUSINESS EVENT
    # Bug 6272427 - WEBSPHERE BPEL FAILS FOR DATA RETRIEVAL OF SIZE 500+ KB
    # Bug 6276995 - MERGE SCOPE NAME IS NOT UPDATED WHEN CHANGED IN THE SERVER
    # Bug 6280570 - XPATH EXPRESSION ERROR IN MEDIATOR FOR ASSIGNING USER-DEFINED
    # CONTEXT VALUES
    # Bug 6282339 - RETRYCOUNT DOES NOT WORK PROPERLY
    # Bug 6311039 - ONE RECORD IS INSERTED TO SYNC_STORE IF
    # COMPLETIONPERSISTPOLICY SET TO FAULTED
    # Bug 6311809 - [AIA2.0] NON-RETRYABLE ERRORS ARE NOT POSTED ON ESB_ERROR
    # TOPIC
    # Bug 6314784 - THE PRIORITY DEFINED IN THE BPA SUITE IS NOT TRANSFERRED TO
    # THE JDEV CORRECTLY
    # Bug 6314982 - THREADPOOL RACE CONDITION IN ADAPTER INITIALIZATION MESSAGES
    # NOT PROCESSED
    # Bug 6315104 - (SET)CLASSNAME MISSING IN TSENSOR JAXB OBJECTS
    # Bug 6316554 - CONSUME FUNCTIONALITY OF JMS ADAPTER FOR BEA WEBLOGIC DOES
    # NOT WORK
    # Bug 6316950 - FILEADAPTER HARPER ENHANCEMENTS SYNC WRITE AND CHUNKED
    # INTERACTION SPEC
    # Bug 6317398 - THE ICON FOR COMPUTING DIFFERENCE IS MISSING IN JDEV REFRESH
    # FROM SERVER DIALOG
    # Bug 6320506 - IMPORT FAILS WHEN THERE IS AN UNNAMED CASE
    # Bug 6321011 - CANNOT PROCESS 0 BYTE FILE USING FTP ADAPTER
    # Bug 6325749 - TRACKING BUG FOR TRACKING ADDITIONAL CHANGES TO BUG #6032044
    # Bug 6328584 - NEED A NEW XPATH EXPRESSION TO GET ATTACHMENT CONTENT VIA
    # SOAP INVOKATION
    # Bug 6333788 - COLLAPSING OF CONSECUTIVE ASSIGN TASKS BREAKS BAM SENSOR
    # Bug 6335773 - BUILD.XML CONTAINS DO NOT EDIT .. - WHILE <CUSTOMIZE> TASK
    # MUST BE IN <BPELC>
    # Bug 6335805 - AQ ADAPTER OUTBOUND DOESN'T RECONNECT AFTER FAILURE
    # Bug 6335822 - [AIA2.0] PSRPERFESB - RUNTIME DVM PERFORMANCE OVERHEAD IN ABS
    # USE CASE
    # Bug 6339126 - CHECKPOINT BPEL JAVA METHOD DOESN'T WORK IN BPEL 10.1.3.3
    # Bug 6342899 - OUTLINECHANGE.XML NOT UPDATE WITH ACTIVITY FROM NEW BRANCH
    # Bug 6343299 - ESB CONCRETE WSDL NAMESPACE SHOULD BE DIFFERENT FROM IMPORTED
    # WSDL NAMESPACE
    # Bug 6372741 - DEHYDRATION DATABASE KEEPS GROWING IN 10.1.3.3
    # Bug 6401295 - NXSD SHOULD SUPPORT ESCAPING THE TERMINATED/QUOTED/SURROUNDED
    # DELIMITERS
    # Bug 6458691 - DIST DIRECTORY FOR 10.1.3.3.1 NEEDS UPDATE
    # Bug 6461516 - BPEL CONSOLE CHANGES FOR DISPLAYING RELEASE 10.1.3.3.1
    # Bug 6470742 - CHANGE THE VERSION NUMBER AND BUILD INFO IN ABOUT DIALOG IN
    # ESB
    # BUG ADDED IN MLR#1, 6671813 :
    # Bug 6494921 - ORABPEL-02154 IF LONG DOMAIN AND SUITECASE NAMES IN USE
    # BUGS ADDED IN MLR#2, 6671831 :
    # Bug 6456519 - ERROR IN BPEL CONSOLE THREADS TAB:SERVLETEXCEPTION CANNOT GET
    # DISPATCHER TRACE
    # Bug 6354719 - WHICH JGROUP CONFIGURATION PARAMETER IMPACTS BPEL CLUSTER
    # ACTIVITY
    # Bug 6216169 - SCOPE NOT FOUND ERROR WHILE DELIVERING EXPIRATION MESSAGE OF
    # ONALARM
    # Bug 6395060 - ORA-01704 ON INSERTING A FAULTED INVOKE ACTIVITY_SENSOR
    # Bug 6501312 - DEHYDRATION DATABASE KEEPS GROWING IN 10.1.3.3 #2
    # Bug 6601020 - SEARCHBASE WHICH INCLUDES PARENTHESIS IN THE NAMES DOES NOT
    # WORK
    # Bug 6182023 - WAIT ACTIVITY FAILS TO CONTINUE IN CLUSTER WHEN PROCESSING
    # NODE GOES DOWN
    # BUGS ADDED IN MLR#3, 6723162 :
    # Bug 6725374 - INSTANCE NOT FOUND IN DATASOURCE
    # Bug 4964824 - TIMED OUT IF SET CORRELATIONSET INITIATE YES IN REPLY
    # ACTIVITY
    # Bug 6443218 - [AIA2.0]BPEL PROCESS THAT REPLIES A CAUGHT FAULT AND THEN
    # RETHROWS IT IS STUCK
    # Bug 6235180 - BPPEL XPATH FUNCTION XP20 CURRENT-DATETIME() IS RETURNING AN
    # INCORRET TIME
    # Bug 6011665 - BPEL RESTART CAUSES ORABPEL-08003 FAILED TO READ WSDL
    # Bug 6731179 - INCREASED REQUESTS CAUSE OUTOFMEMORY ERRORS IN OC4J_SOA WHICH
    # REQUIRES A RESTART
    # Bug 6745591 - SYNC PROCESS <REPLY> FOLLOWED BY <THROW> CASE CAUSING
    # OUTOFMEMORY ERRORS
    # Bug 6396308 - UNABLE TO SEARCH FOR HUMAN TASK THAT INCLUDES TASK HISTORY
    # FROM PREVIOUS TASK
    # Bug 6455812 - DIRECT INVOCATION FROM ESB ROUTING SERVICE FAILS WHEN CALLED
    # BPEL PROCESS
    # Bug 6273370 - ESBLISTENERIMPL.ONFATALERROR GENERATING NPE ON CUSTOM ADAPTER
    # Bug 6030243 - WORKFLOW NOTIFICATIONS FAILING WITHOUT BPELADMIN USER
    # Bug 6473280 - INVOKING A .NET 3.0 SOAP SERVICE EXPOSED BY A ESB ENDPOINT
    # GIVES A NPE
    # BUGS ADDED IN MLR#4, 6748706 :
    # Bug 6336442 - RESETTING ESB REPOSITORY DOES NOT CLEAR DB SLIDE REPOSITORY
    # Bug 6316613 - MIDPROCESS ACTIVATION AGENT DOES NOT ACTIVATED FOR RETIRED
    # BPEL PROCESS
    # Bug 6368420 - SYSTEM IS NOT ASSIGNING TASK FOR REAPPROVAL AFTER REQUEST
    # MORE INFO SUBMITTED
    # Bug 6133670 - JDEV: UNABLE TO CREATE AN INTEGRATION SERVER CONNETION WHEN
    # ESB IS ON HTTPS
    # Bug 6681055 - TEXT ATTACHMENT CONTENT IS CORRUPTED
    # Bug 6638648 - REQUEST HEADERS ARE NOT PASSED THROUGH TO THE OUTBOUND HEADER
    # Bug 5521385 - [HA]PATCH01:ESB WILL LOSE TRACKING DATA WHEN JMS PROVIDER IS
    # DOWN
    # Bug 6759068 - WORKLIST APPLICATION PERFORMANCE DEGRADATION W/ SSL ENABLED
    # FOR BPEL TO OVD
    # BUGS ADDED IN MLR#5, 6782254 :
    # Bug 6502310 - AUTOMATED RETRY ON FAILED INVOKE WITH CORRELATIONSET INIT
    # FAILS
    # Bug 6454795 - FAULT POLICY CHANGE NEEDS RESTART OF BPEL SERVER
    # Bug 6732064 - FAILED TO READ WSDL ERROR ON THE CALLBACK ON RESTARTING BPEL
    # OC4J CONTAINER
    # Bug 6694313 - ZERO BYTE FILE WHEN REJECTEDMESSAGEHANDLERS FAILS
    # Bug 6686528 - LINK IN APPLICATION.XML FILES CHANGED TO HARD LINKS WHEN MORE
    # THAN 1 HT PRESENT
    # Bug 6083024 - TEXT AND HTML DOC THAT RECEIVED AS ATTACHMENTS WERE EITHER
    # BLANK OR GARBLED
    # Bug 6638648 - REQUEST HEADERS ARE NOT PASSED THROUGH TO THE OUTBOUND HEADER
    # Bug 6267726 - 10.1.3.3 ORACLE APPLICATIONS ADAPTER - NOT ABLE TO CAPTURE
    # BUSINESS EVENT
    # Bug 6774981 - NON-RETRYABLE ERRORS ARE NOT POSTED ON ESB_ERROR TOPIC
    # Bug 6789177 - SFTP ADAPTER DOES NOT SUPPORT RENAMING FILES
    # Bug 6809593 - BPEL UPGRADE TO 10.1.3.3.1 WITH ESB CALLS FAILS DUE TO
    # CACHING OF PLNK - SERVICE
    # BUGS ADDED IN MLR#6, 6823628 :
    # Bug 6412909 - <BPELX:RENAME> DOES NOT ADD XMLNS DECLARATION AUTOMATICALLY
    # Bug 6753116 - OUTPUT FROM HUMAN TASK IS NOT IS NOT CONSISTENT WITH
    # SCHEMA
    # ORDERING
    # Bug 6832205 - BAD VERIFICATIONSERVICE PERFORMANCE IF LDAP SERVICE HAS HUGE
    # DATA
    # Bug 6189268 - CALLING BPEL PROCESS VIA SOAP FROM ESB FAILS WITH
    # NAMENOTFOUNDEXCEPTION
    # Bug 6834402 - JMS ADAPTER IMPROPERLY CASTS XAQUEUESESSION TO QUEUESESSION
    # Bug 6073117 - TASK SERVICE DOESN'T RENDER THE TASK ACTIONS
    # Bug 6054263 - REUSING SOAP WSDL IN RS CAUSES SOAP ACTION'S NS TO BE
    # STRIPPED
    # AWAY
    # Bug 6489703 - ESB: NUMBER OF LISTENERS > 1 GIVES JMS EXCEPTION UNDER STRESS
    # Bug 5679542 - FTP ADAPTER: COULD NOT PARSE TIME:
    # JAVA.LANG.STRINGINDEXOUTOFBOUNDSEXCEPTION
    # Bug 6770198 - AQ ACTIVATIONINSTANCES >1 DOESN'T WORK IN ESB
    # Bug 6798779 - ESB ROUTING RULES CORRUPTED ON RE-REGISTERING WITH ROUTING
    # ORDER
    # IN WSDL CHANGED
    # Bug 6617974 - BACKPORT REQUEST FOR MOVING FILES FUNCTION OF FTP ADAPTER
    # Bug 6705707 - VALIDATION ON ESB CAN'T HANDLE NESTED SCHEMAS
    # Bug 6414848 - FTP ADAPTER ARCHIVE FILENAME FOR BPEL IS BEING SCRAMBLED
    # AFTER
    # THE 10.1.3.3 UPGR
    # Bug 5990764 - INFORMATION ARE LOST WHEN BPEL PROCESS IS POLLING FOR MAILS
    # WITH
    # ATTACHEMENTS
    # Bug 6802070 - ORA-12899 SUBSCRIBER_ID/RES_SUBSCRIBER COLUMN SMALL FOR LONG
    # DOMAIN AND PROCESS
    # Bug 6753524 - WRONG SERVICE ENDPOINT OPEN WHEN TEST WEB SERVICE OF ESB
    # Bug 6086434 - PROBLEM IN BPEL FILE ADAPTER WHILE READING A FIXED LENGTH
    # FILE
    # Bug 6823374 - BPEL 10.1.3.3.1 BAM SENSOR ACTION FAILS WITH BAM 11
    # Bug 6819677 - HTTS STATUS 202 RETURNED INSTEAD OF SOAP FAULT
    # Bug 6853301 - MQ ADAPTER REJECTED MESSAGES IS NOT REMOVED FROM THE RECOVERY
    # QUEUE
    # Bug 6847200 - 10.1.3.3.1 PATCH (#6748706) HAS STOPPED FTP ADAPTER POLLING
    # IN
    # SFTP MODE
    # Bug 6895795 - AQ OUTBOUND DOESN'T WORK WITH MLR#6
    업무에 참고하시기 바랍니다.

    David,
    You are right, theer are some changes incorporated in the latest MLR # 16 on the configurations files and on the dehydration store metrics(such as performance, fields,..).
    However, I would not suggest to continue working on olite, even for Development/Test purposes as you might get stuck with strange errors...and the only solution would be to re-install SOA Suite if your olite gets corrupted. There might be ways to gets your olite back to position, but trust me..its not so simple.
    Also, when you develop and stress test all your testcase scenarios in an TEST Adv installation, its simple to mimic the same in actual production box, as you exactly know its behavior.
    So, go for a brand new SOA 10.1.3.4 MLR # 5 (or) 10.1.3.3.1 MLR # 16 SOA Suite Advanced installation with Oracle DB 10.2.0.3 as its dehydration store.
    Hope this helps!
    Cheers
    Anirudh Pucha

  • LR 1.1 - Bug with Camera Raw resolutions?

    I don't know that this is necessary, but in case this is a bug, I am posting it here, as well as in the help forum. Is it my imagination or am I missing some obscure Lightroom Preferences setting?
    When selecting Edit in Photoshop, Lightroom 1.1 seeems to ignore the Camera Raw resolution settings for Nikon .nef files. While I have Nikon's recommended D1x natve resolution set for Photoshop's Camera Raw Plug-in (5.9MP - 3008x1960 @300ppi at 8-bits per pixel), when a selected .nef file is opened through Lightroom, it comes into Photoshop using all the D1x pixels (10.5MP - 4011x2613 @240ppi at 16-bits per pixel).
    Is this yet another Lightroom resolution bug?
    Did the same problem occur with the beta and 1.0 versions of Lightroom?
    Why are all these Preference Settings hidden away in so many different places, and then not communicating with one another? If they must be set up in different dialog boxes for each application, you should be able to get to all related Preferences for Lightroom, Camera Raw and Photoshop in one place -- ideally the Photoshop Preferences dialog boxes.

    No need to double post one forum section is enough.
    Don
    Don Ricklin, MacBook 1.83Ghz Duo 2 Core running 10.4.10 & Win XP, Pentax *ist D
    http://donricklin.blogspot.com/

  • Cirrus has a bug for a long time

    [ Before start a discussion, I tell you that my English is not good. If you read kindly, I appreciate you ]
    I found a bug from Cirrus network connection in AS3.
    But I liked Cirrus very very much, because It needs no AIR Runtime for Server and has UTP Hole punching and etc...
    So I just waited and waited that the bug will fixed by ADOBE.
    I wanted it very very much.
    But a few years laters, the bug still exists.
    I explain the bug on this post.
    [Server] Netstream.publish('name')
    [Cient] Netsteram.play('name')
    This methos makes Cirrus connection between Two peers finally.
    I followed example code sincerely in Adobe document.
    It succeed.
    But It failed sometimes.( This is the bug! )
    ## FEATURE ##
    1. There is about 40% probability of fail to make a connection.
    2. There is no event of disconnection.
    3. There are no error messages and any no response of failure of connecting.
    4. If server's IP address and client's IP address are same, It succed 100% to make a connection.
    5. If a client fails to connect a server once, the client will never succed to connect same server even though It tries again and again.
       If the client has to connect the server, the client needs to refresh the program to gets a new Netconnection ID.
    6. If a client fails to connect a server, another clients have some probablities to connect to same server.
    I made many online games with Cirrus and a lot of users are playing with that.
    They need safe connecting method very much.
    Please help them and me.
    Thank you.

    1. P2P connections are not always possible depending on the configuration of NATs and firewalls.  for an explanation, please see this posting:
      https://forums.adobe.com/message/1064983#1064983
    to understand what's really happening, please see
      http://tools.ietf.org/html/rfc7016#section-3.5.1.6
    2, 3. there should be an event after a timeout, around 2 minutes.
    4. that's expected.  the "behind NAT" local addresses should be reachable on the same computer.
    5. that's expected.  the failure to connect is because a P2P path can't be found.  see answer 1 above.  however, you don't need to reload the SWF -- you just need to make a new NetConnection to get a new peer ID.
    6. that's expected, see answer 1 above.
    since P2P connections aren't always possible, you might need to provide a server for client-server-client fallback when P2P doesn't work.

  • Copy and Paste bugged in FCP 7??

    Is anyone else having problems with copying from one seq to another?
    Everytime i paste an item into my main seq it changes the name of my seq to the pasted item.
    Its doesnt stop me working just quite confusing and annoying..

    Thanks the the suggestion, already had trashed the prefs.
    Description of workflow is easy.
    Load two seqs. (say seq 1 and seq 2)
    1.copy a clip (lets say, named 'clip 1') using 'apple c' from seq 2
    2.paste into seq 1 using 'apple/shift p' (or from edit menu) into seq 1
    seq 1 is now named 'clip 1'
    this has only happened since upgrade to FCP 7, it didnt happen in 6.0.5.
    OS reinstalled 2 months ago and updated to 10.5.6 and fresh install of 6 updated from start to 6.0.5
    then updated monday to FCP 7.
    If no one else has this problem, then i will do another os reinstall and a clean install of 7.
    Such a odd bug had to post.
    Thanks
    new features are great and i expected to hit a few bugs as FCP 7 is hot off the presses

  • Bugs in oc4j technology preview 2.0.0

    hello,
    I'm right now trying the technology preview of the new oc4j
    (which can be downloaded from the oracle site).
    I've encountered some bugs, should I post them to this forum, or
    is there a special place for them?
    Is this forum read by oc4j developers?
    for a warming up, here is the first bug :)
    the "exclusive-write-access" flag is ALWAYS set to "false",
    regardless of if you set it to true or ignore it in orion-ejb-
    jar.xml. the containers overwrites it after redeloyment
    to 'false'. I have a lot of DB-access right now, bad, bad;)
    Is there a workaround for this?
    is the production release for oc4j 2.x already scheduled ?
    Greetings from munich,
    .thomas
    hybris GmbH | Thomas Hertz
    Frankfurter Ring 162 | Software Engineering
    D-80807 M|nchen |
    |
    t +49(0)89 89065-0 | [email protected]
    f +49(0)89 89065-555 | www.hybris.com
    PGP: D070 5D86 BE2D C3AF E2CC D2D8 C29A 7F68 7407 629E

    Hi,
    I can reproduce the problem and if there isn't a filed bug
    already I will file one. I'll get back with the bug number.
    Thanks,
    Andy
    hello,
    I'm right now trying the technology preview of the new oc4j
    (which can be downloaded from the oracle site).
    I've encountered some bugs, should I post them to this forum, or
    is there a special place for them?
    Is this forum read by oc4j developers?
    for a warming up, here is the first bug :)
    the "exclusive-write-access" flag is ALWAYS set to "false",
    regardless of if you set it to true or ignore it in orion-ejb-
    jar.xml. the containers overwrites it after redeloyment
    to 'false'. I have a lot of DB-access right now, bad, bad;)
    Is there a workaround for this?
    is the production release for oc4j 2.x already scheduled ?
    Greetings from munich,
    .thomas
    hybris GmbH | Thomas Hertz
    Frankfurter Ring 162 | Software Engineering
    D-80807 M|nchen |
    |
    t +49(0)89 89065-0 | [email protected]
    f +49(0)89 89065-555 | www.hybris.com
    PGP: D070 5D86 BE2D C3AF E2CC D2D8 C29A 7F68 7407 629E

  • Bug Report: Probable Cause of Stuttering in iTunes v7.0.2.16 -- Crossfade

    Has anyone ever tried to send a bug report into Apple? I've looked all over and can't find anything that would let me send in a bug report.
    I think I have tracked down one of the issues with stuttering in iTunes v7.0.2.16 Its in the crossfading in the play back options. If I disable crossfading, gone is the stuttering and cpu hogging at the start of a track. The length of the stuttering, how far it goes into the next track, is the length of the crossfade. Also, has anybody else noticed that with the stuttering comes a maxing out of the CPU? While typing this my computer will go unresponsive when iTunes starts a new track and stutters and I can watch the CPU Usage History spike during the attempted crossfade.
    I hope that Apple finds this and it is a help in fixing the issue as I really do like iTunes. And if anyone knows how to send this on to Apple as a proper bug report, just post a comment letting me know and I will do it.
    And lastly, any comments showing the reproduction of this evidence would probably be helpful to Apple in resolving this issue.

    Okay Chris...
    I've double and triple checked all of the bullet points in your troublshooter document, and all is in good order.
    I found that my Direct X was out of date, and got excited when I upgraded it and started playing tunes. For about 5 or six tracks, there was not any skipping during the crossfade, but alas, the problem is still there, and still garbles the tunes at the very end and release of the crossfade.
    Not ALL tunes, just a certain intermitant few.
    FYI, this bug was never an issue until v7.0 was released. Crossfading in previous versions was not a problem, until now. So there must have been something that has changed, from the previous to this release, and my assumption is the gapless playback. Just a guess, as it is new.
    Any other thoughts as to the cause? And beter yet... the solution?
    I sincerely would like to keep using iTunes as my default music player...
    -JavaLength

Maybe you are looking for

  • Firefox says I have to uninstall a previous install before it will continue. I have done that and I still cannot install firefox

    I am trying to insrtall firefox. Every time I try I get a message that I must uninstall a previous firefox that apprently never uninstalled. I am told to reboot my compurter to make that happen but it never goes away. I have tried this three times no

  • Camera raw v4.41

    i am using windows vista ultimate.i encountered this problem (below) while downloading camera raw 4.41 for my adobe cs3. any help will be appreciated. Adobe reader could not open camera_raw_4_4_1.zip because it is either not a supported file type or

  • Physical enclosure for Time Capsule

    I have a Time Capsule that I'd like to move to the center of my office, but the only way I can physically protect it is to put it in an enclosure of some sort. Does anyone have any recommendations of enclosures, wall mounting, or other solutions? Has

  • [solved]makepkg -e ignoring the -e?

    Trying to build a package that includes curl/types.h which has been removed from the curl package, but every time I comment out the include and run makepkg -e it re-extracts from the source file and overwrites my changes anyway. I thought the entire

  • Safari and Firefox won't open

    I use Windows XP via Bootcamp on my iMac. I decided to do a disc defragment on the Windows hard drive because I thought it might boost the speed/efficiency. Since doing that, neither of my browsers (Safari & Firefox) will work in the Mac OS (Tiger).