help me with this procedure

Experts,

Scope of the procedure to print every word in the entire sentence below.
separator is ",".

but it doesn't have the utility. It prints the 1st set of words like:

Haisai
and 24

but he does NOT receive the demosai & 42 values.

******************
create or replace procedure splittxt is
txt varchar2 (200): = "haisai, 24, demosai, 42';
txt1 varchar2 (10);
txt2 varchar2 (10);
Len number (2);
Start
loop
Len: = length (txt);
txt1: = substr (txt, 1, instr(txt,',')-1);
txt2: = substr (txt, instr (txt, ',', 1, 1) + 1, instr(txt,',',1,2) - instr(txt,',',1,1)-1);
dbms_output.put_line (txt1);
dbms_output.put_line (' and ' | txt2);
"" txt1 =;:
"" txt2 =;:
If txt2 = 42 then
"exit";
end if;
end loop;
end;
******************

Any help is appreciated.

Thank you
Salome.

Just divide and conquer...

select regexp_substr('haisai,24,demosai,42','[^,]+',1,1) from dual
select regexp_substr('haisai,24,demosai,42','[^,]+',1,2) from dual
select regexp_substr('haisai,24,demosai,42','[^,]+',2,1) from dual

Learn the difference by running queries above by yourself...

The regular expression [^,]+ tells the oracle to parse the string till comma comes in its way.

Since this is vast and can be explained in one post, I ask you to go through the documentation.

Ravi Kumar

Tags: Database

Similar Questions

  • Please someone help me with this procedure

    create or replace procedure do_withdrawal

    (

    p_cust_id in varchar2,

    p_acc_id number,

    p_amount number

    )

    as

    unathurozied exception;

    Start

    If get_authority (p_cust_id, p_acc_id) = 0 then

    raise unathurozied;

    on the other

    Insert indent

    (

    wit_id,

    cust_id,

    acc_id,

    amount,

    Date_Time

    )

    values

    (

    pk_seq.nextval,

    p_cust_id,

    p_acc_id,

    p_amount,

    SYSDATE

    );

    commit;

    dbms_output.put_line (' Dear customer: your balance is ' (p_acc_id) get_balance | p_amount);

    end if;

    exception

    When unathurozied then

    raise_application_error (-20010, "Unathorized user");

    ......................................................................................................

    I get the following error when you try to insert into the table of withdrawal

    ..................................................................................................

    Start

    exec do_withdrawal ('650707-1111', ' 123 ', ' 0.0');

    end;

    Error from the 74 in the command line:

    exec do_withdrawal ('650707-1111', ' 123 ', ' 0.0')

    Error report:

    ORA-06502: PL/SQL: digital or value error: character of number conversion error

    ORA-06512: at "SYSTEM. DO_WITHDRAWAL', line 19

    ORA-06512: at line 1

    06502 00000 - "PL/SQL: digital error or the value of %s.

    * Cause:

    * Action:

    out of this get_authority (p_cust_id, p_acc_id) is not a digital .output get_authority this varchar2 which is always a string.

    You can't compare if get_authority (p_cust_id, p_acc_id) = 0 then in the do_withdrawal procedure.

    If you want you want changed in the do_withdrawal procedure.

    Of

    If get_authority (p_cust_id, p_acc_id) = 0 then

    TO

    If get_authority (p_cust_id, p_acc_id) = '0' then

    Now, it will work

  • Please help me with this procedure

    Hi guys. I am trying to create a procedure that inserts into the table of withdrawal and then print the user balance. Yet once, I created a function called get_authority that checks whether the user is allowed or not. I could write the procedure but still get an error. Please help me to correct my mistake. Thank you

    create or replace procedure (do_withdrawal)

    p_cust_id in varchar2,

    p_acc_id number,

    p_amount number

    )

    as

    v_cnr number (9);

    Exception not allowed;

    Start

    Select pk_seq.nextval in the double v_cnr;

    insert into deposits (wit_id, cust_id, acc_id, amount, Date_Time) values (v_cnr, p_cust_id, p_acc_id, p_amount, sysdate);

    commit;

    EXCEPTION

    Where (get_authority = 0 ;) then)

    Unauthorized, Sunrise

    dbms_output.put_line ("'User Unauthrorized")

    on the other

    dbms_output.put_line (' Dear customer: your balance is ')

    end;

    Yes, you can

    create or replace procedure do_withdrawal

    (

    p_cust_id in varchar2,

    p_acc_id number,

    p_amount number

    )

    as

    exception unathurozied;

    Start

    If get_authority = 0 then

    raise unathurozied;

    on the other

    Insert in deposits

    (

    wit_id,

    cust_id,

    acc_id,

    amount,

    Date_Time

    )

    values

    (

    pk_seq.nextval,

    p_cust_id,

    p_acc_id,

    p_amount,

    SYSDATE

    );

    end if;

    exception

    When unathurozied then

    raise_application_error (-20010, "Unathorized user");

    end;

  • help me with this error code 80070005 Code...

    help me with this error code 80070005 Code...
    my windows is not updated for a few days...
    Please help me...

    You don't have to know which operating system you use, this discussion is for Windows XP, etc. of Vista and Windows 7.

    Error message when you use Microsoft Update or Windows Update Web sites to install updates on Windows 2000, Windows XP and Windows Server 2003: 0 x 80070005
    http://support.Microsoft.com/kb/968003/

    If you are using Vista, then the denied access is handled differently-

    Error code 0 x 80070005 is also described as ACCESS DENIED (you may not to install updates.

    Please check that you are logged into an account with administrative privileges.

    Please follow these instructions if you encounter this error code during checking or install updates via Windows Udpate.  What follows applies only to Windows Vista.

    1. Download AccessChk (Sysinternals).  This tool allows you to assess the level of access of some users or groups of resources, including files, directories, registry keys, global objects and Windows services.  Here is the link to download the tool: http://technet.microsoft.com/en-us/sysinternals/bb664922.aspx

    2. save the zip on your desktop and extract the file:
    -Right-click on the file and select extract all...
    -Click Next when prompted for the Destination.

    Therefore, you should see a folder called AccessChk on your desktop.

    3. open the folder AccessChk

    4 press and hold the shift key and right-click in the window.  Select "open here command prompt.

    5. a command prompt window should open a similar message:
    C:\Users\\Desktop\accesschk >

    6. type the following command and press ENTER:
    "" AccessChk.exe "nt service TrustedInstaller" s - n k ' hklm\software\Microsoft\Windows\CurrentVersion\Component Based Servicing "> accesskchk.txt
    Tip: You should be able to copy and paste the command into the command prompt.

    7. close the command prompt window.  Open the Accesschk folder on your desktop (if it has been closed).

    8. double-click on Accesschk.txt (text file), it should open Notepad.

    If this is insufficient,

    1 if please download the subinacl.msi from the following link and save the patch to installation on the desktop:
     
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=e8ba3e56-d8fe-4A91-93Cf-ed6985e3927b&displaylang=en#AffinityDownloads
    SubInACL (SubInACL.exe)
     
    2. go to your desktop and double-click on the downloaded file.
    3. Please select the C:\Windows\System32 folder as the Destination folder during installation. Later, we will use this tool to reset the permissions on the current computer settings.
    4. click on the button 'Start' in the 'Search' bar type: "Notepad" (without the quotes) and press ENTER.
    5. copy the following commands, and then paste them into the opened Notepad window:
     
    off @echo
     
    Subinacl /subkeyreg HKEY_LOCAL_MACHINE/Grant = administrators = f
    Subinacl /subkeyreg HKEY_CURRENT_USER/Grant = administrators = f
    Subinacl /subkeyreg HKEY_CLASSES_ROOT/Grant = administrators = f
    Subinacl % lecteur_systeme % /subdirectories / Grant = administrators = f
    Subinacl /subkeyreg HKEY_LOCAL_MACHINE/Grant = system = f
    Subinacl /subkeyreg HKEY_CURRENT_USER/Grant = system = f
    Subinacl /subkeyreg HKEY_CLASSES_ROOT/Grant = system = f
    Subinacl % lecteur_systeme % /subdirectories / Grant = system = f
     
    @Echo =========================
    Completed @Echo.
    @Echo =========================
    @pause
     
    6. After you paste the above commands, please close the Notepad window. Choose "Save" when you are prompted to save the file. Type "reset.bat" as the file name and choose "Desktop" in the Panel on the left as the save location.

    7. refer to the desktop and right click the reset.bat file, then choose "Run as Administrator".

    8. you will see a window of type BACK treatment.
     
    NOTE: It may take several minutes, please be patient. When it is finished, you will be prompted with the message: "finished, press any key to continue."

    Note: On some driver update installation procedure, we also received this error code, please redirect this kind of case to the Team System Vista, because it can be considered for structure of third-party programs.

    Look for updates after that.

    Hope this information is useful.

    This problem may be caused by third-party security programs such as firewalls and antivirus software. You can disable or remove to check the issue.

    From: Microsoft Answers Support Engineer

    TaurArian [MVP] 2005-2010 - Update Services

  • The address bar where I can type in the Web addresses does not appear on my Mozilla, please help me with this... How to activate it?

    The address bar where I can type in the Web addresses does not appear on my Mozilla, please help me with this... How to activate it?

    Hi kdwis,

    Going to try view > toolbars and activation of the Bar of Navigation and in the bookmarks toolbar.

    Hope this helps!

  • Asslam o aliakum. I have a problem with itunes 12.3.2 it is not downloaded the 10 windows and when I connect m iphone with itunes and want to update to 9.2 says please download itunes new version for ios 9.2... help me with this... How to solve this probl

    Asslam o aliakum. I have a problem with itunes 12.3.2 it is not downloaded the 10 windows and when I connect m iphone with itunes and want to update to 9.2 says please download itunes new version for ios 9.2... help me with this... How to solve this problem.

    Greetings Dani56777,

    Thank you for using communities Support from Apple!

    I understand that you run Windows 10 and you must update iTunes to the latest version so that your iPhone will be recognized when connected. I do not know if you receive an error when you try to update iTunes or not.

    If you need information on how to update iTunes, please follow the instructions in the following link.

    Download the latest version of iTunes for Windows - Apple Support

    If you receive an error or alert, you can consider removing iTunes and all of its associated components and then reinstalling fresh iTunes on your computer. That would give you the latest version of iTunes. If you need execute this process, please follow the steps described in the following article.

    Remove iTunes Control Panel and its associated components

    Use the control panel to uninstall iTunes and software components in the following order:

    1. iTunes
    2. Apple Software Update
    3. Apple Mobile Device Support
    4. Hello
    5. Apple Application Support 32-bit
    6. Apple Application Support 64-bit

    On some systems, iTunes can install two versions of the Apple Application Support. What is expected. If both are present, do not forget to uninstall both versions.

    Do these elements in a different order, uninstall or uninstall only some of them. This could have unintended effects. After you uninstall a component, you may be asked to restart your computer. Wait to restart your computer until you finish remove all components.

    Remove and reinstall iTunes and software for Windows 7 and later versions - Apple Support components

    Have a great day!

  • When you install the 2007 Microsoft Office Suite Service Pack 2 (SP2), I still received the error code 646... I tried to download the RegCure as advised, but the problem still exists... Please help me with this problem... Thank you

    Ideas:

    • When you install the 2007 Microsoft Office Suite Service Pack 2 (SP2), I still received the error code 646... I tried to download the RegCure as advised, but the problem still exists... Please help me with this problem... Thank you

    I tried to download the RegCure as advised, but the problem still exists...

    Who advised you to 'download... '. RegCure? Doing so could only worse issues! If you ever think that your registry database must be cleaned, repaired, boosted or optimized (it isn't), read http://aumha.net/viewtopic.php?t=28099 and draw your own conclusions.

    See http://social.answers.microsoft.com/Forums/en-US/vistawu/thread/6e716883-7af4-4a9f-8665-2f4dd57eee8d ~ Robear Dyer (PA Bear) ~ MS MVP (that is to say, mail, security, Windows & Update Services) since 2002 ~ WARNING: MS MVPs represent or work for Microsoft

  • Account Hotmail has been hacked. Can someone help me with this, please?

    I tried logging into my facebook today and he told me that someone had changed my password at 04:18 .hich is certainly not me.
    then when I tried to have facebook send me an email to reset my password... my hotmail was hacked too.
    So I had to create a new email and block my facebook account. I would really like to make my od emil back however. is there someone who can help me with this? I can verify who I am and everything. Please contact me at my new email. its * address email is removed from the privacy *.

    Thank you!

    -Ashley Groff

    Hello

    You should also check with Facebook help and Support and their Forums.

    Facebook - help and Support
    http://www.Facebook.com/help.php

    Facebook - Facebook Contact and support of Facebook
    http://www.Facebook.com/help/?page=835

    Facebook - Forums
    http://getsatisfaction.com/Facebook

    ---------------------------------------------------------------------------------------------------------------

    Answers is a peer group supported and unfortunately has no real influence on Hotmail.

    HotMail has its own Forums, so you can ask your questions there.

    Windows Live Solution Center - HotMail - HotMail Forums Solutions
    http://windowslivehelp.com/

    Hotmail - Forums
    http://windowslivehelp.com/forums.aspx?ProductID=1

    Hotmail - Solutions
    http://windowslivehelp.com/solutions.aspx?ProductID=1

    How to contact Windows Live Hotmail Support
    http://email.about.com/od/hotmailtips/Qt/et_hotmail_supp.htm

    Windows Live Hotmail Top issues and Support information
    http://support.Microsoft.com/kb/316659/en-us

    Error message "your account has been locked" when trying to connect
    http://windowslivehelp.com/thread.aspx?ThreadId=77be7d82-a0e9-49c7-b46d-040ec654a9e2

    Compromised account - access unauthorized account - how to recover your account
    http://windowslivehelp.com/solution.aspx?SolutionID=6ea0c7b3-1473-4176-b03f-145b951dcb41

    Hotmail hacked? Take these steps
    http://blogs.msdn.com/b/securitytipstalk/archive/2010/07/07/Hotmail-hacked-take-these-steps.aspx

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle="" -="" mark="" twain="" said="" it="">

  • Windows the dates that I am up to 22 gigabytes off 69.5 gigabits on drive D. Can someone help me with this problem so I don't run out of space

    original title: windows dates

    on my computer windows vista home basic, is Drive - D were all my windows updates are stored. I do not stor photos or other long-term files on my computer.
    I ' am up to 22 gigabytes of 69.5 gigabits on drive D. Can someone help me with this problem so I don't run out of space.
    Also all update my windows go back as far as the year 2008. Note-windows update are the only element which appear on the D drive and also when I backup windows is were I notice less space on this drive. Is there something I can do so I don't run out of space on this drive?
    could someone help me with this problem.

    I have found, do not delete the old windows updates.
    they could corrupt your entire system.

  • WindowsUpdate_80246007 - cannot install Service Pack 2 for Vista. Can someone help me with this error message? What di I do to solve it?

    WindowsUpdate_80246007 - cannot install Service Pack 2 for Vista. Can someone help me with this error message? What di I do to solve it?

    WindowsUpdate_80246007 - cannot install Service Pack 2 for Vista. Can someone help me with this error message? What di I do to solve it?

    2 forums: you can go:

    1 Windows Vista IT Pro forum, section of Windows Vista service packs:
    Section of Windows Vista service packs:

    http://social.technet.Microsoft.com/forums/en/itprovistasp/threads

    2. Windows Update section:
    http://social.answers.Microsoft.com/forums/en-us/vistawu/threads

    For the benefits of others looking for answers, please mark as answer suggestion if it solves your problem.

  • I have a Dell Inspiron Mini Windows 7 starter from a pawn shop and it has the previous owner on this subject and I can not log on because I need there password. Can someone help me with this?

    I have a Dell Inspiron Mini Windows 7 starter from a pawn shop and it has the previous owner on this subject and I can not log on because I need there password. Can someone help me with this?

    The only safe option is to perform a factory restore. If you do not, then you are likely to be confronted with a machine that is seriously infected or was hacked. Have a look here for instructions:

    http://support.Dell.com/support/topics/global.aspx/support/KCS/document?c=us&l=en&s=Gen&docid=DSN_336966&isLegacy=true
  • I am trying to download adobe 10 but my computer says that it is blocked and dangerous to download. Can someone help me with this problem

    I am trying to download adobe 10 but my computer says that it is blocked and dangerous to download. Can someone help me with this problem

    Temporarily disable your Antivirus utility and try again.

  • They help me with this error March Eclipse + Tomcat 8 + JSF + PrimeFaces OmniFaces?

    Hello friends of the forum!

    I am a JSF tutorial, and when generating a coming sell order page, I get the following error in Tomcat:

    There are 28, 2015 start 13:48:19 org.apache.tomcat.util.digester.SetPropertiesRule

    WARNING: [SetPropertiesRule] {Server/Service/engine/host/context} set the property 'source' 'org.eclipse.jst.jee.server:PrimeFacesVenta6' option did not find a corresponding property.

    There are 28, 2015 connect 13:48:19 org.apache.catalina.startup.VersionLoggerListener

    INFO: Server Version: Apache Tomcat/8.0.24

    There are 28, 2015 connect 13:48:19 org.apache.catalina.startup.VersionLoggerListener

    INFO: Server built: July 1, 2015 20:19:55 UTC

    There are 28, 2015 connect 13:48:19 org.apache.catalina.startup.VersionLoggerListener

    INFO: Number of server: 8.0.24.0

    There are 28, 2015 connect 13:48:19 org.apache.catalina.startup.VersionLoggerListener

    INFO: Name of operating system: Windows Server 2008 R2

    There are 28, 2015 connect 13:48:19 org.apache.catalina.startup.VersionLoggerListener

    INFO: OS Version: 6.1

    There are 28, 2015 connect 13:48:19 org.apache.catalina.startup.VersionLoggerListener

    INFO: Architecture: x 86

    There are 28, 2015 connect 13:48:19 org.apache.catalina.startup.VersionLoggerListener

    INFO: Home of Java: C:\Java-JRE-32

    There are 28, 2015 connect 13:48:19 org.apache.catalina.startup.VersionLoggerListener

    INFO: JVM Version: 1.7.0_72 - b14

    There are 28, 2015 connect 13:48:19 org.apache.catalina.startup.VersionLoggerListener

    INFO: JVM vendor: Oracle Corporation

    There are 28, 2015 connect 13:48:19 org.apache.catalina.startup.VersionLoggerListener

    INFO: CATALINA_BASE: E:\Proyectos\OpenXava\openxava-5.3\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp2

    There are 28, 2015 connect 13:48:19 org.apache.catalina.startup.VersionLoggerListener

    INFO: CATALINA_HOME: C:\Tomcat

    There are 28, 2015 connect 13:48:19 org.apache.catalina.startup.VersionLoggerListener

    INFO: command line argument:-Dcatalina.base=E:\Proyectos\OpenXava\openxava-5.3\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp2

    There are 28, 2015 connect 13:48:19 org.apache.catalina.startup.VersionLoggerListener

    INFO: command line argument:-Dcatalina.home = C:\Tomcat

    There are 28, 2015 connect 13:48:19 org.apache.catalina.startup.VersionLoggerListener

    INFO: command line argument:-Dwtp.deploy=E:\Proyectos\OpenXava\openxava-5.3\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp2\wtpwebapps

    There are 28, 2015 connect 13:48:19 org.apache.catalina.startup.VersionLoggerListener

    INFO: :-Djava.endorsed.dirs=C:\Tomcat\endorsed command line argument

    There are 28, 2015 connect 13:48:19 org.apache.catalina.startup.VersionLoggerListener

    INFO: command line argument:-Dfile.encoding = Cp1252

    There are 28, 2015 13:48:19 org.apache.catalina.core.AprLifecycleListener lifecycleEvent

    NEWS: APR based Apache Tomcat Native library that allows optimal performance in production environments was not found on the java.library.path: C:\Java-JRE-32\bin. C:\Windows\Sun\Java\bin; C:\Windows\System32; C:\Windows; C:/Java-JRE-32/bin/client; C:/Java / JRE / 32/location; C:/Java-JRE-32/lib/i386; C:\Program Files (x 86) \Common Files\Crystal Decisions\2.0\bin\NOTES\; C:\Program Files (x 86) \Common Files\Crystal Decisions\2.0\bin\NOTES\DATA\; C:\Program Files\ibm\gsk8\lib64; C:\Program Files\ibm\gsk8\bin; C:\Informix-SDK-410\bin; C:\Windows\System32; C:\Windows; C:\Windows\System32\Wbem; C:\Windows\system32\WindowsPowerShell\v1.0\; C:\informix\bin; C:\jrex64\bin; C:\jdkx64\bin; C:\Program Files (x86)\MySQL\Connector.J 5.1\;) C:\Program Files (x 86) \ibm\gsk7\bin; C:\Program Files (x 86) \ibm\gsk7\lib; C:\Gradle\bin; C:\JDBC-Informix\lib; C:\Users\gechenique\Downloads\xBaseJ\bin; C:\Program Files (x 86) \Common Files\Bosch\VideoSDK; C:\Eclipse-Luna;.

    There are 28, 2015 init org.apache.coyote.AbstractProtocol 13:48:19

    INFO: Initializing ProtocolHandler ['http-nio-8080"]

    There are 28, 2015 13:48:19 org.apache.tomcat.util.net.NioSelectorPool getSharedSelector

    INFO: Using a switch shared for read/write to servlet

    There are 28, 2015 init org.apache.coyote.AbstractProtocol 13:48:19

    INFO: Initializing ProtocolHandler ["ajp-nio-8009"]

    There are 28, 2015 13:48:19 org.apache.tomcat.util.net.NioSelectorPool getSharedSelector

    INFO: Using a switch shared for read/write to servlet

    There are 28, 2015 13:48:19 org.apache.catalina.startup.Catalina load

    INFO: Initializing processed in ms 780

    There are 28, 2015 13:48:19 org.apache.catalina.core.StandardService startInternal

    INFO: Starting service Catalina

    There are 28, 2015 13:48:19 org.apache.catalina.core.StandardEngine startInternal

    INFO: Starting the Servlet engine: Apache Tomcat/8.0.24

    There are 28, 2015 13:48:20 org.apache.catalina.util.SessionIdGeneratorBase createSecureRandom

    INFO: Creating instance of SecureRandom for the generation of using [SHA1PRNG] session ID a [121] milliseconds.

    There are 28, 2015 13:48:22 org.apache.jasper.servlet.TldScanner scanJars

    INFO: At least one POT has been analyzed for TLDS still did not contain any TLDs. activate record debugging for this logger for a list complete pots that were analysed but found no TLD in their. Skip the useless jars when scanning can improve boot time and JSP compilation time.

    There are 28, 2015 13:48:22 org.omnifaces.ApplicationInitializer logOmniFacesVersion

    INFO: Using version 2.1 OmniFaces

    There are 28, 2015 13:48:22 com.sun.faces.config.ConfigureListener contextInitialized

    INFO: initializing Mojarra 2.2.9 (-SHOT 20141218-0939 https://svn.java.net/svn/mojarra~svn/tags/2.2.9@14083) to the context ' / PrimeFacesVenta6'

    There are 28, 2015 createInstance com.sun.faces.spi.InjectionProviderFactory 13:48:23

    INFO: JSF1048: PreDestroy/PostConstruct annotation present.  Servlet methods marked with these annotations have tell processed annotations.

    There are 28, 2015 13:48:23 com.sun.faces.config.ConfigureListener contextInitialized

    SEVERE: Critical error during deployment:

    java.lang.ExceptionInInitializerError

    to org.omnifaces.application.OmniApplication. < init > (OmniApplication.java:69)

    at org.omnifaces.application.OmniApplicationFactory.createOmniApplication(OmniApplicationFactory.java:89)

    at org.omnifaces.application.OmniApplicationFactory.getApplication(OmniApplicationFactory.java:54)

    at com.sun.faces.application.InjectionApplicationFactory.getApplication (unknown Source)

    at com.sun.faces.config.InitFacesContext.getApplication (unknown Source)

    to com.sun.faces.lifecycle.ClientWindowFactoryImpl. < init >(Unknown Source)

    at sun.reflect.NativeConstructorAccessorImpl.newInstance0 (Native Method)

    at sun.reflect.NativeConstructorAccessorImpl.newInstance (unknown Source)

    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance (unknown Source)

    the impossible (unknown Source)

    to java.lang.Class.newInstance (unknown Source)

    at javax.faces.FactoryFinderInstance.getImplGivenPreviousImpl (unknown Source)

    at javax.faces.FactoryFinderInstance.getImplementationInstance (unknown Source)

    at javax.faces.FactoryFinderInstance.getFactory (unknown Source)

    at javax.faces.FactoryFinder.getFactory (unknown Source)

    at com.sun.faces.config.processor.FactoryConfigProcessor.verifyFactoriesExist (unknown Source)

    at com.sun.faces.config.processor.FactoryConfigProcessor.process (unknown Source)

    at com.sun.faces.config.ConfigManager.initialize (unknown Source)

    at com.sun.faces.config.ConfigureListener.contextInitialized (unknown Source)

    at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4729)

    at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5167)

    at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)

    to org.apache.catalina.core.ContainerBase$ StartChild.call (ContainerBase.java:1408)

    to org.apache.catalina.core.ContainerBase$ StartChild.call (ContainerBase.java:1398)

    at java.util.concurrent.FutureTask.run (unknown Source)

    at java.util.concurrent.ThreadPoolExecutor.runWorker (unknown Source)

    to java.util.concurrent.ThreadPoolExecutor$ Worker.run (unknown Source)

    at java.lang.Thread.run (unknown Source)

    Caused by: java.lang.IllegalStateException: CDI API is not available in this environment.

    to org.omnifaces.config.BeanManager. < init > (BeanManager.java:88)

    to org.omnifaces.config.BeanManager. < clinit > (BeanManager.java:49)

    ... 28 more

    Caused by: java.lang.ClassNotFoundException: javax.enterprise.inject.spi.BeanManager

    at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1313)

    at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1164)

    at java.lang.Class.forName0 (Native Method)

    at java.lang.Class.forName (unknown Source)

    to org.omnifaces.config.BeanManager. < init > (BeanManager.java:82)

    ... more than 29

    There are 28, 2015 13:48:23 org.apache.catalina.core.StandardContext listenerStart

    GRAVE: Context Exception initialization instance of listener class com.sun.faces.config.ConfigureListener event sending

    java.lang.RuntimeException: java.lang.ExceptionInInitializerError

    at com.sun.faces.config.ConfigureListener.contextInitialized (unknown Source)

    at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4729)

    at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5167)

    at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)

    to org.apache.catalina.core.ContainerBase$ StartChild.call (ContainerBase.java:1408)

    to org.apache.catalina.core.ContainerBase$ StartChild.call (ContainerBase.java:1398)

    at java.util.concurrent.FutureTask.run (unknown Source)

    at java.util.concurrent.ThreadPoolExecutor.runWorker (unknown Source)

    to java.util.concurrent.ThreadPoolExecutor$ Worker.run (unknown Source)

    at java.lang.Thread.run (unknown Source)

    Caused by: java.lang.ExceptionInInitializerError

    to org.omnifaces.application.OmniApplication. < init > (OmniApplication.java:69)

    at org.omnifaces.application.OmniApplicationFactory.createOmniApplication(OmniApplicationFactory.java:89)

    at org.omnifaces.application.OmniApplicationFactory.getApplication(OmniApplicationFactory.java:54)

    at com.sun.faces.application.InjectionApplicationFactory.getApplication (unknown Source)

    at com.sun.faces.config.InitFacesContext.getApplication (unknown Source)

    to com.sun.faces.lifecycle.ClientWindowFactoryImpl. < init >(Unknown Source)

    at sun.reflect.NativeConstructorAccessorImpl.newInstance0 (Native Method)

    at sun.reflect.NativeConstructorAccessorImpl.newInstance (unknown Source)

    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance (unknown Source)

    the impossible (unknown Source)

    to java.lang.Class.newInstance (unknown Source)

    at javax.faces.FactoryFinderInstance.getImplGivenPreviousImpl (unknown Source)

    at javax.faces.FactoryFinderInstance.getImplementationInstance (unknown Source)

    at javax.faces.FactoryFinderInstance.getFactory (unknown Source)

    at javax.faces.FactoryFinder.getFactory (unknown Source)

    at com.sun.faces.config.processor.FactoryConfigProcessor.verifyFactoriesExist (unknown Source)

    at com.sun.faces.config.processor.FactoryConfigProcessor.process (unknown Source)

    at com.sun.faces.config.ConfigManager.initialize (unknown Source)

    ... more than 10

    Caused by: java.lang.IllegalStateException: CDI API is not available in this environment.

    to org.omnifaces.config.BeanManager. < init > (BeanManager.java:88)

    to org.omnifaces.config.BeanManager. < clinit > (BeanManager.java:49)

    ... 28 more

    Caused by: java.lang.ClassNotFoundException: javax.enterprise.inject.spi.BeanManager

    at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1313)

    at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1164)

    at java.lang.Class.forName0 (Native Method)

    at java.lang.Class.forName (unknown Source)

    to org.omnifaces.config.BeanManager. < init > (BeanManager.java:82)

    ... more than 29

    There are 28, 2015 13:48:23 org.apache.catalina.core.StandardContext listenerStart

    GRAVE: Context Exception initialization instance of listener class org.omnifaces.ApplicationListener event sending

    java.lang.NoClassDefFoundError: has not been initialized class org.omnifaces.config.BeanManager

    at org.omnifaces.ApplicationListener.checkCDIAvailable(ApplicationListener.java:63)

    at org.omnifaces.ApplicationListener.contextInitialized(ApplicationListener.java:55)

    at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4729)

    at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5167)

    at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)

    to org.apache.catalina.core.ContainerBase$ StartChild.call (ContainerBase.java:1408)

    to org.apache.catalina.core.ContainerBase$ StartChild.call (ContainerBase.java:1398)

    at java.util.concurrent.FutureTask.run (unknown Source)

    at java.util.concurrent.ThreadPoolExecutor.runWorker (unknown Source)

    to java.util.concurrent.ThreadPoolExecutor$ Worker.run (unknown Source)

    at java.lang.Thread.run (unknown Source)

    There are 28, 2015 13:48:23 com.sun.faces.config.ConfigureListener contextInitialized

    INFO: initializing Mojarra 2.2.9 (-SHOT 20141218-0939 https://svn.java.net/svn/mojarra~svn/tags/2.2.9@14083) to the context ' / PrimeFacesVenta6'

    There are 28, 2015 createInstance com.sun.faces.spi.InjectionProviderFactory 13:48:23

    INFO: JSF1048: PreDestroy/PostConstruct annotation present.  Servlet methods marked with these annotations have tell processed annotations.

    There are 28, 2015 13:48:23 com.sun.faces.config.ConfigureListener contextInitialized

    SEVERE: Critical error during deployment:

    java.lang.NoClassDefFoundError: has not been initialized class org.omnifaces.config.BeanManager

    to org.omnifaces.application.OmniApplication. < init > (OmniApplication.java:69)

    at org.omnifaces.application.OmniApplicationFactory.createOmniApplication(OmniApplicationFactory.java:89)

    at org.omnifaces.application.OmniApplicationFactory.getApplication(OmniApplicationFactory.java:54)

    at com.sun.faces.application.InjectionApplicationFactory.getApplication (unknown Source)

    at com.sun.faces.config.InitFacesContext.getApplication (unknown Source)

    to com.sun.faces.lifecycle.ClientWindowFactoryImpl. < init >(Unknown Source)

    at sun.reflect.NativeConstructorAccessorImpl.newInstance0 (Native Method)

    at sun.reflect.NativeConstructorAccessorImpl.newInstance (unknown Source)

    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance (unknown Source)

    the impossible (unknown Source)

    to java.lang.Class.newInstance (unknown Source)

    at javax.faces.FactoryFinderInstance.getImplGivenPreviousImpl (unknown Source)

    at javax.faces.FactoryFinderInstance.getImplementationInstance (unknown Source)

    at javax.faces.FactoryFinderInstance.getFactory (unknown Source)

    at javax.faces.FactoryFinder.getFactory (unknown Source)

    at com.sun.faces.config.processor.FactoryConfigProcessor.verifyFactoriesExist (unknown Source)

    at com.sun.faces.config.processor.FactoryConfigProcessor.process (unknown Source)

    at com.sun.faces.config.ConfigManager.initialize (unknown Source)

    at com.sun.faces.config.ConfigureListener.contextInitialized (unknown Source)

    at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4727)

    at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5167)

    at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)

    to org.apache.catalina.core.ContainerBase$ StartChild.call (ContainerBase.java:1408)

    to org.apache.catalina.core.ContainerBase$ StartChild.call (ContainerBase.java:1398)

    at java.util.concurrent.FutureTask.run (unknown Source)

    at java.util.concurrent.ThreadPoolExecutor.runWorker (unknown Source)

    to java.util.concurrent.ThreadPoolExecutor$ Worker.run (unknown Source)

    at java.lang.Thread.run (unknown Source)

    There are 28, 2015 13:48:23 org.apache.catalina.core.StandardContext listenerStart

    GRAVE: Context Exception initialization instance of listener class com.sun.faces.config.ConfigureListener event sending

    java.lang.RuntimeException: java.lang.NoClassDefFoundError: has not been initialized class org.omnifaces.config.BeanManager

    at com.sun.faces.config.ConfigureListener.contextInitialized (unknown Source)

    at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4727)

    at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5167)

    at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)

    to org.apache.catalina.core.ContainerBase$ StartChild.call (ContainerBase.java:1408)

    to org.apache.catalina.core.ContainerBase$ StartChild.call (ContainerBase.java:1398)

    at java.util.concurrent.FutureTask.run (unknown Source)

    at java.util.concurrent.ThreadPoolExecutor.runWorker (unknown Source)

    to java.util.concurrent.ThreadPoolExecutor$ Worker.run (unknown Source)

    at java.lang.Thread.run (unknown Source)

    Caused by: java.lang.NoClassDefFoundError: has not been initialized class org.omnifaces.config.BeanManager

    to org.omnifaces.application.OmniApplication. < init > (OmniApplication.java:69)

    at org.omnifaces.application.OmniApplicationFactory.createOmniApplication(OmniApplicationFactory.java:89)

    at org.omnifaces.application.OmniApplicationFactory.getApplication(OmniApplicationFactory.java:54)

    at com.sun.faces.application.InjectionApplicationFactory.getApplication (unknown Source)

    at com.sun.faces.config.InitFacesContext.getApplication (unknown Source)

    to com.sun.faces.lifecycle.ClientWindowFactoryImpl. < init >(Unknown Source)

    at sun.reflect.NativeConstructorAccessorImpl.newInstance0 (Native Method)

    at sun.reflect.NativeConstructorAccessorImpl.newInstance (unknown Source)

    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance (unknown Source)

    the impossible (unknown Source)

    to java.lang.Class.newInstance (unknown Source)

    at javax.faces.FactoryFinderInstance.getImplGivenPreviousImpl (unknown Source)

    at javax.faces.FactoryFinderInstance.getImplementationInstance (unknown Source)

    at javax.faces.FactoryFinderInstance.getFactory (unknown Source)

    at javax.faces.FactoryFinder.getFactory (unknown Source)

    at com.sun.faces.config.processor.FactoryConfigProcessor.verifyFactoriesExist (unknown Source)

    at com.sun.faces.config.processor.FactoryConfigProcessor.process (unknown Source)

    at com.sun.faces.config.ConfigManager.initialize (unknown Source)

    ... more than 10

    There are 28, 2015 13:48:23 org.apache.catalina.core.StandardContext startInternal

    GRAVE: One or more listeners could start. You will find all the details in the appropriate container log file

    There are 28, 2015 13:48:23 org.apache.catalina.core.StandardContext startInternal

    SEVERE: Context [/ PrimeFacesVenta6] startup failed due to previous errors

    There are 28, 2015 13:48:23 org.apache.catalina.core.StandardContext listenerStop

    GRAVE: Sending Exception context destroyed instance of listener class com.sun.faces.config.ConfigureListener event

    java.lang.NoClassDefFoundError: has not been initialized class org.omnifaces.config.BeanManager

    to org.omnifaces.application.OmniApplication. < init > (OmniApplication.java:69)

    at org.omnifaces.application.OmniApplicationFactory.createOmniApplication(OmniApplicationFactory.java:89)

    at org.omnifaces.application.OmniApplicationFactory.getApplication(OmniApplicationFactory.java:54)

    at com.sun.faces.application.InjectionApplicationFactory.getApplication (unknown Source)

    at com.sun.faces.config.InitFacesContext.getApplication (unknown Source)

    at com.sun.faces.config.ConfigureListener.contextDestroyed (unknown Source)

    at org.apache.catalina.core.StandardContext.listenerStop(StandardContext.java:4774)

    at org.apache.catalina.core.StandardContext.stopInternal(StandardContext.java:5390)

    at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:232)

    at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:160)

    to org.apache.catalina.core.ContainerBase$ StartChild.call (ContainerBase.java:1408)

    to org.apache.catalina.core.ContainerBase$ StartChild.call (ContainerBase.java:1398)

    at java.util.concurrent.FutureTask.run (unknown Source)

    at java.util.concurrent.ThreadPoolExecutor.runWorker (unknown Source)

    to java.util.concurrent.ThreadPoolExecutor$ Worker.run (unknown Source)

    at java.lang.Thread.run (unknown Source)

    There are 28, 2015 getFactory javax.faces.FactoryFinderInstance 13:48:23

    SEVERUS: Application has not been properly initialized at startup, could not find factory: javax.faces.application.ApplicationFactory. Try to find relief.

    There are 28, 2015 13:48:23 com.sun.faces.config.ConfigureListener contextDestroyed

    SEVERE: Unexpected Exception When you try to tear down the length of the Mojarra

    java.lang.IllegalStateException: could not find relief for javax.faces.application.ApplicationFactory of the factory.

    at javax.faces.FactoryFinderInstance.getFactory (unknown Source)

    at javax.faces.FactoryFinder.getFactory (unknown Source)

    at com.sun.faces.config.InitFacesContext.getApplication (unknown Source)

    at com.sun.faces.config.ConfigureListener.contextDestroyed (unknown Source)

    at org.apache.catalina.core.StandardContext.listenerStop(StandardContext.java:4776)

    at org.apache.catalina.core.StandardContext.stopInternal(StandardContext.java:5390)

    at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:232)

    at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:160)

    to org.apache.catalina.core.ContainerBase$ StartChild.call (ContainerBase.java:1408)

    to org.apache.catalina.core.ContainerBase$ StartChild.call (ContainerBase.java:1398)

    at java.util.concurrent.FutureTask.run (unknown Source)

    at java.util.concurrent.ThreadPoolExecutor.runWorker (unknown Source)

    to java.util.concurrent.ThreadPoolExecutor$ Worker.run (unknown Source)

    at java.lang.Thread.run (unknown Source)

    There are 28, 2015 start 13:48:23 org.apache.coyote.AbstractProtocol

    INFO: From ProtocolHandler ['http-nio-8080"]

    There are 28, 2015 start 13:48:23 org.apache.coyote.AbstractProtocol

    INFO: From ProtocolHandler ["ajp-nio-8009"]

    There are 28, 2015 start 13:48:23 org.apache.catalina.startup.Catalina

    INFO: 4262 SP server startup

    These errors were installed after Omnifaces to send an object to a bean.

    The page code that generates the error is:

    <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN".

              " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.DTD "> "

    " < html xmlns =" http://www.w3.org/1999/xhtml "

    ' xmlns:ui = ' http://xmlns.JCP.org/JSF/Facelets "" "

    ' xmlns:f = ' http://xmlns.JCP.org/JSF/core "" "

    ' xmlns:h = ' http://xmlns.JCP.org/JSF/HTML "" "

    ' xmlns:p = ' http://PrimeFaces.org/UI ">

    < h:head >

    by default, < title > < ui:insert name = "title" > title < / ui:insert > < / title >

    < / h:head >

    < h:body >

    "< ui:composition template="./WEB-INF/templates/plantilla.xhtml ">

    < ui: set name = "content" >

    < f: event type = listener = "#{personaBean.listar ('F')"preRenderView"}" / > "

    < f: event type = listener = "#{productoBean.listar ('F')"preRenderView"}" / > "

    < h:form >

    < p:outputLabel value = "Persona" >

    < / p:outputLabel >

    < p:selectOneMenu value = "#{ventaBean.venta.persona}" converter = "omnifaces. SelectItemsConverter">

    < f: selectItem noSelectionOption = 'true' itemLabel = "select' Valeurelement = ' #{null}" / >

    "< f: selectItems value =" #{personaBean.lstPersonas} "var = 'by' itemLabel =" #{per.nombre} "Valeurelement =" #{by} "/ >

    < / p:selectOneMenu >

    < p:outputLabel value = "Producto" >

    < / p:outputLabel >

    < p:selectOneMenu value = "#{ventaBean.producto}" converter = "omnifaces. SelectItemsConverter">

    < f: selectItem noSelectionOption = 'true' itemLabel = "select' Valeurelement = ' #{null}" / >

    "< f: selectItems value =" #{productoBean.lstProductos} "var = itemLabel =" #{pro.nombre 'pro'} ' Valeurelement = ' #{pro} "/ >

    < / p:selectOneMenu >

    < p:outputLabel value = "Price" >

    < / p:outputLabel >

    < p:inputText value = "#{ventaBean.cantidad}" / > "

    < p:commandButton value = "Add" actionListener = "#{ventaBean.agregar ()}" updated = "detail" / > ""

    < p:dataTable id = value = "#{ventaBean.lista"detail"} ' var 'det' = >"

    < p:column headerText = "Product number" >

    #{det.producto.nombre}

    < / p:column >

    < p:column headerText = "Price" >

    #{det.producto.precio}

    < / p:column >

    < p:column headerText = "Amount" >

    #{det.cantidad}

    < / p:column >

    < / p:dataTable >

    < p:commandButton value = "Clerk Venta" / >

    < / h:form >

    < / ui: define >

    < / ui:composition >

    < / h:body >

    < / html >

    El Código del bean es el siguiente:

    package com.mitocode.bean;

    import java.util.ArrayList;

    import java.util.List;

    Import javax.faces.bean.ManagedBean;

    Import javax.faces.view.ViewScoped;

    import com.mitocode.model.DetalleVenta;

    import com.mitocode.model.Producto;

    import com.mitocode.model.Venta;

    @ManagedBean

    @ViewScoped

    public class VentaBean {}

    venta of Venta private = new Venta();

    private product product = new Producto();

    private int amount;

    private list < DetalleVenta > lista = new ArrayList < DetalleVenta > ();

    public list < DetalleVenta > getLista() {}

    return the list;

    }

    {} public void setLista (list list < DetalleVenta >)

    This.Lista = list;

    }

    public int getCantidad() {}

    to return the amount;

    }

    {} public void setCantidad (int amount)

    This.Cantidad = amount;

    }

    public getProducto() {} Producto

    return of product;

    }

    {} public void setProducto (product product)

    This.producto = product;

    }

    public getVenta() {} Venta

    return her venta;

    }

    {} public void setVenta (Venta venta)

    This.Venta = venta;

    }

    public void agregar() {}

    Det DetalleVenta = new DetalleVenta();

    det.setCantidad (amount);

    det.setProducto (product);

    This.Lista.Add (Det);

    }

    }

    I googled as could be, but is no solution to my problem.

    Maven already added to the CDI module, as recommended by StackOverflow, which makes the page is rendered, but when any button is active, is displayed a 404 error page.

    Maven is also added to the module "welder".

    What strikes me is that in the tutorial of the CDI and modules 'welder' are not added.

    My work environment is the following:

    Eclipse of March (4.5)

    Mojarra 2.2.9

    5.2 PrimeFaces

    OmniFaces 2.1

    Tomcat 8

    I hope you can help me with this.

    Thank you much in advance.

    Message editado por: gechenique

    Hello

    As the error seems to occur in OmniFaces I recommend the rattling.

    Thank you!

  • Help me with this error report... :(

    This is my request


    SELECT VENDOR_ID, $VENDOR_NAME, CREATION_DATE AP_SUPPLIERS WHERE VENDOR_ID BETWEEN: P_FROM AND: P_TO

    & P_WHERE ORDER BY VENDOR_ID


    & P_WHERE EAST LEXICALE parameter that will b called trigger report parameter...

    function boolean return AfterPForm is

    Start

    IF (: P_FROM IS NULL AND: P_TO IS NULL) THEN

    : P_WHERE: =' ';

    ON THE OTHER

    : P_WHERE: =' WHERE BETWEEN VENDOR_ID: P_FROM AND: P_TO';

    END IF;

    return (true);

    end;

    the report is getting filled with success, but when I check the print review I get the error message: error ORA-00933...

    Please help me with this,

    _________________________________________________________________________________________________

    Vinay Thakur

    [email protected]

    Use:

    SELECT VENDOR_ID, $VENDOR_NAME, CREATION_DATE

    OF AP_SUPPLIERS

    & P_WHERE

    ORDER BY VENDOR_ID

    and:

    function boolean return AfterPForm is

    Start

    IF (: P_FROM IS NULL OR : P_TO IS NULL) THEN

    : P_WHERE: = ";

    ON THE OTHER

    : P_WHERE: = ' WHERE BETWEEN VENDOR_ID: P_FROM AND: P_TO';

    END IF;

    return (true);

    end;

    Kind regards

    Zlatko

  • I am a student, I want to buy the plan of all the apps, but I already bought Acrobat Pro DC subscription (one year), it seems that I can't go to a student, could you help me with this? Thank you.

    I am a student, I want to buy the plan of all the apps, but I already bought Acrobat Pro DC subscription (one year), it seems that I can't go to a student, could you help me with this? Thank you.

    Since this is an open forum, not Adobe support... you must contact Adobe personnel to help

    Chat/phone: Mon - Fri 05:00-19:00 (US Pacific Time)<=== note="" days="" and="">

    Don't forget to stay signed with your Adobe ID before accessing the link below

    Creative cloud support (all creative cloud customer service problems)

    http://helpx.Adobe.com/x-productkb/global/service-CCM.html

    Having support cancel your current subscription and then down below

    Adobe in education... Start here https://creative.adobe.com/join/edu

    Educational https://creative.adobe.com/plans?plan=edu

    FAQ https://helpx.adobe.com/x-productkb/policy-pricing/education-faq.html

    When you purchase a subscription to education, the terms you "click to accept" should be clear about the first/last years

    -Intro price http://forums.adobe.com/thread/1448933?tstart=0 one can help

    http://www.Adobe.com/products/creativecloud/students.edu.html

    http://www.Adobe.com/education/students/student-eligibility-Guide.edu.html

    Redemption Code https://creative.adobe.com/educard

    Proof of ID http://www.adobe.com/store/au_edu/academic_id.html

Maybe you are looking for

  • Photosmart C3180: Parse error! 8, [(4.0,-2147417851)]

    Scanning problem! I can make copies, but I can't scan! There is no connection problem... I have updated software... I checked with the tool hp applications... I tried in several PCs... I have read the HP forums and anyone ever responded in the same e

  • Classic BlackBerry until the grde to android

    Hello, is possible in place of systems of quality of BB classic BB 10 OS for Android?

  • How InPrivate browsing mode

    Original title: inPrivate Click... click... and he was gone.  How to bring back InPrivate?  I used to go to, and then click the option open a new windows common tab. displayed, and the choice for InPrivate was just below.

  • Windows 7 is more authentic after 2 months.

    Long story short: my Windows 7 is more real after 2 months of use. I bought the computer from a recognized seller and this seems to have not been a problem. Windows Update has always worked and has always passed verification for all the MS downloads.

  • Sound alert for windows live mail.

    Can I set up a sound alert for incoming emails in windows live mail?