Migration from Kodo 4.1 JPA to open JPA

I'd like to use open JPA at Workshop studio version 3.3. I use JPA from Kodo 4.1 Before. I'd like migration from Kodo 4.1 JPA to open JPA now. I downloaded open JPA openjpa-project-0.9.6-incubating-binary.zip from http://incubator.apache.org/openjpa/downloads.html. The steps I did:
1)     Create a new empty project with name "openJpaEx" by Workshop, File -> new project -> Web -> Dynamic Web Project;
2)     import the lib from the unpack openjpa-project-0.9.6-incubating-binary.zip to a new Workshop project;
3)     created a project with name "workshop-jpa-tutorial" by Workshop from the Kodo example template, File -> new project -> Example -> Java Persistence API (JPA) -> Workshop JPA tutorial.
4)     copy the Entity java classes and persistence.xml in "workshop-jpa-tutorial" to "openJpaEx"
5)     Run the project.
Is the above steps OK for the migration from Kodo 5.1 JPA to open JPA? If not, what the right way? The problems are
1)     For my case, Persistence.createEntityManagerFactory can not be initialized in project "openJpaEx" following above steps. Please give me some suggestions.
2)     I can not get the "JPA Configuration" at Workshop. "JPA Configuration" gives a GUI interface to manage the JPA classes and persistence.xml.
public class DAOHelper {
     public static EntityManagerFactory createEntityManagerFactory (String name)
          EntityManagerFactory emf = Persistence.createEntityManagerFactory(name);          
          return emf;          
     public static void closeEntityManagerFactory (EntityManagerFactory emf) {
try{
if(emf != null){
emf.close();
}catch(Exception e){
//Ignore Excpeption
public class CustomerDAO_Kodo implements CustomerDAO {
     public Customer getCustomer(Integer customerId) throws DAOException{
          Customer customer = null;
          EntityManager em = null;          
          EntityManagerFactory emf = null;
          try {               
               emf = DAOHelper.createEntityManagerFactory("unitK");
               em = emf.createEntityManager();
               Query query = em.createQuery(                              
                         "SELECT c FROM Customer c where c.customerid = ?1")
                              .setParameter(1, customerId);
               List results = query.getResultList ();                    
               for (Object res : results)               
               customer = (Customer) res;               
          }catch(Throwable t) {
               throw new DAOException(t);
          }finally{
               em.close();
               DAOHelper.closeEntityManagerFactory(emf);
          return customer;
persistence.xml
==========
<?xml version="1.0" encoding="ISO-8859-1" ?>
<persistence xmlns="http://java.sun.com/xml/ns/persistence"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd"
     version="1.0">     
     <persistence-unit name="unitK">
          <class>com.bea.beans.Contact</class>
          <class>com.bea.beans.Customer</class>
          <class>com.bea.beans.Customerid</class>
          <class>com.bea.beans.Lineitem</class>
          <class>com.bea.beans.OrderData</class>
          <class>com.bea.beans.Product</class>
          <properties>
               <property name="openjpa.TransactionMode" value="local"/>
               <property name="openjpa.ConnectionDriverName" value="org.apache.derby.jdbc.ClientDriver"/>
               <property name="openjpa.ConnectionURL" value="jdbc:derby://localhost:1527/saleDB"/>
               <property name="openjpa.ConnectionUserName" value="app"/>
               <property name="openjpa.ConnectionPassword" value="app"/>
          </properties>
     </persistence-unit>     
</persistence>

Hi,
I don't think that the Workshop folks monitor this newsgroup, and the people on this newsgroup don't have much experience with Workshop.
You might want to repost on a Workshop newsgroup.
Also, you mentioned that you had problems with Persistence.createEntityManagerFactory(). Was the problem in execution of the code, or just that the Persistence class wasn't available in the classpath?
-Patrick

Similar Messages

  • Big performance drop migrating to Kodo 4.1 (Why would Kodo refuse to batch inserts in certain tables)

    Hello,
    While migrating from Kodo 3.4 to Kodo 4.1, I noticed significant drop in
    insert performance. I traced it down to some strange batching behavior.
    While most of the PCs were committed with batched inserts one particular
    class refused to batch and would insert row by row resulting in 10 times
    performance drop.
    There is nothing special about the class. Its hierarchy is mapped on base
    its table except for one of the lowest members which is mapped vertically.
    Thank you very much
    Alex Roytman
    Peace Technology, Inc.
    301-206-9696x103

    See my post "My experience migrating Kodo 3.4 to 4.1"
    "Stefan Hansel" <[email protected]> wrote in message
    news:[email protected]..
    Abe White wrote:
    This case is being handled elsewhere, but for the benefit of others:
    Kodo 4 works around a date/timestamp batching bug in some Oracle drivers
    by not batching rows with date/timestamp columns.-------------
    Abe could you get a bit deeper into it ?
    It sounds like kodo 3 was batching that rows and had no problem with it ?
    We only ship with the suggested oracle driver 10.2.0.1.0.
    50% of our customers use oracle, so it would be a pity if performance
    drops.
    Alex ... it sounds like you successfully migrated to kodo4.
    Could you give a short summery on how 'difficult' it was in the end ?
    From the docs it sounds very easy (except the sentence 'Many
    confniguration
    properties and defaults have changed.') but from the newsgroups it sounds
    as if
    you'd struggle a bit.
    I'm about to schedule our migration for the first quarter of 2007 and any
    hint
    helping use to estimate the time will help us.
    If you compare with migration from kodo 2 to 3 ... is it easier or worse ?

  • Data Migration from 11i to R12 Global - Open POs,lines, receipts & on hand upload, Is it possible to do the onhand qty upload with over riding of all receipts which uploaded against Open PO lines?

    Hi Friends,
    We are in a phase of data migration from 11i to R12 
    I was discussed with client & they wants extraction of all open POs which was generated after 01 Jan 2014 to till date in 11i.
    Condition for open POs is PO qty-received qty=>0
    critical Example for open PO is :PO no: 10 has 4 lines, 3lines full qty has been received & for 1 line partial qty(say 50 out of 100) received.
    in this case he wants in R12 uploading as PO no:10 should entered as open PO with all 4lines & 3 lines complete receipt should be done, for 4th line partial qty i.e 50 should be received.
    the question is if we upload on hand qty first, then open POs & receipts, it will increase the onhand qty in new system(mismatch of on hand qty's 11i to R12) 
    Is it possible to do the onhand qty upload with over riding of all receipts which uploaded against Open PO lines.
    Or Please advice best solution.
    Thanks & Regards
    Giri

    adetoye50 wrote:
    Dear Contacts Journal Support Team,
    FYI, this is a user to user support forum.  You are NOT addressing Apple here.
    Honestly, I doubt anyone is really going to take the time to read the novel you have written.

  • I can't migrate from a time machine Back up. I select my TC and it says "some backups can't be opened." My HD failed and I'm Trying to get everything back... Can anyone make a suggestion?

    I can't migrate from a time machine Back up. I select my TC and it says "some backups can't be opened. Make sure that all of your network devices are connected and turned on. It appears that some backups are already in use. If you don't see the backup you need, make sure it is not currently mounted by another machine and try again."
    My HD failed and i installed a new one... I'm Trying to get everything back... Can anyone make a suggestion?

    Read the section E about restore issues.
    http://pondini.org/TM/Troubleshooting.html
    But you should be able to mount the sparsebundle and backup the major items if they are not damaged. You might also do a disk verify to see if the corruption can be repaired.
    Have a look here also for restore of selected items.
    http://pondini.org/TM/FAQ.html

  • Cannot open iTunes or Aperture after "Migrating" from old Mac

    I migrated from an old "Black" MacBook to a new Aluminum MacBook using Migration Assistant. Now both iTunes and Aperture will not open on the new MacBook because they cannot open up their respective libraries. The following message appears:
    "The iTunes Library file is locked, on a locked disk, or you do not have write permission for this file."
    "The Aperture Library file is locked, on a locked disk, or you do not have write permission for this file."
    I did run into an issue when migrating when I used the same account name on the new computer as the old. It asked me to rename the old account which I did by appending with the number 1. The Migration Assistant put all the files into a new folder with the renamed account under "users". Not only this, all the folders and files lacked permissions for the new computer. I had to manually "Get Info" and add permissions for the new account on the new computer.

    Go to /Music/ and get info on the iTunes folder.
    Go to the *Ownership & Permissions* and set *You can* to *Read & Write*.
    Also, click on *Apply to enclosed items*.
    Do the same for the Aperature folder wherever it is located.

  • Files Migrated From iBook G4 to PowerMac G5 Won't Open

    I can't open my files which I migrated from my iBook G4 to my PowerMac G5. It says permission denied. Both computers have the same operating system.
    I repaired permissions and now I can't even open the folder. There's a red circle with a minus sign next to all the folders except the documents folder. However nothing shows in it except when I click on Get Info then I can see the MB of contents.
    Now I'm wondering what will happen when I migrate all my PowerMac G5's files over to my new iMac. Will I have the same problem?
    Luckily the files on my iBook G4 are small enough I can put them on a CD. I can't say the same for my G5 files.

    Normally Migration assistant has no problems.
    There are caveats migrating from PPC to Intel, I had no problems, but see Kappy's fine/detailed "A Basic Guide for Migrating to Intel-Macs"...
    http://discussions.apple.com/thread.jspa?threadID=435350
    Others' experience from G5 to Intel...
    http://discussions.apple.com/thread.jspa?messageID=8957015&#8957015

  • SP2010 - Documents migrated from different farm cause login prompts when opening..

    We have 3 SharePoint farms (Dev/Test/Prod) and we migrated Word documents between them a couple of different ways.. AvePoint's DocAve, copy from Explorer view of the two farms and Download/Upload.
    The documents were originally created on  the development farm.
    When we open documents in the production farm, the user is prompted with a login box to login to the development farm. New documents created in the production farm don't prompt.
    Anyone know where / what information is being stored in the document that would reference the old farm? and how to clear it?

    Hi,
    According to your post, my understanding is that documents migrated from different farm cause login prompts when opening.
    I try to reproduce the issue, however, everything works well.
    I recommend as below:
    Open the site in the browner, click tool->Compatibility View Setting->Add the site to be displayed in Compatibility View.
    Click Tool->Internet Options->Security->Trusted Sites.
    Click Tool->Internet Options->Security->Restricted sites->Allowed level for this zone: Medium.
    Modify your registry settings for the WebClient service.
    Go to the file's properties > Security > Advanced  > and Inherit the permissions.
    More information:
    SharePoint Keeps Asking for Password Everytime?
    SharePoint Keeps Prompting for Credentials
    Thanks,
    Linda Li                
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Linda Li
    TechNet Community Support

  • Why migrate from toplink 10.1.2 to EJB 3 JPA instead of to toplink 10.1.3?

    We're in the situation that we're using Toplink 10.1.2 and are making plans for our next release. I'm wondering wether we should 'just' migrate to the 10.1.3 version of the Toplink API or wether we should migrate to EJB 3.0 JPA API (with Toplink as implementation).
    Advantages and drawbacks I see are the following:
    Toplink API 10.1.3 versus EJB 3 Persistency on Toplink
    + maybe the only way to access Toplink specific functionality: i.e. historic queries. (Is that a fact by the way?)
    - In the long run it will be easier to hire people with knowledge of EJB 3.0 Persistency
    + Maybe smaller effort to migrate. (Is that true? I guess we'd have to add a lot of annotations)
    Are there more drawbacks/advantages?
    Regards,
    Joost de Vries
    Netherlands

    Hasam,
    We do have a uix to JSF migration utility that you can get through the check for update center. The missing part there right now is that it doesn't support uix template migration.
    If you are using jheadstart you might want to post your question on the jheadstart forum as well they might be able to do the migration through their repository.
    And remember that if your application is working now and your customers are happy then you don't have to migrate it.

  • Open Directory Migration from Mac OSX Server 10.4 to 10.8?

    Hi All,
    This might be a silly question and apologise in advanced if this is?
    We are running on old Xserve (10.4.8) with approx. 100 Mac clients and would like to know if it's possible to migrate from OD 10.4 to OD 10.8. We tried just to see what would happen if we archived the old OD and re-imported in to 10.8, but as we guessed this didn’t work. I’ve looked through this forum and seems most are doing this from 10.5, so wondering if we need to upgrade to 10.5 and then up to 10.8?
    Any pointers would be great.
    Many thanks.
    Mike

    If you don't mind clearing ser passwords, then I would export users from 10.4 and import into 10.8
    There are some issues with service ACLs in doing this, but its still the fastest process.
    If users are allowed to set their own PW, the you give provide preset pw's (either unique or common) and a URL to allow users to reset their PW.
    If you need to retain passwords, what I would do is clone the 10.4 server, then upgrade it all the way to 10.8 then archive OD from that and import into a clean-install of 10.8 server.
    Whataver you do, don't rely on a 10.4 to 10.8 migration, you'll want a clean 10.8 install.
    The offline 10.4 -> 10.8 would allow you to retain PWs, but it creates alot of extra work for you.

  • Migrate from Zimbra Open Source to Exchange 2013

    Hi there,
    I am currently using Zimbra email client and I am considering switching to Exchange 2013, is there a tool which can seamlessly allow migration of all user accounts and mailboxes from Zimbra to Exchange? 

    Hi Adam,
    Base on my knowledge, there are no tools to make a direct migration from Zimbra to Exchange 2013 Server, however , you can consider to use the following methods:
    1.   
    If there are a large number of mailboxes in Zimbra, you can use the
    Microsoft Transporter Suite to migrate
    mailboxes from Zimbra to Exchange 2007 at first, and then make the final transition to Exchange 2013 since Transporter Suite that is only supported in Exchange 2007 and the previous version.
    2.     
    If just a small number of mailboxes in Zimbra, you can configure outlook for all Zimbra users, export data into PST file, and then you can use “Import-Mailbox” cmdlet to
    import all PST files back to newly created users’ mailboxes on the exchange 2013 server
    Notes: Either way, please play the method in a lab environment to familiar with it
    Resources:
    Migrating
    from POP/IMAP to Exchange Server 2007 using Microsoft Transport Suite
    Microsoft Transporter Suite for Lotus Domino demo
    Best regards,
    Niko Cheng
    TechNet Community Support

  • IMac CPU3.06 GHz Intel Core 2 Duo, 8GB, Extremely slow and repeatedly "out of Memory" since migration from Mountain Lion to Mavericks

    Dear Apple Support Community.
    As mentioned by a number of users reporting the same problem, my 2009 iMac CPU3.06 GHz Intel Core 2 Duo, 8GB RAM, has become extremely slow and repeatedly "out of Memory" since it was migrated from Mountain Lion to Mavericks (OS 10.9 then OS 10.9.1).
    I have already run CleanMyMac, deleted 5GB of useless stuffs, which did not translate into any improvement. Following the advices collected in other Apple Support Community threads, I have applied EtreCheck the outcome of which is provided below.
    For information, I have also upgraded my 2011 MacBook CPU2.3 GHz Core i7, 8GB which became only a bit slower than before, sometimes freezing which it almost never did before. However, I am used to the fact that Mac get usually slower and more prompt fo freeze after upgrading to a more recent OS.
    Both my 2009 iMac and my 2011 MacBook have F-Secure installed. So the problem with the 2009 IMac is unlikly to be due to the presence of F-Secure. Interestingly, the few abnormalities found by Etrecheck were exacly identical before I ran CleanMyMac. There are two more findings (mentioned below) since I ran CleanMyMac on the 2009 iMac, which again didn't improve the problem.
    So please find below the details of the EtreCheck experience and some additional measurements made with iStat while running EtreCheck:
    Hardware Information:
    iMac (24-inch, Early 2009)
    iMac - model: iMac9,1
    1 3.06 GHz Intel Core 2 Duo CPU: 2 cores
    8 GB RAM
    Video Information:
    ATI Radeon HD 4850 - VRAM: 512 MB
    Audio Plug-ins:
    BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
    AirPlay: Version: 1.9 - SDK 10.9
    AppleAVBAudio: Version: 2.0.0 - SDK 10.9
    iSightAudio: Version: 7.7.3 - SDK 10.9
    System Software:
    OS X 10.9.1 (13B42) - Uptime: 0 days 2:40:57
    Disk Information:
    WDC WD1001FALS-40K1B0 disk0 : (1 TB)
    EFI (disk0s1) <not mounted>: 209.7 MB
    XooS5 HD (disk0s2) /: 999.35 GB (189.85 GB free)
    Recovery HD (disk0s3) <not mounted>: 650 MB
    OPTIARC DVD RW AD-5670S 
    USB Information:
    Apple Inc. Built-in iSight
    Canon CanoScan
    Apple Computer, Inc. IR Receiver
    Apple Inc. BRCM2046 Hub
    Apple Inc. Bluetooth USB Host Controller
    FireWire Information:
    WD My Passport 071D 800mbit - 800mbit max
    EFI (disk1s1) <not mounted>: 209.7 MB
    disk1s2 (disk1s2) <not mounted>: 2 TB
    Boot OS X (disk1s3) <not mounted>: 134.2 MB
    Thunderbolt Information:
    Kernel Extensions:
    com.f-secure.kext.fsauth          (1.0.0d1)
    Problem System Launch Daemons:
    [failed] com.apple.wdhelper.plist [REMARK: this abnormality appeared only after running CleanMyMac. It does not appear on my 2011 MacBook]
    Problem System Launch Agents:
    Launch Daemons:
    [loaded] com.adobe.fpsaud.plist
    [invalid] com.bjango.istatlocaldaemon.plist [REMARK: this abnormality pre-existed to running CleanMyMac. It appears also on my 2011 MacBook]
    [loaded] com.f-secure.fsavd.dbhelper.plist
    [loaded] com.f-secure.fsavd.plist
    [loaded] com.f-secure.fsmac.firewall.plist
    [loaded] com.f-secure.fsmac.fsupdated_guts2.plist
    [loaded] com.f-secure.fsmac.licensetool.plist
    [loaded] com.macpaw.CleanMyMac2.Agent.plist
    Launch Agents:
    [loaded] com.babylon.activation.plist
    [loaded] com.bjango.istatlocal.plist
    [loaded] com.f-secure.relauncher.plist
    [loaded] com.f-secure.trasher.plist
    User Launch Agents:
    [loaded] com.adobe.ARM.[...].plist
    [loaded] com.google.keystone.agent.plist
    [loaded] com.macpaw.CleanMyMac2Helper.diskSpaceWatcher.plist
    [loaded] com.macpaw.CleanMyMac2Helper.scheduledScan.plist
    [loaded] com.macpaw.CleanMyMac2Helper.trashWatcher.plist
    User Login Items:
    iTunesHelper
    Dropbox
    F-Secure Anti-Virus for MAC
    3rd Party Preference Panes:
    Flash Player
    Internet Plug-ins::
    FlashPlayer-10.6: Version: 11.9.900.170 - SDK 10.6
    Default Browser: Version: 537 - SDK 10.9
    AdobePDFViewerNPAPI: Version: 11.0.04 - SDK 10.6
    AdobePDFViewer: Version: 11.0.04 - SDK 10.6
    DivXBrowserPlugin: Version: 2.1
    Flash Player: Version: 11.9.900.170 - SDK 10.6
    OfficeLiveBrowserPlugin: Version: 12.2.8
    Google Earth Web Plug-in: Version: 6.1
    QuickTime Plugin: Version: 7.7.3
    iPhotoPhotocast: Version: 7.0
    User Internet Plug-ins::
    Picasa: Version: 1.0
    Bad Fonts:
    None
    Old applications:
    None
    Time Machine:
    Skip System Files: NO
    Mobile backups: OFF
    Auto backup: YES
    Volumes being backed up:
    XooS5 HD: Disk size: 930.71 GB Disk used: 753.90 GB
    Destinations:
    XooS5 TM [Local] (Last used)
    Total size: 2 
    Total number of backups: 32
    Oldest backup: 2013-09-15 01:11:39 +0000
    Last backup: 2013-12-07 12:48:45 +0000
    Size of backup disk: Too small. Backup size 2  < (Disk used 753.90 GB X 3)
    Time Machine details may not be accurate. All volumes being backed up may not be listed.
    REMARK: The above finding is unlikely to be accurate. In fact, my Time Machine is supported by a 2TB WD My Passport Studio external HD connected with a Firewire 800. As mentionned, only 754GB of the 2000GB are used.
    Top Processes by CPU:
    5%          backupd
    5%          Mail
    5%          WindowServer
    3%          Finder
    3%          Dropbox
    Top Processes by Memory:
    1.60 GB          mds_stores REMARK: this item was marked in red in the outcome of EtreCheck, so I assume there is something wrong there
    82 MB          Finder
    74 MB          Mail
    49 MB          softwareupdated
    49 MB          Dropbox
    Virtual Memory Statistics:
    97 MB          Free RAM
    1.21 GB          Active RAM
    1.19 GB          Inactive RAM
    1.21 GB          Wired RAM
    1.83 GB          Page-ins
    36 MB          Page-outs
    Please find now some additional measurements collected with iStat while running EtreCheck:
    Practically:
    The iMac can work slowly with only one software e.g. either Mail or Safari or Firefox, but still the below "out of Memory" message occurs about every 3 minutes.
    Aperture has becomre to slow to be useable
    If trying to write a mail (with Mail) while Safari or Firefox is open, then the "out of Memory" message occurs about every 20 seconds so I need to check on "Resume" several times per minute.
    Conclusions
    From the above, unless anyone in the Apple Support Community proves to be able to identify a specific problem leading to a way to find a cure, I tend to conclude that Mavericks is not suitable for computers operating with a Core 2 Duo CPU even with a 8GB of RAM.
    Unless I missed something, I did not see any warning from Apple Computer Inc. informing their customers they should refrain from upgrading Core 2 Duo Computers.
    The only solution I see so far is to downgrade from Mavericks to Mountain Lion. And the Apple Support Community would confirm that it is the only solution, I would appreciate to get your guidance on how to proceed.
    Intended action plan
    Migrate the above 2009 iMac to a 2014 Mac Mini Server operating on Mavericks to ensure that no data may be lost while downgrading to Montain Lion.
    Provided the above downgrading operation is successful, assign this 2009 iMac to partial retirement e.g. Mail, Skype, iTunes  and DVD player.
    In advance, I would like to thank the Apple Community for helping me either i) finding a cure to the problem, ii) or confirming that Mavericks cannot operate properly on Core 2 Duo computers, iii) and in such a case, guiding me on how to downgrade to Mountain Lion.
    Yours sincerely
    Core

    ... what anti-virus would you recommend using?
    Use what is already included with OS X. It already includes everything it needs to protect itself from viruses and malware. Keep it that way with software updates from Apple.
    A much better question is "how should I protect my Mac":
    Never install any product that claims to "speed up", "clean up", "optimize", or "accelerate" your Mac. Without exception, they will do the opposite.
    Never install pirated or "cracked" software, software obtained from dubious websites, or other questionable sources. Illegally obtained software is almost certain to contain malware.
    Don’t supply your password in response to a popup window requesting it, unless you know what it is and the reason your credentials are required.
    Don’t open email attachments from email addresses that you do not recognize, or click links contained in an email:
    Most of these are scams that direct you to fraudulent sites that attempt to convince you to disclose personal information.
    Such "phishing" attempts are the 21st century equivalent of a social exploit that has existed since the dawn of civilization. Don’t fall for it.
    Apple will never ask you to reveal personal information in an email. If you receive an unexpected email from Apple saying your account will be closed unless you take immediate action, just ignore it. If your iTunes or App Store account becomes disabled for valid reasons, you will know when you try to buy something or log in to this support site, and are unable to.
    Don’t install browser extensions unless you understand their purpose. Go to the Safari menu > Preferences > Extensions. If you see any extensions that you do not recognize or understand, simply click the Uninstall button and they will be gone.
    Don’t install Java unless you are certain that you need it:
    Java, a non-Apple product, is a potential vector for malware. If you are required to use Java, be mindful of that possibility.
    Disable Java in Safari > Preferences > Security.
    Despite its name JavaScript is unrelated to Java. No malware can infect your Mac through JavaScript. It’s OK to leave it enabled.
    Block browser popups: Safari menu > Preferences > Security > and check "Block popup windows":
    Popup windows are useful and required for some websites, but popups have devolved to become a common means to deliver targeted advertising that you probably do not want.
    Popups themselves cannot infect your Mac, but many contain resource-hungry code that will slow down Internet browsing.
    If you ever see a popup indicating it detected registry errors, that your Mac is infected with some ick, or that you won some prize, it is 100% fraudulent. Ignore it.
    Ignore hyperventilating popular media outlets that thrive by promoting fear and discord with entertainment products arrogantly presented as "news". Learn what real threats actually exist and how to arm yourself against them:
    The most serious threat to your data security is phishing. To date, most of these attempts have been pathetic and are easily recognized, but that is likely to change in the future as criminals become more clever.
    OS X viruses do not exist, but intentionally malicious or poorly written code, created by either nefarious or inept individuals, is nothing new.
    Never install something without first knowing what it is, what it does, how it works, and how to get rid of it when you don’t want it any more.
    If you elect to use "anti-virus" software, familiarize yourself with its limitations and potential to cause adverse effects, and apply the principle immediately preceding this one.
    Most such utilities will only slow down and destabilize your Mac while they look for viruses that do not exist, conveying no benefit whatsoever - other than to make you "feel good" about security, when you should actually be exercising sound judgment, derived from accurate knowledge, based on verifiable facts.
    Do install updates from Apple as they become available. No one knows more about Macs and how to protect them than the company that builds them.
    Summary: Use common sense and caution when you use your Mac, just like you would in any social context. There is no product, utility, or magic talisman that can protect you from all the evils of mankind.

  • Migration from 11.5.5 to 12

    Hello,
    Our target is to migrate from 11.5.5 to 12. We use three modules: GL, AP, and AR.
    What is the best option:
    1) Install Oracle 12 on set of new machines. Setup the modules according the business requirements. Now migrate the data from 11.5.5 to
    12 including invoices, journals, suppliers, customers, etc.
    Benefits: This looks like a clean approach. No upgrades are required.
    Challenges: How would the 11.5.5 data (journals, invoices etc) be transferred to 12? Does AP and AR allow importing historical invoices?
    Or can we only import open invoices? For GL we can import historical balances as a form of Journal entries.
    2) Upgrade existing 11.5.5 to Oracle 12 either direclty or indirectly.
    Benefits: Data migration does not have to take place.
    Challenges: Lots of upgrades are needed.
    Please suggest what is the best path (1) or (2)?
    Thanks
    Regards
    Hasan Mir

    Hasan,
    Always prefer 2. Oracle converts or upgrades everything for you. You do not have to have a team of people doing the work again to identify what needs to be converted and what not. Option 1 looks clean but becomes a reimplementation as you need to setup everything and test conversions. With point 2 conversions and setups are out of the way. Upgrade and test, test, test.
    Thanks
    Nagamohan

  • Problem in migrating from 6i to 10g and I need help

    I'm trying to change my program from 6i to 10g
    I migrated libraries and
    every thing is ok but when I try to migrate forms I had this error
    ERROR opening D:\10gnkinkos\SHIFTS.fmb :oracle.forms.jdapi.JdapiException: A subclassed module could not be found during loading
    Check subclass and library dependencies

    With "the browser opening a white page" do you mean that the Forms Java applet won't start at all or is it starting with a Forms with a white canvas without any items on it?
    If it is the first (Java not starting) there must be something wrong with your Forms setup. First try to run with the default setup without specifying a form. It should display test.fmx that it is included with the Forms setup. This Forms just tells you the setup succeeded and displays a single OK button

  • Web Analysis Report Migration from 9.3.1. to 11.1.1.3

    Hi All,
    We are migrating from 9.3.1 to 11.1.1.3 we have couple of web analysis reports running on the old server 9.3.1 and now i have to migrate those reports on the new server 11.1.1.3. Reports in 9.3.1 are in windows servers and it should me migrated to 11.1.1.3 which is on a solaris server. please let me me know if you have any ideas regarding this issue.
    Thanks,
    Ram.
    Edited by: KRK on Sep 29, 2009 8:56 AM
    Edited by: KRK on Nov 6, 2009 12:53 PM

    Hi Vijay,
    I have checked migration utility inversion 9.x basically this migration utility is compatible for reports from version 7.x to 9.x and it is not supported for reports from 9.x to 11.x ....
    So i have finally fallowed a procedure.
    I have exported the reports from 9.x and imported in 11.x .
    Then after exporting i have pointed database connections to new 11.x version server.
    Now I was facing a issue when i open a reports in read only mode (i.e as a business user) iam getting a screen where it asks for database details ( I have assigned business user read access to essbase)
    Basically this reports are pointing to my old essbase server i.e version 9.x server.
    Please let me if iam missing something while exporting and importing reports.
    Thanks,
    Ram.

  • Migrating from 10g to 11g checklist

    Hi,
    we are migrating from oracle 10.2.0.4.0 to 11g. we have Apex 3.1.2.00.02 installed in 10g.Will migrating to 11g will have any issues in our applications?.i have read that what comes with 11g is apex 3.0.
    it would be so helpful if you could give a checklist/steps on migarting to 11g.
    Many Thanks,
    Cklp.

    Thank you Shay. I tried to migrate our application to 11g without choosing Trinidad, when I want to deploy it i get follwoing exception
    eblogic.application.ModuleException: Failed to load webapp: 'enlogixcis'
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:393)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         Truncated. see log file for complete stacktrace
    Caused By: java.lang.ClassNotFoundException: oracle.adf.view.faces.webapp.ResourceServlet
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
         Truncated. see log file for complete stacktrace
    there is adf-faces-impl.jar in path when I open its I see following
    Manifest-Version: 1.0
    Ant-Version: Apache Ant 1.5.3
    Created-By: Apache Maven
    Built-By: asghosh
    Package: oracle.adfinternal.view.faces
    Build-Jdk: 1.4.2_16
    Extension-Name: adf-faces-impl
    Specification-Title: ADF Faces Implementation
    Specification-Vendor: Oracle Corporation
    Implementation-Title: oracle.adfinternal.view.faces
    Implementation-Vendor: Oracle Corporation
    Implementation-Version: 10_1_3_4_0
    it seems it is for app server 10.1.3.4

Maybe you are looking for

  • My ipod 3g will not restore

    I recently got my Ipod touch 3g out for my two year old son to play with.  I got tired of him making phone calls and deleting my apps lol.  Well I got it charged up and it worked just fine, not an issue.  After a couple minutes I realized that I had

  • How do I save a numbers document as excel so it can be opened by windows?

    So i use my Mac Book Pro for some work documents, I use numbers and pages but since I updated to LION I cannot save any document as an excel it use to give me the option and now with auto save and versions it wont let me ive looked everywhere somebod

  • Total payment due calculations in PO

    Hi, Can anyone tell about the calculations involved in total payment due,tax,freight, discount and total before discount in PO? waiting for ur hopeful answers.......

  • My Macbook Pro (10.6.8) takes about 5 minutes to boot

    I'm not against a Re-Format, but short of that is there anything that could be recommended? Its just a pain to reinstall all the software.

  • Model Export and Import - Error 40144

    I'm trying to transport a model from one system to another and I get the following error when I try the Model export and import functionality in IBP 4.0 "errorCode":"40144","errorMsg":"Repository: delivery unit not found; deliveryUnit: 'SOP_MODEL_EXP