Unable to locate jaxb.properties

[I have already checked my generated folder which is "config.xmlobjects.configurator.ipc.createConfig" for "jaxb.properties" file; It exists. ]
Error Causing Code:
JAXBContext jc = JAXBContext.newInstance( "config.xmlobjects.configurator.ipc.createConfig" );
Error Below:
javax.xml.bind.JAXBException: Unable to locate jaxb.properties for package config.xmlobjects.configurator.ipc.createConfig
StackTrace, below
javax.xml.bind.JAXBException: Unable to locate jaxb.properties for package config.xmlobjects.configurator.ipc.createConfig
     at javax.xml.bind.ContextFinder.searchcontextPath(ContextFinder.java:176)
     at javax.xml.bind.ContextFinder.find(ContextFinder.java:126)
     at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:274)
     at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:231)
     at Main.main(Main.java:74)

I had the "unable to locate jaxb.properties" message before, I tried this workaround, and now I get:
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:42)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:28)
at java.lang.reflect.Method.invoke(Method.java:327)
at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:99)
at javax.xml.bind.ContextFinder.searchcontextPath(ContextFinder.java:200
at javax.xml.bind.ContextFinder.find(ContextFinder.java:126)
at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:274)
at Testing123.main(Testing123.java:28)
Caused by: java.lang.NoClassDefFoundError: edu.uci.ics.__007eemilyo.simse.model.
ObjectFactory
at com.sun.xml.bind.GrammarInfoFacade.createGrammarInfoFacade(GrammarInf
oFacade.java:103)
at com.sun.xml.bind.DefaultJAXBContextImpl.<init>(DefaultJAXBContextImpl
.java:61)
at com.sun.xml.bind.ContextFactory.createContext(ContextFactory.java:27)
... 9 more
--------------- linked to ------------------
javax.xml.bind.JAXBException: Provider com.sun.xml.bind.ContextFactory could not
be instantiated: java.lang.reflect.InvocationTargetException
- with linked exception:
[java.lang.reflect.InvocationTargetException]
at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:105)
at javax.xml.bind.ContextFinder.searchcontextPath(ContextFinder.java:200
at javax.xml.bind.ContextFinder.find(ContextFinder.java:126)
at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:274)
at Testing123.main(Testing123.java:28)
Please help!! Thanks!

Similar Messages

  • Javax.xml.bind.JAXBException: Unable to locate jaxb.properties for package ...

    I want to marshall a java content tree (generated with jaxb api) in xml stream
    in an EJB.
    Generated classes are archived in a jar file containing its jaxb.properties, when
    I test it
    in a classic java process it runs well.
    When I try to do it in an EJB with weblogic 8.1 I get the following error:
    javax.xml.bind.JAXBException: Unable to locate jaxb.properties for package
    I've checked:
    - jaxb.properties is in the archive file
    I've tried to put the jar file in the classpath of the server in the starter script.
    I've tried to put reference classpath in the manifest of the ejb jar and of application
    ear.
    I've tried to put both reference in server classpath and ear/jar manifest.
    I still doesn't run.
    Any idea?
    Thanks a lot
    Franck

    Add the directory of the generated classes in the classpath.
    "franck" <[email protected]> wrote:
    >
    I want to marshall a java content tree (generated with jaxb api) in xml
    stream
    in an EJB.
    Generated classes are archived in a jar file containing its jaxb.properties,
    when
    I test it
    in a classic java process it runs well.
    When I try to do it in an EJB with weblogic 8.1 I get the following error:
    javax.xml.bind.JAXBException: Unable to locate jaxb.properties for package
    I've checked:
    - jaxb.properties is in the archive file
    I've tried to put the jar file in the classpath of the server in the
    starter script.
    I've tried to put reference classpath in the manifest of the ejb jar
    and of application
    ear.
    I've tried to put both reference in server classpath and ear/jar manifest.
    I still doesn't run.
    Any idea?
    Thanks a lot
    Franck

  • JAXB: Unable to locate jaxb.properties for package com.globalrefund.jaxb

    When I package my classes into a jar and try to run my app with
    java -jar myapp.jar
    I get "Unable to locate jaxb.properties for package com.globalrefund.jaxb"
    Everything works fine when I run my app by setting the classpath followed by "java com.globalrefund.MainClass".
    "jaxb.properties" is in the jar in the directory "com.globalrefund.jaxb". I use JRE 1.4.1.
    What's wrong?
    Regards,
    Bernhard

    a little additional info:
    It works when I put jaxb.properties in the directory com.globalrefund.jaxb and let classpath point to the root of the directory structure.
    If I create a jar containing exactly the same directory structure and add the jar to the classpath it does not work.
    Looks like JAXB cannot read jaxb.properties from a jar?!
    Any ideas?
    Thanks
    Bernhard

  • Unable to locate hub.properties

    Hello,
    I am trying to SSL enable my workflow but I am unable to locate Hyperion_Home/deployments/Application_Server/SharedServices9/Config directory
    Where is Hyperion_Home located?
    Thanks.
    FOUND THE ANSWER. I was on the wrong server.
    Edited by: adi26 on Jun 17, 2009 1:08 PM

    I was on the incorrect server and it really was ServerName/d$/Hyperion/deployments

  • JAXB 1.0 Final: jaxb.properties not found when using custom classloader

    JDK 1.3.1 is being used.
    The scenario:
    1) jaxb jar files, jaxb generated files and application files loaded in default class loader works, however
    2) jaxb jar files, jaxb generated files and application files loaded in a custom class loader generate the following exception:
    javax.xml.bind.JAXBException: Unable to locate jaxb.properties for package XXX
    To demonstrate here are two sample applications: a Launcher app whose job it is to start apps and a sample App1 application who needs JAXB.
    If launch is placed into a jar file named launch.jar and App1 is placed into a jar file named app1.jar (with a JAXB generated package), and both jar files are placed in a directory containing all the JAXB 1.0 jar files (dom, sax, namespace, etc) and the system is started with the following:
    jre\bin\java -cp launch.jar; testLaunch.launch
    the exception occurs.
    By way of comparison, if App1 is started directly with the following:
    jre\bin\java -cp app1.jar;jax-qname.jar;jaxb-xjc.jar;jaxb-ri.jar;jaxb-libs.jar;jaxb-api.jar;dom.jar;sax.jar;jaxp-api.jar;xercesImpl.jar;namespace.jar;ant.jar;xalan.jar testApp.app1
    the exception does not occur.
    Any help would be greatly appreciated.
    package testLaunch;
    import java.net.*;
    import java.io.*;
    public class launch extends javax.swing.JFrame
        private static URLClassLoader app1ClassLoader_; 
        private static Class  app1EntryClass_ = null;
        private static final String app1MainClassName_ = "testApp.app1";
        private Object appObj_ = null;
         static public void main(String args[])
              try {
                System.out.println("Launch Main");               
                new launch();          
                  System.exit(0);
              catch (Throwable t) {
                   t.printStackTrace();
                   System.exit(1);
         public launch()
            if (app1ClassLoader_== null)
                loadAppClassLoader();
            try{
                if (app1EntryClass_ == null)
                    app1EntryClass_ = app1ClassLoader_.loadClass(app1MainClassName_);
                if (app1EntryClass_ == null)
                    System.out.println(app1MainClassName_ + " was not found");
                else
                    appObj_ = app1EntryClass_.newInstance();
            catch(ClassNotFoundException x){
                x.printStackTrace();
            catch(Exception x){
                x.printStackTrace();
        private static void loadAppClassLoader()
            String jarPath = jarPath = System.getProperty("user.dir");
            System.out.println("jar path is: " + jarPath);
            try{
                File jarfile1 = new File(jarPath+File.separator+"app1.jar");
                File jarfile2 = new File(jarPath+File.separator+"dom.jar");
                File jarfile3 = new File(jarPath+File.separator+"jaxp-api.jar");
                File jarfile4 = new File(jarPath+File.separator+"jaxb-api.jar");
                File jarfile5 = new File(jarPath+File.separator+"jaxb-xjc.jar");
                File jarfile6 = new File(jarPath+File.separator+"jaxb-ri.jar");
                File jarfile7 = new File(jarPath+File.separator+"jaxb-libs.jar");
                File jarfile8 = new File(jarPath+File.separator+"jax-qname.jar");
                File jarfile9 = new File(jarPath+File.separator+"sax.jar");
                File jarfile10 = new File(jarPath+File.separator+"xercesImpl.jar");
                File jarfile11 = new File(jarPath+File.separator+"namespace.jar");
                File jarfile12 = new File(jarPath+File.separator+"xalan.jar");
                File jarfile13 = new File(jarPath+File.separator+"ant.jar");
                if (!jarfile1.exists())
                    System.out.println("**ERROR " + jarfile1 + " does not exist!");
                app1ClassLoader_ = new URLClassLoader( new URL[]{jarfile1.toURL(),
                                                                jarfile2.toURL(),
                                                                jarfile3.toURL(),
                                                                jarfile4.toURL(),
                                                                jarfile5.toURL(),
                                                                jarfile6.toURL(),
                                                                jarfile7.toURL(),
                                                                jarfile8.toURL(),
                                                                jarfile9.toURL(),
                                                                jarfile10.toURL(),
                                                                jarfile11.toURL(),
                                                                jarfile12.toURL(),
                                                                jarfile13.toURL()} );
            catch(Exception x){
                x.printStackTrace();
                return;
    package testApp;
    import javax.xml.bind.*; // JAXB classes
    import myGeneratedJAXBFiles;
    public class app1 extends javax.swing.JFrame
         static public void main(String args[])
              try {
                System.out.println("App1 Main");               
                new app1();           
                  System.exit(0);
              catch (Throwable t) {
                   t.printStackTrace();
                   System.exit(1);
         public app1()
            try
                JAXBContext jc_ = JAXBContext.newInstance( "myGeneratedJAXBFiles" );
                System.out.println("Successfully loaded JAXB Context");          
            catch (JAXBException jbe)
                jbe.printStackTrace();

    I'm doing something very similar. In fact my launcher is also stored in launcher.jar. It will start any application on the classpath and load dependencies jars located in the specified directory.
    The first thing you must do is specify the classloader when constructing the jaxb context:
    JAXBContext jc = JAXBContext.newInstance(xmlPackage, getClass().getClassLoader());
    After this I was still raning into the "jaxb.properties not found" exception in some situations. Basically if the class using the jaxb files is located in the same jar as jaxb.properties everything worked fine. However if the class using the jaxb objects was located in a different jar it did not work.
    I had to add the following early in the execution of the application that load the plugins to get things working correctly:
    Thread.currentThread().setContextClassLoader(jarDirClassLoader);
    As far as I can tell JAXB using the Context class loader to find the jaxb.properties file.
    I'm using JAXB 1.1
    I hope this helps!

  • JAXB error: unable to locate .../bgm.ser

    When call setValidating(true) on my unmarshaller I see the following error. This error does not stop the processing of my code i.e. I think it is being caught inside the JAXB implementation and not rethrown :(
    javax.xml.bind.JAXBException: unable to locate myclasspath/ObjectFactory$GrammarInfoImpl/bgm.ser
    The bgm.ser file is located in the root of myclasspath and is generated by the binding compiler. Why is JAXB looking for this file in a non-existent directory?

    I had the same error because the IDE I am using
    separates the .java from the .class so the bgm.ser is
    still sitting in your java directory. You need to move
    it across to the class directory and all will be fine.
    Of course be careful of rebuild all.Thanks. I guess I should have tried that. The error message was putting me on the wrong track. So now that works but I still have no use for the validation because it has no context. When I validate it this way, I at least get a line and column number but nothing else. I could dig into the file and figure out what element is there but it doesn't help me when I want to validate later.
    I've gone ahead and written my on validation class that allows me to use error message text that I embed in the schema.
    Thanks.

  • Patching WebLogic server - Unable to locate the specified product directory

    We are trying to apply the October CPU patch to our WebLogic 10.3.6 installation on Windows Server 2003.  However, when we run the below command:
    bsu -install -patch_download_dir=E:\ofm11g\utils\bsu\cache_dir -patchlist=BYJ1 -prod_dir=E:\ofm11g\wlserver_10.3
    We receive this error:
    Unable to locate the specified product directory.[E:\ofm11g\wlserver_10.3]
    That directory is valid.  We are running two instances using this WLS installation - Oracle Reports 11.1.1.6 and Oracle Portal 11.1.1.6.  We are trying to apply the patch with the same user that installed the software.
    I was able to successfully run this command on a different server that runs Oracle Internet Directory 11.1.1.6.
    Any ideas?

    I was able to fix this by ensuring that E:\ofm11g\wlserver_10.3 contained two files: .home and .product.properties.  After I copied these from a different server and edited to fit my environment, I was able to successfully install this patch.

  • Setup Wizard unable to locate Router. WRT54GR

    After I run the Setup Wizard disc and hooked up the router as the disc instructs you to do I click on the "next" button after powering it on and I get a message that says "The Setup Wizard was unable to locate an Router on your network. Please make sure your Router is powered on and all cables are properly connected to your PC". It is hooked up correctly. The lights that are supposed to be on are on. The "wireless" and "internet" light are flashing very quickly though and not solid. Is this normal or not? Also when I first turned it on, my firewall recognized the network and asked me to assign it a name, so I don't understand why the Setup Wizard is not recognizing the router. This is for a WRT54GR.

    Go to control panel>network connections>right-lick local area connection and click properties>highlight internet protocol tcp/ip and click properties. Make sure it's set to obtain an ip address automatically and obtain dns.
    Hope this helps! (",)
    The box said windows xp or better... So I installed Linux!

  • I couldn't locate policy.properties or sso directory in Oracle AS10.1.3.1.1

    I'm trying to do SSO, configured policy in Access Manager as per integration steps in b25347.pdf
    I couldn't locate policy.properties or sso directory in Oracle AS10.1.3.1.1
    I dont know what i'm missing ?

    Thank you,Madrid!
    I have resolved the problem by setting the
    ORACLE_HOME to the right value.
    And thank all of you.
    But I still can't unstand why I could connect tothe
    database through user "system" without setting
    ORACLE_HOME environment variable???Hi everyone,
    I too, have encountered this problem. The user i
    used to install Oracle 10g Express is a member of
    ORA_DBA group AND it also has Windows admin. rights.
    However, i am not able to connect / as SYSDBA.
    Where and how in Windows can I verify ORACLE_HOME
    environment variable? and where can i check if it is
    pointing to oracle_sid? i have search for this
    pattern but was unable to find it.
    Thanks all for your help!Thanks everyone for all your replies. I verified and sure enuf, oracle_sid was not set the the db name
    Thanks!

  • I just backed up my 3gs iphone using itunes.  All my photos and contacts have disappeared from my phone.  I am unable to locate them on my computer.  HELP!!!

    I just backed up my 3gs iphone using itunes.  All my photos and contacts have disappeared from my phone.  I am unable to locate them on my computer.  HELP!!!

    OK, I understand.  Try this ... it's much safer.  It will simply restore your backup, but not do anything to your iOS:
    While your iPhone is plugged in to iTunes, right click on the iPhone icon on the left side of the iTunes display.
    Choose "Restore from backup ..." from the pop-up menu that appears.
    Again, what this will do is place that backup back on your iPhone without changing iOS.  So you should be very confident in the backup contents before doing this.

  • Unable to locate timecode in batch capture

    Hi there, I have been working on this problem for a while and would really appreciate some help.
    I have a documentary project I have been working on for some time and have completed the EDL. I am now trying to batch capture the footage again in full res and am having problems with a couple of the tapes.
    First the specs:
    The video was shot on a Sony HDR-HC1 in HDV(1080) mode.
    I am using this camera to capture the footage.
    I am trying to recapture the footage in a sequence with the easy setting on HDV1080i50.
    I had originally captured the footage in SD on an older version of final cut pro (I am now working with FCP6) and didn't realise that my 16:9 footage was actually all 4:3 letterboxed. To fix this problem I used the media manager to export and then in the new project batch capture all the footage again from the tape. The project uses 18 tapes, 16 of which were batch digitised with only minor troubleshooting required. However 2 of the tapes are proving to be very problematic. It seems that whatever clip I select on the tape it gives me a message saying "unable to locate timecode".
    I have tried setting the tape to the exact location of the clip before selecting the batch capture, but the computer always seems to look for a spot which is 2-3 mins out of sync with the clip. For example, if the in point is 00:10:00:00 the computer will roll the tape to around the 00:12:00:00 mark and start jogging around there for about 30 seconds until eventually giving me the "unable to locate timecode" message. Looking in the information in the bins, the in and out points are accurate, its just that when I try to capture, the computer rolls the tape to the wrong position.
    If anyone knows a workaround for this that will help me avoid having to edit the footage all over again I will be extremely grateful.
    Thanks
    Liam

    HI I have the same problem, the capture window says: Waiting for time code, the device must set in vcr mode and then This operation could not be complete as there is no video, the F!#!%$$ problem is very illogical ,at this mooring I do batch capture without a problem but since the second tape this problem starting, I update to FCP 6.0.4 and,. @@#%#@%#$ the first tape capture but the second not capture and the problem starting againd, note that IMOVIE capture the tape and work very well, iI replace fire wire, camera VCR and , I trayu with Canon, Sony, JVC and the problem persist , I have quicktime 7.4.5, FCO 6.0.4, note that I have two Macs with the same problem in both macs IMOVIE work like a PRO edition Software but FCP is very bad, I have with this problem a long time, I formated Mac, reinstall FCS2 many timers and the problem persist. IS not a problem whit easy setup or wherever , I download the FireWire SDK from Apple and test all connection with the applications of sdk and in all case , the camera and the fire wire are OK, the problem is with quicktime and FCP, If any one is working OK with FCP and DV NTSC devices and JVC PRO HD devices, please tell us HOW DO. I'm working with FCP since 2000 and in this month FCP makes me very UNHAPPY.

  • Unable to locate external device after upgrade

    i have been using FCE 2.0.3 and mac os 10.3 to view clips on video monitor (tv) easy set up was dv pal. so i chose view and and then firewire from the FCE menu to review clips on video monitor through my cannon mv750i-worked ok until recently. I have also been able to capture as well. Nothing wrong with the camera as it works ok in another computer (power pc) which has mac os 10.4.7 but fce is still 2.0.3. So is something i am not doing?
    i then upgraded to mac os 10.4 and fce to 3.5 and easy set up also at same dv pal and a window message comes up informing me that "unable to locate external device" or you have changed system configurations. I have made sure that the camera is on. so please can someone tell me what i can do?

    When I recently upgraded from OSX 10.3.9 to OSX 10.4.7 I found that FCE 3.0 would not recognise the camera.
    When I upgraded to QuickTime 7.1.2 the problem immediately disappeared.
    http://www.apple.com/quicktime/download/mac.html
    Ian.

  • I Tunes unable to locate music ?

    I have just spent 7 hours updating our i-Tunes account. I successfully deleted the extra copies of tracks,located missing files,updated the library and then backed up the whole of i-Tunes.
    I then backed up the whole I-Mac to an external drive and was busy patting myself on the back for an excellent job when I thought I would just check and see everything opened properly after a shut down. I didnt.
    When i opened i-Tunes I could see all my albums,all the artwork,all the playlists, all the music files perfectly organised as I had left them.
    BUT when I clicked on a tune to listen to it, i-Tunes gave me a mesage saying i-Tunes was unable to locate the music file ? I followed the link path to where the music was stored, user\music\ i-Tunes\ i-Tunes media etc and there was all the music as I had left it ??
    When I clicked on any file in i-Tunes it could find it, but when I click on the media folder with the music in it opens i-Tunes up perfectly and plays my tune. I've tried emptying the whole i-Tunes library and then restoring it from i-Tunes folder but I get multiple copies of the allbums, missing artwork, missing files, some albums have one or two tunes missing and some are completely duplicated, e.g. I can see two copies of each track in the album..........I cant believe it ! why is i-Tunes so frustrating ? all I want it to be able to see one copy of each track on each album and keep it that way.
    Is it something to do with my library ? is that corrupted ? should I delete the library and create a new one ? how do I do that ? How, (once I've got it back to how I want it) do I save everything and ensure it doesn't go reading something corrupt again. This is a nightmare...HELP

    The exclamation mark for missing files is shown if the file is no longer where iTunes expects to find it. Possible causes are that you or some third party tool has moved, renamed or deleted the file, or that the drive it lives on has had a change of drive letter. It is also possible that iTunes has changed from expecting the files to be in the pre-iTunes 9 layout to post-iTunes 9 layout, or vice-versa, and so is looking in slightly the wrong place. Changing the path to the media folder won't fix the links to files you've moved by hand.
    Select a track with an exclamation mark, use Ctrl-I to get info, then say no when asked to locate the track. Look on the summary tab for the location that iTunes thinks the file should be. Now take a look around your hard drive(s). Hopefully you can locate the track in question. If a section of your library has simply been moved, or a drive letter has changed, it should be possible to reverse the actions. I can provide a step by step guide if you give me the two paths.
    In some cases iTunes may be able to repair itself if you go through the same steps and locate the lost track. It may then offer to attempt to automatically fix other broken links. Alternatively, as long as you can find a location holding the missing files, then you should be able to use my FindTracks script to reconnect them to iTunes. I would suggest you untick Edit > Preferences > Advanced > Keep iTunes Media folder organized before you start so that things don't have to move around as they are repaired.
    tt2

  • I want to make a slideshow to view on my television with image's duration ranging from seconds to an hour or more and I want to use my iPhone or iPad mini to control the television through my Apple tv.  I've been unable to locate an app that will do this.

    I want to make a slideshow to view on my television with image's duration ranging from seconds to an hour or more and I want to use my iPhone or iPad mini to control the television through my Apple tv.
    I've been unable to locate an app that will do this.  The Photos app that comes with the phone or iPad has extremely limited duration controls.  PhotoStream seems to load everything from my phone or iPad not allowing me to just load up a set group of images.
    iPhoto for iPad is getting some terrible recent reviews.  I tried a couple other free apps but they don't use Airplay.
    I can do something like this with iPhoto and my MB Air, but it's kind of ugly to have the computer open in order to connect by Airplay to my Apple TV.  I've thought the iPad or iPhone would be a lower profile controller.
    Am I out of luck?

    Thanks for your help.  Since I'm uninterested in loading all my photos (the only option) into photostream, I won't be able to use the settings in ATV.  I guess I'm just stuck with using iPhoto on my MB Air.  Thanks again.
    paul

  • HT1918 I am unable to locate where to change the phone number that is associated with my itunes account.

    I am unable to locate where to change the phone number that is associated with my itunes account.  I have a new number and the old number is no longer accessible by me.  I've logged into my iTunes acct and it seems I can only change my appleID itself, my billing address info, and password and things like that.  I cannot find where to remove a number and add a new one.  I've gone to my mobile devices (iphone, ipad) as well as my mac and I'm getting a bit frustrated with it.  I'm sure there's a simple solution and I'm just missing it.  Going to settings>messages>send&receive....there is the old number and no option to make a correction.  I've unchecked it but why can't I add the new number?  On my iphone the ONLY option that shows up is my current number but when I set up my new ipad I have the issue described here.  I want this number completely removed from my account there has to be a way to get it out of the system.  
    Also when going to settings>facetime>you can be reached at:  shows email addresses as well as the OLD phone number with no option to make the correction, remove the incorrect number, or add a new number.  I figured this was tied in to my appleID since thats when it showed up (right when I signed in on my ipad).  So I went to itunes on my mac and went to my account and there I find AppleID Summary, itunes in the cloud, purchase history, and settings.  I've gone through each of those and am still unable to figure out where to change it.  Somebody PLEASE tell me where to find this data so I can change it.  I've seen multiple inquiries about this all over the internet but everyone's solution is to do exactly what I've already done.  No resolution to the real issue. 

    Apple will have it, but if there is ever a question/problem, the store that you made the exchange at will have it on record. 
    But if you're worried about it call 800-APL-CARE and see if they have it.

Maybe you are looking for

  • Heating Issue with P4

    Hey Everyone I've been reading alot lately in this forum, and there is lots of good info, but I was hoping that someone can help me out. I recently upgraded my PC, from a P4 2.53 GHZ with a Asus P4PE motherboard with cheap PSU and RAM and case to a C

  • Problem about factory reset my iphone 4s

    My boyfriends has very big problem after he try to download iOS 8. He forgot an Apple ID password so he tried to sign up new apple ID and found that iCould still ask about old Apple ID password. He tried to type every but it wasn't work and then it w

  • Droid X: WORST phone EVER

    Worst phone EVER.  DO NOT BUY. * Constantly reboots * Constantly drops data connection * Totally ignores third-party email for about an hour on its own which is absolutely CRITICAL. * Will only get email immediately when its powered down, then up. *

  • Item Code Length

    Hi Experts, Is there any way to increase the length of Item code(From 20 to 35) in Item master data? If yes than please let me know, how? If this is not possible than please help me to create "Foreign Name" Field Mandatory and unique in Item master d

  • Dumb question: how to protect my info before taking my MB in for service??

    Ok, so I know this is probably a really basic question but I just don't know how to do this. I need to take my MB in for repair because the microphone is wonky but before I do that I want to make sure that certain folders or files (ex. bank statement