[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

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:] 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/

  • [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.

  • Scanner and the reset() method

    After reading all the way through a scanner, is there a way to return back to the front/beginning of it?

    No. Note that the reset() method of Scanner doesn't rewind you to the beginning of a file.
    Simply create another Scanner with the same file.
    edit: What is your Scanner's input? I was assuming it was from a File.

  • [svn:fx-trunk] 12973: Added DataGroup/getItemIndicesInView() method and fixed a DataGroup virtual ItemRenderer leak.

    Revision: 12973
    Revision: 12973
    Author:   [email protected]
    Date:     2009-12-15 15:59:25 -0800 (Tue, 15 Dec 2009)
    Log Message:
    Added DataGroup/getItemIndicesInView() method and fixed a DataGroup virtual ItemRenderer leak.
    Removed an obsolete FIXME from Spinner.
    QE notes:
    Doc notes:
    Bugs: sdk-24702, sdk-24704
    Reviewer: Evtim
    Tests run: DataGroup
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/sdk-24702
        http://bugs.adobe.com/jira/browse/sdk-24704
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/DataGroup.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Spinner.as

  • [svn:cairngorm3:] 16282: committing the CAIRNGORM3 3.0. 11 flex3 libraries to our svn maven repository

    Revision: 16282
    Revision: 16282
    Author:   [email protected]
    Date:     2010-05-21 08:47:54 -0700 (Fri, 21 May 2010)
    Log Message:
    committing the CAIRNGORM3 3.0.11 flex3 libraries to our svn maven repository
    Added Paths:
        cairngorm3/maven-repository/com/adobe/cairngorm/contract-flex3/
        cairngorm3/maven-repository/com/adobe/cairngorm/contract-flex3/1.1/
        cairngorm3/maven-repository/com/adobe/cairngorm/contract-flex3/1.1/contract-flex3-1.1.pom
        cairngorm3/maven-repository/com/adobe/cairngorm/contract-flex3/1.1/contract-flex3-1.1.pom .md5
        cairngorm3/maven-repository/com/adobe/cairngorm/contract-flex3/1.1/contract-flex3-1.1.pom .sha1
        cairngorm3/maven-repository/com/adobe/cairngorm/contract-flex3/1.1/contract-flex3-1.1.swc
        cairngorm3/maven-repository/com/adobe/cairngorm/contract-flex3/1.1/contract-flex3-1.1.swc .md5
        cairngorm3/maven-repository/com/adobe/cairngorm/contract-flex3/1.1/contract-flex3-1.1.swc .sha1
        cairngorm3/maven-repository/com/adobe/cairngorm/contract-flex3/maven-metadata.xml
        cairngorm3/maven-repository/com/adobe/cairngorm/contract-flex3/maven-metadata.xml.md5
        cairngorm3/maven-repository/com/adobe/cairngorm/contract-flex3/maven-metadata.xml.sha1
        cairngorm3/maven-repository/com/adobe/cairngorm/integration-flex3/
        cairngorm3/maven-repository/com/adobe/cairngorm/integration-flex3/0.9/
        cairngorm3/maven-repository/com/adobe/cairngorm/integration-flex3/0.9/integration-flex3-0 .9.pom
        cairngorm3/maven-repository/com/adobe/cairngorm/integration-flex3/0.9/integration-flex3-0 .9.pom.md5
        cairngorm3/maven-repository/com/adobe/cairngorm/integration-flex3/0.9/integration-flex3-0 .9.pom.sha1
        cairngorm3/maven-repository/com/adobe/cairngorm/integration-flex3/0.9/integration-flex3-0 .9.swc
        cairngorm3/maven-repository/com/adobe/cairngorm/integration-flex3/0.9/integration-flex3-0 .9.swc.md5
        cairngorm3/maven-repository/com/adobe/cairngorm/integration-flex3/0.9/integration-flex3-0 .9.swc.sha1
        cairngorm3/maven-repository/com/adobe/cairngorm/integration-flex3/maven-metadata.xml
        cairngorm3/maven-repository/com/adobe/cairngorm/integration-flex3/maven-metadata.xml.md5
        cairngorm3/maven-repository/com/adobe/cairngorm/integration-flex3/maven-metadata.xml.sha1
        cairngorm3/maven-repository/com/adobe/cairngorm/integrationDMS-flex3/
        cairngorm3/maven-repository/com/adobe/cairngorm/integrationDMS-flex3/0.9/
        cairngorm3/maven-repository/com/adobe/cairngorm/integrationDMS-flex3/0.9/integrationDMS-f lex3-0.9.pom
        cairngorm3/maven-repository/com/adobe/cairngorm/integrationDMS-flex3/0.9/integrationDMS-f lex3-0.9.pom.md5
        cairngorm3/maven-repository/com/adobe/cairngorm/integrationDMS-flex3/0.9/integrationDMS-f lex3-0.9.pom.sha1
        cairngorm3/maven-repository/com/adobe/cairngorm/integrationDMS-flex3/0.9/integrationDMS-f lex3-0.9.swc
        cairngorm3/maven-repository/com/adobe/cairngorm/integrationDMS-flex3/0.9/integrationDMS-f lex3-0.9.swc.md5
        cairngorm3/maven-repository/com/adobe/cairngorm/integrationDMS-flex3/0.9/integrationDMS-f lex3-0.9.swc.sha1
        cairngorm3/maven-repository/com/adobe/cairngorm/integrationDMS-flex3/maven-metadata.xml
        cairngorm3/maven-repository/com/adobe/cairngorm/integrationDMS-flex3/maven-metadata.xml.m d5
        cairngorm3/maven-repository/com/adobe/cairngorm/integrationDMS-flex3/maven-metadata.xml.s ha1
        cairngorm3/maven-repository/com/adobe/cairngorm/integrationRPC-flex3/
        cairngorm3/maven-repository/com/adobe/cairngorm/integrationRPC-flex3/0.9/
        cairngorm3/maven-repository/com/adobe/cairngorm/integrationRPC-flex3/0.9/integrationRPC-f lex3-0.9.pom
        cairngorm3/maven-repository/com/adobe/cairngorm/integrationRPC-flex3/0.9/integrationRPC-f lex3-0.9.pom.md5
        cairngorm3/maven-repository/com/adobe/cairngorm/integrationRPC-flex3/0.9/integrationRPC-f lex3-0.9.pom.sha1
        cairngorm3/maven-repository/com/adobe/cairngorm/integrationRPC-flex3/0.9/integrationRPC-f lex3-0.9.swc
        cairngorm3/maven-repository/com/adobe/cairngorm/integrationRPC-flex3/0.9/integrationRPC-f lex3-0.9.swc.md5
        cairngorm3/maven-repository/com/adobe/cairngorm/integrationRPC-flex3/0.9/integrationRPC-f lex3-0.9.swc.sha1
        cairngorm3/maven-repository/com/adobe/cairngorm/integrationRPC-flex3/maven-metadata.xml
        cairngorm3/maven-repository/com/adobe/cairngorm/integrationRPC-flex3/maven-metadata.xml.m d5
        cairngorm3/maven-repository/com/adobe/cairngorm/integrationRPC-flex3/maven-metadata.xml.s ha1
        cairngorm3/maven-repository/com/adobe/cairngorm/module-flex3/
        cairngorm3/maven-repository/com/adobe/cairngorm/module-flex3/0.8/
        cairngorm3/maven-repository/com/adobe/cairngorm/module-flex3/0.8/module-flex3-0.8.pom
        cairngorm3/maven-repository/com/adobe/cairngorm/module-flex3/0.8/module-flex3-0.8.pom.md5
        cairngorm3/maven-repository/com/adobe/cairngorm/module-flex3/0.8/module-flex3-0.8.pom.sha 1
        cairngorm3/maven-repository/com/adobe/cairngorm/module-flex3/0.8/module-flex3-0.8.swc
        cairngorm3/maven-repository/com/adobe/cairngorm/module-flex3/0.8/module-flex3-0.8.swc.md5
        cairngorm3/maven-repository/com/adobe/cairngorm/module-flex3/0.8/module-flex3-0.8.swc.sha 1
        cairngorm3/maven-repository/com/adobe/cairngorm/module-flex3/maven-metadata.xml
        cairngorm3/maven-repository/com/adobe/cairngorm/module-flex3/maven-metadata.xml.md5
        cairngorm3/maven-repository/com/adobe/cairngorm/module-flex3/maven-metadata.xml.sha1
        cairngorm3/maven-repository/com/adobe/cairngorm/navigation-flex3/
        cairngorm3/maven-repository/com/adobe/cairngorm/navigation-flex3/0.8/
        cairngorm3/maven-repository/com/adobe/cairngorm/navigation-flex3/0.8/navigation-flex3-0.8 .pom
        cairngorm3/maven-repository/com/adobe/cairngorm/navigation-flex3/0.8/navigation-flex3-0.8 .pom.md5
        cairngorm3/maven-repository/com/adobe/cairngorm/navigation-flex3/0.8/navigation-flex3-0.8 .pom.sha1
        cairngorm3/maven-repository/com/adobe/cairngorm/navigation-flex3/0.8/navigation-flex3-0.8 .swc
        cairngorm3/maven-repository/com/adobe/cairngorm/navigation-flex3/0.8/navigation-flex3-0.8 .swc.md5
        cairngorm3/maven-repository/com/adobe/cairngorm/navigation-flex3/0.8/navigation-flex3-0.8 .swc.sha1
        cairngorm3/maven-repository/com/adobe/cairngorm/navigation-flex3/maven-metadata.xml
        cairngorm3/maven-repository/com/adobe/cairngorm/navigation-flex3/maven-metadata.xml.md5
        cairngorm3/maven-repository/com/adobe/cairngorm/navigation-flex3/maven-metadata.xml.sha1
        cairngorm3/maven-repository/com/adobe/cairngorm/navigationParsley-flex3/
        cairngorm3/maven-repository/com/adobe/cairngorm/navigationParsley-flex3/0.8/
        cairngorm3/maven-repository/com/adobe/cairngorm/navigationParsley-flex3/0.8/navigationPar sley-flex3-0.8.pom
        cairngorm3/maven-repository/com/adobe/cairngorm/navigationParsley-flex3/0.8/navigationPar sley-flex3-0.8.pom.md5
        cairngorm3/maven-repository/com/adobe/cairngorm/navigationParsley-flex3/0.8/navigationPar sley-flex3-0.8.pom.sha1
        cairngorm3/maven-repository/com/adobe/cairngorm/navigationParsley-flex3/0.8/navigationPar sley-flex3-0.8.swc
        cairngorm3/maven-repository/com/adobe/cairngorm/navigationParsley-flex3/0.8/navigationPar sley-flex3-0.8.swc.md5
        cairngorm3/maven-repository/com/adobe/cairngorm/navigationParsley-flex3/0.8/navigationPar sley-flex3-0.8.swc.sha1
        cairngorm3/maven-repository/com/adobe/cairngorm/navigationParsley-flex3/maven-metadata.xm l
        cairngorm3/maven-repository/com/adobe/cairngorm/navigationParsley-flex3/maven-metadata.xm l.md5
        cairngorm3/maven-repository/com/adobe/cairngorm/navigationParsley-flex3/maven-metadata.xm l.sha1
        cairngorm3/maven-repository/com/adobe/cairngorm/observer-flex3/
        cairngorm3/maven-repository/com/adobe/cairngorm/observer-flex3/1.8/
        cairngorm3/maven-repository/com/adobe/cairngorm/observer-flex3/1.8/observer-flex3-1.8.pom
        cairngorm3/maven-repository/com/adobe/cairngorm/observer-flex3/1.8/observer-flex3-1.8.pom .md5
        cairngorm3/maven-repository/com/adobe/cairngorm/observer-flex3/1.8/observer-flex3-1.8.pom .sha1
        cairngorm3/maven-repository/com/adobe/cairngorm/observer-flex3/1.8/observer-flex3-1.8.swc
        cairngorm3/maven-repository/com/adobe/cairngorm/observer-flex3/1.8/observer-flex3-1.8.swc .md5
        cairngorm3/maven-repository/com/adobe/cairngorm/observer-flex3/1.8/observer-flex3-1.8.swc .sha1
        cairngorm3/maven-repository/com/adobe/cairngorm/observer-flex3/maven-metadata.xml
        cairngorm3/maven-repository/com/adobe/cairngorm/observer-flex3/maven-metadata.xml.md5
        cairngorm3/maven-repository/com/adobe/cairngorm/observer-flex3/maven-metadata.xml.sha1
        cairngorm3/maven-repository/com/adobe/cairngorm/observerParsley-flex3/
        cairngorm3/maven-repository/com/adobe/cairngorm/observerParsley-flex3/1.8/
        cairngorm3/maven-repository/com/adobe/cairngorm/observerParsley-flex3/1.8/observerParsley -flex3-1.8.pom
        cairngorm3/maven-repository/com/adobe/cairngorm/observerParsley-flex3/1.8/observerParsley -flex3-1.8.pom.md5
        cairngorm3/maven-repository/com/adobe/cairngorm/observerParsley-flex3/1.8/observerParsley -flex3-1.8.pom.sha1
        cairngorm3/maven-repository/com/adobe/cairngorm/observerParsley-flex3/1.8/observerParsley -flex3-1.8.swc
        cairngorm3/maven-repository/com/adobe/cairngorm/observerParsley-flex3/1.8/observerParsley -flex3-1.8.swc.md5
        cairngorm3/maven-repository/com/adobe/cairngorm/observerParsley-flex3/1.8/observerParsley -flex3-1.8.swc.sha1
        cairngorm3/maven-repository/com/adobe/cairngorm/observerParsley-flex3/maven-metadata.xml
        cairngorm3/maven-repository/com/adobe/cairngorm/observerParsley-flex3/maven-metadata.xml. md5
        cairngorm3/maven-repository/com/adobe/cairngorm/observerParsley-flex3/maven-metadata.xml. sha1
        cairngorm3/maven-repository/com/adobe/cairngorm/popup-flex3/
        cairngorm3/maven-repository/com/adobe/cairngorm/popup-flex3/1.7/
        cairngorm3/maven-repository/com/adobe/cairngorm/popup-flex3/1.7/popup-flex3-1.7.pom
        cairngorm3/maven-repository/com/adobe/cairngorm/popup-flex3/1.7/popup-flex3-1.7.pom.md5
        cairngorm3/maven-repository/com/adobe/cairngorm/popup-flex3/1.7/popup-flex3-1.7.pom.sha1
        cairngorm3/maven-repository/com/adobe/cairngorm/popup-flex3/1.7/popup-flex3-1.7.swc
        cairngorm3/maven-repository/com/adobe/cairngorm/popup-flex3/1.7/popup-flex3-1.7.swc.md5
        cairngorm3/maven-repository/com/adobe/cairngorm/popup-flex3/1.7/popup-flex3-1.7.swc.sha1
        cairngorm3/maven-repository/com/adobe/cairngorm/popup-flex3/maven-metadata.xml
        cairngorm3/maven-repository/com/adobe/cairngorm/popup-flex3/maven-metadata.xml.md5
        cairngorm3/maven-repository/com/adobe/cairngorm/popup-flex3/maven-metadata.xml.sha1
        cairngorm3/maven-repository/com/adobe/cairngorm/popupParsley-flex3/
        cairngorm3/maven-repository/com/adobe/cairngorm/popupParsley-flex3/1.7/
        cairngorm3/maven-repository/com/adobe/cairngorm/popupParsley-flex3/1.7/popupParsley-flex3 -1.7.pom
        cairngorm3/maven-repository/com/adobe/cairngorm/popupParsley-flex3/1.7/popupParsley-flex3 -1.7.pom.md5
        cairngorm3/maven-repository/com/adobe/cairngorm/popupParsley-flex3/1.7/popupParsley-flex3 -1.7.pom.sha1
        cairngorm3/maven-repository/com/adobe/cairngorm/popupParsley-flex3/1.7/popupParsley-flex3 -1.7.swc
        cairngorm3/maven-repository/com/adobe/cairngorm/popupParsley-flex3/1.7/popupParsley-flex3 -1.7.swc.md5
        cairngorm3/maven-repository/com/adobe/cairngorm/popupParsley-flex3/1.7/popupParsley-flex3 -1.7.swc.sha1
        cairngorm3/maven-repository/com/adobe/cairngorm/popupParsley-flex3/maven-metadata.xml
        cairngorm3/maven-repository/com/adobe/cairngorm/popupParsley-flex3/maven-metadata.xml.md5
        cairngorm3/maven-repository/com/adobe/cairngorm/popupParsley-flex3/maven-metadata.xml.sha 1
        cairngorm3/maven-repository/com/adobe/cairngorm/task-flex3/
        cairngorm3/maven-repository/com/adobe/cairngorm/task-flex3/1.7/
        cairngorm3/maven-repository/com/adobe/cairngorm/task-flex3/1.7/task-flex3-1.7.pom
        cairngorm3/maven-repository/com/adobe/cairngorm/task-flex3/1.7/task-flex3-1.7.pom.md5
        cairngorm3/maven-repository/com/adobe/cairngorm/task-flex3/1.7/task-flex3-1.7.pom.sha1
        cairngorm3/maven-repository/com/adobe/cairngorm/task-flex3/1.7/task-flex3-1.7.swc
        cairngorm3/maven-repository/com/adobe/cairngorm/task-flex3/1.7/task-flex3-1.7.swc.md5
        cairngorm3/maven-repository/com/adobe/cairngorm/task-flex3/1.7/task-flex3-1.7.swc.sha1
        cairngorm3/maven-repository/com/adobe/cairngorm/task-flex3/maven-metadata.xml
        cairngorm3/maven-repository/com/adobe/cairngorm/task-flex3/maven-metadata.xml.md5
        cairngorm3/maven-repository/com/adobe/cairngorm/task-flex3/maven-metadata.xml.sha1
        cairngorm3/maven-repository/com/adobe/cairngorm/validation-flex3/
        cairngorm3/maven-repository/com/adobe/cairngorm/validation-flex3/1.8/
        cairngorm3/maven-repository/com/adobe/cairngorm/validation-flex3/1.8/validation-flex3-1.8 .pom
        cairngorm3/maven-repository/com/adobe/cairngorm/validation-flex3/1.8/validation-flex3-1.8 .pom.md5
        cairngorm3/maven-repository/com/adobe/cairngorm/validation-flex3/1.8/validation-flex3-1.8 .pom.sha1
        cairngorm3/maven-repository/com/adobe/cairngorm/validation-flex3/1.8/validation-flex3-1.8 .swc
        cairngorm3/maven-repository/com/adobe/cairngorm/validation-flex3/1.8/validation-flex3-1.8 .swc.md5
        cairngorm3/maven-repository/com/adobe/cairngorm/validation-flex3/1.8/validation-flex3-1.8 .swc.sha1
        cairngorm3/maven-repository/com/adobe/cairngorm/validation-flex3/maven-metadata.xml
        cairngorm3/maven-repository/com/adobe/cairngorm/validation-flex3/maven-metadata.xml.md5
        cairngorm3/maven-repository/com/adobe/cairngorm/validation-flex3/maven-metadata.xml.sha1

    Hi Karl,
    I'm sorry to barge into this dicussion. I've been trying to get in touch with you regarding Chrome Lib. Have sent a mail at the id given on the Chrome lib website. Kindly reply to that or give your mail id for contact.
    M Puns
    m_puns AT rediffmail DOT com

  • Error while adding a new method to the Session Bean

    Hello everyone. I'm using jdev 11g, ejb, jpa & jsf. Everything works fine. But when I try to add a custom method to the Session Bean, I'm having an error.
    Here is my steps:
    1) I added a new method to SessionBean.java. Something like this:
    public void Hello() {
    System.out.println("Hello!");
    2) Then using Structure palette I exposed this method through Local interface and created data control
    3) Finally, I made a command button binded to this method (just droped it from DataControls.dcx to my page)
    When I start the page and click the button, I'm having the following error:
    Error 500--Internal Server Error
    javax.faces.el.EvaluationException: Method not found: Hello.execute(javax.faces.event.ActionEvent)
         at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:58)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1227)
         at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:70)
    ... (I've truncated the log because there is nothing important in the missing part)

    Yes, I have binding in the page def. Everything is correct there:
    <methodAction id="Hello" RequiresUpdateModel="true" Action="invokeMethod"
    MethodName="Hello" IsViewObjectMethod="false"
    DataControl="PriceServiceLocal"
    InstanceName="PriceServiceLocal.dataProvider"/>
    I've droped the method from the Data Controls panel

  • My Ipad2 won't turn off.  I've tried the reset method,  holding both buttons down for at least 10 seconds, but this doesn't work. I'm on version 5.1.1 and all other functions work except that I cannot get onto the internet via wi-fi either.  Help ??

    My Ipad2 won't turn off.  I have tried the reset method by holding both buttons down for at least 10 seconds, but this doesn't work.  I can't get onto the internet via wi-fi either (don't have a 3G card fitted).  All other functions seem to be working OK including charging. Not had this problem before, but I recently upgraded software to 5.1.1 so is there a bug in there somewhere?

    Look at last link.
    Look at iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    Additional things to try.
    Try this first. Turn Off your iPad. Then turn Off (disconnect power cord) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    Go to Settings>Wi-Fi and turn Off. Then while at Settings>Wi-Fi, turn back On and chose a Network.
    Change the channel on your wireless router. Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    Another thing to try - Go into your router security settings and change from WEP to WPA with AES.
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    If none of the above suggestions work, look at this link.
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
    Unable to Connect After iOS Update - saw this solution on another post.
    https://discussions.apple.com/thread/4010130?tstart=60
    Note - When troubleshooting wifi connection problems, don't hold your iPad by hand. There have been a few reports that holding the iPad by hand, seems to attenuate the wifi signal.
    ~~~~~~~~~~~~~~~
    If any of the above solutions work, please post back what solved your problem. It will help others with the same problem.
     Cheers, Tom

  • "Date Added" gets reset when importing iTunes library

    I have recently made the switch from a PC to a MacBook. I copied my previous iTunes Music Library.xml file over and followed the Apple instructions to import all my music ratings, playcounts, etc. in to the new iTunes library (deleting the iTunes Library.itl file and importing the old library through Library>Import Playlist). Everything copied over fine except the "Date Added," which resets to today's date. I also tried copy & pasting the old library text into the new iTunes Library.xml file, and it still reset itself once I opened iTunes. I have used this process before in switching to a new PC and it kept the "Date Added" information.
    Does anyone know if this is an issue with the new versions of iTunes? The version is 8.0.2. Or is it an issue with switching from PC to Mac? More importantly, does anyone have any ideas on how to keep my "Date Added"? I use it regularly for sorting music and for Smart Playlists.
    Any help would be appreciated!

    I'll second the question! I just moved my music from my MBP to my new iMac, and the date added is today's date for all of the songs from my library on my MBP. Please post if you find answer redhead828. Thanks!

Maybe you are looking for