[svn] 758: Updating all modules to Java 1.5.0 and Ant 1.7.0

Revision: 758
Author: [email protected]
Date: 2008-03-07 10:47:56 -0800 (Fri, 07 Mar 2008)
Log Message:
Updating all modules to Java 1.5.0 and Ant 1.7.0
* Updated setup.sh to reflect this.
* Added an Eclipse project called flex-asc; it's required to run the other compiler projects now (now you can build and debug the entire compiler, including asc, all in Eclipse; I've removed the reference to asc.jar).
* The other Eclipse projects now specify Java 1.5.
* Revving asc.jar for compatibility with Java 1.5; it's taken from the 3.0.x branch temporarily while mainline asc is fixed up.
* Fixed some assertions in mainline ASC (commenting them out with comments means fixing them, in this case)
* Fixed some in-your-face warnings in the modules when compiling.
* This will probably break the build, so hold tight. Preemptively, I'm on it...
Modified Paths:
flex/sdk/trunk/README.txt
flex/sdk/trunk/development/eclipse/java/flex-compiler/.classpath
flex/sdk/trunk/development/eclipse/java/flex-compiler/.settings/org.eclipse.jdt.core.pref s
flex/sdk/trunk/development/eclipse/java/flex-compiler/.settings/org.eclipse.jdt.ui.prefs
flex/sdk/trunk/development/eclipse/java/flex-debugger/.classpath
flex/sdk/trunk/development/eclipse/java/flex-debugger/.settings/org.eclipse.jdt.core.pref s
flex/sdk/trunk/development/eclipse/java/flex-debugger/.settings/org.eclipse.jdt.ui.prefs
flex/sdk/trunk/development/eclipse/java/flex-jars/.classpath
flex/sdk/trunk/development/eclipse/java/flex-swfutils/.classpath
flex/sdk/trunk/development/eclipse/java/flex-swfutils/.settings/org.eclipse.jdt.core.pref s
flex/sdk/trunk/development/eclipse/java/flex-swfutils/.settings/org.eclipse.jdt.ui.prefs
flex/sdk/trunk/lib/asc.jar
flex/sdk/trunk/modules/antTasks/build.xml
flex/sdk/trunk/modules/asc/README.txt
flex/sdk/trunk/modules/asc/build/java/build.xml
flex/sdk/trunk/modules/asc/src/java/macromedia/asc/embedding/LintEvaluator.java
flex/sdk/trunk/modules/asc/src/java/macromedia/asc/parser/MetaDataEvaluator.java
flex/sdk/trunk/modules/asc/src/java/macromedia/asc/util/Context.java
flex/sdk/trunk/modules/compiler/build.xml
flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/API.java
flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/config/ConfigurationBuffer.java
flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/zip/ZipEntry.java
flex/sdk/trunk/modules/compiler/src/java/flex2/tools/ToolsConfiguration.java
flex/sdk/trunk/modules/compiler/src/java/flex2/tools/oem/Library.java
flex/sdk/trunk/modules/debugger/build.xml
flex/sdk/trunk/modules/swfutils/build.xml
flex/sdk/trunk/modules/swfutils/src/java/flash/util/ExceptionUtil.java
flex/sdk/trunk/setup.sh
Added Paths:
flex/sdk/trunk/development/eclipse/java/flex-asc/
flex/sdk/trunk/development/eclipse/java/flex-asc/.classpath
flex/sdk/trunk/development/eclipse/java/flex-asc/.project
flex/sdk/trunk/development/eclipse/java/flex-asc/.settings/
flex/sdk/trunk/development/eclipse/java/flex-asc/.settings/org.eclipse.jdt.core.prefs
flex/sdk/trunk/development/eclipse/java/flex-asc/.settings/org.eclipse.jdt.ui.prefs
flex/sdk/trunk/development/eclipse/java/flex-jars/.settings/
flex/sdk/trunk/development/eclipse/java/flex-jars/.settings/org.eclipse.jdt.core.prefs
Property Changed:
flex/sdk/trunk/development/eclipse/java/flex-compiler/
flex/sdk/trunk/development/eclipse/java/flex-debugger/
flex/sdk/trunk/development/eclipse/java/flex-jars/
flex/sdk/trunk/development/eclipse/java/flex-swfutils/

I'm expieriencing the very same problem, i.e. code compilation with a 1.5.0_06 compiler and execution on a 1.5.0_06 jre works fine, but the code parser will display an red line under a code line like the following:
Vector<String> sv = new Vector<String>();
I did what was hinted to in the reply. I connected to archive rt.jar in the jre-director of the jdk-1.5 and connected the javadoc for 1.5, but I still have the red lines.
I have also added the argument -source 1.5 to the compiler, but nothing seems to help.
Any hints very much appreciated. Many thanks.
Pasqualino

Similar Messages

  • My apps are not being updated when pressing the update all button. It just says installing and no update is being done., my apps are not being updated when pressing the update all button. It just says installing and no update is being done.

    my apps are not being updated when pressing the update all button. It just says installing and no update is being done., my apps are not being updated when pressing the update all button. It just says installing and no update is being done.

    Must be serious because you have stated the problem 4 times now.
    Here are a number of things that you can try and maybe one of them will help.
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.
    Make sure that you do not have a stalled download in iTunes - a song or podcast .... if you have a download in there that did not finish, complete that one first. Only one thing can download at a time on the iPad so that could be what is causing the problem.
    If that doesn't work - sign out of your account, restart the iPad and then sign in again.
    Settings>iTunes & App Store>Apple ID. Tap your ID and sign out. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    Go back to Settings>iTunes & App Store>Sign in and then try to update again. Tap one waiting icon only if necessary to start the download stream.
    You can also try deleting the waiting icons - tap and hold down on an icon until it wiggles - the tap the X on the icon to delete it. Then try to download again.
    You can try resetting all settings. Settings>General>Reset>Reset All Settings. You will have to enter all of your app preferences and device settings again.
    You can also try going to the App Store, find an app that needs an update, tap on the app icon to bring up the description page, then tap on install that way, rather than using the Update option from the app updates screen.
    And ... You can always install the updates in iTunes on your computer and then sync them to the iPad.

  • [svn] 616: Update trunk/modules/ asc to the asc mainline from Mercurial changeset 196.

    Revision: 616
    Author: [email protected]
    Date: 2008-02-21 18:42:07 -0800 (Thu, 21 Feb 2008)
    Log Message:
    Update trunk/modules/asc to the asc mainline from Mercurial changeset 196.
    Modified Paths:
    flex/sdk/trunk/modules/asc/bin/jvm.config
    flex/sdk/trunk/modules/asc/src/java/adobe/abc/GlobalOptimizer.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/abc/AbcParser.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/abc/ConstantPool.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/abc/Decoder.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/abc/Encoder.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/abc/OpcodeVisitor.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/abc/Opcodes.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/abc/Optimizer.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/abc/Printer.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/abc/Scanner.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/abc/Visitor.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/embedding/BatchCompiler.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/embedding/Compiler.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/embedding/CompilerPlug.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/embedding/ErrorConstants.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/embedding/LintEvaluator.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/embedding/Main.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/embedding/ScriptCompiler.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/embedding/avmplus/ActionBlockConstants .java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/embedding/avmplus/ActionBlockEmitter.j ava
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/embedding/avmplus/ByteCodeFactory.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/embedding/avmplus/Features.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/embedding/avmplus/GlobalBuilder.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/embedding/avmplus/RuntimeConstants.jav a
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/parser/BinaryExpressionNode.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/parser/Evaluator.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/parser/IncrementNode.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/parser/InputBuffer.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/parser/LiteralNumberNode.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/parser/MetaDataEvaluator.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/parser/NodeFactory.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/parser/NodePrinter.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/parser/Parser.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/parser/Scanner.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/parser/StatementListNode.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/parser/Tokens.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/parser/UnaryExpressionNode.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/semantics/CodeGenerator.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/semantics/ConfigurationEvaluator.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/semantics/ConstantEvaluator.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/semantics/Emitter.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/semantics/FlowAnalyzer.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/semantics/ObjectValue.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/semantics/ReferenceValue.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/semantics/TypeInfo.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/semantics/TypeValue.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/util/Context.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/util/ContextStatics.java
    flex/sdk/trunk/modules/asc/src/localized_strings/EN/ErrorConstants.xml
    flex/sdk/trunk/modules/asc/test/compiler/as3/Warnings/DiffDataTypesWithNullUndefinedWarn_ warnings.txt
    flex/sdk/trunk/modules/asc/test/compiler/testconfig.txt
    flex/sdk/trunk/modules/asc/test/sanity/build.xml
    flex/sdk/trunk/modules/asc/test/sanity/regress/b155288.as
    flex/sdk/trunk/modules/asc/test/sanity/regress/b191112.as
    flex/sdk/trunk/modules/asc/test/sanity/regress/class_ctor.as
    flex/sdk/trunk/modules/asc/test/sanity/regress/class_ctor.log
    flex/sdk/trunk/modules/asc/test/sanity/tests/b155288.as
    flex/sdk/trunk/modules/asc/test/sanity/tests/b191112.as
    flex/sdk/trunk/modules/asc/test/sanity/tests/class_ctor.as
    Added Paths:
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/parser/TypeIdentifierNode.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/parser/UseNumericNode.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/parser/UsePragmaNode.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/parser/UsePrecisionNode.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/parser/UseRoundingNode.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/util/Decimal128.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/util/Decimal128Context.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/util/DecimalNumberConstant.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/util/DenselyPackedDecimal.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/util/DoubleNumberConstant.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/util/IntNumberConstant.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/util/NumberConstant.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/util/NumberUsage.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/util/UintNumberConstant.java
    flex/sdk/trunk/modules/asc/test/sanity/regress/decimal1.as
    flex/sdk/trunk/modules/asc/test/sanity/regress/decimal1.log
    flex/sdk/trunk/modules/asc/test/sanity/tests/decimal1.as

    i have a problem in displaying arabic text in Alert.Show method so kindly tell me the procedure of displaying right ot left languages in flex Alert.show method
    thank you

  • TS2972 I just updated all of our computers to itunes 11 and now when we try to use our home sharing, we can't import songs.  What happened to the easily located "import song" feature?  I wish now that I wouldn't have updated to the new itunes 11.

    I recently updated all of the computers in the house to itunes 11.  Now when we try to import songs from homesharing, we are unable to.  What happened to the conveniently located "import song" button on the old version of itunes.  Please help an old mother out please!

    diesel vdub, i use 11.1.1
    solved the issue today. first sync with itunes, so all the stiff you bought on the mobile will be backuped.
    1. uncheck sync music in itunes and sync. all the music will be erased from mobile device
    2. check music player on the mobile device. just the unwanted songs will still be there
    3. go on the iphone to settings, general, usage, music player. there is just a few mb from the remaining unwanted songs. swipeleft and erase the content. switch iphone off and on again
    4. repeat step 2. there will be no data. otherwise repeat step 3
    5. check sync music in itunes and sync. all the music will be back again but not the unwanted songs.

  • TS1453 Apple TV doesn't show up in my iTunes.  I've done all the troubleshooting steps, updated all software, restarted Apple TV, wireless router and computer. Devices doesn't show up at all in my sidebar.Apple TV doesn't show up in preferences

    Help.  My Apple TV won't sync with my computer.  I've done all the troubleshooting tips, but Apple TV doesn't show up in my Preferences under devices.  
    2. Reconnect Apple TV to iTunes.
    Choose iTunes > Preferences (Mac) or Edit > Preferences (Windows), click Apple TV, and make sure "Look for Apple TVs" is selected.
    I see no option to select "look for Apple TV's" in Preferences, and there is no device list at all in my sidebar.
    3. If Firewall is on in Mac OS X (in the Sharing pane of System Preferences), make sure iTunes Music Sharing is selected.
    There is no option to select iTunes Music Sharing in my System Preferences - see screenshot
    I've updated all software, restarted Apple TV, my wireless router, and my computer.  Both my computer and the Apple TV are connected to the same wireless network and both are operating properly.  They just wont connect to each other.
    Does anyone have any suggestions?

    FIRSTLY: bookmark following for further reference (it describes basic setup, both to link for syncing and to stream - from any computer.)
    Apple TV (1st generation): Differences between syncing and streaming" )
    Now as to your problem: If you check under "Computers" in the "Settings" menu you will most likely see the name of your iTunes library Greyed out. IF that's the case, you'll basically need to re-setup your ATV., you can do so as follows (instructions are intentionally over described, but basically your disconnecting then reconnecting your ATV1. Downside (which seems to come with all methods is that you'll have to resync all your media)
    **A (not ideal but effective solution)
    If ATV 1 had been working but suddenly 'disappeared" from iTunes sidebar
    The following solution will almost surely work  to regain your ability to Sync:
    QUIT iTunes
    Select "Computers" from "Settings" Menu.
    Select your "greyed out" iTunes library.
    This will bring up a window named "Disconnect from iTunes"
    You're now given the choice to Cancel, or disconnect. WITH THE WARNING that if you disconnect any  content synced with iTunes, will be erased. (in fact it will be removed from your ATV but not your computer)
    Assuming ALL of your media IS on your computer, Go ahead and disconnect.
    Follow instructions in the Apple doc above about setting up your ATV as a paired computer.
    After you ATV gen1 reappears in the sidebar. Reset all your desired syncing preferences,
    Begin syncing.
    All will be fine again, (at least till the next time this occurs.) I've had to do this twice this year.
    ALTERNATELY:
    SHARING (a QUICKER, less destructive TEMPORARY solution (if you just want to play your media now)
    You CAN set your computer to Share by following instructions in the same doc under the heading:
    "How to connect to a shared computer"
    HOWEVER, this will not allow you to sync info.
    I've read alternate solutions on this board, one involved changing the name of your iTunes Library etc... you may wish to try this first (if it applies) https://discussions.apple.com/message/17943841?ac_cid=142432#17943841
    What I'd like to know: What causes this problem...  I'm suspecting iTunes updates, or any iTunes database issues or crashes. Or maybe too many visitors connecting to your other Apple devices (ATV 2 for example) or heck the weather in Guatemala...

  • [svn] 2932: Updated manifests with recent changes to TCAL package and class names.

    Revision: 2932
    Author: [email protected]
    Date: 2008-08-20 14:01:37 -0700 (Wed, 20 Aug 2008)
    Log Message:
    Updated manifests with recent changes to TCAL package and class names.
    Reviewer: Jason
    Bugs: SDK-16531
    QA: No
    Doc: No
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-16531
    Modified Paths:
    flex/sdk/trunk/frameworks/fxg-manifest.xml
    flex/sdk/trunk/frameworks/mxml-2009-manifest.xml

    Revision: 2932
    Author: [email protected]
    Date: 2008-08-20 14:01:37 -0700 (Wed, 20 Aug 2008)
    Log Message:
    Updated manifests with recent changes to TCAL package and class names.
    Reviewer: Jason
    Bugs: SDK-16531
    QA: No
    Doc: No
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-16531
    Modified Paths:
    flex/sdk/trunk/frameworks/fxg-manifest.xml
    flex/sdk/trunk/frameworks/mxml-2009-manifest.xml

  • New update all my tool bar options are gone and I can't get them back.

    I had norton security on my tool bar as well as a few other items, now they are not there and I can't find them. All of my passwords are in my norton acct and I can't even find them there. Help

    Hi,
    Right-click on the '''+''' after the last tab and check (tick) the needed toolbars. Alternatively '''View''' ('''Alt''' + '''V''') > '''Toolbars'''.
    You may also have to update Norton. Please see [http://community.norton.com/t5/Norton-Internet-Security-Norton/Firefox-9-Support-for-Norton-Toolbar/td-p/615563 this.]
    To check if the other extensions and add-ons have been updated to work with the latest Firefox: '''Tools''' ('''Alt''' + '''T''') > '''Add-ons''', click '''Extensions''' on the left, right-click on an extension and '''Find Updates'''. Disabled extensions are listed towards the bottom, from where you can '''Enable'''.

  • After update all of my subclips have different in and out points

    After updating Premiere Pro CC all of my subclips now have different in- and out points. It´s hundreds of subclips and they have nothing to do with how they´ve been before. The In-Point is always the In-Point from the original Master-Clip, the out-Point seems to be totally random. So I can´t work with them at all. Can I go back to the previous version or can I get my subclips back somehow? THANKS!!

    There are no viruses that can affect Apple OS X.
    What files do you keep on the Desktop? How many?
    Performance tip: Keep the Desktop clutter-free (empty, if possible)
    Mac OS X's Desktop is the de facto location for downloaded files, and for many users, in-progress works that will either be organized later or deleted altogether. The desktop can also be gluttonous, however, becoming a catch-all for files that linger indefinitely.
    Unfortunately - aside from the effect of disarray it creates - keeping dozens or hundreds of files on the Desktop can significantly degrade performance. Not necessarily because the system is sluggish with regard to rendering the icons on the desktop and storing them in memory persistently (which may be true in some cases), but more likely because keeping an excessive number of items on the Desktop can cause the windowserver process to generate reams of logfiles, which obviously draws resources away from other system tasks. Each of your icons on your desktop is stored as a window in the window server, not as an alias. The more you have stored, the more strain it puts on the window server. Check your desktop for unnecessary icons and clear them out.
    Keeping as few items as possible on the Desktop can prove a surprisingly effective performance boon. Even creating a single folder on your Desktop and placing all current and future clutter inside, then logging out and back in can provide an immediately noticeable speed boost, particularly for the Finder.
    And it is why Apple invented 'Stacks' for Leopard.
    Here is Apple's take on the subject:
    http://www.apple.com/pro/tips/immaculate_desktop.html

  • Help! The App Store was telling me to update my apps so I did an 'update all'. Half way through they stopped and now I have some apps that are greyed out and I cants open them or delete them. What do I do?

    Any advice would be appreciated.

    Hey Pagevc86,
    Thanks for the question. It sounds like you might have some apps that seem to be stuck on "Waiting." The following is a past discussion that dealt with a similar issue and may help you as well:
    App updates won't download on my...: Apple Support Communities
    https://discussions.apple.com/thread/4111336
    Try tapping the App, so that it changes to Paused instead of Waiting, then tap it again to resume the install.
    Make sure you don't have any paused downloads in other apps either, like the App Store or iTunes Store.
    If that doesn't do it, try resetting or restoring the iPhone.
    Welcome to Apple Support Communities!
    Sincerely,
    Delgadoh

  • RoboHelp 8 Crashes on Updating All Files

    Hi there
    I am using TCS 2.0 wth RoboHelp 8 and FrameMaker 9. I have many issues with this integration but that can wait for later. My current issue is with Robohelp that continuously crashes when I do an Update All. Files are linked between Frame and Robo. The last change I made was to the markers in Frame. I am having Robo create filenames based on markers in Frame (filenames are numeric). This is for simplifying localization. Anways after I changed some of the markers, not all of them, from a numeric filename to a regular naming convention (due to another issue which I won't go into here),  RoboHelp crashed on an Update All. I tried to go back and change the markers to the way they were when things were mostly working as expected, but RoboHelp is still crashing. It's of course down to the wire in the project and I'd rather not spend time uninstalling software that should be working and should be bug free. So if anyone has any suggestions on getting this to work they would be greatly appreciated.
    BTW, I'm on Windows Vista.
    Thank you
    Gerry

    Hi Gerry
    You say you are using Windows Vista. On that count alone I will tell you that you aren't using software that is "Bug Free". All software has bugs.
    By no stretch of the imagination whatsoever do I claim to know anything about Frame other than how to say it, but have you tried simply creating a totally fresh RoboHelp project, then linking it to Frame? I suppose that's something I might consider, given what you have told us.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Java API Update - All new API functions added

    I have released Version 1.1 of the iTunesU Web Services API for Java, which includes all of the new API functions documented in the request XSD announced in yesterday's update. These include:
    - mergeSite()
    - addDivision()
    - deleteDivision()
    - mergeDivision()
    - addSection()
    - deleteSection()
    - mergeSection()
    - addCredential()
    - deleteCredential()
    The project page is here:
    http://code.google.com/p/itunesu-api-java/
    The full list of supported functions can be browsed online:
    http://itunesu-api-java.googlecode.com/svn/trunk/doc/edu/asu/itunesu/ITunesUConn ection.html
    Thanks, and please let me know of any issues you encounter.
    Dave Benjamin, ASU

    This looks like a bug in SP4 Patch 3.
    Calendar calendar = Calendar.getInstance();
    DateTimeValue dateTimeValue = new DateTimeValue(calendar);
    While debugging I get these values..
    calendar.getTime()
          (java.util.Date) Wed Apr 18 <b>13:41:13</b> CDT 2007
    dateTimeValue.toString()
          (java.lang.String) 04/18/2007 <b>01:41:13</b>
    Please open a OSS message.

  • [svn:bz-trunk] 10059: update two package-info.java files, and add one new one.

    Revision: 10059
    Author:   [email protected]
    Date:     2009-09-08 11:31:48 -0700 (Tue, 08 Sep 2009)
    Log Message:
    update two package-info.java files, and add one new one.
    Modified Paths:
        blazeds/trunk/modules/proxy/src/flex/messaging/services/http/proxy/package-info.java
    Added Paths:
        blazeds/trunk/modules/core/src/flex/messaging/util/concurrent/package-info.java
        blazeds/trunk/modules/core/src/flex/messaging/validators/package-info.java

    Revision: 10059
    Author:   [email protected]
    Date:     2009-09-08 11:31:48 -0700 (Tue, 08 Sep 2009)
    Log Message:
    update two package-info.java files, and add one new one.
    Modified Paths:
        blazeds/trunk/modules/proxy/src/flex/messaging/services/http/proxy/package-info.java
    Added Paths:
        blazeds/trunk/modules/core/src/flex/messaging/util/concurrent/package-info.java
        blazeds/trunk/modules/core/src/flex/messaging/validators/package-info.java

  • SP15 in Java engine failed, "Login Failure: all modules ignored"

    Hi
    During the installation of sp15 (with JSPM) failed, the sdm log shows:
    ERROR: Cannot connect to Host: [hostname] with user name: [J2EE_ADMIN]
    My instance was down so I started but now there is an error, when I try to log on to User management it give me the error: "Login Failure: all modules ignored".
    I checked the logs for the server and found the following:
    #1.5^H#0000000000000067000000250000596D00045A79FA4B224F#1225379843613#com.sap.engine.services.security.resource.ResourceHandl
    eImpl#sap.com/com.sap.security.core.admin#com.sap.engine.services.security.resource.ResourceHandleImpl#J2EE_GUEST#0##n/a##da7
    065c0a69511ddb438000000000000#SAPEngine_Application_Thread[impl:3]_15##0#0#Error#1#/System/Security/Audit/J2EE#Java###ACCESS.
    ERROR: Authorization check for caller assignment to J2EE resource [ : : : ].#4#SAP-J2EE-Engine#session-pool#ge
    t_session_pool#ALL#
    #1.5^H#0000000000000067000000260000596D00045A79FA4B32AC#1225379843613#com.sap.engine.services.security.authentication.loginco
    ntext#sap.com/com.sap.security.core.admin#com.sap.engine.services.security.authentication.logincontext#J2EE_GUEST#0##n/a##da7
    065c0a69511ddb438000000000000#SAPEngine_Application_Thread[impl:3]_15##0#0#Error##Java###Caller not authorized.
    [EXCEPTION]
    #1#com.sap.engine.services.security.exceptions.BaseSecurityException: Caller not authorized.
            at com.sap.engine.services.security.resource.ResourceHandleImpl.checkPermission(ResourceHandleImpl.java:627)
            at com.sap.engine.services.security.resource.ResourceHandleImpl.checkPermission(ResourceHandleImpl.java:513)
            at com.sap.engine.services.security.resource.ResourceContextImpl.checkPermission(ResourceContextImpl.java:45)
            at com.sap.engine.services.security.restriction.Restrictions.checkPermission(Restrictions.java:119)
            at com.sap.engine.services.security.server.AuthenticationContextImpl.getSessionPool(AuthenticationContextImpl.java:39
    5)
            at com.sap.engine.services.security.server.AuthenticationContextImpl.getLoginContextFactory(AuthenticationContextImpl
    .java:740)
            at com.sap.engine.services.security.server.AuthenticationContextImpl.getLoginContext(AuthenticationContextImpl.java:2
    54)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:324)
            at com.sap.engine.system.SystemLoginModule.initialize(SystemLoginModule.java:72)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:324)
            at javax.security.auth.login.LoginContext.invoke(LoginContext.java:662)
            at javax.security.auth.login.LoginContext.access$000(LoginContext.java:129)
            at javax.security.auth.login.LoginContext$4.run(LoginContext.java:610)
            at java.security.AccessController.doPrivileged(Native Method)
            at javax.security.auth.login.LoginContext.invokeModule(LoginContext.java:607)
            at javax.security.auth.login.LoginContext.login(LoginContext.java:534)
            at com.sap.security.core.logon.imp.SAPJ2EEAuthenticator.getLoggedInUser(SAPJ2EEAuthenticator.java:146)
            at com.sap.security.core.logon.imp.SAPJ2EEAuthenticator.forceLoggedInUser(SAPJ2EEAuthenticator.java:231)
            at com.sap.security.core.admin.ServletAccessToLogic.getActiveUser(ServletAccessToLogic.java:141)
            at com.sap.security.core.admin.UserAdminLogic.executeRequest(UserAdminLogic.java:438)
            at com.sap.security.core.admin.UserAdminServlet.doPost(UserAdminServlet.java:26)
            at com.sap.security.core.admin.UserAdminServlet.doGet(UserAdminServlet.java:19)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
            at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
            at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
            at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
            at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessio
    nMessageListener.java:33)
            at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
            at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
            at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    I found the SAP Note 971249 but Iu2019m not sure it applies and even I can log on into Visual administrator.
    Log for the Visual Administrator
    <!LOGHEADER[START]/>
    <!HELP[Manual modification of the header may cause parsing problem!]/>
    <!LOGGINGVERSION[1.5.3.7185 - 630]/>
    <!NAME[/usr/sap/SID/DVEBMGS00/j2ee/admin/log/./traces/visual_administration.trc]/>
    <!PATTERN[visual_administration.trc]/>
    <!FORMATTER[com.sap.tc.logging.ListFormatter]/>
    <!ENCODING[UTF8]/>
    <!FILESET[0, 5, 10000000]/>
    <!PREVIOUSFILE[visual_administration.4.trc]/>
    <!NEXTFILE[visual_administration.1.trc]/>
    <!LOGHEADER[END]/>
    #1.5^H#C000AC11873E00000000000100CEC78D00045A541BE7A040#1225217198758#com.sap.engine.services.adminadapter.gui.tasks.LoginTas
    k##com.sap.engine.services.adminadapter.gui.tasks.LoginTask#######Thread[Thread-1,5,main]##0#0#Error#1#/System/Server/VisualA
    dministrationTool#Java###Error while trying to login to host: null
    [EXCEPTION]
    #1#java.lang.NullPointerException
            at com.sap.engine.services.security.remoteimpl.login.RemoteLoginContextHelperImpl.login(RemoteLoginContextHelperImpl.
    java:72)
            at com.sap.engine.services.security.remoteimpl.login.RemoteLoginContextHelperImplp4_Skel.dispatch(RemoteLoginContextH
    elperImplp4_Skel.java:64)
            at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:319)
            at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:200)
            at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:136)
            at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessio
    nMessageListener.java:33)
            at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
            at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
            at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Thank you very much for your help.
    Best Regards

    hi
    we had the same issue some time back when we upgraded to SP15, we opened a OSS message and SAP had to come and fix the issue.
    It was some inconsistencies in -Config DB settings and they made quite a few changes in security/configurations/ticket(config tool)
    also
    one Java parameter was wrong(config tool - server config) :
    -Djava.security.policy=/java.policy  it should be -
    > Djava.security.policy=./java.policy (The DOT was missing)
    thank you
    Jonu Joy

  • Update all flash-related software modules?

    I cannot figure out how to update all .dll and .ocx flash-related files on my system.  I have already gone through the usual update routine by visiting http://www.adobe.com/software/flash/about/, which tells me I have version 10.0.32.18 of Flash player installed.
    However, there are other flash-related modules installed which Kaspersky Anti-Virus 2009 flags as security risks.  Going through Creative Suite 3 update does not yield any available updates at this time.  Here is what KAV 2009 finds as security threats:
    C:\Program Files\Adobe\Adobe Bridge CS3\browser\plugins\NPSWF32.dll - version 9.0.45.0
    C:\Program Files\Adobe\Adobe Contribute CS3\Configuration\Plugins\NPSWF32.dll - version 9.0.45.0
    C:\Program Files\Adobe\Adobe Dreamweaver CS3\configuration\Plugins\NPSWF32.dll - version 9.0.45.0
    C:\Program Files\Adobe\Adobe Flash CS3\AIK\runtimes\air\win\Adobe AIR\Versions\1.0\NPSWF32.dll - version 9.0.115.0
    C:\Windows\System32\NPSWF32.dll - version 9.0.45.0
    C:\Windows\System32\Macromed\Flash\Flash10b.ocx - version 10.0.22.87
    Is there any update process in place to handle all this in one go?  Finding and replacing these things one-by-one (let alone typing in all the above) is tedious an inefficient just once.  On a regular basis it just won't get done in a timely manner.

    Hi Michael,
    Let's try going back to older versions of the player to determine if we've got a new bug against 11.2.  I'd recommend running through the clean install steps (or at least running the stand alone uninstaller), then installing 11.1.102.63 (unzip and locate the dmg).  After testing that, run the uninstaller again and then go back to 10.3.183.18.  Finally, I'd also recommend trying out 11.3 beta out to see if it occurs there too.
    Thanks,
    Chris

  • I downloaded Yosemite and now I cannot open CS 5.5 Production Premium at all, I receive the message that i need to install the legacy Java SE6 runtime. I am running Java 8 Update 25 (the latest). I have uninstalled and reinstalled CS5.5 Prod Prem already

    i downloaded Yosemite and now I cannot open CS 5.5 Production Premium at all, I receive the message that i need to install the legacy Java SE6 runtime. I am running Java 8 Update 25 (the latest). I have uninstalled and reinstalled CS5.5 Prod Prem already again so please don't suggest this. What do I do?

    Try to install java from below link and try once
    Java for OS X 2014-001

Maybe you are looking for

  • Can't install Lightroom 4, invalid checksum, [FIXED] - ADOBE: update your download

    Hi, Mac here. I have downloaded the DMG package and have triede running the pkg installer both from the mounted image and from a copy on my desktop.In both cases I get the following error: In english it says: "Installation failure. There was an unkno

  • IPod touch 2nd gen will not open in iTunes. Ideas?

    I upgrading the latest version of iTunes and I went to sync my iPod touch 2nd gen to get my latest podcasts and it would not sync or even recognize in iTunes. My PC recognizes the drive. But iTunes is a no go. I suspected it was just the latest versi

  • What kind of firewire do I need for a Black MacBook?

    I am trying to hook my Canon 3CCd Digital Video Camcorder to my Black MacBook, and I want to make sure that I get the correct Firewire cable.  What is the name and kind of cable that I need?

  • IPad Movie Syncing problem --  Greyed out in "On This iPad"

    I have attempted to add "Home Video's" to my iPad.  They are MP4.  I am running the updated versions of ITunes and my Ipad.  I have been struggling with this problem for a while now.  When I check the Ipad, the "On This Ipad" shows the dotted cirlce

  • Which camcorder ?

    My old Canon MV4i camcorder is going to retire, after 5 years... I was quite happy with that, except 2 years ago the tape gear had to be fixed, and again couple weeks ago it stopped working and I decided not ot fix it (but I'm still using the MV4i as