First release of new DPL Assistant, an IDE plug-in

We are pleased to announce the first version of a new component. "DPL
Assistant" is an IDE plug-in that is intended to help developers use,
and learn to use, the Direct Persistence Layer of Oracle Berkeley DB
Java Edition. The DPL Assistant is initially provided as an Eclipse
plug-in.
This first version of the plug-in performs validation of DPL
annotations in Java source code. Each time you save changes from the
Java source code editor, the validator analyzes annotations (@Entity,
@Persistent, etc.) and reports any errors or warnings that it can
detect, in a similar way to how the IDE reports Java compilation
errors.
Of course there are many more things that the DPL Assistant could do.
We are requesting your feedback. Please see the Possible Future
Enhancements section at the end of this message and send us your
thoughts by replying to this forum thread.
Installation
You can install the DPL Assistant using the Eclipse update manager.
Start by adding our update site to your configuration:
    http://download.oracle.com/berkeley-db/eclipse/The DPL Assistant was developed on Eclipse version 3.3, and has been
tested with both 3.3 and 3.4. It of course requires at least Java 1.5
(since it works with Java annotations).
Usage
Once installed, the DPL Assistant may be enabled on a per-Java-project
basis. From the Project Explorer, right-click on the name of a Java
project, and choose Properties from the pop-up menu. In the
Properties dialog, choose the "DPL Assistant" page, and turn on the
"Use DPL Assistant" check-box.
Now you can create a Java source file and type in some Java code,
using DPL annotations. Whenever you save your changes in the Java
source code editor, the validation tool checks the code, and adds
error/warning markers for any problems that it finds.
If you have your Eclipse workspace set up to build automatically, you
only need to save your changes. (See the Project -> Build
Automatically menu item.) Otherwise you need to do an explicit Build
to run the validator.
When the tool reports a problem, you should be able to see a marker in
the margin on the left-hand side of the editor, and if you show the
Eclipse "Problems" view you should see it there too. Also, a few --
but not all -- of the problem types also appear as squiggly underlines
in the source code.
As a simple example, if you were to type in (and Save) the following
code:
    @Entity public class A {
        String foo;
    }you should see an error marker, complaining that "Entity class lacks a
primary key".
Known Issues
There is one significant known issue: if you have multiple Java
projects in your Eclipse workspace, with entity or persistent classes
from one project referring to classes in another project, then
sometimes DPL Assistant can get confused. In such a case, it may fail
to notice changes in one project that ought to cause a refresh of the
validation for classes in another project, resulting in the retention
of stale results from a previous validation.
If this happens, a simple workaround is to manually request a clean
build of the Java project (from the menu bar: Project -> Clean ...).
Possible Future Enhancements
At this point these are only some ideas, and do not represent any sort
of commitment or definite plan. We would especially like to get
opinions and feedback from the community. What features do you think
would be useful?
* the DPL Assistant is initially provided as an Eclipse plug-in, but
we could add support for other IDE's, such as NetBeans or
JDeveloper. Again, this depends on the level of interest from the
community. Please let us know what would be useful to you.
* instead of merely complaining about errors, in many cases it could
fix the code automatically. Sometimes there are several possible
fixes, depending on the developer's intent. These could be
presented to the user in a multiple-choice pop-up menu.
* "content assist": instead of waiting until an error has been made,
it is sometimes possible to help the user get it right the first
time. In the same way that the IDE helps in writing Java
expressions (e.g., presenting a multiple-choice list of known
methods, given an object reference of a known class), it could
present a list of valid completions during typing of annotations.
* wizards: instead of having to type entity classes by hand, a wizard
could lead you through the process of defining the desired fields,
and then generate the basic Java source code automatically.
By analyzing an application's overall schema, a wizard might also
help generate code for a test harness. Or, by comparing the current
schema to a previous schema extracted from an old database
environment, it might help generate conversion code ("mutations").
* ultimately, it would be sweet to be able to render an abstract
graphical "picture" (like a UML diagram) from an existing schema,
and even (conversely) to support interactive drawing of such a
diagram from which entity and persistent classes could then be
generated automatically.
Alan Bram
Oracle

Thanks for your account and experience with the new iWeb.
Nice site now, although vegetarians better skip it
I personally got rather hungry viewing it. And it is only 13.30 here.

Similar Messages

  • I have an iphone 4, and its the first edition... i need a new phone and the latest is the iPhone 5. im wondering if apple will release a new phone soon or should i go with the iphone 5?

    I have an iphone 4, and it's the first edition... I need a new phone and the latest is the iPhone 5. I'm wondering if apple will release a new iphone soon or should i go with the iphone 5?

    No one here would know Apple's plans. But, if past history holds true, expect a new model iPhone sometime between now & the fall.

  • Tried synching iphone for the first time on new PC and got error followed by itunes logo and USB cable picture. No idea what went wrong and now phone is in this screen locked. please help!

    tried synching iphone for the first time on new PC and got error followed by itunes logo and USB cable picture. No idea what went wrong and now phone is in this screen locked. please help!

    I tried connecting to iTunes and neither the PC nor iTunes recognizes the device. I went through all the troubleshooting on the Apple website for this issue and nothing worked. I've reinstalled iTunes, the driver, everything and still can't get either the PC or iTunes to recognize the phone.  I don't know what else to do :-( any help or suggestions are highly appreciated!
    I would hate to have lost all my info, especially contacts and calendar items since I have no idea what was backed up prior to the phone getting locked on this screen. I've been told that my only option is to go to the phone carrier and they will reset it for me, but that means it will wipe out all the info.
    I hope someone has a fix other than that one.

  • Imminent Release of new GeoRaptor Version

    Folks,
    I am pleased to announce, after 4 months of development and testing, that a new release of GeoRaptor should be released hopefully before
    the 2011 Oracle Spatial User Conference in Washington DC this Thursday 19th.
    The release manager will make that release but firstly we have to work out how to handle support for SQL Developer 2.1 (which a lot of you
    use) and 3.0 (which has recently been released). The reason for this is that the SQL Developer team changed some API calls such that
    we have to make separate compilations. We are not sure how to support these within the SQL Developer extensions distribution framework.
    It may be that we support download of the 3.0 version via the Oracle extension publication mechanism and the 2.1 version via direct download
    from our Sourceforge website. We will inform you when this has been resolved.
    No release notes have been compiled as the principal developer (oops, that's me!) will be leaving Australia tomorrow to attend the DC User Conference.
    More extensive notes (with images) will be compiled when I get back.
    We are still looking for people to:
    1. Provide translations of the English dialog menus etc.
    2. Write more extensive user documentation. If you use a particular part of GeoRaptor a lot and think you have found out all its functionality and quirks, contact
    us and offer to write a few pages of documentation on it. (Open Office or Microsoft Word is fine.)
    Here are the things that are in the next release.
    New functionality:
    Overhaul of Validation Functionality.
    1. User can specify own validation SELECT SQL as long as it returns three required columns. The SQL is thus totally editable.
    2. Validation update code now allows user to associate a PL/SQL function with an error number which is applied in the UPDATE SQL.
    3. UPDATE SQL can use WHERE clause of validation SELECT SQL (1) to update specific errors.
       NOTE: The generated UPDATE statement can be manually edited. It is NEVER run by GeoRaptor. To run any UPDATE, copy the statement
       to the clipboard and run in an appropriate SQL Worksheet session within SQL Developer.
    4. Main validation table allows:
       a. Sorting (click on column header) and
       b. Filtering.
       c. Copying to Clipboard via right mouse click sub menu of:
          - Geometry's SDO_ELEM_INFO array constructor.
          - SDO_GEOMETRY constructor
          - Error + validation string.
       d. Access to Draw/Zoom functions which were previously buttons.
       e. Added a new right mouse click menu "Show Feature's Individual Errors" that gathers up all the errors
          it can process - along with the ring / element that is host to the error (if it can) - and displays
          them in the Attribute/Geometry tabs at the bottom of the Map Window (where "Identify" places its results).
          The power of this will be evident to all those who have wanted a way of stepping through errors in a geometry.
       f. Selected rows can now be deleted (select rows: press <DELETE> key or right mouse click>Delete).
       g. Table now has only one primary key column, and has a separate error column holding the actual error code.
       h. Right mouse click men added to table menu to display description of error in the new column (drawn from Oracle documentation)
       i. Optimisations added to improve performance for large error lists.
    5. Functionality now has its own validation layer that is automatically added to the correct view.
       Access to layer properties via button on validation dialog or via normal right mouse click in view/layer tree.
    Improved Rendering Options.
    1. Linestring colour can now be random or drawn from column in database (as per Fill and Point colouring)
    2. Marking of SDO_GEOMETRY objects overhauled.
       - Ability to mark or LABEL vertices/points of all SDO_GEOMETRY types with coordinate identifier and
         option {X,Y} location. Access is via Labelling tab in layer>properties. Thus, coordinate 25 of a linestring
         could be shown as: <25> or {x,y} or <25> {x,y}
       - There is a nice "stacked" option where the coordinate {x,y} can be written one line below the id.
       - For linestrings and polygons the <id> {x,y} label can be oriented to the angle between the vectors or
         edges that come in, and go out of, a vertex. Access is via "Orient" tick box in Labelling tab.
       - Uses Tools>Preferences>GeoRaptor>Visualisation>SDO_ORDINATE_ARRAY bracket around x,y string.
    3. Start point of linestring/polygon and all other vertices can be marked with user selectable point marker
       rather than previously fixed markers.
    4. Can now set a NULL point marker by selecting "None" for point marker style pulldown menu.
    5. Positioning of the arrow for linestring/polygons has extra options:
       * NONE
       * START    - All segments of a line have the arrow positioned at the start
       * MIDDLE   - All segments of a line have the arrow positioning in the middle.
       * END      - All segments of a line have the arrow positioning in the END.
       * END_ONLY - Only the last segment has an arrow and at its end.
    ScaleBar.
    1. A new graphic ScaleBar option has been added for the map of each view.
       For geographic/geodetic SRIDs distances are currently shown in meters;
       For all SRIDs an attempt is made to "adapt" the scaleBar units depending
       on the zoom level. So, if you zoom right in you might get the distance shown
       as mm, and as you zoom out, cm/m/km as appropriate.
    2. As the scaleBar is drawn, a 1:<DEMONINATOR> style MapScale value is written
       to the map's left most element in the status bar.
    3. ScaleBar and MapScale can be turned off/on in View>Properties right mouse
       click menu.
    Export Capabilities.
    1. The ability to export a selection from a result set table (ie result of
       executing ad-hoc SQL SELECT statement to GML, KML, SHP/TAB (TAB file
       adds TAB file "wrapper" over SHP) has been added.
    2. Ability to export table/view/materialised view to GML, KML, SHP/TAB also
       added. If no attributes are selected when exporting to a SHP/TAB file, GeoRaptor
       automatically adds a field that holds a unique row number.
    3. When exporting to KML:
       * one can optionally export attributes.
       * Web sensitive characters < > & etc for KML export are replaced with &gt; &lt; &amp; etc.
       * If a column in the SELECTION or table/view/Mview equals "name" then its value is
         written to the KML tag <name> and not to the list of associated attributes.
         - Similarly for "description" -> <description> AND "styleUrl" -> <styleUrl>
    4. When exporting to GML one can optionally export attributes in FME or OGR "flavour".
    5. Exporting Measured SDO_GEOMETRY objects to SHP not supported until missing functionality
       in GeoTools is corrected (working with GeoTools community to fix).
    6. Writing PRJ and MapInfo CoordSys is done by pasting a string into appropriate export dialog box.
       Last value pasted is remembered between sessions which is useful for users who work with a single SRID.
    7. Export directory is remembered between sessions in case a user uses a standard export directory.
    8. Result sets containing MDSYS.SDO_POINT and/or MDSYS.VERTEX_TYPE can also be written to GML/KML/SHP/TAB.
       Example:
       SELECT a.geom.sdo_point as point
         FROM (SELECT sdo_geometry(2002,null,sdo_point_type(1,2,null),sdo_elem_info_array(1,2,1),sdo_ordinate_array(1,1,2,2)) as geom
                 FROM DUAL) a;
       SELECT mdsys.vertex_type(a.x,a.y,a.z,a.w,a.v5,a.v6,a.v7,a.v8,a.v9,a.v10,a.v11,a.id) as vertex
         FROM TABLE(mdsys.sdo_util.getVertices(mdsys.sdo_geometry(2002,null,null,sdo_elem_info_array(1,2,1),sdo_ordinate_array(1,1,2,2)))) a;
    9. A dialog appears at the end of each export which details (eg total) what was exported when the exported recordset/table contains more
       than on shape type. For example, if you export only points eg 2001/3001 from a table that also contains multipoints eg 2005/3005 then
       the number of points exported, and multipoints skipped will be displayed.
    10. SHP/TAB export is "transactional". If you set the commit interval to 100 then only 100 records are held in memory before writing.
        However, this does not currently apply to the associated DBASE records.
    11. SHP/TAB export supports dBase III, dBase III + Memo, dBase IV and dBase IV + Memo.
        Note: Memo allows text columns > 255 characters to be exported. Non-Memo formats do not and any varchar2 columns will be truncated
        to 255 chars. Some GIS packages support MEMO eg Manifold GIS, some do not.
    12. Note. GeoRaptor does not ensure that the SRID of SDO_GEOMETRY data exported to KML is in the correct Google Projection.
        Please read the Oracle documentation on how to project your data is this is necessary. An example is:
        SELECT OBJECTID,
               CODIGO as name,
               NOME as description,
               MI_STYLE,
               SDO_CS.TRANSFORM(shape,'USE_SPHERICAL',4055) as shape
          FROM MUB.REGIONAL;
    13. NOTE: The SHP exporter uses the Java Topology Suite (JTS) to convert from SDO_GEOMETRY to the ESRI Shape format. JTS does not handle
        circular curves in SDO_GEOMETRY objects you must "stroke" them using sdo_util.arc_densify(). See the Oracle documentation on how
        to use this.
    Miscellaneous.
    1. Selection View - Measurement has been modified so that the final result only shows those geometry
       types that were actually measured.
    2. In Layer Properties the Miscellaneous tab has been removed because the only elements in it were the
       Geometry Output options which have now been replaced by the new GML/KML/etc export capabilities.
    3. Shapefile import's user entered tablename now checked for Oracle naming convention compliance.
    4. Identify based on SDO_NN has been removed from GeoRaptor given the myriad problems that it seems to create across versions
       and partitioned/non-partitioned tables. Instead SDO_WITHIN_DISTANCE is now used with the actual search distance (see circle
       in map display): everything within that distance is returned.
    5. Displaying/Not displaying embedded sdo_point in line/polygon (Jamie Keene), is now controlled by
       a preference.
    6. New View Menu options to switch all layers on/off
    7. Tools/Preferences/GeoRaptor layout has been improved.
    8. If Identify is called on a geometry a new right mouse click menu entry has been added called "Mark" which
       has two sub-menus called ID and ID(X,Y) that will add the labeling to the selected geometry independently of
       what the layer is set to being.
    Some Bug Fixes.
    * Error in manage metadata related to getting metadata across all schemas
    * Bug with no display of rowid in Identify results fixed;
    * Some fixes relating to where clause application in geometry validation.
    * Fixes bug with scrollbars on view/layer tree not working.
    * Problem with the spatial networks fixed. Actions for spatial networks can now only be done in the
      schema of the current user, as it could happen that a user opens the tree for another schema that
      has the same network as in the user's schema. Dropping a drops only the network of the current connected user.
    * Recordset "find sdo_geometry cell" code has been modified so that it now appears only if a suitable geometry object is
      in a recordset.  Please note that there is a bug in SQL Developer (2.1 and 3.0) that causes SQL Developer to not
      register a change in selection from a single cell to a whole row when one left clicks at the left-most "row number"
      column that is not part of the SELECT statements user columns, as a short cut to selecting a whole row.  It appears
      that this is a SQL Developer bug so nothing can be done about it until it is fixed. To select a whole row, select all
      cells in the row.
    * Copy to clipboard of SDO_GEOMETRY with M and Z values forgot has extraneous "," at the end.
    * Column based colouring of markers fixed
    * Bunch of performance improvements.
    * Plus (happily) others that I can't remember!If you find any bugs register a bug report at our website.
    If you want to help with testing, contact us at our website.
    regards
    Simon

    Hi buddy,
    > Yes, it is: Intel site not Toshiba, I'm sorry!
    No problem but not its clear what we talk about ;)
    > why Toshiba don't pretest latest driver and I must install it on my own risk? The last update is from 1,5 years ago...
    I think because Tecra A10 is older model and there is already a successor on the market, Tecra A11.
    Well, dont worry about this. Usually the Intel drivers also work. I have tested this on my Satellite U400 and its running with Intel display driver. No problems so installation is worth a try.
    Please send some feedback after Intel display driver installation, its really interesting! :)

  • Help apple help me, at first I was new to iphone registration 1 apple ID account but because I hardly use icloud account. so I do not remember the password and login name, my computer crash when I decided to run the software on ios7.1, but do not expect m

    help apple help me, at first I was new to iphone registration 1 apple ID account but because I hardly use icloud account. so I do not remember the password and login name, my computer crash when I decided to run the software on ios7.1, but do not expect me to be locked iclou account, I hope this mail unlocked apple for my apple account. I'm currently using the machine iphone 5, IME: ********. thank you ... ask yourself? machine is in warranty period warranty icloud error not send mail to me at mail
    <Personal Information Edited by Host>

    Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • Jumpy mouse and shut-downs on G4 mirror door when putting to sleep or just random shut down after install of new 2nd internal WD IDE 320 gig hard drive, OS 10.4.11, orig HD is WD 80, RAM = 2 gig.  Help!

    Jumpy mouse and shut-downs on G4 mirror door when putting to sleep or just random shut down, is now occuring after install of new 2nd internal WD IDE 320 GB hard drive, running OS 10.4.11, orig HD is WD 80 GB, RAM = 2 gig.  Help!

    Hi Ted,
    At this point I think you should get Applejack...
    At this point I think you should get Applejack...
    http://www.macupdate.com/info.php/id/15667/applejack
    Ignore the MacKeeper ad no matter what else you decide.
    After installing, reboot holding down CMD+s, (+s), then when the DOS like prompt shows, type in...
    applejack AUTO
    Then let it do all 6 of it's things.
    At least it'll eliminate some questions if it doesn't fix it.
    The 6 things it does are...
    Correct any Disk problems.
    Repair Permissions.
    Clear out Cache Files.
    Repair/check several plist files.
    Dump the VM files for a fresh start.
    Trash old Log files.
    First reboot will be slower, sometimes 2 or 3 restarts will be required for full benefit... my guess is files relying upon other files relying upon other files! :-)
    Disconnect the USB cable from any Uninterruptible Power Supply so the system doesn't shut down in the middle of the process.
    Just sits there occupying very little space & never interfering, unless you need to invoke it in Single User Mode.
    After installing, reboot holding down CMD+s, (+s), then when the DOS like prompt shows, type in...
    applejack AUTO
    Then let it do all 6 of it's things.
    At least it'll eliminate some questions if it doesn't fix it.
    The 6 things it does are...
    Correct any Disk problems.
    Repair Permissions.
    Clear out Cache Files.
    Repair/check several plist files.
    Dump the VM files for a fresh start.
    Trash old Log files.
    First reboot will be slower, sometimes 2 or 3 restarts will be required for full benefit... my guess is files relying upon other files relying upon other files! :-)
    Disconnect the USB cable from any Uninterruptible Power Supply so the system doesn't shut down in the middle of the process.
    Just sits there occupying very little space & never interfering, unless you need to invoke it in Single User Mode.

  • Safari keeps freezing since loading Yosemite when first released

    my safari keeps freezing daily since loading Yosemite when the new operating system was first released.

    When you have the problem, note the exact time: hour, minute, second.  
    These instructions must be carried out as an administrator. If you have only one user account, you are the administrator.
    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad and start typing the name.
    The title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen.
    Each message in the log begins with the date and time when it was entered. Scroll back to the time you noted above.
    Select the messages entered from then until the end of the episode, or until they start to repeat, whichever comes first.
    Copy the messages to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    The log contains a vast amount of information, almost all of it useless for solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    Some private information, such as your name, may appear in the log. Anonymize before posting.

  • Headphones not working on new 4s. Any ideas?

    Headphones not working on new 4s. Any ideas?

    When in system preferences/sound/output do you see the headphones there? If so select them.
    Try plugging the headphones in and out several times (there is a micro switch that can get stuck)
    Try toggling the volume keys while plugging them in.
    Try restarting with them plugged
    Trya pram reset: with nothing connected
    Power off, power back on holding the following keys:
    OPTION  COMMAND  P  R
    continue to hold till you hear the start chime 2 times then release, rebbot.
    If still no joy take it back to the Apple store, you have 14 days from the date of purchase to swap for another machine, or a refund, or have them fix it. Take full advantage of your warranty.

  • PR First release by initiator

    PR First release by initiator
    Using standard <u><b>PR overall release</b></u>
    Who ever having authorization for PR creation that person will create PR as well as will release it first. If initiator is not released it within 3 days then initiator's superior will release this. For this scenario there may be many no. of Persons to create PR.So, how to initiate one release code for many users?
    Thanks and Regards,
    Prabhakar Dharmala

    You need to use the user-exit (implement enhancement M06B0001) to find the person who changed the requisition, except those users who release it. Neither do you want to identify the users who just change long texts.
    I just did that little excercise myself, and basically this code snippet (placed in ZXM06U12) does it, and then you of course have to use that information in your code to set up the correct agent specification. Note, the code selects fields that are not really required, but I found them nice to have during debugging.
    CONSTANTS: c_changeclass TYPE cdhdr-objectclas VALUE 'BANF'.
    * Find user who changed it last - but exclude transaction codes used for release
    DATA: l_latest_change_header TYPE cdhdr,
          l_latest_change        TYPE cdpos,
          l_table_key_item       TYPE cdpos-tabkey.
    CONCATENATE syst-mandt i_eban-banfn i_eban-bnfpo '%'
                INTO l_table_key_item.
    SELECT objectclas
           objectid
           changenr
           username
           udate
           utime
           INTO CORRESPONDING FIELDS OF l_latest_change_header
           FROM cdhdr
           WHERE objectclas =      c_changeclass AND
                 objectid   =      i_eban-banfn  AND
                 tcode      NOT IN ('ME54N','ME55')
           ORDER BY udate DESCENDING
                    utime DESCENDING.
      SELECT changenr
             tabname
             tabkey
             fname
             chngind
             text_case
             unit_new
             cuky_new
             value_new
             INTO CORRESPONDING FIELDS OF l_latest_change
             FROM cdpos
             UP TO 1 ROWS
             WHERE objectclas =    l_latest_change_header-objectclas AND
                   objectid   =    l_latest_change_header-objectid   AND
                   changenr   =    l_latest_change_header-changenr   AND
                   tabkey     LIKE l_table_key_item.
      ENDSELECT.
      IF syst-subrc <> 0.
        CLEAR l_latest_change_header.
      ELSE.
        EXIT.
      ENDIF.
    ENDSELECT.
    IF l_latest_change_header IS INITIAL.
      l_latest_change_header-username = i_eban-ernam.
      l_latest_change_header-udate    = i_eban-erdat.
    ENDIF.

  • Does creative plan to release a new mp3 play

    5 minutes ago a bought a Zen touch but noticed it was kinda outdated and i would really kick myself in the nads if creative releases a new mp3 player in about a month so are there any plans for a new one (one that just plays music and doesn't have all the extra features like video and pictures).
    The only thing that i don't like is the size it is kinda big.
    Hope creative has some plans on the near future

    Well the thing i didn't like about the sleek it was the battery and the thing it killed it for me is that i have to go to a menu to turn on the volume (i have a lot of songs that ha ve very differnt bitrate), so the only thing i found better was the desing, I kinda hope creative doesn't releases a new player and i kinda wish they would.
    I don't want to kick myself in the nads it really hurts!!!

  • Since installing iCloud, my iPhone 3GS no longer syncs with my Outlook Calendar and Outlook Contacts.  I don't know what else to try, short of resetting the iPhone and completely reloading as a new device.  Any ideas, anyone?

    Since installing iCloud, my iPhone 3GS no longer syncs with my Outlook2010 Calendar and Outlook2010 Contacts.  I don't know what else to try, short of resetting the iPhone and completely reloading as a new device.  Any ideas, anyone?

    It's good to know.  The Apple instructions for loading iCloud on a PC just seem to have either overlooked or hidden this limit.  The larger problem is that it partially works:  partially and erratically.  So clean-up is great fun.

  • When are you planning to release a new firmware fo...

    When are you planning to release a new firmware for the N95 NAM?
    I am tired of waiting for the automatic screen rotation on the N95NAM. This feature is aleady available in the european version.
    I switched from an iPhone to this nokia, and now i have second thoughts. Nokia seems to be the same as apple.
    Do you guys know anything about a new firmware?

    No one from Apple will respond. We're all just fellow users here. And all that Apple has announced thus far can be found in the press release:
    http://www.apple.com/pr/library/2012/03/07Apple-Launches-New-iPad.html
    Beyond that, no one here knows anything about future release dates.
    Regards.

  • Trying to move my iTunes Music and other media from the main drive on my pc to an external hard drive but iTunes is not recognizing the new file location?  Ideas?

    Trying to move my iTunes Music and other media from the main drive on my pc to an external hard drive but iTunes is not recognizing the new file location?  Ideas?

    Hello there, Underwriter.
    The following Knowledge Base article provides in-depth instructions on how to migrate your content to an external drive:
    iTunes: How to move your music to a new computer
    http://support.apple.com/kb/ht4527
    Particularly of note for your situation:
    External drive
    This option requires more work than Home Sharing, but it creates a backup of your iTunes library on the external drive in addition to moving your content.
    Notes before you start:
    You can use most iPods as an external drive.
    Windows operating systems don't recognize Mac OS-formatted disks (HFS or HFS Plus formats). Because of this, you can't use a Mac-formatted iPod or external drive to move your music to a Windows PC. See iPod: How to determine iPod's hard disk format if you're not sure how your iPod is formatted.
    Mac OS X can read Windows-formatted iPods and drives. This means there are many ways to migrate your information from your old Windows-based PC to your new Mac.
    Mac OS X: To be sure external drives appear on your desktop, choose Preferences from the Finder menu. Be sure the options for "External disks" and "Hard disks" are enabled.
    Part 1: Locating and consolidating the iTunes Media folder
    Part 2: Copy iTunes folder from the old computer:
    Part 3: Get iTunes ready on your new computer
    Part 4: Back up any music that's already on your new computer
    Part 5: Copy music to your new computer
    Part 6: Add preexisting music that was on the new computer back into the library
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • When you will release a new java update ? With the last it doesn't work correctly ( java 3d )

    I use java 3d, but with the last update it doesn't works with any browser

    "When you will release a new java update ?"
    "We" don't release anything; we're not Apple, we're just users like you.
    Use the feedback form to send queries to Apple.
    http://www.apple.com/feedback/macosx.html

  • The password for wireless network was changed.  Airport keeps trying to sign in automatically with old password and won't let me put in new password. Any ideas?

    The password for wireless network was changed.  Airport keeps trying to sign in automatically with old password and won't let me put in new password. Any ideas?

    You really should change both the wireless network name and password to avoid potential conflicts with the old and new settings.
    Suggest you give that a try.

Maybe you are looking for

  • Retired server still showing in Storage Resources

    We removed a old server from Edir and it continues to show in storage resources with "Unable to read attribute value; Result = 15".. any idea on how to get it out of the list ???.. I did do a storage rebuild and its still there

  • Hierarchy structure changes

    Hi All, I have one requirement at clent site where hierarchy structure changes i.e. parent child relation switches or changes from one level to another level. For example WBS element hierarchy stucture for project 101014 is: 101014--root 101014-1>101

  • BOBJ 4.0 Client Tools Configuration Help

    i have 32 and 64 bit System DSN setup on the server using the 2005 drivers. 4.0 was installed with 2008 Express. i'm not sure if that has anything to do with it? dumb question, should it be set to the db or cms db? i don't remember configuration bein

  • Can't drag components to Design View? (FB)

    A co-worker of mine is unable to drag any component on to the design view. I looked at it and I can't seem to figure it out either. His project works fine under my version of Flex Builder (we're both using Flex Builder 3.0.2, OSX 10.5), I am able to

  • I can not get a mac book 2010 to boot to Target mode.

    I have a 2010 mac book i'm trying to zero out. But it will not boot to target mode connected t my mac book pro via fire wire 800 ( im using a thunder bolt>firewire 800 adapter)