[svn:cairngorm3:] 16694: Adding a custom IconButton component.

Revision: 16694
Revision: 16694
Author:   [email protected]
Date:     2010-06-28 05:20:58 -0700 (Mon, 28 Jun 2010)
Log Message:
Adding a custom IconButton component.
Using the ErrorPolicy.RETHROW flag for unhandled exceptions
Modified Paths:
    cairngorm3/trunk/samples/insync/insync-basic/src/InsyncBasic.mxml
    cairngorm3/trunk/samples/insync/insync-basic/src/InsyncContext.mxml
    cairngorm3/trunk/samples/insync/insync-basic/src/assets/contactsStyles.css
    cairngorm3/trunk/samples/insync/insync-basic/src/insync/application/SearchContactsCommand .as
    cairngorm3/trunk/samples/insync/insync-basic/src/insync/infrastructure/AlertHandler.as
    cairngorm3/trunk/samples/insync/insync-basic/src/insync/presentation/PictureInput.mxml
    cairngorm3/trunk/samples/insync/insync-basic/src/insync/presentation/Toolbar.mxml
Added Paths:
    cairngorm3/trunk/samples/insync/insync-basic/src/insync/presentation/components/
    cairngorm3/trunk/samples/insync/insync-basic/src/insync/presentation/components/IconButto n.as
    cairngorm3/trunk/samples/insync/insync-basic/src/insync/presentation/components/skins/
    cairngorm3/trunk/samples/insync/insync-basic/src/insync/presentation/components/skins/Ico nButtonSkin.mxml
Removed Paths:
    cairngorm3/trunk/samples/insync/insync-basic/src/insync/presentation/skins/button/

Similar Messages

  • [svn:cairngorm3:] 15920: Adding the use of Spark component into ModuleC to add the scenario where a Module must be able to get its default spark skin  (currently this is failing due to a bug in the Module Lib)

    Revision: 15920
    Revision: 15920
    Author:   [email protected]
    Date:     2010-05-06 02:11:21 -0700 (Thu, 06 May 2010)
    Log Message:
    Adding the use of Spark component into ModuleC to add the scenario where a Module must be able to get its default spark skin (currently this is failing due to a bug in the Module Lib)
    Modified Paths:
        cairngorm3/trunk/libraries/ModuleTest/src/example/moduleC/ModuleC.mxml

    As the server.xml is big enough, I took the minimum portion of it. Hope u can proceed with it.
    <!-- Tomcat Root Context -->
    <Context path="" docBase="ROOT" debug="0"/>
    <!-- New contexts -->
    <Context path="/xyz" docBase="pathTo_xyz" debug="0" crossContext="true"/>
    <Context path="/pqr" docBase="pathTo_pqr" debug="0" crossContext="true"/>
    <!-- Tomcat Examples Context -->
    <Context path="/examples" docBase="examples" debug="0"
    reloadable="true" crossContext="true">
    You should also provide a WEB-INF folder under pqr or xyz folder.
    You should also provide a web.xml file under each WEB-INF folder.
    The minimal web.xml is
    <?xml version="1.0" encoding="UTF-8" ?>
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
    "http://java.sun.com/j2ee/dtd/web-app_2_3.dtd">
    <web-app>
    </web-app>
    That's it. Try it out. Hope it is OK.
    Hafizur Rahman
    SCJP

  • [svn:cairngorm3:] 18226: Added latest asdoc ZIPs to all libs ( currently only to Flex 4 versions)

    Revision: 18226
    Revision: 18226
    Author:   [email protected]
    Date:     2010-10-19 14:13:09 -0700 (Tue, 19 Oct 2010)
    Log Message:
    Added latest asdoc ZIPs to all libs (currently only to Flex 4 versions)
    Added Paths:
        cairngorm3/maven-repository/com/adobe/cairngorm/contract/1.3/docs.zip
        cairngorm3/maven-repository/com/adobe/cairngorm/integration/0.15/docs.zip
        cairngorm3/maven-repository/com/adobe/cairngorm/integrationDMS/0.15/docs.zip
        cairngorm3/maven-repository/com/adobe/cairngorm/integrationParsley/0.15/docs.zip
        cairngorm3/maven-repository/com/adobe/cairngorm/module/0.14/docs.zip
        cairngorm3/maven-repository/com/adobe/cairngorm/navigation/1.3/docs.zip
        cairngorm3/maven-repository/com/adobe/cairngorm/navigationParsley/1.3/docs.zip
        cairngorm3/maven-repository/com/adobe/cairngorm/navigationSpringAS/1.3/docs.zip
        cairngorm3/maven-repository/com/adobe/cairngorm/navigationSwiz/1.3/docs.zip
        cairngorm3/maven-repository/com/adobe/cairngorm/observer/1.13/docs.zip
        cairngorm3/maven-repository/com/adobe/cairngorm/observerParsley/1.13/docs.zip
        cairngorm3/maven-repository/com/adobe/cairngorm/popup/1.12/docs.zip
        cairngorm3/maven-repository/com/adobe/cairngorm/popupParsley/1.12/docs.zip
        cairngorm3/maven-repository/com/adobe/cairngorm/task/1.9/docs.zip
        cairngorm3/maven-repository/com/adobe/cairngorm/validation/1.12/docs.zip

    You need to use file:// as the protocol instead of C:/. The latter may never work (C:\ might).
    Where is the main HTML located ?
    Easiest if to store the images in a sub folder of the location because you can't go back via ../ beyond that root location for security reasons.
    See:
    *http://kb.mozillazine.org/Links_to_local_pages_do_not_work

  • [svn:cairngorm3:] 16403: Added runtime support for latest module library ( LazyModuleLoadPolicyTag).

    Revision: 16403
    Revision: 16403
    Author:   [email protected]
    Date:     2010-06-02 12:47:11 -0700 (Wed, 02 Jun 2010)
    Log Message:
    Added runtime support for latest module library (LazyModuleLoadPolicyTag).
    Modified Paths:
        cairngorm3/trunk/libraries/Module/src/com/adobe/cairngorm/CairngormModuleXMLSupport.as
        cairngorm3/trunk/libraries/ModuleTest/src/CairngormModuleLibRuntimeSample.mxml
        cairngorm3/trunk/libraries/ModuleTest/src/runtimeContext.xml

    Bing,
    I think one thing you might want to do is to post your code on the Web somewhere. Maybe you can open a Weblog and post this there.
    http://www.jroller.com will let you open a blog for free we'll love to see more customers of JDeveloper opening weblogs and sharing their experience over the Web.

  • [svn:cairngorm3:] 13459: Added support for nested destinations to Wizard.

    Revision: 13459
    Revision: 13459
    Author:   [email protected]
    Date:     2010-01-12 13:20:54 -0800 (Tue, 12 Jan 2010)
    Log Message:
    Added support for nested destinations to Wizard.
    Modified Paths:
        cairngorm3/trunk/libraries/Navigation/src/com/adobe/cairngorm/navigation/wizard/Wizard.as
        cairngorm3/trunk/libraries/Navigation/test/com/adobe/cairngorm/navigation/wizard/WizardTe st.as
        cairngorm3/trunk/libraries/NavigationTest/.actionScriptProperties
        cairngorm3/trunk/libraries/NavigationTest/src/sample1/presentation/messages/MyWizard.mxml
    Added Paths:
        cairngorm3/trunk/libraries/NavigationTest/src/sample1/presentation/messages/MyStateWizard .mxml

    Well, I've checked your code and I've seen where is the error.
    In Delface constructor (Delface.java, line 127), you've got this block of code :
    1. OkBtn = new JButton("OK");
    2. OkBtn.addActionListener(this);
    3. bagcon.gridx = 1;
    4. bagcon.gridy = 8;
    5. gb.setConstraints(OkBtn,bagcon);
    6. dcon.add(OkBtn);
    7. OkBtn.addActionListener(this);
    Have a deep look at lines 2 and 7 : you're registering twice an actionListener on this button. Then you're receiving twice the event and it shows two JOptionPanes. In fact, you've also the problem with the 'ok' option, but you don't see it, because the 'n' variable in your event handler is global to your class, then it's shared between the two calls to the event handlers.

  • [svn:cairngorm3:] 21063: Adding a reset method to cleanup existing subscribers/ validators when swapping the VO

    Revision: 21063
    Revision: 21063
    Author:   [email protected]
    Date:     2011-04-12 12:58:59 -0700 (Tue, 12 Apr 2011)
    Log Message:
    Adding a reset method to cleanup existing subscribers/validators when swapping the VO
    Modified Paths:
        cairngorm3/trunk/libraries/Validation/src/com/adobe/cairngorm/validation/ValidatorGroupSu bscriber.as

  • [svn:cairngorm3:] 16245: Adding back the moduleRootContext public getter for backward compatibility

    Revision: 16245
    Revision: 16245
    Author:   [email protected]
    Date:     2010-05-20 05:42:50 -0700 (Thu, 20 May 2010)
    Log Message:
    Adding back the moduleRootContext public getter for backward compatibility
    Modified Paths:
        cairngorm3/trunk/libraries/Module/src/com/adobe/cairngorm/module/ModuleViewLoader.as
        cairngorm3/trunk/libraries/Module/src/com/adobe/cairngorm/module/ViewLoader.as

  • [svn:cairngorm3:] 19007: adding the max 2010 talk sample.

    Revision: 19007
    Revision: 19007
    Author:   [email protected]
    Date:     2010-12-03 07:27:00 -0800 (Fri, 03 Dec 2010)
    Log Message:
    adding the max 2010 talk sample.
    Modified Paths:
        cairngorm3/trunk/build-parent/pom.xml
        cairngorm3/trunk/libraries/Contract/pom.xml
        cairngorm3/trunk/libraries/Integration/pom.xml
        cairngorm3/trunk/libraries/IntegrationDMS/pom.xml
        cairngorm3/trunk/libraries/IntegrationParsley/pom.xml
        cairngorm3/trunk/libraries/Module/pom.xml
        cairngorm3/trunk/libraries/Navigation/pom.xml
        cairngorm3/trunk/libraries/NavigationParsley/pom.xml
        cairngorm3/trunk/libraries/NavigationSpringAS/pom.xml
        cairngorm3/trunk/libraries/NavigationSwiz/pom.xml
        cairngorm3/trunk/libraries/Observer/pom.xml
        cairngorm3/trunk/libraries/ObserverParsley/pom.xml
        cairngorm3/trunk/libraries/Persistence/pom.xml
        cairngorm3/trunk/libraries/Popup/pom.xml
        cairngorm3/trunk/libraries/PopupParsley/pom.xml
        cairngorm3/trunk/libraries/Task/pom.xml
        cairngorm3/trunk/libraries/Validation/pom.xml
        cairngorm3/trunk/libraries/lib-parent/pom.xml
        cairngorm3/trunk/pom.xml
    Added Paths:
        cairngorm3/trunk/libraries/NavigationTest/
        cairngorm3/trunk/samples/pom.xml
        cairngorm3/trunk/samples/todo/
        cairngorm3/trunk/samples/todo/pom.xml
        cairngorm3/trunk/samples/todo/src/
        cairngorm3/trunk/samples/todo/todo_flex/
        cairngorm3/trunk/samples/todo/todo_flex/pom.xml
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_android/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_android/.actionScriptProperties
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_android/.externalToolBuilders/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_android/.externalToolBuilders/com.adobe .ac.pmd.eclipse.flexpmdbuilder (5).launch
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_android/.flexProperties
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_android/.project
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_android/.settings/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_android/.settings/org.eclipse.core.reso urces.prefs
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_android/src/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_android/src/main/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_android/src/main/flex/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_android/src/main/flex/Main-app.xml
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_android/src/main/flex/Main.mxml
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_android/src/main/flex/MainContext.mxml
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_android/src/main/flex/assets/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_android/src/main/flex/assets/icons/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_android/src/main/flex/assets/icons/spin ning.swf
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_android/src/main/flex/assets/logo_trans parent.png
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_android/src/main/flex/assets/todo_splas h.jpg
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_android/src/main/flex/com/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_android/src/main/flex/com/adobe/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_android/src/main/flex/com/adobe/txi/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_android/src/main/flex/com/adobe/txi/tod o/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_android/src/main/flex/com/adobe/txi/tod o/components/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_android/src/main/flex/com/adobe/txi/tod o/components/LoadingFeedback.as
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_android/src/main/flex/com/adobe/txi/tod o/detail/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_android/src/main/flex/com/adobe/txi/tod o/detail/TodoItemView.mxml
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_android/src/main/flex/com/adobe/txi/tod o/list/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_android/src/main/flex/com/adobe/txi/tod o/list/DeleteTodoItemEvent.as
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_android/src/main/flex/com/adobe/txi/tod o/list/TodoItemRenderer.as
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_android/src/main/flex/com/adobe/txi/tod o/list/TodoListView.mxml
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_android/src/main/flex/com/adobe/txi/tod o/login/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_android/src/main/flex/com/adobe/txi/tod o/login/LoginView.mxml
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_android/src/main/flex/com/adobe/txi/tod o/skins/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_android/src/main/flex/com/adobe/txi/tod o/skins/LoadingFeedbackSkin.mxml
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_android/src/main/flex/main.css
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_android/src/main/resources/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_android/src/main/resources/additional_c ompiler_arguments.xml
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_android/src/main/resources/service_conf ig.properties
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_core/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_core/.actionScriptProperties
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_core/.externalToolBuilders/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_core/.externalToolBuilders/com.adobe.ac .pmd.eclipse.flexpmdbuilder (3).launch
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_core/.flexLibProperties
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_core/.fxpProperties
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_core/.project
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_core/.settings/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_core/.settings/org.eclipse.core.resourc es.prefs
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_core/pom.xml
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_core/src/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_core/src/main/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_core/src/main/flex/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_core/src/main/flex/com/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_core/src/main/flex/com/adobe/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_core/src/main/flex/com/adobe/txi/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_core/src/main/flex/com/adobe/txi/todo/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_core/src/main/flex/com/adobe/txi/todo/a pplication/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_core/src/main/flex/com/adobe/txi/todo/a pplication/authentication/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_core/src/main/flex/com/adobe/txi/todo/a pplication/authentication/GetCurrentUserTask.as
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_core/src/main/flex/com/adobe/txi/todo/a pplication/authentication/LoginChannelSetTask.as
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_core/src/main/flex/com/adobe/txi/todo/a pplication/authentication/LoginCommand.as
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_core/src/main/flex/com/adobe/txi/todo/a pplication/authentication/LoginController.as
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_core/src/main/flex/com/adobe/txi/todo/a pplication/authentication/LoginMessage.as
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_core/src/main/flex/com/adobe/txi/todo/a pplication/authentication/LogoutChannelSetTask.as
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_core/src/main/flex/com/adobe/txi/todo/a pplication/authentication/LogoutCommand.as
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_core/src/main/flex/com/adobe/txi/todo/a pplication/authentication/LogoutMessage.as
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_core/src/main/flex/com/adobe/txi/todo/a pplication/authentication/mock/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_core/src/main/flex/com/adobe/txi/todo/a pplication/authentication/mock/MockLoginCommand.as
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_core/src/main/flex/com/adobe/txi/todo/a pplication/authentication/mock/MockLogoutCommand.as
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_core/src/main/flex/com/adobe/txi/todo/a pplication/rig/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_core/src/main/flex/com/adobe/txi/todo/a pplication/rig/ModuleRigLoginTask.as
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_core/src/main/flex/com/adobe/txi/todo/d omain/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_core/src/main/flex/com/adobe/txi/todo/d omain/UserModel.as
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_core/src/main/flex/com/adobe/txi/todo/i nfrastructure/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_core/src/main/flex/com/adobe/txi/todo/i nfrastructure/flexunit/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_core/src/main/flex/com/adobe/txi/todo/i nfrastructure/flexunit/EventAssert.as
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_core/src/main/flex/com/adobe/txi/todo/i nfrastructure/task/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_core/src/main/flex/com/adobe/txi/todo/i nfrastructure/task/ASyncTokenResultTask.as
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_core/src/main/flex/com/adobe/txi/todo/i nfrastructure/task/MockASyncResultTask.as
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_core/src/main/flex/com/adobe/txi/todo/i nfrastructure/task/MockResultTask.as
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_core/src/main/resources/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_core/src/main/resources/additional_comp iler_arguments.xml
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_core/src/main/test/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_core/src/main/test/com/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_core/src/main/test/com/adobe/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_core/src/main/test/com/adobe/txi/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_core/src/main/test/com/adobe/txi/todo/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_core/src/main/test/com/adobe/txi/todo/a pplication/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_core/src/main/test/com/adobe/txi/todo/a pplication/authentication/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_core/src/main/test/com/adobe/txi/todo/a pplication/authentication/LoginControllerTest.as
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_remoting_dto/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_remoting_dto/.actionScriptProperties
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_remoting_dto/.flexLibProperties
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_remoting_dto/.project
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_remoting_dto/.settings/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_remoting_dto/.settings/org.eclipse.core .resources.prefs
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_remoting_dto/pom.xml
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_remoting_dto/src/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_remoting_dto/src/main/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_remoting_dto/src/main/template/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_remoting_dto/src/main/template/bean.gsp
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_remoting_dto/src/main/template/beanBase .gsp
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_shell/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_shell/.actionScriptProperties
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_shell/.externalToolBuilders/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_shell/.externalToolBuilders/com.adobe.a c.pmd.eclipse.flexpmdbuilder (2).launch
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_shell/.flexProperties
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_shell/.fxpProperties
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_shell/.project
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_shell/.settings/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_shell/.settings/org.eclipse.core.resour ces.prefs
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_shell/pom.xml
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_shell/src/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_shell/src/main/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_shell/src/main/flex/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_shell/src/main/flex/Main.mxml
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_shell/src/main/flex/MainContext.mxml
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_shell/src/main/flex/com/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_shell/src/main/flex/com/adobe/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_shell/src/main/flex/com/adobe/txi/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_shell/src/main/flex/com/adobe/txi/todo/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_shell/src/main/flex/com/adobe/txi/todo/ shell/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_shell/src/main/flex/com/adobe/txi/todo/ shell/header/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_shell/src/main/flex/com/adobe/txi/todo/ shell/header/ApplicationHeader.mxml
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_shell/src/main/flex/com/adobe/txi/todo/ shell/login/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_shell/src/main/flex/com/adobe/txi/todo/ shell/login/LoginContainer.mxml
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_shell/src/main/flex/com/adobe/txi/todo/ shell/login/LoginContainerPM.as
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_shell/src/main/flex/com/adobe/txi/todo/ shell/skins/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_shell/src/main/flex/com/adobe/txi/todo/ shell/skins/ApplicationHeaderSkin.mxml
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_shell/src/main/resources/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_shell/src/main/resources/additional_com piler_arguments.xml
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_shell/src/main/resources/assets/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_shell/src/main/resources/assets/todoLog o_big.png
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_test/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_test/.FlexUnitSettings/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_test/.FlexUnitSettings/FlexUnitApplicat ionLastRun.xml
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_test/.FlexUnitSettings/FlexUnitApplicat ionLastSelection.xml
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_test/.actionScriptProperties
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_test/.flexProperties
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_test/.project
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_test/.settings/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_test/.settings/org.eclipse.core.resourc es.prefs
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_test/src/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_test/src/FlexUnitApplication.mxml
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_test/src/FlexUnitTestSuite.as
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist/.actionScriptProperties
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist/.externalToolBuilders/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist/.externalToolBuilders/com.adob e.ac.pmd.eclipse.flexpmdbuilder (1).launch
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist/.flexProperties
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist/.fxpProperties
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist/.project
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist/.settings/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist/.settings/org.eclipse.core.res ources.prefs
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist/pom.xml
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist/src/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist/src/main/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist/src/main/flex/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist/src/main/flex/TodoListModule.m xml
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist/src/main/flex/TodoListModuleCo ntext.mxml
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist/src/main/flex/TodoListModuleRi g.mxml
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist/src/main/flex/TodoListModuleRi gContext.mxml
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist/src/main/flex/com/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist/src/main/flex/com/adobe/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist/src/main/flex/com/adobe/txi/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist/src/main/flex/com/adobe/txi/to do/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist/src/main/flex/com/adobe/txi/to do/presentation/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist/src/main/flex/com/adobe/txi/to do/presentation/TodoItemDetail.mxml
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist/src/main/flex/com/adobe/txi/to do/presentation/TodoList.mxml
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist/src/main/flex/com/adobe/txi/to do/presentation/TodoListItemRenderer.mxml
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist/src/main/resources/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist/src/main/resources/additional_ compiler_arguments.xml
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist/src/main/resources/assets/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist/src/main/resources/assets/icon _tool_trash.png
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist_lib/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist_lib/.actionScriptProperties
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist_lib/.externalToolBuilders/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist_lib/.externalToolBuilders/com. adobe.ac.pmd.eclipse.flexpmdbuilder.launch
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist_lib/.flexLibProperties
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist_lib/.fxpProperties
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist_lib/.project
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist_lib/.settings/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist_lib/.settings/org.eclipse.core .resources.prefs
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist_lib/pom.xml
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist_lib/src/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist_lib/src/main/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist_lib/src/main/flex/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist_lib/src/main/flex/com/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist_lib/src/main/flex/com/adobe/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist_lib/src/main/flex/com/adobe/tx i/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist_lib/src/main/flex/com/adobe/tx i/todo/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist_lib/src/main/flex/com/adobe/tx i/todo/application/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist_lib/src/main/flex/com/adobe/tx i/todo/application/GetTodoListCommand.as
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist_lib/src/main/flex/com/adobe/tx i/todo/application/GetTodoListMessage.as
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist_lib/src/main/flex/com/adobe/tx i/todo/application/RemoveTodoItemCommand.as
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist_lib/src/main/flex/com/adobe/tx i/todo/application/RemoveTodoItemMessage.as
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist_lib/src/main/flex/com/adobe/tx i/todo/application/SaveTodoItemCommand.as
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist_lib/src/main/flex/com/adobe/tx i/todo/application/SaveTodoItemMessage.as
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist_lib/src/main/flex/com/adobe/tx i/todo/application/TodoItemController.as
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist_lib/src/main/flex/com/adobe/tx i/todo/application/TodoListController.as
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist_lib/src/main/flex/com/adobe/tx i/todo/application/mock/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist_lib/src/main/flex/com/adobe/tx i/todo/application/mock/MockGetTodoListCommand.as
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist_lib/src/main/flex/com/adobe/tx i/todo/application/mock/MockRemoveTodoItemCommand.as
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist_lib/src/main/flex/com/adobe/tx i/todo/application/mock/MockSaveTodoItemCommand.as
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist_lib/src/main/flex/com/adobe/tx i/todo/domain/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist_lib/src/main/flex/com/adobe/tx i/todo/domain/TodoItem.as
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist_lib/src/main/flex/com/adobe/tx i/todo/domain/TodoModel.as
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist_lib/src/main/resources/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist_lib/src/main/resources/additio nal_compiler_arguments.xml
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist_lib/src/main/test/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist_lib/src/main/test/com/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist_lib/src/main/test/com/adobe/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist_lib/src/main/test/com/adobe/tx i/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist_lib/src/main/test/com/adobe/tx i/todo/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist_lib/src/main/test/com/adobe/tx i/todo/application/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist_lib/src/main/test/com/adobe/tx i/todo/application/TodoItemControllerTest.as
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist_lib/src/main/test/com/adobe/tx i/todo/application/TodoListControllerTest.as
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist_lib/src/main/test/com/adobe/tx i/todo/domain/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist_lib/src/main/test/com/adobe/tx i/todo/domain/TodoModelTest.as
        cairngorm3/trunk/samples/todo/todo_java/
        cairngorm3/trunk/samples/todo/todo_java/.settings/
        cairngorm3/trunk/samples/todo/todo_java/.settings/org.maven.ide.eclipse.prefs
        cairngorm3/trunk/samples/todo/todo_java/pom.xml
        cairngorm3/trunk/samples/todo/todo_java/todo_java_persistence/
        cairngorm3/trunk/samples/todo/todo_java/todo_java_persistence/pom.xml
        cairngorm3/trunk/samples/todo/todo_java/todo_java_persistence/src/
        cairngorm3/trunk/samples/todo/todo_java/todo_java_persistence/src/main/
        cairngorm3/trunk/samples/todo/todo_java/todo_java_persistence/src/main/java/
        cairngorm3/trunk/samples/todo/todo_java/todo_java_persistence/src/main/java/META-INF/
        cairngorm3/trunk/samples/todo/todo_java/todo_java_persistence/src/main/java/META-INF/MANI FEST.MF
        cairngorm3/trunk/samples/todo/todo_java/todo_java_persistence/src/main/java/com/
        cairngorm3/trunk/samples/todo/todo_java/todo_java_persistence/src/main/java/com/adobe/
        cairngorm3/trunk/samples/todo/todo_java/todo_java_persistence/src/main/java/com/adobe/txi /
        cairngorm3/trunk/samples/todo/todo_java/todo_java_persistence/src/main/java/com/adobe/txi /todo/
        cairngorm3/trunk/samples/todo/todo_java/todo_java_persistence/src/main/java/com/adobe/txi /todo/dao/
        cairngorm3/trunk/samples/todo/todo_java/todo_java_persistence/src/main/java/com/adobe/txi /todo/dao/IGenericDao.java
        cairngorm3/trunk/samples/todo/todo_java/todo_java_persistence/src/main/java/com/adobe/txi /todo/dao/ITodoItemDao.java
        cairngorm3/trunk/samples/todo/todo_java/todo_java_persistence/src/main/java/com/adobe/txi /todo/dao/jpa/
        cairngorm3/trunk/samples/todo/todo_java/todo_java_persistence/src/main/java/com/adobe/txi /todo/dao/jpa/GenericDaoJpa.java
        cairngorm3/trunk/samples/todo/todo_java/todo_java_persistence/src/main/java/com/adobe/txi /todo/dao/jpa/TodoItemJpaDao.java
        cairngorm3/trunk/samples/todo/todo_java/todo_java_persistence/src/main/java/com/adobe/txi /todo/entity/
        cairngorm3/trunk/samples/todo/todo_java/todo_java_persistence/src/main/java/com/adobe/txi /todo/entity/TodoItem.java
        cairngorm3/trunk/samples/todo/todo_java/todo_java_persistence/src/main/resources/
        cairngorm3/trunk/samples/todo/todo_java/todo_java_persistence/src/main/resources/META-INF /
        cairngorm3/trunk/samples/todo/todo_java/todo_java_persistence/src/main/resources/META-INF /persistence.xml
        cairngorm3/trunk/samples/todo/todo_java/todo_java_persistence/src/main/resources/applicat ionContext-persistence.xml
        cairngorm3/trunk/samples/todo/todo_java/todo_java_persistence/src/main/resources/jdbc.pro perties
        cairngorm3/trunk/samples/todo/todo_java/todo_java_persistence/src/test/
        cairngorm3/trunk/samples/todo/todo_java/todo_java_persistence/src/test/java/
        cairngorm3/trunk/samples/todo/todo_java/todo_java_persistence/src/test/java/com/
        cairngorm3/trunk/samples/todo/todo_java/todo_java_persistence/src/test/java/com/adobe/
        cairngorm3/trunk/samples/todo/todo_java/todo_java_persistence/src/test/java/com/adobe/txi /
        cairngorm3/trunk/samples/todo/todo_java/todo_java_persistence/src/test/java/com/adobe/txi /todo/
        cairngorm3/trunk/samples/todo/todo_java/todo_java_persistence/src/test/java/com/adobe/txi /todo/dao/
        cairngorm3/trunk/samples/todo/todo_java/todo_java_persistence/src/test/java/com/adobe/txi /todo/dao/TodoItemDaoTest.java
        cairngorm3/trunk/samples/todo/todo_java/todo_java_persistence/src/test/resources/
        cairngorm3/trunk/samples/todo/todo_java/todo_java_persistence/src/test/resources/test-dat a.xml
        cairngorm3/trunk/samples/todo/todo_java/todo_java_remoting_service/
        cairngorm3/trunk/samples/todo/todo_java/todo_java_remoting_service/pom.xml
        cairngorm3/trunk/samples/todo/todo_java/todo_java_remoting_service/src/
        cairngorm3/trunk/samples/todo/todo_java/todo_java_remoting_service/src/main/
        cairngorm3/trunk/samples/todo/todo_java/todo_java_remoting_service/src/main/java/
        cairngorm3/trunk/samples/todo/todo_java/todo_java_remoting_service/src/main/java/META-INF /
        cairngorm3/trunk/samples/todo/todo_java/todo_java_remoting_service/src/main/java/META-INF /MANIFEST.MF
        cairngorm3/trunk/samples/todo/todo_java/todo_java_remoting_service/src/main/java/com/
        cairngorm3/trunk/samples/todo/todo_java/todo_java_remoting_service/src/main/java/com/adob e/
        cairngorm3/trunk/samples/todo/todo_java/todo_java_remoting_service/src/main/java/com/adob e/txi/
        cairngorm3/trunk/samples/todo/todo_java/todo_java_remoting_service/src/main/java/com/adob e/txi/todo/
        cairngorm3/trunk/samples/todo/todo_java/todo_java_remoting_service/src/main/java/com/adob e/txi/todo/dto/
        cairngorm3/trunk/samples/todo/todo_java/todo_java_remoting_service/src/main/java/com/adob e/txi/todo/dto/TodoItemDto.java
        cairngorm3/trunk/samples/todo/todo_java/todo_java_remoting_service/src/main/java/com/adob e/txi/todo/exception/
        cairngorm3/trunk/samples/todo/todo_java/todo_java_remoting_service/src/main/java/com/adob e/txi/todo/exception/ExceptionCode.java
        cairngorm3/trunk/samples/todo/todo_java/todo_java_remoting_service/src/main/java/com/adob e/txi/todo/exception/ExceptionTranslatorImpl.java
        cairngorm3/trunk/samples/todo/todo_java/todo_java_remoting_service/src/main/java/com/adob e/txi/todo/service/
        cairngorm3/trunk/samples/todo/todo_java/todo_java_remoting_service/src/main/java/com/adob e/txi/todo/service/ICrudService.java
        cairngorm3/trunk/samples/todo/todo_java/todo_java_remoting_service/src/main/java/com/adob e/txi/todo/service/TodoService.java
        cairngorm3/trunk/samples/todo/todo_java/todo_java_remoting_service/src/main/resources/
        cairngorm3/trunk/samples/todo/todo_java/todo_java_remoting_service/src/main/resources/app licationContext-remoting.xml
        cairngorm3/trunk/samples/todo/todo_java/todo_java_remoting_service/src/main/resources/tod o-dozer-bean-mappings.xml
        cairngorm3/trunk/samples/todo/todo_java/todo_java_remoting_service/src/test/
        cairngorm3/trunk/samples/todo/todo_java/todo_java_remoting_service/src/test/java/
        cairngorm3/trunk/samples/todo/todo_java/todo_java_remoting_service/src/test/java/com/
        cairngorm3/trunk/samples/todo/todo_java/todo_java_remoting_service/src/test/java/com/adob e/
        cairngorm3/trunk/samples/todo/todo_java/todo_java_remoting_service/src/test/java/com/adob e/txi/
        cairngorm3/trunk/samples/todo/todo_java/todo_java_remoting_service/src/test/java/com/adob e/txi/todo/
        cairngorm3/trunk/samples/todo/todo_java/todo_java_remoting_service/src/test/java/com/adob e/txi/todo/service/
        cairngorm3/trunk/samples/todo/todo_java/todo_java_remoting_service/src/test/java/com/adob e/txi/todo/service/TodoServiceTest.java
        cairngorm3/trunk/samples/todo/todo_java/todo_webapp/
        cairngorm3/trunk/samples/todo/todo_java/todo_webapp/pom.xml
        cairngorm3/trunk/samples/todo/todo_java/todo_webapp/src/
        cairngorm3/trunk/samples/todo/todo_java/todo_webapp/src/main/
        cairngorm3/trunk/samples/todo/todo_java/todo_webapp/src/main/webapp/
        cairngorm3/trunk/samples/todo/todo_java/todo_webapp/src/main/webapp/META-INF/
        cairngorm3/trunk/samples/todo/todo_java/todo_webapp/src/main/webapp/META-INF/MANIFEST.MF
        cairngorm3/trunk/samples/todo/todo_java/todo_webapp/src/main/webapp/WEB-INF/
        cairngorm3/trunk/samples/todo/todo_java/todo_webapp/src/main/webapp/WEB-INF/applicationCo ntext.xml
        cairngorm3/trunk/samples/todo/todo_java/todo_webapp/src/main/webapp/WEB-INF/dispatcher-se rvlet.xml
        cairngorm3/trunk/samples/todo/todo_java/todo_webapp/src/main/webapp/WEB-INF/flex/
        cairngorm3/trunk/samples/todo/todo_java/todo_webapp/src/main/webapp/WEB-INF/flex/remoting -config.xml
        cairngorm3/trunk/samples/todo/todo_java/todo_webapp/src/main/webapp/WEB-INF/flex/services -config.xml
        cairngorm3/trunk/samples/todo/todo_java/todo_webapp/src/main/webapp/WEB-INF/lib/
        cairngorm3/trunk/samples/todo/todo_java/todo_webapp/src/main/webapp/WEB-INF/log4j.propert ies
        cairngorm3/trunk/samples/todo/todo_java/todo_webapp/src/main/webapp/WEB-INF/security.xml
        cairngorm3/trunk/samples/todo/todo_java/todo_webapp/src/main/webapp/WEB-INF/taglibs-sessi on.tld
        cairngorm3/trunk/samples/todo/todo_java/todo_webapp/src/main/webapp/WEB-INF/web.xml
        cairngorm3/trunk/samples/todo/todo_java/todo_webapp/src/main/webapp/bin/
        cairngorm3/trunk/samples/todo/todo_java/todo_webapp/src/main/webapp/bin/flex.jsp
        cairngorm3/trunk/samples/todo/todo_java/todo_webapp/src/main/webapp/history/
        cairngorm3/trunk/samples/todo/todo_java/todo_webapp/src/main/webapp/history/history.css
        cairngorm3/trunk/samples/todo/todo_java/todo_webapp/src/main/webapp/history/history.js
        cairngorm3/trunk/samples/todo/todo_java/todo_webapp/src/main/webapp/history/historyFrame. html
        cairngorm3/trunk/samples/todo/todo_java/todo_webapp/src/main/webapp/index.jsp
        cairngorm3/trunk/samples/todo/todo_java/todo_webapp/src/main/webapp/popuputil.js
        cairngorm3/trunk/samples/todo/todo_java/todo_webapp/src/main/webapp/swfobject.js
        cairngorm3/trunk/samples/todo/todo_java/todo_webapp/src/test/
    Property Changed:
        cairngorm3/trunk/

    Thanks for this update.
    Do you plan to put on this repository only parsley/swiz/... dependencies that Cairngorm libs support or the latest dependencies versions? I was wondering that because I saw you didn't add Parsley 2.3.2

  • [svn:cairngorm3:] 16464: Added first history and wizard implementation to SpringAS extension.

    Revision: 16464
    Revision: 16464
    Author:   [email protected]
    Date:     2010-06-04 11:07:46 -0700 (Fri, 04 Jun 2010)
    Log Message:
    Added first history and wizard implementation to SpringAS extension.
    Modified Paths:
        cairngorm3/trunk/libraries/NavigationSpringAS/.actionScriptProperties
        cairngorm3/trunk/libraries/NavigationSpringAS/src/com/adobe/cairngorm/navigation/core/Met adataUtil.as
        cairngorm3/trunk/libraries/NavigationSpringAS/src/com/adobe/cairngorm/navigation/history/ GlobalHistory.as
        cairngorm3/trunk/libraries/NavigationSpringAS/src/com/adobe/cairngorm/navigation/history/ WaypointHistory.as
        cairngorm3/trunk/libraries/NavigationSpringAS/src/com/adobe/cairngorm/navigation/landmark /AbstractNavigationProcessor.as
        cairngorm3/trunk/libraries/NavigationSpringAS/src/com/adobe/cairngorm/navigation/wizard/W izard.as
        cairngorm3/trunk/libraries/NavigationSpringASTest/src/sample1/core/presentation/Navigatio nBar.mxml

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

  • Adding a Custom Component to Check-In Operation

    Hi everyone,
    Our technical knowledge is very basic in UCM and ECM.
    We are trying to add a JSP component which must have some interaction with the user just before a Check-in operation which should be consumed in the client's web browser.
    Can anyone please point me in the right directions for creating such a schema. We are learning stuff such as Custom Components, Component Wizard, presentation of UCM data through JSON, JSP components, Dynamic Server Pages. We have found the product amazing so far just like every other Fusion Middleware product.
    But still it is too early for us to decide what we should go with. Any info would be so much appreciated. I thought we could try a trigger before a Check-in operation through Content Profile, which would open a custom JSP added to UCM as a custom component. But it is very in-mature as you can point out.
    Thanks.

    What's the flow here?
    Do you want to pop-up a JSP in a window to prompt the user for extra information before submitting the check-in form? If so, you need a custom component to override the resource that draws the "submit" button on the form.
    Or, do you want to execute something like a web service during the check-in process? If so, do a validateStandard filter. See the 'DynamicPrefix' comonent in the howtocomponents:
    http://www.oracle.com/technetwork/middleware/content-management/index-092832.html

  • [svn] 3501: Adding the new CallResponder component.

    Revision: 3501
    Author: [email protected]
    Date: 2008-10-06 17:42:26 -0700 (Mon, 06 Oct 2008)
    Log Message:
    Adding the new CallResponder component. This is best used from MXML to implement
    a specific invocation of a specific RPC service operation. It separates the use of the
    RPC operation from its definition.
    QE: New class (and MXML component)
    Docs: Yes - see the asdoc for info.
    Checkintests: pass
    Reviewer: Pete, Seth, Ed, Sameer
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/rpc/manifest.xml
    Added Paths:
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/CallResponder.as

    Did you import the 3 required SC:
    SAP-JEE,
    SAP_BUILD
    SAP_JTECHS
    the DC: sap.com/tc/ddic/metamodel/content is part of SC SAP_JTECHS
    You can brouse all imported DCs from CBS
    SAPs should be 161. The one you are looking for is N:31 in the SAP_JTECHS
    If you have problem with the local bild, than you havn't checked out all DC to your NWDS.
    Regards, Angel

  • Error while adding a custom field with Input help via AET

    Hi All,
    I need to add two custom field under Service orders at Item level in component BT140I_SRVP.
    One field is required to have the input search help f4 and autopopulates the second field
    I am able to add one field(not requiring help) successfully through AET .
    I have created one Zsearch_help in se11 and its successfully running  and Autopopulating seocnd field while I am testing it
    While adding second field through AET,I need to enter following details as -
    field label,search relevant ,serach help etc.
    When I type the name of my 'Zsearch_help' against field search help it gives me following error
    'Search help is not compatible'.
    Secondly,not getting getter and setter methods for the attrributes in BTAdminI.
    Last,please tell me if i create zhelp and activate it,would it automatically appear in the list on AETwhile assiging it to input field?
    Please help me out.Kindly be detailed as I am new to SAP CRM.
    Thanks,
    Shivani

    The question is answered in CRM 7.0 forum:
    Getting error while adding a custom field (with input help) through AET

  • How to add properties to a custom JSF component?

    Hello, everybody!
    I've just developed my first custom JSF component. It's a data pager and it is working pretty well. But now I want to be able to use some of it attributes in my backing beans at runtime. I mean, I want to bind it to component in the JSF page. It already has a binding attribute in the tld file, but I want to be able to accesss two values that the renderer of my custom component calculate inside it, which would relieve me from calculating these values manually in the backing beans. So, I would like to know how to make these values external to the component.
    By now this is my custom pager class:
    import javax.faces.component.UICommand;
    public class UIPaginadorDados extends UICommand
    }You can see that it has no logic because all the logic is in the renderer class:
    import javax.faces.render.Renderer;
    public class PaginadorDadosRenderer extends Renderer
        // logic here
    }As I said I want to be able to do the following in my backing beans:
    private UIPaginadorDados pager = new UIPaginadorDados();
    // and later...
    pager.getCurrentPage();
    pager.getPageCount();In the JSF page:
    // I already can do this, because I have a binding attribute
    <urca:paginadorDados binding="#{backingBean.pager}" />I suppose that I'll have to create the properties getCurrentPage() and getPageCount() in the component class, UIPaginadorDados, but I don't know how to get the values to the properties from the renderer class. I don't even know if this is how I should do it.
    So I would appreciate a lot your help about this subject.
    Thank you.
    Marcos

    Marcos_AntonioPS wrote:
    RaymondDeCampo wrote:
    I neglected to mention: do not forget to implement the methods in StateHolder to preserve the properties you added to your component.Hello, Raymond. Could you elaborate a little more on that? If you could give a short example, it would be helpful.
    MarcosNo problem. I have already found out how.
    Thank you very much, Raymond.
    Marcos

  • Custom Pipeline Component stopped changing input filename

    Hi
    In my project, I have a custom pipeline component to change the input file name. I use it in the receive pipeline decode stage. It was working initially when I had only a receive pipeline and custom pipeline component in my solution. later I introduced
    two schemas, an orchestration, map and a send pipeline. The rename is not working anymore. Please help.
    receive adapter: FILE
    send adapter: FTP
    Custom pipeline component: (File Name Setter)
    Receive pipeline:
      decode: custom pipeline component to rename the filename
      disassemble: flatfile disassembler conecting to a document schema
    Map:
      Schema 1 to Schema 2 (transforms from Windows to Unix format)
    Orchestration:
      receive message
      transform using map above
      send message
      Exception Handler
    Send pipeline:
      FlatFile assembler
    manibest

    May be its not working now, because in the orchestration which you have added,
     you’re constructing a new message from the received message and the context properties from the Received message is not copied across to the newly constructed message. So when you use “%SourceFileName%” macro in the send port,
    the ReceivedFileName context property is missing in the newly constructed message which is sent out.
    So in your Orchestration, while constructing (in MessageAssignment shape) the outbound message from the Received message, copy the context property of the Received message to the newly constructed message. Something like this
    //This line copies all the context properties from received message to the outputted message
    msgOutputted (*)= msgReceived(*)
    //or
    //This line just copies the receive file name context property from received message to the outputted message
    msgOutputted (FILE.ReceivedFileName)= msgReceived (FILE.ReceivedFileName).
    If you’re not using the Orchestration or constructing the new message (even in map), then just add the schemas/orchestration or any pipeline would not affect the ReceiveFileName code. May be in this case, debug the pipeline and also check whether the outputted
    message has ReceivedFileName in its context property.
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

  • Custom itemRenderer component based on cell value: error 1009

    I'm working on an item renderer for a dataGrid that has different states depending on the cell and row values.
    The cell value is a toggle (true or null), and sets whether content should be shown in the cell or not
    The row properties determine what is shown when the cell value is true.
    The dataGrid dataProvider is populated based on user id input.
    I created the itemRenderer as a custom actionscript component, closely following this example:
    360Flex Sample: Implementing IDropInListItemRenderer to create a reusable itemRenderer
    However, my component results in Error #1009 (Cannot access a property or method of a null object reference) when a user id is submitted.
    package components
         import mx.containers.VBox;
         import mx.controls.*;     import mx.controls.dataGridClasses.DataGridListData;
         import mx.controls.listClasses.BaseListData;
         import mx.core.*;
         public class toggleCellRenderer extends VBox
              public function ToggleCellRenderer()
              {super();}
              private var _listData:BaseListData;   
                   private var cellState:String;
                   private var cellIcon:Image;
                   private var imagePath:String;
                   private var imageHeight:int;
                   private var qty:String = data.qtyPerTime;
                   private var typ:String = data.type;
              public function get listData():BaseListData
                   {return _listData;}
              public function set listData(value:BaseListData):void
                   {_listData = value;}
              override public function set data(value:Object):void {
                   super.data = value;
                   if (value != null)
                   //errors on next line: Error #1009: Cannot access a property or method of a null object reference.
                   {cellState = value[DataGridListData(_listData).dataField]}
              override protected function createChildren():void {
                   removeAllChildren();
                   if(cellState=='true'){
                        cellIcon = new Image();
                        addChild(cellIcon);
                   //there is another state here that adds another child...
              //next overrides commitProperties()...
    There are no errors if I don't use an itemRenderer--the cells correctly toggle between "true" and empty when clicked.
    I also tried a simple itemRenderer component that disregards the cell value and shows in image based off row data--this works fine without errors or crashing. But I need to tie it to the cell value!
    I have very limited experience programming, in Flex or any other language. Any help would be appreciated.

    Your assumption that the xml file either loads with "true" or nothing  is right.
    After modifying the code to the following, I don't get the error, but it's still not reading the cell value correctly.
    package components
         import mx.containers.VBox;
         import mx.controls.*;   
         import mx.controls.dataGridClasses.DataGridListData;
         import mx.controls.listClasses.BaseListData;
         import mx.core.*;
         public class toggleCellRenderer extends VBox
              public function ToggleCellRenderer()
               super();
              private var _listData:BaseListData;   
              private var cellState:Boolean;
              private var cellIcon:Image;
              private var imagePath:String;
              private var imageHeight:int;
              private var qty:String;
              private var typ:String;
               public function get listData():BaseListData
                 return _listData;
              override public function set data(value:Object):void {
                   cellState = false;
                   if (listData && listData is DataGridListData && DataGridListData(listData).dataField != null){
                       super.data = value;
                       if (value[DataGridListData(this.listData).dataField] == "true"){
                           cellState = true;
              override protected function createChildren():void {
                   removeAllChildren();
                   if(cellState==true){
                        cellIcon = new Image();
                        addChild(cellIcon);
                   //there is another state here that adds another child...
              //next overrides commitProperties()...
    - didn't set the value of qty or typ in the variable declarations (error 1009 by this too--I removed this before but wanted to point out in case its useful)
    - added back in the get listData() function so I could use the listData
    - changed the null check
    All cells are still returning cellState = false when some are set to true, even if I comment out [if (value[DataGridListData(this.listData).dataField] == "true")] and just have it look for non-null data. That shouldn't make a difference anyway, but it confirms that all cells are returning null value.
    Swapping out the first if statement in set data with different variables results in the following:
    [if (listData != null)]  all cells return null (cellState=false for all)
    both [if (value != null)] and  [if (DataGridListData != null)]  results in error 1009 on a line following the if, so I assume they return non-null values.
    All rows have data, just not all fields in all rows, so shouldn't listData be non-null?  Could it be that the xml file hasn't fully loaded before the itemRenderer kicks in?
    I also realized  I had removed the item renderer from many of the columns for testing, and since some columns are hidden by default only one column in the view was using the itemRenderer--hence the single alert per row I was worried about earlier.
    Thanks for your help so far.

Maybe you are looking for

  • **iMac Will Not Boot Up & Then Some

    white 17" iMac G5... was running OX 10.3.? No crazy extensions or additional equipment... just a home computer for the web that's about it. Installed a 1 gig memory stick without problems a month or so ago... other than that everything is the same as

  • Safari 7.0.3 crashes unexpectedly

    Process:         Safari [520] Path:            /Applications/Safari.app/Contents/MacOS/Safari Identifier:      com.apple.Safari Version:         7.0.3 (9537.75.14) Build Info:      WebBrowser-7537075014000000~3 Code Type:       X86-64 (Native) Parent

  • 10g installation error on AIX 5 64bit

    Hi everyone, Has anyone seen this problem before? tried to install 10g client on AIX 5.3, DISPLAY has been set and xclock can be displayed on the screen, but onece runInstaller a error came up and OUI didn't appear. the log file didn't show any error

  • Firmware 1.0.2 released - fixes Cover Flow album view

    Hi folks, Didn't see this posted yet - just synced my 3G nano and firmware 1.0.2 was available. Cover Flow is now showing albums exactly as the default album view in iTunes. Hooray! -Nikhil

  • Import mp4 clip into imovie project

    Thought I could drag and drop - but it's not working. Original clip was filmed with the movie setting on my regular digital camera as a .mov file extension. I think I was told I needed to convert to mp4, which I did with isquint. Still can't put the