A simple problem, but I can not slove:Why this setter() getter() error?

when I run tomcat , the tomcat page show this error:
Error creating bean with name 'springappController' defined in ServletContext resource [WEB-INF/springapp-servlet.xml]: Error setting property values; nested exception is org.springframework.beans.NotWritablePropertyException: Invalid property 'productManager' of bean class [SpringappController]: Bean property 'productManager' is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter?     org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1058)...................................
It says that there is wrong property defined inside springapp-servlet. xml due to my setter() and getter() has problem,
the springapp-servlet. xml file where I defined this controller bean is like follows, the error warning place is highlighted :
<bean id="springappController" class="SpringappController">
<!-- add this part after we create ProductManager and modify the controller and hello.jsp-->
<property name="productManager">      <ref bean="prodMan"/>
</property>
</bean>
<bean id="prodMan" class="bus.ProductManager">
     <property name="products">
          <list>
               <ref bean="product1"/>
               <ref bean="product2"/>
               <ref bean="product3"/>
          </list>
          </property>     
</bean>
the place I define my setter() and getter() is appspringController class, which is:
package web;
import org.springframework.web.servlet.mvc.Controller;
import org.springframework.web.servlet.ModelAndView;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import java.io.IOException;
import java.util.*;
import java.util.Map;
import java.util.HashMap;
import bus.Product;
import bus.ProductManager;
public class SpringappController implements Controller {
//logger for this class and subclass
protected Log logger=LogFactory.getLog(getClass());
private ProductManager productManager;
public ModelAndView handleRequest(HttpServletRequest request, HttpServletResponse response)
throws ServletException, IOException {   
String now=(new java.util.Date()).toString();
logger.info("returning hello view with"+now);
Map myModel=new HashMap();
myModel.put("now",now);
myModel.put("Products", productManager.getProducts());
return new ModelAndView("hello","model",myModel);
}//end of HandleRequest
public void setProductManager(ProductManager pm){
     productManager=pm;
public ProductManager getProductManager(){
     return productManager;
}//end of controller
I do not see any error of my setter() and getter() method in the SpringappController, and I do not know where is wrong inside the springapp-servlet. xml file. could any one help me?
Message was edited by:
Mellon
Message was edited by:
Mellon
Message was edited by:
Mellon
Message was edited by:
Mellon

hi vibhaa
Can you please explicitly put what you meant by lost a class,I think he miss typed the path of the class. e.g.
if the class name is Product.java in the package com -> src -> packs ->
he must have typed as
com.src.Product in stead of
com.src.packs.Product
I am having a similar problem and would like to know the solution. Just check you path as I mentioned earlier, if the path is alright, then make sure you have declared your class as "public".
let me what is happening with it.

Similar Messages

  • TA25981 I have set up my base station, no problem, but I can not locate my set up assistant to complete the process to work with our iPads.  It is Mac OS X 10.7.2.  Anyone help?

    I have set up my ariport extreme base station, no problem, but I can not locate my airport assistant to continue to work wirelessly with our ipads.  When you click on the airport base station, it only shows the info about the base station.  The assistant will not come up.  Can anyone help?  It is a Mac OS X 10.7.2.

    Not sure what you mean by "assistant".
    Assuming that you have set up the AirPort Extreme to broadcast a wireless network, you need to connect to that wireless network from each iPad or other wireless device.....just like you would connect to a network at the coffee place or bookstore.
    On an iPad....
    Tap Settings on the home screen
    Tap Wi-Fi on the left panel
    Tap on the name of your new network when it appears
    Tap in the password
    Tap Join

  • Have Adobe's Digital Edition, now I wanted per bookcase the books in a list printing, but printing can not activate. I cannot get it working to someway to print lists. Please tell me what the cause is that this fails or what should I change to get the lis

    have Adobe's Digital Edition, now I wanted per bookcase the books in a list printing, but printing can not activate. I cannot get it working to someway to print lists. Please tell me what the cause is that this fails or what should I change to get the lists be printed

    Hello, Edward and thank you for your note.
    I read through the thread you mentioned and it seems that people are having a lot of problems with the iCloud clients, so we're not alone, but the unique issue in my case is the failing email address vs. the working perfectly email address.
    After reading your message tonight, I tried my setup again with the preferred Apple ID (the one without the "." between the names), and for the first time ever, IT WORKS. Mail app configured the servers both send and receive as p01-smtp.mail.me.com and p01-imap.mail.me.com. For the first time, I'm able to send and receive into the Mail app, create mailboxes, move messages into and out of mailboxes, keep Sent messages, etc.
    I had a 50-minute support chat with MobileMe support via ExpressLane on Monday afternoon. They couldn't resolve my issue but passed me on to escalation. I was told to expect to get an email from advanced support by this afternoon, but none has arrived. However, so far tonight -- and I will check again tomorrow several times before declaring victory -- it looks like something has been fixed on the Apple end to make things work.
    I will report back after I do some additional testing tomorrow to make sure the fix is real and is solid...and before I let my friend, the new Mac user, know the good news.
    Regards,
    Mike

  • Hello, I have downloaded the new update to my iPhone 4 but I can not instal it , gives me a error signs would you please help me thank you. Nasser

    Hello, I have downloaded the new update to my iPhone 4 but I can not instal it , gives me a error signs would you please help me thank you. Nasser

    Please identify the error.

  • Since installing OSX 10 my iMac randomly shuts down and restarts.  I can not determine why this is happening.  Any ideas?

    Since installing OSX 10, my iMac randomly shuts down and restarts.  I can not determine why this is happening.  Any ideas?

    1. This is a comment on what you should and should not do to protect yourself from malicious software ("malware") that circulates on the Internet. It does not apply to software, such as keystroke loggers, that may be installed deliberately by an intruder who has hands-on access to the victim's computer. That threat is in a different category, and there's no easy way to defend against it. If you have reason to suspect that you're the target of such an attack, you need expert help.
    If you find this comment too long or too technical, read only sections 5, 6, and 10.
    OS X now implements three layers of built-in protection specifically against malware, not counting runtime protections such as execute disable, sandboxing, system library randomization, and address space layout randomization that may also guard against other kinds of exploits.
    2. All versions of OS X since 10.6.7 have been able to detect known Mac malware in downloaded files, and to block insecure web plugins. This feature is transparent to the user, but internally Apple calls it "XProtect." The malware recognition database is automatically checked for updates once a day; however, you shouldn't rely on it, because the attackers are always at least a day ahead of the defenders.
    The following caveats apply to XProtect:
    It can be bypassed by some third-party networking software, such as BitTorrent clients and Java applets.
    It only applies to software downloaded from the network. Software installed from a CD or other media is not checked.
    As new versions of OS X are released, it's not clear whether Apple will indefinitely continue to maintain the XProtect database of older versions such as 10.6. The security of obsolete system versions may eventually be degraded. Security updates to the code of obsolete systems will stop being released at some point, and that may leave them open to other kinds of attack besides malware.
       3. Starting with OS X 10.7.5, there has been a second layer of built-in malware protection, designated "Gatekeeper" by Apple. By default, applications and Installer packages downloaded from the network will only run if they're digitally signed by a developer with a certificate issued by Apple. Software certified in this way hasn't necessarily been tested by Apple, but you can be reasonably sure that it hasn't been modified by anyone other than the developer. His identity is known to Apple, so he could be held legally responsible if he distributed malware. That may not mean much if the developer lives in a country with a weak legal system (see below.)
    Gatekeeper doesn't depend on a database of known malware. It has, however, the same limitations as XProtect, and in addition the following:
    It can easily be disabled or overridden by the user.
    A malware attacker could get control of a code-signing certificate under false pretenses, or could simply ignore the consequences of distributing codesigned malware.
    An App Store developer could find a way to bypass Apple's oversight, or the oversight could fail due to human error.
    For the reasons given above, App Store products, and other applications recognized by Gatekeeper as signed, are safer than others, but they can't be considered absolutely safe. "Sandboxed" applications may prompt for access to private data, such as your contacts, or for access to the network. Think before granting that access. Sandboxing security is based on user input. Never click through any request for authorization without thinking.
    4. Starting with OS X 10.8.3, a third layer of protection has been added: a "Malware Removal Tool" (MRT). MRT runs automatically in the background when you update the OS. It checks for, and removes, malware that may have evaded the other protections via a Java exploit (see below.) MRT also runs when you install or update the Apple-supplied Java runtime (but not the Oracle runtime.) Like XProtect, MRT is effective against known threats, but not against unknown ones. It notifies you if it finds malware, but otherwise there's no user interface to MRT.
    5. The built-in security features of OS X reduce the risk of malware attack, but they're not absolute protection. The first and best line of defense is always going to be your own intelligence. With the possible exception of Java exploits, all known malware circulating on the Internet that affects a fully-updated installation of OS X 10.6 or later takes the form of so-called "Trojan horses," which can only have an effect if the victim is duped into running them. The threat therefore amounts to a battle of wits between you and the malware attacker. If you're smarter than he thinks you are, you'll win.
    That means, in practice, that you always stay within a safe harbor of computing practices. How do you know what is safe?
    Any website that prompts you to install a “codec,” “plug-in,” "player," "extractor," or “certificate” that comes from that same site, or an unknown one, is unsafe.
    A web operator who tells you that you have a “virus,” or that anything else is wrong with your computer, or that you have won a prize in a contest you never entered, is trying to commit a crime with you as the victim. (Some reputable websites did legitimately warn visitors who were infected with the "DNSChanger" malware. That exception to this rule no longer applies.)
    Pirated copies or "cracks" of commercial software, no matter where they come from, are unsafe.
    Software of any kind downloaded from a BitTorrent or from a Usenet binary newsgroup is unsafe.
    Software that purports to help you do something that's illegal or that infringes copyright, such as saving streamed audio or video for reuse without permission, is unsafe. All YouTube "downloaders" are outside the safe harbor, though not all are necessarily harmful.
    Software with a corporate brand, such as Adobe Flash Player, must be downloaded directly from the developer’s website. If it comes from any other source, it's unsafe. For instance, if a web page warns you that Flash is out of date, do not follow an offered link to an update. Go to the Adobe website to download it, if you need it at all.
    Even signed applications, no matter what the source, should not be trusted if they do something unexpected, such as asking for permission to access your contacts, your location, or the Internet for no obvious reason.
    "FREE WI-FI !!!" networks in public places are unsafe unless you can verify that the network is not a trap (which you probably can't.) Even then, do not download any software or transmit any private information while connected to such a network, regardless of where it seems to come from or go to.
    6. Java on the Web (not to be confused with JavaScript, to which it's not related, despite the similarity of the names) is a weak point in the security of any system. Java is, among other things, a platform for running complex applications in a web page, on the client. That was always a bad idea, and Java's developers have proven themselves incapable of implementing it without also creating a portal for malware to enter. Past Java exploits are the closest thing there has ever been to a Windows-style virus affecting OS X. Merely loading a page with malicious Java content could be harmful.
    Fortunately, client-side Java on the Web is obsolete and mostly extinct. Only a few outmoded sites still use it. Try to hasten the process of extinction by avoiding those sites, if you have a choice. Forget about playing games or other non-essential uses of Java.
    Java is not included in OS X 10.7 and later. Discrete Java installers are distributed by Apple and by Oracle (the developer of Java.) Don't use either one unless you need it. Most people don't. If Java is installed, disable it — not JavaScript — in your browsers.
    Regardless of version, experience has shown that Java on the Web can't be trusted. If you must use a Java applet for a task on a specific site, enable Java only for that site in Safari. Never enable Java for a public website that carries third-party advertising. Use it only on well-known, login-protected, secure websites without ads. In Safari 6 or later, you'll see a lock icon in the address bar with the abbreviation "https" when visiting a secure site.
    Follow the above guidelines, and you’ll be as safe from malware as you can practically be. The rest of this comment concerns what you should not do to protect yourself.
    7. Never install any commercial "anti-virus" or "Internet security" products for the Mac, as they all do more harm than good, if they do any good at all. Any database of known threats is always going to be out of date. Most of the danger is from unknown threats. If you need to be able to detect Windows malware in your files, use one of the free anti-virus products in the Mac App Store — nothing else.
    Why shouldn't you use commercial "anti-virus" products?
    Their design is predicated on the nonexistent threat that malware may be injected at any time, anywhere in the file system. Malware is downloaded from the network; it doesn't materialize from nowhere.
    In order to meet that nonexistent threat, the software modifies or duplicates low-level functions of the operating system, which is a waste of resources and a common cause of instability, bugs, and poor performance.
    To recognize malware, the software depends on a database of known threats, which is always at least a day out of date. Most of the real danger comes from highly targeted "zero-day" attacks that are not yet recognized.
    By modifying the operating system, the software itself may create weaknesses that could be exploited by malware attackers.
    8. An anti-malware product from the App Store, such as "ClamXav," doesn't have these drawbacks. That doesn't mean it's entirely safe. It may report email messages that have "phishing" links in the body, or Windows malware in attachments, as infected files, and offer to delete or move them. Doing so will corrupt the Mail database. The messages should be deleted from within the Mail application.
    An anti-virus app is not needed, and should not be relied upon, for protection against OS X malware. It's useful only for detecting Windows malware. Windows malware can't harm you directly (unless, of course, you use Windows.) Just don't pass it on to anyone else.
    A Windows malware attachment in email is usually easy to recognize. The file name will often be targeted at people who aren't very bright; for example:
    ♥♥♥♥♥♥♥♥♥♥♥♥♥♥!!!!!!!H0TBABEZ4U!!!!!!!.AVI♥♥♥♥♥♥♥♥♥♥♥♥♥♥.exe
    Anti-virus software may be able to tell you which particular trojan it is, but do you care? In practice, there's seldom a reason to use the software unless an institutional policy requires it.
    The ClamXav developer won't try to "upsell" you to a paid version of the product. Other developers may do that. Don't be upsold. For one thing, you should not pay to protect Windows users from the consequences of their choice of computing platform. For another, a paid upgrade from a free app will probably have the disadvantages mentioned in section 7.
    9. It seems to be a common belief that the built-in Application Firewall acts as a barrier to infection, or prevents malware from functioning. It does neither. It blocks inbound connections to certain network services you're running, such as file sharing. It's disabled by default and you should leave it that way if you're behind a router on a private home or office network. Activate it only when you're on an untrusted network, for instance a public Wi-Fi hotspot, where you don't want to provide services. Disable any services you don't use in the Sharing preference pane. All are disabled by default.
    10. As a Mac user you don't have to live in fear that your computer may be infected every time you install software, read email, or visit a web page. But neither should you assume that you will always be safe from exploitation, no matter what you do. The greatest harm done by security software is precisely its selling point: it makes people feel safe. They may then feel safe enough to take risks from which the software doesn't protect them. Nothing can lessen the need for safe computing practices.

  • I've just bought an ebook but I can not open it because ADE says "Error! Check Activation".

    Hi,
    I need an urgent support. I've just bought an ebook (from FGV Editor) but I can not open it because a message box says "Error! Check Activation."
    I follow all tutorial recommends about deactivate Windows Firewall for ADE program.. I deactivate the whole Windows firewall but I still have the same problem.
    Please, whenever ADE support can help me. I still believe Adore Corp. reputation.
    Cheers,
    Fabio.

    Thanks! This worked for me. When you uninstall 4.0 and install 3.0 you will have to deauthorize and then reauthorize your account and reader (CTRL+SHIFT+D) and it should work. This saved me a lot of anguish.
    You can find the old versions here: Adobe Digital Editions downloads

  • I can not connect to itunes keep getting error 306

    I am trying to connect to itunes but keep getting error message saying "you can not connect to intunes error 306 please try later"

    Hello sukicheeka,
    Thanks for using Apple Support Communities.
    To troubleshoot this connection error with the iTunes Store please follow the steps in the article below for your operating system.
    iTunes: Advanced iTunes Store troubleshooting
    http://support.apple.com/kb/TS3297
    Take care,
    Alex H.

  • "iPod Touch can not be backed up. The file needed can not be found" This is an error message I got when trying to restore my iPod Touch today after the volume bar disappeared!

    Today the volume bar disappeared on my iPod Touch leaving me with no volume control. When  I tried to do a restore I  got the message "iPod Touch can not be backed up. The file needed can not be found" I'm in a double whammy here. First off has anyone ever got and cured either problem?
    Thanks!

    Problem solved thanks to another post here on the same topic.
    1-Opened i Tunes & Connected iPod Touch
    2- Unchecked "Open iTunes when connected"
    3 - Synched iPod
    4- Hit "Apply"
    5- Checked "Open iTunes when connected"
    6- Synched iPod
    7 - Hit "Apply"
    8- Ejected iPod and closed iTunes
    9- Re-connected iPod Touch
    10- iTunes opened automatically!  

  • Can not download I tunes keep getting error message 7

    I can't download I tunes on my lap top, after i download and try to open the program i get a error message 7 and redownload I tunes again and i still ger error Message 7, can any one help me, thanks

    Hello Beebopper 1313,
    Welcome to Apple Support Communities.
    The article linked below provides a lot of great information and troubleshooting tips that'll resolve most issues like the one that you’ve described, where you see an “Error 7” alert message when trying to launch iTunes on your PC.
    iTunes for Windows: "Error 7" message when opening iTunes - Apple Support
    So long,
    -Jason

  • I have one paid mobileme account, few days ago I have done transition to iCloud and all my iDisk, contact... gone. Today I tried login to iCloud application on my windows pc but can not, it said "this apple id is valid but is not iCloud account"

    I have one paid mobileme account, few days ago I have done transition to iCloud and all my iDisk, contact... gone. Today I tried login to iCloud application on my windows pc (64bit) but I can not, it said "this apple id is valid but is not iCloud account". I can login on website icloud.com but can not login into iCloud application installed on pc. What's wrong?
    I have tried another free apple ID and logged on. That's funny when I can login with free account and can not login with paid mobileme account!!!!!!

    By the way - the only reason I downloaded iCloud is because Apple deleted the backup option from iTunes.  Since iCloud doesn't work, I guess we have no way to protect our iTunes music collection.  Absolutely stupid.

  • When I set up a guest network on my time capsule nothing can not connect to this network

    I have an airport time capsule and I set up a guest network on it. This network is visible, but I can not connect to this using my mac, windows lap tops iPhone and samsung galaxy note 4.

    Actually the TC is the main router, but the problem is when I put this on NAT DHCP mode
    The device that you call your "modem" is very likely a modem/router or gateway type of device that combines both the functions of a modem and router in one package.
    The Guest Network feature will only work correctly when the TC connects to a pure modem.....not a modem/router or gateway.
    To see if this is really your problem, please post back with the make and model number of the device that you call your "modem" so we can see exactly what you have.

  • HT5624 how do I change the security questions on my daughters itunes account. I do not remember adding the questions and they do not make sence to me. can not figure out how to get to her  email account that it is showing for her altern

    I cant seem to be able to change the secutity questions on my minor daughters itunes account. I set the account up but I do not remember adding the security questions and they do not make sense to me. It says that the alternate account it would be sent to is@ me.com but I can not figure our how to get to it to retreive the email to reset the questions. My daughters account may have recently been hacked so I am trying to change all passwords. I changed the itunes account and added another email but I still can not change security questions in case I ever need them.
    <Email Edited by Host>

    We are fellow users here on these user-to-user forums, you're not talking to iTunes Support nor Apple - I've asked the hosts to remove your email address from your post (it's not a good idea to post personal info on any public forum).
    The reset link on an account will only show if there is a rescue email address on it, alternate email addresses are different and not used for resetting them. If she has a rescue email address on her account then steps 1 to 5 half-way down this page will give you a reset link on the account : http://support.apple.com/kb/HT5312
    Navigate to appleid.apple.com using your web browser.
    Click "Manage your account"
    When prompted, sign in using your Apple ID and password.
    Click Password & Security
    You'll be asked to answer 2 of your 3 security questions before you can make any modifications. If you are unable to remember your answers, you can choose to send an email to your rescue email to reset your security questions.
    If she doesn't have a rescue email address (you won't be able to add one until you can answer your questions) then you will need to contact Support in your country to get the questions reset.
    Contacting Apple about account security : http://support.apple.com/kb/HT5699
    When they've been reset (and if you don't already have a rescue email address) you can then use steps 1 to 7 half-way down the HT5312 link above to add a rescue email address for potential future use

  • Can you explain why there is an error at the line   *pStart = *pEnd;

    //program should reverse a given string.
    //Original string is "SAW", and the same string reversed should be "WAS"
    #include <stdio.h>
    #import <string.h>
    int main (int argc, const char * argv[]) {
    // insert code here...
    printf("This program reverses a string without blank spaces.\n");
    char *sentenceArray = "SAW";
    char temp;
    char * pStart, *pEnd;
    pStart = sentenceArray;
    int stringLength = strlen(pStart);
    pEnd = (pStart + stringLength -1);
    printf("\nOriginal sentenceString is: %s", pStart);
    printf("\naddress of pStart:%lu, value: %c", pStart, *pStart);//make sure pointer is at the start
    printf("\naddress of pEnd:%lu, value: %c", pEnd, *pEnd);//ensures pointer is at the end
    while (pStart < pEnd)
    temp = *pStart;
    *pStart = *pEnd;//can somebody explain why this is an error? Thank you.
    *pEnd = temp;
    ++pStart;
    --pEnd;
    printf("\nReversed sentenceString is: %s", sentenceArray);
    return 0;
    //Thank you for your assistance!

    To expand on Keith's answer a bit:
    The problem, as you know, is with this line:
    *pStart = *pEnd;
    So, let's break this down a bit. This statement uses the dereference operator (the asterisk before each pointer) twice, and, as you probably know, the dereference operator allows you to access the value that a pointer points to, instead of accessing the value of the pointer itself (a memory address), which is what you would be accessing if you didn't use the dereference operator.
    So, on the right side of the assignment you have *pEnd, which is basically saying to take the value pointed to by the pointer pEnd and assign in to whatever is on the left side of the assignment, and that's where your problem is -- the left side of the assignment. The *pEnd part is fine, but the +*pStart =+ part is not fine. What you are saying here is to take whatever is on the right side of the assignment (*pEnd) and assign it to the value that is pointed to by the pointer pStart. And, as Keith mentioned, that's your problem. The value that is pointed to by pStart is a string literal ("SAW" here), and a string literal (like any literal) can not have anything assigned to it -- it can not be written to -- it is read-only, as Keith said. And like anything else read-only, this means that it can not be on the left side of an assignment statement, and that's where you have it, so, we get an error.
    The solution, as Keith gave, is to change pStart from a character pointer (which is what you have declared it as) to a character array, like so:
    char sentenceArray[32] = "SAW";
    This will fix your problem.
    Hope this helped some. Pointers are rough business, especially when it comes to character pointers and character arrays and whatnot, and I still don't understand them well by any means, so keep at it. Best of luck!

  • Good evening, my name is Ludmila I have a problem. im buy second hand iphone 5 but I can not use the screen shows asking me apple id but I do not know this is my first iphone I do not know what the police thought it was stolen or lost but I you can help m

    Good evening, my name is Ludmila I have a problem. im buy second hand iphone 5 but I can not use the screen shows asking me apple id but I do not know this is my first iphone I do not know what the police thought it was stolen or lost but I you can help me. Someone told me we should stop function Find my iphone but how?? email does not even know the first lord. It cost me 400 euros but may not use iphone. someone laugh at me because I deceived. Please help me tell me his email talk to you should stop off iCloud or ID

    Scuzati de engleza google translate

  • Hi, I have a problem with my ipad, I want to restore it but I can not. When I plug the ipad (off) it is not recognized by itunes, I turn the ipad, There are apple and the apple after you see the usb cable and itunes logo for just 1 minute and turns off an

    Hi, I have a problem with my ipad, I want to restore it but I can not. When I plug the ipad (off) it is not recognized by itunes, I turn the ipad, There are apple and the apple after you see the usb cable and itunes logo for just 1 minute and turns off and is no longer recognized by itunes.
    thank you for your help.

    Hi there beni_m,
    You may find the troubleshooting steps in the articles below helpful.
    iOS: Not responding or does not turn on
    http://support.apple.com/kb/ts3281
    iOS: Device not recognized in iTunes for Mac OS X
    http://support.apple.com/kb/ts1591
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/ts1538
    -Griff W. 

Maybe you are looking for

  • How do i get rid of black screen on iPhone simulator

    im makg a game on Xcode for iOS buterytime i try to run the app the iPhone simulator goesBlack    could still see the app icon but not the applcation it self it   l   team fixes this problome to lauch it n the near winter. We have it updated to iOS 7

  • Example of a custom field mapping?

    Ok, I admit it I am struggling here. I have simplified my example from what I actually have. I have a table that models a flat hierarchy ID | START_DATE | END_DATE | CLASSNAME | FIELD1 | FIELD2 | ... one of the objects in my hiearchy (CashFlow) has a

  • Problems with "Image adjustments" in print menu

    I am having roblems with "Image adjustments" in the Aperture print menu.  When I try to use Brightness, Contrast or Saturation in the Image Ajustment section of the Print menu I get a white screen where my photo to print had been.  When I uncheck the

  • Error administrating ohs1 in EM Fusion Middleaware Control

    Using WebLogic Server Version: 10.3.5.0 with Enterprise Manager 11g Fusion MIddleware Control 11.1.1.5.0 on Oracle Linux 5.8 64-bit. I have three OHS instances in the cluster and for jut one of them (ohs1 on the admin server) I cannot do any type of

  • Query not giving o/p

    Hi All, when i run the query i am getting the below mentioned error...in RSRT2 ORA-01722: invalid number Error reading the data of InfoProvider DSO_02 Error while reading data; navigation is possible >> Row: 71 Inc: NEXT_PACKAGE Prog: CL_SQL_RESULT_S