Pending tasks of WF-BATCH after SWU3 fix

Hi All,
I am working on ECC6.0. We have the following situation.
The SWU3 with proper authorizations for WF-BATCH was configured and was running fine till last week. But, during some system build activities, something went wrong and WF-BATCH got locked. And so, all the background processes pertaining to wflow got affected.
In this, one of the situations was, an approver approving work item from Portal. We had a workflow instance started 1 week back and the approver just approved the task. And the wflow log shows that the witem was approved (with container element _RESULT = 001), corresponding to decision choice 1.
After this the next witem needed to be generated and the next step is a background task(to be done with WF-BATCH itself).
But, due to WF-BATCH locking( the "Configure RFC Destination" tab was NOT OK), this didn't happen.
Now, our Basis fixed this by resetting the pwd for WF-BATCH. But, the creation of next work item and also the next step of background task,both are not getting picked up automatically.
My understanding is that this is normal as the WF-BATCH DOESN't AUTOMATICALLY pick up all the pending witems (like generating next witem, performing background tasks et.,).
Is this correct ?. IF not, can somebody explain how it works.
Also, in situation like this, what's the solution to generate the next work item ?
=========
To be more clear, actually what happened was, though the work item status is shown as COMPLETED, it's result has not actually not got processed by WF-BATCH as it should at the end of any workitem action.
Can somebody tell me how to fix this kind of issue.
==========
Thanks in advance
venu
Edited by: Venugopal Jogi on Sep 2, 2008 9:30 PM

Martin,
Thanks for your reply. But, my question is, what and how can we tackle the witems that are struck.
For example, in my case, the user has already taken decision from Portal side and he got a message that the approval task was successful and the witem is gone from his UWL. But, during this time, WF-BATCH was locked and so the "Result Processing" step that was done at the end of every witem execution, didn't happen. And hence the next witem also was not generated. But, if you see the wflow log, the witem status says, "COMPLETED". But if you expand the log for this step, then only we can see that the "Result Processing" was not completed by WF-BATCH.
In this situation, will the SWPC be useful in troubleshooting the COMPLETED witems ? Pl clarify. I don't have access to SWPC right now and will definitely explore this.
My biggest concern on this is, let us say, we have somany TRIP's in the middle of the approval process and the managers have already approved from their end. But, if the WF-BATCH is locked and no one noticed for a while, then it'll be a big task to identify each of these witems and Re-process them, even with SWPC,Right ?
Please update on this.
Thanks
venu

Similar Messages

  • RE: Reporting after many forte tasks run in batch mode?

    Actually, if you're looking for MAKEAPPDISTRIB (I assume that's how you
    create distributable) you can see if the command was succesfull or not.
    <<deployrep.js>> This Jscript will look for this string and it will
    generate a report based on the next line in the log file.
    The script assumes you have an environment variable (DESCARTES_ROOT) that
    points to a folder (let's say "D:\TEST"). Under that folder you have a log
    folder ("d:\test\log") which holds the deploy.log log file. You can easily
    change the script to reflect your systems settings.
    The generated report looks like that : <<deployrep.txt>>
    Norocel Popa
    Forte SysEng
    (519)746-8110 x 2292
    -----Original Message-----
    From: [email protected] [mailto:[email protected]]
    Sent: Tuesday, March 16, 1999 11:58 AM
    To: Forte-Users (Adresse de messagerie)
    Subject: Reporting after many forte tasks run in batch mode ?
    Hi,
    I would like to know if overnight builds went okay, and therefore need to
    parse the log(s).
    The issue is that I don't have a proper string to look for (i.e. for
    grep).
    If I consider 'ERROR", then the following message won't be understandable.
    There might a way to cheat with the indentation (i.e. the lines with only
    two first blank chars)..
    Has anyone experimented such a need ?
    J-Paul Gabrielli
    DTS
    SYSTEM ERROR: Service object MySuperApplicationServer.MySuperMgrSO has
    not been partitioned. Therefore, you cannot move it to an existing
    partition.
    Class: qqsp_UsageException
    Error #: [1602, 606]
    Detected at: qqcf_StandardConfig::MoveServiceObject at 3
    Error Time: Tue Mar 16 17:39:26
    Exception occurred (locally) on partition "Fscript_cl9_Client",
    (partitionId = B84E6180-D639-11D2-82F2-1863030AAA77:0x244:0x1,
    taskId =
    [B84E6180-D639-11D2-82F2-1863030AAA77:0x244:0x1.1]) in application
    "fscript", pid 22713 on node rambo in environment SuperEnv.

    Hi,
    To trap error message from Forte log, I usually do this
    egrep '(EXCEPTION|Exception|exception|ERROR|Error|error)' filename
    This takes a regular expression to 'egrep' all occurrences of "exception" or
    "error" not matter they are in upper case or lower case.
    Hope this help.
    Regards,
    Peter Sham.
    -----Original Message-----
    From: [email protected] [SMTP:[email protected]]
    Sent: Wednesday, March 17, 1999 12:58 AM
    To: Forte-Users (Adresse de messagerie)
    Subject: Reporting after many forte tasks run in
    batch mode ?
    Hi,
    I would like to know if overnight builds went okay, and
    therefore need to parse the log(s).
    The issue is that I don't have a proper string to look for
    (i.e. for grep).
    If I consider 'ERROR", then the following message won't be
    understandable.
    There might a way to cheat with the indentation (i.e. the
    lines with only two first blank chars)..
    Has anyone experimented such a need ?
    J-Paul Gabrielli
    DTS
    SYSTEM ERROR: Service object
    MySuperApplicationServer.MySuperMgrSO has
    not been partitioned. Therefore, you cannot move it to an
    existing partition.
    Class: qqsp_UsageException
    Error #: [1602, 606]
    Detected at: qqcf_StandardConfig::MoveServiceObject at 3
    Error Time: Tue Mar 16 17:39:26
    Exception occurred (locally) on partition
    "Fscript_cl9_Client",
    (partitionId =
    B84E6180-D639-11D2-82F2-1863030AAA77:0x244:0x1, taskId =
    [B84E6180-D639-11D2-82F2-1863030AAA77:0x244:0x1.1]) in
    application
    "fscript", pid 22713 on node rambo in environment
    SuperEnv.
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:<a href=
    "http://pinehurst.sageit.com/listarchive/">http://pinehurst.sageit.com/listarchive/</a>>

  • Reporting after many forte tasks run in batch mode ?

     

    Hi,
    To trap error message from Forte log, I usually do this
    egrep '(EXCEPTION|Exception|exception|ERROR|Error|error)' filename
    This takes a regular expression to 'egrep' all occurrences of "exception" or
    "error" not matter they are in upper case or lower case.
    Hope this help.
    Regards,
    Peter Sham.
    -----Original Message-----
    From: [email protected] [SMTP:[email protected]]
    Sent: Wednesday, March 17, 1999 12:58 AM
    To: Forte-Users (Adresse de messagerie)
    Subject: Reporting after many forte tasks run in
    batch mode ?
    Hi,
    I would like to know if overnight builds went okay, and
    therefore need to parse the log(s).
    The issue is that I don't have a proper string to look for
    (i.e. for grep).
    If I consider 'ERROR", then the following message won't be
    understandable.
    There might a way to cheat with the indentation (i.e. the
    lines with only two first blank chars)..
    Has anyone experimented such a need ?
    J-Paul Gabrielli
    DTS
    SYSTEM ERROR: Service object
    MySuperApplicationServer.MySuperMgrSO has
    not been partitioned. Therefore, you cannot move it to an
    existing partition.
    Class: qqsp_UsageException
    Error #: [1602, 606]
    Detected at: qqcf_StandardConfig::MoveServiceObject at 3
    Error Time: Tue Mar 16 17:39:26
    Exception occurred (locally) on partition
    "Fscript_cl9_Client",
    (partitionId =
    B84E6180-D639-11D2-82F2-1863030AAA77:0x244:0x1, taskId =
    [B84E6180-D639-11D2-82F2-1863030AAA77:0x244:0x1.1]) in
    application
    "fscript", pid 22713 on node rambo in environment
    SuperEnv.
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:<a href=
    "http://pinehurst.sageit.com/listarchive/">http://pinehurst.sageit.com/listarchive/</a>>

  • OIM 9.1 Pending task installing new conector

    Hello,
    I've been installed a new conector for SAP. I created a new Resource Object and some process defenition but I've two pending task in the installation:
    - Task name: Installation -- Organization: Requests
    - Task name: Enter Info into Oracle Identity Manager --- Organization: Requests
    What could be the problem? Is there a way to retry this task?
    Thanks

    You should be able to manually complete these tasks.
    -Kevin

  • How to prevent pending task in GP Runtime

    Hi experts,
    What should I do when I don't a pending task to be in  GP Runtime when the result state is Terminated.
    Thanks.

    Hi,
    Pre populate adapter can be creaed in Adapter factory and type wil be pre populate. These adapters are simple like setting i variable to value 2 and can be complex.
    As you said your all mandatory fields are being populated so there will pre populate adapters will attached with those fields. Just check your process under form designer there will list of pre populate adapters under pre populate tab. From there you will get the name of pre populate adapter then in adapter factory search that particular adapter you will be have more clear idea how to make and use the pre populate adapter.
    And one more thing Auto Save option will work fine when you run the process again it will not clear your previous executed task from the TODO list.
    Regards
    Alabhya Goel

  • Failed to send batch after max errors - Snapshot

    I have been replicating happily between 2008 R2 SQL Servers for some time using Transactional replication.
    Replication stopped yesterday with the following messages on the source server:
    MSSQL_ENG 10054
    Communication link failure
    MSSQL_ENG 10054
    TCP Provider: An existing connection was forcibly closed by the remote host.
    MSSQL_ENG Failed to send batch after max errors
    MSSQL_ENG Unspecified error
    MSSQL_ENG An existing connection was forcibly closed by the remote host.
    MSSQL_REPL 0
    The process could not bulk copy into table '"pro"."ZZM012X"'.
    In the Event Viewer on the target server this message appears:
    "A fatal error occurred while reading the input stream from the network. The session will be terminated (input error: 10054, output error: 0)."
    So this happened after it had been replicating for some time.  I get the same error now when I try to restart it or if I rebuild the publication/subscription completely.
    There are 7 tables in the publication - 6 of them bulk copy and then replicate without issue.  The error is specific to one table.  The table has a column in that is varchar(132) and it contains recipe instructions to our manufacturing plant.  If
    I replicate the table and exclude this field, it doesn't fail.  I initially thought it might be spurious characters in the text column but I have removed these and still get the same error.  I have set up a test version of the table and publication/subscription
    to enable me to test outside of the live environment.  Same errors occur.
    Does anyone have any clues or pointers to what might be causing it?
    Many thanks
    Les

    Hi - Thanks for the response.
    I have tried numerous tests to try to pinpoint the issue but I am still unable to resolve it.  The source server is in Connecticut and the target is in the UK.  I have successfully bulk copied and replicated the problem table from the source server
    to a new database on the same server.  I get the same error if I bulk copy and replicate to another server here in the UK.  I have backed up and restored the table in a new database on one of the UK servers and can bulk copy and replicate here to
    a second UK server.  I have traced the issue to one column, varchar (132) on the problem table.  If I exclude the column the table will bulk copy and replicate US to UK.  I have created new tables and inserted a subset of the data - no change.
    We have looked at network issues also:  We have switched off the TCP Global Parameters like Chimney offload and NETDMA - on the adapter and in the OS - as these are reported as a potential problems.  We have looked at settings in SonicWall and
    tried disabling Intrusion Prevention Service, Anti Virus, Application Control and Anti Spyware.  Our next option is to look at MTU packet size to see if that is a possible cause.
    We are stumped on this one and have had to exclude the table completely from our manufacturing software which is not ideal but at least keeps us working.
    Any further ideas, suggestions or solutions would be gratefully received.

  • CFolders Main Page - To show pending Tasks for approval

    Hi,
    When ever the user login to cFolders 4.5, they see the first page as My colloboration <User Name>. So from there they need to drill down to respective project and then to folders and then to documents to approve the pending drawings.
    So the above involves at least 3 or 4 screens for them to go for the approval screen.
    Is there anyway, when ever the approval user logs in, he/she should see only those pending tasks available for them to approve, so that they just approve and log out.
    Regards,
    Ani

    Hi,
    two methods to set task for approval as home page.
    1.From super user login, u can set what ever page as home page for all users. only at front end u can change these settings. at  right top corner settings tab provided.
    2. second option is, user can set his/her home page as from his login only. its is based on individual user settings and these settings for home page will be different from user to user.
    but in first case it wil be applicable for all users.
    thanks
    amit
    award points for useful answer

  • [svn:fx-trunk] 12848: * Another batch of compiler fixes.

    Revision: 12848
    Revision: 12848
    Author:   [email protected]
    Date:     2009-12-11 06:46:13 -0800 (Fri, 11 Dec 2009)
    Log Message:
    Another batch of compiler fixes.
    QE notes:
    Doc notes:
    Bugs: SDK-24472, SDK-14213, SDK-24555
    Reviewer: Corey, Mike M.
    Cycloner: Gaurav
    Tests run: full cyclone
    Is noteworthy for integration: Yes, the SwcDynamicArchive.java change
                                   should reduce memory use in FB.
    Code-level description of changes:
      modules/swfutils/src/java/flash/localization/LocalizationManager.java
        Added "locale" variable and initialized it to Locale.getDefault().
        Replaced use of Locale.getDefault() with "locale" variable.
        Added setLocale().
      modules/antTasks/src/flex/ant/MxmlcTask.java
      modules/antTasks/src/flex/ant/CompcTask.java
        Added user-locale option.
      modules/compiler/src/java/flex2/configuration_en.properties
        Added user-locale description.
      modules/compiler/src/java/flex2/tools/oem/internal/OEMUtil.java
        Modified setupLocalizationManager() to only create a new
        LocalizationManager if one hasn't been setup already.
        Removed "finally { clean() }" from all local methods.  It was
        clearing out the LocalizationManager, which was causing the
        configured locale to be lost.  flex2.tools.oem.Application and
        flex2.tools.oem.Library already call OEMUtil.clean(), so it
        doesn't need to be called here.
      modules/compiler/src/java/flex2/compiler/common/Configuration.java
        Added cfgUserLocale().
      modules/compiler/src/java/flex2/compiler/config/ConfigurationException_en.properties
        Added UserLocaleNotAvailable message.
      modules/compiler/src/java/flex2/compiler/config/ConfigurationException.java
        Added UserLocaleNotAvailable class.
      compiler/src/java/flex2/compiler/media/FontTranscoder.java
        Modified getURL() to handle fonts in a SWC subdirectory.  This
        fixes SDK-24555.
      compiler/src/java/flex2/compiler/swc/SwcDynamicArchive.java
        Modified save() to close and null out "out".  This fixes SDK-24472.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24472
        http://bugs.adobe.com/jira/browse/SDK-14213
        http://bugs.adobe.com/jira/browse/SDK-24555
        http://bugs.adobe.com/jira/browse/SDK-24555
        http://bugs.adobe.com/jira/browse/SDK-24472
    Modified Paths:
        flex/sdk/trunk/modules/antTasks/src/flex/ant/CompcTask.java
        flex/sdk/trunk/modules/antTasks/src/flex/ant/MxmlcTask.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/common/Configuration.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/config/ConfigurationException.jav a
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/config/ConfigurationException_en. properties
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/media/FontTranscoder.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcDynamicArchive.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/configuration_en.properties
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/oem/internal/OEMUtil.java
        flex/sdk/trunk/modules/swfutils/src/java/flash/localization/LocalizationManager.java

  • [svn:fx-trunk] 12043: * Weekly batch of compiler fixes.

    Revision: 12043
    Revision: 12043
    Author:   [email protected]
    Date:     2009-11-20 08:00:57 -0800 (Fri, 20 Nov 2009)
    Log Message:
    Weekly batch of compiler fixes.
    QE notes: mustella server runs can use -debug or
              -omit-trace-statements=false now.
    Doc notes: Yes, new option.
    Bugs: SDK-24229, SDK-24228, SDK-24224, SDK-24271, SDK-24001, SDK-24075
    Reviewer: Pete F (SwcChecksums.java, PreLink.java), Corey (everything else)
    Tests run: full cyclone, which had some mxunit and junit failures,
               which I fixed and confirmed by rerunning the failed tests.
               Mustella had a bunch of VideoPlayer related failures, which
               I assume a related to the switch to the OSMF player.
    Is noteworthy for integration: Yes, added new option -omit-trace-statements,
                                   the default is true for production.
    Code-level description of changes:
      modules/compiler/src/java/flex2/configuration_en.properties
        Added details for report-invalid-styles-as-warnings and
        show-invalid-css-property-warnings to finish off SDK-24001.
      modules/compiler/src/java/flex2/tools/SwcChecksums.java
        Take non-SWC theme files into consideration when generating the
        SWC checksum, because getThemeInfo() in CompilerConfiguration has
        doChecksum() returning false.  This fixes part of SDK-24271.
      modules/compiler/src/java/flex2/tools/PreLink.java
        Modified processMainUnit() to replace duplicates returned from
        StylesContainer.processDependencies() rather than skipping them.
        This fixes the rest of SDK-24271, which was introduced by revision
        11575.
      modules/compiler/src/java/flex2/compiler/common/CompilerConfiguration.java
        Added omit-trace-statements option.
      modules/compiler/src/java/flex2/compiler/common/DefaultsConfigurator.java
      frameworks/flex-config.xml
        Added omit-trace-statements default of true.
      modules/compiler/src/java/flex2/compiler/SymbolTable.java
        Modified constructor to turn on trace statement omission when
        debug is false and omitTraceStatements is true.
      modules/compiler/src/java/flex2/compiler/mxml/InterfaceCompiler.java
        Essentially revert the fix for SDK-23662, which fixes SDK-24229,
        SDK-24228, and SDK-24224.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24229
        http://bugs.adobe.com/jira/browse/SDK-24228
        http://bugs.adobe.com/jira/browse/SDK-24224
        http://bugs.adobe.com/jira/browse/SDK-24271
        http://bugs.adobe.com/jira/browse/SDK-24001
        http://bugs.adobe.com/jira/browse/SDK-24075
        http://bugs.adobe.com/jira/browse/SDK-24001
        http://bugs.adobe.com/jira/browse/SDK-24271
        http://bugs.adobe.com/jira/browse/SDK-24271
        http://bugs.adobe.com/jira/browse/SDK-23662
        http://bugs.adobe.com/jira/browse/SDK-24229
        http://bugs.adobe.com/jira/browse/SDK-24228
        http://bugs.adobe.com/jira/browse/SDK-24224
    Modified Paths:
        flex/sdk/trunk/frameworks/flex-config.xml
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/SymbolTable.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/common/CompilerConfiguration.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/common/DefaultsConfigurator.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/InterfaceCompiler.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/configuration_en.properties
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/Mxmlc.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/PreLink.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/SwcChecksums.java

  • [svn:fx-trunk] 12270: * Another batch of compiler fixes.

    Revision: 12270
    Revision: 12270
    Author:   [email protected]
    Date:     2009-11-30 07:51:06 -0800 (Mon, 30 Nov 2009)
    Log Message:
    Another batch of compiler fixes.
    QE notes:
    Doc notes:
    Bugs: SDK-24083, SDK-24084, SDK-23721, SDK-24386
    Reviewer: Corey
    Tests run: checkintests
    Is noteworthy for integration: yes, fixes DMV issue and FB issue
    Code-level description of changes:
      modules/compiler/src/java/flex2/tools/PreLink.java
        Revert a last minute change, which I made before revision 12043,
        by moving the while loop back outside the for loop.  Otherwise the
        iterator only gets created once inside the for loop.  This fixes
        SDK-23721 and SDK-24386.
      modules/compiler/src/java/flex2/compiler/as3/SyntaxTreeEvaluator.java
        Modified stripRedeclaredManagementVars() by checking if classInfo
        is null before using it.  It can be null when errors have
        occurred.  This helped reveal the problem with SDK-24083 and
        SDK-24084.
      modules/compiler/src/java/flex2/compiler/SourceList.java
        Modified calculateRelativePath() to better handle multiple
        directories which overlap by name.  This fixes SDK-24083 and
        SDK-24084.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24083
        http://bugs.adobe.com/jira/browse/SDK-24084
        http://bugs.adobe.com/jira/browse/SDK-23721
        http://bugs.adobe.com/jira/browse/SDK-24386
        http://bugs.adobe.com/jira/browse/SDK-23721
        http://bugs.adobe.com/jira/browse/SDK-24386
        http://bugs.adobe.com/jira/browse/SDK-24083
        http://bugs.adobe.com/jira/browse/SDK-24084
        http://bugs.adobe.com/jira/browse/SDK-24083
        http://bugs.adobe.com/jira/browse/SDK-24084
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/SourceList.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/SyntaxTreeEvaluator.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/PreLink.java

  • [svn:fx-trunk] 10647: * A batch of compiler fixes.

    Revision: 10647
    Author:   [email protected]
    Date:     2009-09-28 10:21:59 -0700 (Mon, 28 Sep 2009)
    Log Message:
    A batch of compiler fixes.
    QE notes:
    Doc notes:
    Bugs: SDK-22258, SDK-21547, SDK-22879, SDK-23169, SDK-23336
    Reviewer: Edwin (ActionFactory.java), Ryan (VideoPlayer.as), Corey
    Tests run: full cyclone
    Is noteworthy for integration: Yes, HostComponent, SkinPart, and
                                   SkinState metadata is now validated by
                                   the compiler.
    Code-level description of changes:
      frameworks/projects/spark/src/spark/skins/spark/BorderSkin.as
        Made HostComponent fully qualified.
      frameworks/projects/spark/src/spark/components/VideoPlayer.as
        Updated SkinState metadata to reflect revision 7732.
      modules/swfutils/src/java/flash/swf/ActionFactory.java
        Made getLabel() more bullet proof.
      modules/compiler/src/java/flex2/compiler_en.properties
        Added as3.HostComponentExtension.HostComponentClassNotFound,
        as3.HostComponentExtension.MissingSkinPart,
        as3.HostComponentExtension.MissingSkinState,
        as3.SyntaxTreeEvaluator.OnlyOneHostComponentAllowed, and
        as3.SyntaxTreeEvaluator.SkinPartsMustBePublic.
      modules/compiler/src/java/flex2/compiler/CompilationUnit.java
        Replaced hasHostComponentMD with hostComponentMetaData.
      modules/compiler/src/java/flex2/compiler/as3/genext/GenerativeClassInfo.java
        Modified getImports() to support Vectors.
      modules/compiler/src/java/flex2/compiler/as3/HostComponentEvaluator.java
        Removed, because we really don't need to evaluate the AST again to
        find the HostComponent metadata since SyntaxTreeEvaluator has
        already found it.
      modules/compiler/src/java/flex2/compiler/as3/AbstractSyntaxTreeUtil.java
        Modified generateTypeExpression() and generateVariable() to
        support passing in a position.
      modules/compiler/src/java/flex2/compiler/as3/SyntaxTreeEvaluator.java
        Modified evaluate(Context, MetaDataNode) to handle .
        Modified processHostComponentMetaData() to store the node in the
        CompilationUnit and report an error if more than one HostComponent
        is found.
        Added processSkinPartMetaData().
      modules/compiler/src/java/flex2/compiler/as3/HostComponentExtension.java
        Refactored to handle what HostComponentEvaluator was doing, plus
        validate HostComponent, SkinPart and SkinState metadata.
      modules/compiler/src/java/flex2/compiler/mxml/rep/init/ValueInitializer.java
        Modified generateDefinitionBody() to store a line number mapped
        position for the variable definition.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22258
        http://bugs.adobe.com/jira/browse/SDK-21547
        http://bugs.adobe.com/jira/browse/SDK-22879
        http://bugs.adobe.com/jira/browse/SDK-23169
        http://bugs.adobe.com/jira/browse/SDK-23336
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/VideoPlayer.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/BorderSkin.as
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/CompilationUnit.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/AbstractSyntaxTreeUtil.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/HostComponentExtension.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/SyntaxTreeEvaluator.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/genext/GenerativeClassInfo.ja va
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/init/ValueInitializer.ja va
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler_en.properties
        flex/sdk/trunk/modules/swfutils/src/java/flash/swf/ActionFactory.java
    Removed Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/HostComponentEvaluator.java

  • [svn:fx-trunk] 11732: * Another batch of compiler fixes.

    Revision: 11732
    Author:   [email protected]
    Date:     2009-11-12 13:18:47 -0800 (Thu, 12 Nov 2009)
    Log Message:
    Another batch of compiler fixes.
    QE notes: The mxunit test
              Namespaces_LibraryTag_Definition_GraphicalAssetTest failed,
              but I think the test should result in a compile error.
    Doc notes:
    Bugs: SDK-23898, SDK-24001, SDK-24075, SDK-22471, SDK-23772, SDK-23662
    Reviewer: Corey
    Tests run: ran full cyclone twice, but all the mustella tests timed
               out on the "cyclone assist" server, so I ran a sampling
               locally.
    Is noteworthy for integration: No
    Code-level description of changes:
      modules/swfutils/src/java/flash/util/StringUtils.java
        Modified unformatString() to more closely match the opposite of
        formatString() by only converting a double backslash to a single
        backslash when it precedes a 'u'.  This fixes SDK-23898.
      modules/compiler/src/java/flex2/compiler/common/CompilerConfiguration.java
        Made report-invalid-styles-as-warnings and
        show-invalid-css-property-warnings no longer hidden.  This fixes
        SDK-24001.
      modules/compiler/src/java/flex2/compiler/SymbolTable.java
        Added debug param to constructor and modified it to turn on
        perCompileData.omitTrace when it's false.  This fixes SDK-24075.
      modules/compiler/src/java/flex2/compiler/mxml/rep/AtEmbed.java
        Uncommented fix for SDK-22471, which was accidentally commented
        out.
      modules/compiler/src/java/flex2/compiler/mxml/InterfaceCompiler.java
        Modified analyze(XMLNode) to only add an import for XMLUtil when
        e4x is false.  This fixes SDK-23772.
        Modified analyze(XMLListNode) to no longer add an import for
        XMLUtil, because it's not used.
        Modified createInlineComponentUnit() and createDefinitionUnit() to
        use new method getInnerClassName() to create a unique className,
        if the user doesn't specify one.  This fixes SDK-23662.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-23898
        http://bugs.adobe.com/jira/browse/SDK-24001
        http://bugs.adobe.com/jira/browse/SDK-24075
        http://bugs.adobe.com/jira/browse/SDK-22471
        http://bugs.adobe.com/jira/browse/SDK-23772
        http://bugs.adobe.com/jira/browse/SDK-23662
        http://bugs.adobe.com/jira/browse/SDK-23898
        http://bugs.adobe.com/jira/browse/SDK-24001
        http://bugs.adobe.com/jira/browse/SDK-24075
        http://bugs.adobe.com/jira/browse/SDK-22471
        http://bugs.adobe.com/jira/browse/SDK-23772
        http://bugs.adobe.com/jira/browse/SDK-23662
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/SymbolTable.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/common/CompilerConfiguration.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/InterfaceCompiler.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/AtEmbed.java
        flex/sdk/trunk/modules/swfutils/src/java/flash/util/StringUtils.java

  • [svn:fx-trunk] 11179: * Weekly batch of compiler fixes.

    Revision: 11179
    Author:   [email protected]
    Date:     2009-10-27 08:05:06 -0700 (Tue, 27 Oct 2009)
    Log Message:
    Weekly batch of compiler fixes.
    QE notes:
    Doc notes:
    Bugs: SDK-23111, SDK-23262, SDK-17908, SDK-21737, SDK-23559
    Reviewer: Corey
    Tests run: full cyclone
    Is noteworthy for integration: no
    Code-level description of changes:
      frameworks/projects/framework/src/mx/binding/utils/ChangeWatcher.as
        Added isExecuting logic to prevent infinite recursion with two way
        bindings.  We have a check in the Bindable generated setter, but
        it fails, because "NaN !== NaN" is returning true.  Go figure.
      modules/swfutils/src/java/flash/util/StringUtils.java
        Tweaked formatString() to handle unicode characters and added
        unformatString() to do the opposite for direct AST generation.
      modules/compiler/src/java/flex2/compiler/Source.java
        Added shortName arg to the constructor used by the
        InterfaceCompiler for inline components.
      modules/compiler/src/java/flex2/compiler/mxml/rep/MxmlDocument.java
        Modified completeTwoWayBindings() to ensure the destination is
        Bindable.
      modules/compiler/src/java/flex2/compiler/mxml/rep/init/ValueInitializer.java
        Modified "Node formatExpr()" to use StringUtils.unformatString()
        to mimic what ASC's scanner would have done if it had read in the
        value.
      modules/compiler/src/java/flex2/compiler/mxml/InterfaceCompiler.java
        Modified addExcludeClassNode() to no longer set the line and
        column for the inlineExcludeNode and excludeTextNode, so they
        don't have warnings and errors reported for them.  I guess no one
        compiles the frameworks with -keep.  Otherwise, this would have
        blocked them.
        Modified createInlineComponentUnit() and createDefinitionUnit() to
        pass in the className, as the shortName, to the Source
        constructor.
      modules/antTasks/src/flex/ant/MxmlcTask.java
      modules/antTasks/src/flex/ant/CompcTask.java
      modules/antTasks/src/flex/ant/AsDocTask.java
        Added support for show-invalid-css-property-warnings option.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-23111
        http://bugs.adobe.com/jira/browse/SDK-23262
        http://bugs.adobe.com/jira/browse/SDK-17908
        http://bugs.adobe.com/jira/browse/SDK-21737
        http://bugs.adobe.com/jira/browse/SDK-23559
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/utils/ChangeWatcher.as
        flex/sdk/trunk/modules/antTasks/src/flex/ant/AsDocTask.java
        flex/sdk/trunk/modules/antTasks/src/flex/ant/CompcTask.java
        flex/sdk/trunk/modules/antTasks/src/flex/ant/MxmlcTask.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/Source.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/InterfaceCompiler.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/MxmlDocument.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/init/ValueInitializer.ja va
        flex/sdk/trunk/modules/swfutils/src/java/flash/util/StringUtils.java

  • Can I make auto layout of Matrix Chart after setting fixed rows/columns ?

    Can I make auto layout of Matrix Chart after setting fixed rows/columns ?
    I want to make Matrix Chart to auto layout to zooming out a chart of filter.
    Matrix Chart's layout is AUTO layout at creating.
    Matrix Chart layout can fix specfic rows / columns from layout toolbar.
    BUT fixed layout's Matrix Chart does not zoom a chart of filter.
    Regards,
    Yoshihiro Kawabata
     

    Hi Yoshihiro - at the moment if a specific number of row/columns has been set for small multiples the chart will maintain these proportions even after filtering.
    If the chart hasn't had a set row/column dimensions set it will automatically be re-laid out when filtered however.

  • "Resume pending tasks" message...unable to proceed

    I have successfully downloaded many epub books but now I get message box "Resume pending tasks...one or more tasks were running when ADE was abnormaly terminated.  Do you wish to resume pending tasks?   Choice boxea are "cancel" or "ok".  Clicking on either brings up message.."Error getting license..Server communication problem"   I have tried this with at leas
    ADE will not let me open the downloaded epub book.  I have uninstalled ADE, rebooted and reinstalled ADE with the same results.  At a loss as to how to proceed.  Any help?

    I posted an answer.....
    =============

Maybe you are looking for

  • CS5 on a small monitor

    I just loaded CS5 onto my new 11.5 inch computer (for travel).  The windows like the levels window are really small.  Is there a way to make them bigger??

  • Time Capsule on roaming

    Hi Everyone. I need help. I noticed I am downloading at half the speed when my laptop in roaming on my Time Capsule(wireless download). The main AExtreme(connected to broadband modem)has a download speed of 600KB/s but the Time Capsule is only downlo

  • Can i stop notifications happening as I create calender events?

    If i create a new calander event, a notification pops up through notification center saying "New Event Creted - Today" It's rather annoying - can I stop it?

  • My Compiled Program Won't Run

    I am relatively new to Java. I am having a problem with a very simple program I decided would be my first. I am able to compile it but it will not run. Here is the code. //A Very Simple Example class ExampleProgram { public static void main(String ar

  • When request both getgroupattribute and DBUser attribute, the data conflict occur

    Hi guys, I had encounter this weird problem. Assuming a user had log in, set the group attribute, and all of this are working perfectly, just only when i request for both get group attribute and get DBUser attritbute then the prob occur. The problem