[svn:fx-trunk] 13322: Addressing my FIXMEs.

Revision: 13322
Revision: 13322
Author:   [email protected]
Date:     2010-01-06 21:19:58 -0800 (Wed, 06 Jan 2010)
Log Message:
Addressing my FIXMEs. A couple were fixed, one was no longer relevant, and the other three were converted to TODOs.
QE notes: No
Doc notes: No
Bugs: N/A
Reviewer: Me - only comment changes, no code changes.
Tests run: Checkintests
Is noteworthy for integration: No
Modified Paths:
    flex/sdk/trunk/frameworks/projects/spark/src/spark/components/List.as
    flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/ListBase.as

Similar Messages

  • [svn:fx-trunk] 11933: Addressing an edge case for TileList where at times the listItems array doesn 't accurately reflect a fully realized set of item renderers.

    Revision: 11933
    Revision: 11933
    Author:   [email protected]
    Date:     2009-11-18 06:55:18 -0800 (Wed, 18 Nov 2009)
    Log Message:
    Addressing an edge case for TileList where at times the listItems array doesn't accurately reflect a fully realized set of item renderers.  This can occur when the TileList row/col creation routine bails out early when it believes it has no further need to create renderers due to current height of the list itself.
    QE notes:  None
    Doc notes: None
    Bugs: SDK-24169
    Reviewer: Alex
    Tests run: List, TileList, HorizontalList, DataGrid
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24169
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListBase.as

    Due to a copy/paste glitch, some necessary spaces have inadvertently been removed.  If I could fix this, I would.

  • [svn:fx-trunk] 12952: Remove two FIXMEs and fix a comment.

    Revision: 12952
    Revision: 12952
    Author:   [email protected]
    Date:     2009-12-15 06:38:06 -0800 (Tue, 15 Dec 2009)
    Log Message:
    Remove two FIXMEs and fix a comment.
    QE notes:
    Doc notes:
    Bugs:
    Reviewer:
    Tests run:
    Is noteworthy for integration: no
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/Container.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Label.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/TextBase.as

    Hi Stephan,
    this solved placing both animation on one page.  Make sure all your fonts are called out in the <head> section like for example:
    <script>var __adobewebfontsappname__="dreamweaver"</script>
    <script src="http://use.edgefonts.net/quicksand:n3,n4:default.js" type="text/javascript"></script>
    Dreamweaver does this automatic for you.  If you are having a font conflict I recommend under command  (if you are using dreamweaver)
    Clean up the font Tag and add only the ones that you are using again,  sometimes they accumulate.
    Good Luck.

  • [svn:fx-trunk] 9703: Addressing NativeDragManager issue where we would inadvertently replace the users drag drag feedback with our default .

    Revision: 9703
    Author:   [email protected]
    Date:     2009-08-27 12:51:06 -0700 (Thu, 27 Aug 2009)
    Log Message:
    Addressing NativeDragManager issue where we would inadvertently replace the users drag drag feedback with our default.
    QE notes: None
    Doc notes:  None     
    Bugs: SDK-20458
    Reviewer: Jason
    Tests run: Checkin
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-20458
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/airframework/src/mx/managers/NativeDragManagerImpl.as

  • [svn:fx-trunk] 12814: Addressing focus issue in DataGrid introduced by a recent fix.

    Revision: 12814
    Revision: 12814
    Author:   [email protected]
    Date:     2009-12-10 15:18:25 -0800 (Thu, 10 Dec 2009)
    Log Message:
    Addressing focus issue in DataGrid introduced by a recent fix.
    QE notes: None
    Doc notes: None
    Bugs: SDK-24665
    Reviewer: Alex
    Tests run: Checkin
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24665
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/DataGrid.as

    Revision: 12814
    Revision: 12814
    Author:   [email protected]
    Date:     2009-12-10 15:18:25 -0800 (Thu, 10 Dec 2009)
    Log Message:
    Addressing focus issue in DataGrid introduced by a recent fix.
    QE notes: None
    Doc notes: None
    Bugs: SDK-24665
    Reviewer: Alex
    Tests run: Checkin
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24665
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/DataGrid.as

  • [svn:fx-4.0.0] 13388: No code changes here - addressing several FIXMEs for 4.0.0.

    Revision: 13388
    Revision: 13388
    Author:   [email protected]
    Date:     2010-01-08 14:35:37 -0800 (Fri, 08 Jan 2010)
    Log Message:
    No code changes here - addressing several FIXMEs for 4.0.0.
    QE notes: N/A
    Doc notes: N/A
    Bugs: N/A
    Reviewer: Alex
    Tests run: checkintests
    Is noteworthy for integration: No
    Modified Paths:
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/styles/StyleManager.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/styles/StyleProtoChain.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/utils/ObjectUtil.as

  • [svn:fx-trunk] 10065: Comment out code causing an RTE in SWFLoader.

    Revision: 10065
    Author:   [email protected]
    Date:     2009-09-08 13:14:26 -0700 (Tue, 08 Sep 2009)
    Log Message:
    Comment out code causing an RTE in SWFLoader. Will fix as part of per-module styles feature development.
    QE notes: None.
    Doc notes: None.
    Bugs: SDK-23081
    Reviewer:
    Tests run: checkintests
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-23081
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/SWFLoader.as

    Hello, first post here..
    I maintain a java based lobby for an opensource RTS
    engine called spring at http://taspring.clan-sy.com
    You can find my lobbys source code at:
    https://taspring.clan-sy.com/svn/spring/trunk/AFLobby/
    Of note being the unitsync.dll/so library used to
    handle mods and maps. Implementing this library in
    pure java is not an option.
    I've dealt with quite a few JNi errors dealing with
    the linux users but we got through them all and it
    all worked great.
    I released a windows installer, and most users can
    run it fine with no issues with JNI, but 2 users seem
    to have problems, despite correctly installing
    everything.Does the JNI code use perl?
    This error message shows several hits on Google for perl related stuff.

  • [svn:fx-trunk] 5844: rename classes (again!) per Ely's last recommendation to avoid XML Library issues

    A new discussion was started by Alex Harui in
    Commits --
    [svn:fx-trunk] 5844: rename classes (again!) per Ely's last recommendation to avoid XML Library issues
    Revision: 5844
    Author: [email protected]
    Date: 2009-04-01 17:59:34 -0700 (Wed, 01 Apr 2009)
    Log Message:
    rename classes (again!) per Ely's last recommendation to avoid XML Library issues
    QE Notes: Rename mustella tests again (please)
    Doc Notes: Update names of classes in documentation.
    tests: checkintests
    Modified Paths:
    April Fool!
    View/reply at
    Replies by email are OK.
    Use the unsubscribe form at
    to cancel your email subscription.

    In the default php.ini is set open_basedir which limits work with php only to few directories (and directories bellow them). There is set /srv/http, /home,/tmp and /usr/share/pear by default.
    To allow your vhost you should add /data/www or set empty value.

  • [svn:fx-trunk] 11899: Cleaning up some FIXMEs assigned to me in the code:

    Revision: 11899
    Revision: 11899
    Author:   [email protected]
    Date:     2009-11-17 10:24:33 -0800 (Tue, 17 Nov 2009)
    Log Message:
    Cleaning up some FIXMEs assigned to me in the code:
    In UIMC, we now call invalidateParentSizeAndDL() on setting explicitMaxWidth.  We already do this for explicitMaxHeight.  I also changed a FIXME around invalidateLayering() in to a TODO.
    In GroupBase, I removed a FIXME around the focusPane as we are using the overlay API now.
    In DataGroup, I changed a FIXME to a TODO with some clarifying comments.
    In SkinnableContainer, I removed a FIXME and just commented on why it was needed.  I also removed another FIXME and some code now that it seems like we don?\226?\128?\153t need to do the array conversion with IDefferedInstance since the compiler handles it for us now.
    In SkinnableDataContainer, I changed a FIXME around event delegation to a TODO.
    In DropDownController, when you drag around the volume bar, the popup stays open even if the mouse isn?\226?\128?\153t over the open button or the dropdown.  However, when the mouse is released, we should immediately close the drop down, rather than wait for another mouseMove to occur.  This involved some refactoring of some code in to a private helper method.  The "@private" protected methods in DropDownController should probably be made mx_internal.  I will do that in a subsequent checkin.
    QE notes: -
    Doc notes: -
    Bugs: -
    Reviewer: Jason for the DropDownController change, Glenn for the rest
    Tests run: checkintests, mustella FCK, Panel, SkinnableContainer, DropDownList
    Is noteworthy for integration: No
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/flash-integration/src/mx/flash/UIMovieClip.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/DataGroup.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/SkinnableContainer.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/SkinnableDataContainer.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/DropDownCont roller.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/GroupBase.as

  • [svn:fx-trunk] 8031: Scrub the TODOs in the framework, convert to FIXMEs in the new convention and assigning an owner.

    Revision: 8031
    Author:   [email protected]
    Date:     2009-06-19 18:10:03 -0700 (Fri, 19 Jun 2009)
    Log Message:
    Scrub the TODOs in the framework, convert to FIXMEs in the new convention and assigning an owner.
    Doc Notes: N/A
    Bugs: N/A
    Reviewer: Deepa
    tests: build, checkintests
    Modified Paths:
        flex/sdk/trunk/development/eclipse/flex/flex4test/src/layouts/WheelLayout.as
        flex/sdk/trunk/frameworks/projects/flash-integration/src/mx/flash/UIMovieClip.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/DataGroup.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/DropDownList.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/Group.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/HSlider.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/List.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/PopUpAnchor.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/SkinnableContainer.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/SkinnableDataContainer.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/Spinner.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/VSlider.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/VideoPlayer.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/mediaClasses/StreamingVideo Source.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/mediaClasses/VolumeBar.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/supportClasses/DropDownCont roller.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/supportClasses/GroupBase.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/supportClasses/ListBase.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/supportClasses/ScrollBar.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/supportClasses/SkinnableCom ponent.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/supportClasses/Slider.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/supportClasses/ToggleButton Base.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/AddAction.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/AnimateTransform.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/Move.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/RemoveAction.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/Rotate.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/Scale.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/animation/Animation.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/animation/MotionPath.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/animation/Timeline.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/AddActionInstan ce.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/AnimateInstance .as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/AnimateTransfor mInstance.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/AnimateTransiti onShaderInstance.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/FadeInstance.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/MoveInstance.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/RemoveActionIns tance.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/layouts/HorizontalLayout.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/layouts/VerticalLayout.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/layouts/supportClasses/LayoutElementHe lper.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/Path.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/Rect.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/RichEditableText.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/SimpleText.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/pathSegments/LineSegment.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/supportClasses/GraphicEleme nt.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/supportClasses/StrokedEleme nt.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/supportClasses/TextGraphicE lement.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/skins/spark/ErrorSkin.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/skins/spark/FocusSkin.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/utils/BitmapUtil.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/ModifiedCollectionView.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/DataGrid.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/DateChooser.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/List.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ProgressBar.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListBase.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/Container.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/CompositeEffect.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Effect.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/EffectTargetFilter.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/PropertyChanges .as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/SequenceInstanc e.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/geom/Transform.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/CursorManagerImpl.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/FocusManager.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/SystemManager.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/StyleManager.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/StyleProtoChain.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/MatrixUtil.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/ObjectUtil.as

    Thats good news.

  • [svn:fx-trunk] 8020: Fallout from PARB changes - addressing 3 issues:

    Revision: 8020
    Author:   [email protected]
    Date:     2009-06-19 16:02:54 -0700 (Fri, 19 Jun 2009)
    Log Message:
    Fallout from PARB changes - addressing 3 issues:
    1.) http://bugs.adobe.com/jira/browse/SDK-21873 - Fixed
    2.) missed PARB requested change, adjustSelectedIndex()/adjustSelectedIndices() are collapsed into a single method, adjustSelection()
    3.) Excellent catch from Evtim - selectedIndices is now a Vector of ints instead of a Vector of Numbers (the PARB rename list had the right change!). Selection indices are always non-fractional, so we can get a slight savings by making this a Vector of ints.
    QA: Yes - you'll need to update tests for point #3, and if you worked off the PARB rename list, then you shouldn't have to update for #2, otherwise you do.
    Doc: Yes
    Checkintests: Pass, as well as List/DDL mustella tests (except for 11 List tests that need selectedIndices to be changed from Vector.)
    Reviewer: Evtim
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-21873
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/List.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/supportClasses/ListBase.as

  • [svn:bz-trunk] 20976: bug fix BLZ 602 IPv6 address isn' t properly resolved when used in dynamic url in the proxy service

    Revision: 20976
    Revision: 20976
    Author:   [email protected]
    Date:     2011-03-28 09:20:34 -0700 (Mon, 28 Mar 2011)
    Log Message:
    bug fix BLZ 602 IPv6 address isn't properly resolved when used in dynamic url in the proxy service
    checkintests pass
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/messages/HTTPMessage.java

    Firstly, there's no such thing as Apache 9.3, there's Apache 1 (and subversions) and Apache 2 (and subversions). Your error message -
    Oracle-HTTP-Server/1.3.28Shows you're using Apache 1.3.28
    Secondly, I'm confused by your comment -
    I do not have Apache 9.3 or higher but I think oracle should offer this in its companion CDOracle does offer the Apache server, if you're saying you didn't get it from Oracle then where did your Apache server come from?
    Thirdly, I notice from your config file -
    ErrorLog "|E:\oracle\product\10.1.0\Companion\Apache\Apache\bin\rotatelogs logs/error_log 43200"That you're piping the logs through rotatelogs, are you sure the logfiles haven't just been renamed?

  • [svn:fx-trunk] 13077: Take out some FIXME's, change a few others to TODO

    Revision: 13077
    Revision: 13077
    Author:   [email protected]
    Date:     2009-12-17 14:13:40 -0800 (Thu, 17 Dec 2009)
    Log Message:
    Take out some FIXME's, change a few others to TODO
    QE Notes: None
    Doc Notes: None
    Bugs: FIXME
    Reviewer: Corey
    API Change: No
    Is noteworthy for integration: No
    tests: checkintests
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/ModifiedCollectionView.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/List.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListBase.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/SystemManager.as

    Pull down the separator bar at the bottom of the color board to create more space for the percentages.
    The color board and audio enhancements are parts of the inspector. You close the inspector with Cmd-4.
    Cmd-E is the default export setting. It's assignable to any preset or custom export setting. Open Destination preferences, right-click on the setting you want and select make default.

  • [svn:fx-trunk] 8390: Promoting a TODO to a FIXME, after discussing with Gordon.

    Revision: 8390
    Author:   [email protected]
    Date:     2009-07-06 13:30:33 -0700 (Mon, 06 Jul 2009)
    Log Message:
    Promoting a TODO to a FIXME, after discussing with Gordon.  Bug opened - SDK-22098. Fixed locally, will check in a fix once QE/Lauren approves the bug.
    Reviewer: N/A.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22098
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/GroupBase.as

    Revision: 8390
    Author:   [email protected]
    Date:     2009-07-06 13:30:33 -0700 (Mon, 06 Jul 2009)
    Log Message:
    Promoting a TODO to a FIXME, after discussing with Gordon.  Bug opened - SDK-22098. Fixed locally, will check in a fix once QE/Lauren approves the bug.
    Reviewer: N/A.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22098
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/GroupBase.as

  • [svn:fx-trunk] 12925: Remove FIXME from SliderBase.

    Revision: 12925
    Revision: 12925
    Author:   [email protected]
    Date:     2009-12-14 14:19:53 -0800 (Mon, 14 Dec 2009)
    Log Message:
    Remove FIXME from SliderBase. It is correct for Slider to set the pendingValue during an animation, and it should not actually set the value or dispatch valueCommit events for an animation.
    QE notes: No
    Doc notes: No
    Bugs: None
    Reviewer: -
    Tests run: -
    Is noteworthy for integration: No
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/SliderBase.a s

Maybe you are looking for

  • My iMac keeps crashing randomly and restarting with error

    I have asn iMac 2009 intel running OSX 10.8.4 it keeps randomly crashing and restarting with error message "your compter crashed because of a problem" Process:         rapportd [222] Path:            /Library/Rapport/*/rapportd Identifier:      rappo

  • Can't concatonate more than three items in a portal select statement ?

    I'm running a Report from SQL query as Far as I can tell you can't do; select 'blah1'||name||'blah3'||'blah3' from scott.emp as soon as you put in a 4th item it fails. It also fails using select concat (,) I'm trying to run a report which selects a w

  • Cold migration of old LDoms with slice-based system disks - not possible?

    We have a couple of older T5120s that we would like to upgrade both the firmware and LDoms software on. Currently they both run LDoms 1.2; we'd like to go to 2.0 or hopefully 2.1. cas2:1:1006 [root] # ldm -V Logical Domain Manager (v 1.2_patch) Hyper

  • Best practice: Webdynpro in a large system landscape

    Dear Sirs, I have a few questions about using Webdynpro (WD) in a large system landscape.  After doing some research I understand there are a few alternatives, and I would like to get your opinions on the issue and links to any relevant documentation

  • Automatic contract renewal

    Hi Gurus We have a scenarios in our business where we have 'ever green contracts' . Which means unless the client / customer cancels the contract, the contracts are automatically renewd. I would like to know how we can implement this. As of now, the