JSF 1.2  and Weblogic 10.3.6 compatibility issue

Hi All,
Our application have been developed in JSF 1.2 and spring DAO. We have deployed it on Weblogic 10.3.6 X86 server.
We are facing an issue like on page load data are populated in the page. Say for example on page load company list getting populated and displayed in the drop down.
If we do any operation like select a company code or submit the page all the data are flushed out from the pages. After that navigation of pages also doesnot work.
We neither get any logs nor exception.
And i am not getting this issue in my local weblogic server - 10.3.5
We are struggling with this issue for more than 10 days now and its critical time for us to fix it ASAP.
Thanks,
Seetha

Hi kalyan,
We are not getting any logs. the control is going to javascript but the page get refreshed and all data are just vanishing.
We have tried to add below entries in weblogic-application.xml
<wls:prefer-application-packages>
<wls:package-name>com.sun.facelets.*</wls:package-name>
<wls:package-name>com.sun.faces.*</wls:package-name>
<wls:package-name>javax.faces.*</wls:package-name>
<wls:package-name>javax.servlet.*</wls:package-name>
</wls:prefer-application-packages>
No change.
Tried this
<wls:library-ref>
<wls:library-name>jsf</wls:library-name>
<wls:specification-version>1.2</wls:specification-version>
<wls:implementation-version>1.2</wls:implementation-version>
<wls:exact-match>false</wls:exact-match>
</wls:library-ref>
No Change.
tried this
<wls:prefer-application-resources>
<wls:resource-name>APP-INF/lib</wls:resource-name>
</wls:prefer-application-resources>
No Change
Anything we missing here. Why it is working in my local server and not in Integration server?
Kindly help us.
Thanks,
Seetha

Similar Messages

  • XMLBeans 2.0 and WebLogic 8.1.4 compatibility issues

    I am on a project that is required to use WebLogic 8.1.4. We would like to use some new features in XMLBeans 2.0. We are concerned that if we replace the 1.0 library with the 2.0 library in server/lib, will the server have any problems. Has anyone heard of any?
    Thanks.

    I have a similar problem, there are 2 ear applications deployed in my server, including web and ejb content respectively. They use log4j, packaged within each one separately so there are no classloader problems. However, I do not get two logs as I should, I get the web log and console output. Ejb loggin is dumped onto the screen although it is configured to write to a file. This problem appeared when I switched from weblogic 7.01 to 7.05...
    Any ideas are welcome...

  • Mac Pro (Early 2008) and HP LP3065 30" display compatibility issue

    Hello!
    Is there FIX / Workaround to Mac Pro (Early 2008) and HP LP3065 30" display compatibility issue ? ( +w/ ATI Radeon HD 2600 XT display adapter+ ). Its really annoying problem :-/.
    Main problem is when i start my Mac, my 30" HP screen dosen't wake up, it always on suspend mode. Sometimes it wakes up on the 3rd try orso, sometimes it ruins my motivation, ideas and i give up (talk about inspiration killer). If i connect PC Laptop to that screen, sreen wakes up straight away. ATI says display adapters "drivers" are included on the OSX install. Great. Weird thing is i didn't recognize this problem at all 6-8 months ago, so i thought my system is fine. So i can't return my HP screen anymore.
    My choices are to buy another 30" screen or buy different display adapter; there's two choices atm i think;
    *-ATI Radeon HD 3870 512MB PCI-E for Mac Pro (~200€)*
    *-EVGA GeForce GTX 285 Mac Edition 1GB (~500€)* (this one has seperate OSX drivers).
    _Can anyone confirm if those display adapters work with HP 3065 30" screen ?._
    http://forums.macrumors.com/showthread.php?t=687624
    http://discussions.apple.com/message.jspa?messageID=9388978
    http://discussions.apple.com/thread.jspa?threadID=1794155&tstart=60
    Br,
    Petri

    Thanks for all information. I haven't been Mac user very long . I just want to get rid of my annoying problem. I'll do music composing mainly on my Mac Pro. So, it dosen't really matter what display card i'm using, i want to just make sure it works with HP 3065 .

  • I purchased Adobe Acrobat x Pro recently and installed it, I have compatibility issues vision 2013. The adobe pdf converter  plug in stays inactive despite all my efforts to activate it, I need help with this? How can i get the plug in

    I purchased Adobe Acrobat x Pro recently and installed it, I have compatibility issues vision 2013. The adobe pdf converter  plug in stays inactive despite all my efforts to activate it, I need help with this? How can i get the plug in to work with Visio 2013?

    For MS Visio (any version) only the appropriate version of Acrobat *PRO* provides PDFMaker for Visio.
    For Visio 2013 specifically you must have Acrobat XI Pro (updated to at least 11.0.1).
    See: 
    http://helpx.adobe.com/acrobat/kb/compatible-web-browsers-pdfmaker-applications.html  
    Be well...

  • I purchased Adobe Acrobat x Pro recently and installed it, I have compatibility issues vision 2013. The adobe pdf converter  plug in stays inactive despite all my efforts to activate it, I need help with this? How can i get the plug in to work with Visio

    I purchased Adobe Acrobat x Pro recently and installed it, I have compatibility issues vision 2013. The adobe pdf converter  plug in stays inactive despite all my efforts to activate it, I need help with this? How can i get the plug in to work with Visio 2013?

    For MS Visio (any version) only the appropriate version of Acrobat *PRO* provides PDFMaker for Visio.
    For Visio 2013 specifically you must have Acrobat XI Pro (updated to at least 11.0.1).
    See: 
    http://helpx.adobe.com/acrobat/kb/compatible-web-browsers-pdfmaker-applications.html  
    Be well...

  • JSF 2.0 and Weblogic 10.3.6

    Hi,
    I am planning to use JSF 2.0 on Weblogic Server 10.3.6.
    What implementation of JSF 2.0 is used by weblogic servers ( Mojarra ?)
    Is a Reference Implementation like Mojarra, compatible to be used with other component libraries ?
    Thanks

    Why don't you ask Weblogic questions in the Weblogic forums? https://forums.oracle.com/forums/category.jspa?categoryID=193
    If you startup the server with a simple webapp deployed to it you should be able to see in the server log which implementation of JSF is there. A simple text search for "Mojarra" should already tell you if it is used or not. A simple google query for "weblogic 10.3 mojarra" seems to indicate it is in fact Mojarra for both JSF 1.2 and 2.0.

  • JSF 1.2  - Weblogic 10.3.6 compatibility issue

    Hi,
    Our application have been developed in JSF 1.2 and spring DAO. We have deployed it on Weblogic 10.3.6 X86 server.
    We are facing an issue like on page load data are populated in the page. Say for example on page load company list getting populated and displayed in the drop down.
    If we do any operation like select a company code or submit the page all the data are flushed out from the pages. After that navigation of pages also doesnot work.
    We neither get any logs nor exception.
    And i am not getting this issue in my local weblogic server - 10.3.5
    We are struggling with this issue for more than 10 days now and its critical time for us t ofix it ASAP.
    Please some one kindly help us here

    Hi,
    I had the same problem with the migration from WLS 10.3.5 to WLS 10.3.6.
    I did some testing with different jdevelopers in combination with WLS 10.3.5 and 10.3.6.
    The jdeveloper 11.1.2.3.x is only using the JSF 2.0 library, which is backwards compatible with JSF 1.2.
    After deploying with WLS 10.3.6 the ADF library 11.1.1.6.0 and the patches 13656274, 13656372.
    With the following instructions
    I was able to Run my application without the problems that I had with JSF 1.2 and the JDeveloper 11.1.1.6.0.
    best regards,
    Remco C.

  • Thunderbolt and MDP to VGA Adapter Compatibility Issue?

    Hi Veterans,
    I know this topic have been asked a lot of times by different people who faced the issue in different way. However, i am unable to find an absolute solution to the problem i am facing currently.
    My question is, can a 3rd party made, Mini Display Port to VGA adapter works on MBP & iMac that have mini display port and not on those that have thunderbolt port??
    I have a 3rd party made, Mini Display Port to VGA adapter that i have tried on 3 apple PC / laptop,
    A MacBook (13-inch, Late 2009) which comes with Mini DispayPort, the adapter work with this laptop.
    A iMac (21.5-inch, Late 2009) which comes with Mini Display Port, the adapter work with this PC too.
    A MacBook Pro (13-inch, Late 2011) which comes with Thunderbolt port, the adapter does not work with this laptop. I have tried many solutions i can find on this forum and none helped.
    The software is fully up-to-date as of 30 April 2013, running Mac OS X 10.7.5 (Lion).
    Tried safe mode, does not helped.
    Tried the boot up when monitor is already switched on procedure, does not helped.
    In all cases, it was tested on the same external monitor. As my MBP was dual-booted using Bootcamp assistant 4.0, i also tried in windows-mode (windows 7) which didn't work too. In windows mode, the screen just keeps flickering while in mac-mode i get a light blue screen. In both cases, the external monitor shows nothing. The external monitor is a Compaq FP7317 monitor with native resolution 1280 x 1024 at 75.0 Hz.
    All these trying have leave me very perplexed. From my research, the thunderbolt port is suppose to accept devices meant for mini display port. So how could an adapter that work on mini display ports, not work on a thunderbolt port? Can any expert enlighten me?

    Problem solved. I picked up the MDP to VGA adapter and was able to use the monitors native res of 1920x1200 but the flicker and wavyness made it impossible to use. And yes the adapter had the current firmware. But what I discovered in the process was that in mirror mode I am unable to drive the monitor at optimum resolution. With that in mind I tried the MDP to HDMI adapter again, unchecking mirror mode, moving the Finder bar to the external display and SHAZAM. I have a rock solid display external display now running at 1920x1200 : )

  • Mac Pro and Samsung 32" LED TV Compatibility issues

    PLEASE HELP! I purchased this new Tv as my Monitor. I am a photographer and need a clear image and color clarity. The Tv only offers resolutions that are not working! I purchased a new HDMI to DVI cable thinking that might fix the problem. No luck yet. Any suggestion would be great!

    Well you don't specify the model of your TV nor the resolution... anyway, the largest resolution you'll ever get from a TV (ever as in the current models offered in stores) is 1920x1080.
    I've plugged my MBP via DVI cable to my Samsung series 530 fullHD (1080p) 32" to watch movies, and the tv screen do not make justice either to the os X interface or to any application, it plays the HD content gorgeously but definitely not for serious working... i have a Samsung 23" monitor (2333TN) same full HD resolution connected to my MacPro and it allows me to work comfortably but it is not as nice as the 24" screen on my iMac or the 27" Apple LED Cinema Display...
    Good Luck...
    Remember... it doesn't have to do with your graphics card but with the actual number of physical pixels built in the screen!!

  • Office for Mac and Office for Windows XP compatibility issues?

    Trying to convince a family member to make the Mac switch. She uses Office for Windows XP at work but might use Office for Mac at home. Will there be an compatibiity issues with the programs? She is a heavy Excel user and takes a lot of work home. If she has to rearrange cells and fonts and such each and every, it would drive her (and the rest of us) insane.
    Any advice would be most welcome.
    She is looking into either a Macbook Air or Macbook Pro. Putting Windows on the Mac is not really an option for us.
    Thanks Community!

    Or I could just download the trial version and see how that works.
    http://www.microsoft.com/mac/trial
    Thanks for putting me in the right direction, anyway!

  • What's happening with iPhone 5 and the pioneer app radio compatibility issues?

    Has anyone heard if a solution has been reached by either Apple or Pioneer to make the iPhone 5 work with the app radio 2?
    Surely some info is available.

    I don't have n answer, but I've seen this problem on all 4 of my iDevices on IOS 7. And sometimes I see no update badge on the app, but if I go into it and check updates I have some waiting.
    Honestly don't know if this is a bug in IOS or some carryover from last week when the servers were under extreme load. It's annoying though.

  • OC RDC and Adobe Professional 6.0 compatibility issue

    I have several users who are using OC RDC version 4.5.0 and have a full version of Adobe Professional 6.0 installed on their PCs. They are unable to open the PDFs in OC RDC. Does anyone have any issues as to why these apps are not compatible? Any settings within Adobe Professional that can be modified to get these two apps to work. They users also have Adobe Reader 8.0 but can not open the PDFs.

    Acrobat 6 pro was what.... 2003?
    You're talking about seven-year-old software, which is an a lot of cases unable to open PDFs created now unless they were intentionally made compatible that far back.
    Chances are that reader 9 updated some core files that rendered Acrobat 6 unusable. It's too far back to "upgrade" (7 was the cutoff for that I believe) so either reinstalling from the original media (the OEM disc that came with your system, if it had Acrobat 6 on it) or purchasing Acrobat 9 Pro are your options.
    A side note, if your system came with Acrobat 6  installed, it's probably time to look at a newer, more up to date system as well.

  • Compatibility issue between your power management system and Windows 8.1

    I have purchased a new Lenovo Ideapad S410 and have this problem.
           Compatibility issue between your power management system and Windows
           It also gives a message "Your PC ran into a problem and needs to restart. We're just collecting some error info, and then we'll restart for you. (100% complete)
           If you'd like to know more, you can search online later for this error:
    VIDEO DXGKRNL FATAL ERROR
    Please help! My laptop is only 5 days old.

    What model do you have? Can you post your MTM or model name?
    Sometimes these messages are a false alarm.

  • Adobe Acrobat 8 Standard compatibility issues with Office 2007 and Windows 7

    I just updated my platform to Windows 7 and upgraded from Microsoft Office 2003 to Microsoft Office 2007.  The PDF printer did not download and realized that there are compatibility issues with Office 2007.  How could I get this fixed?

    Buy Acrobat 11.

  • JSF and Weblogic

    Hi,
    I am trying to invoke a JSF file in a weblogic app server environment, and whenever the page is invoked I have a deadlock on the Appserver, did anybody see this issue? Do you know how to fix it?
    Here are my web.xml and faces-config.xml
    -- Web.xml:
    <web-app>
         <context-param>
              <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
              <param-value>client</param-value>
         </context-param>
         <context-param>
              <param-name>javax.faces.CONFIG_FILES</param-name>
              <param-value>/WEB-INF/faces-config.xml</param-value>
         </context-param>
         <context-param>
              <param-name>com.sun.faces.validateXml</param-name>
              <param-value>true</param-value>
         </context-param>
         <listener>
              <listener-class>com.sun.faces.config.ConfigureListener</listener-class>
         </listener>
         <servlet>
              <servlet-name>Faces Servlet</servlet-name>
              <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
              <load-on-startup>-1</load-on-startup>
         </servlet>
         <servlet>
         <!-- Faces Servlet Mapping -->
         <servlet-mapping>
              <servlet-name>Faces Servlet</servlet-name>
              <url-pattern>index.jsp</url-pattern>
         </servlet-mapping>
         <welcome-file-list>
              <welcome-file>index.jsp</welcome-file>
         </welcome-file-list>
    </web-app>
    -- faces-config.xml
    <faces-config>
         <navigation-rule/>
    </faces-config>
    Thanks for the help.
    Alex

    Hello Ed,
    Thanks for the reply.
    I have already this listener in the web.xml that I posted in my message earlier:
    <listener>
    <listener-class>com.sun.faces.config.ConfigureListener</listener-class>
    </listener>
    I think that Sun RI's servletcontextlistener is invoked as I see some calls to Sun's website in the weblogic tracing, here is a part of it:
    "ExecuteThread: '14' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x17BA70D0 nid=0xd0c runnable [17f38000..17f3fd8c]
    at weblogic.servlet.internal.RequestAttributes.getAttributeOffset(ServletRequestImpl.java:2746)
    at weblogic.servlet.internal.RequestAttributes.getAttribute(ServletRequestImpl.java:2800)
    at weblogic.servlet.internal.ServletRequestImpl.getAttribute(ServletRequestImpl.java:909)
    at javax.servlet.ServletRequestWrapper.getAttribute(ServletRequestWrapper.java:127)
    at com.sun.faces.context.MyHttpServletRequestWrapper.getAttribute(ExternalContextImpl.java:1003)
    at com.sun.faces.context.MyHttpServletRequestWrapper.getAttribute(ExternalContextImpl.java:1011)
    at javax.servlet.ServletRequestWrapper.getAttribute(ServletRequestWrapper.java:127)
    at com.sun.faces.context.MyHttpServletRequestWrapper.getAttribute(ExternalContextImpl.java:1003)
    at javax.servlet.ServletRequestWrapper.getAttribute(ServletRequestWrapper.java:127)
    at com.sun.faces.context.MyHttpServletRequestWrapper.getAttribute(ExternalContextImpl.java:1003)
    at javax.servlet.ServletRequestWrapper.getAttribute(ServletRequestWrapper.java:127)
    at com.sun.faces.context.MyHttpServletRequestWrapper.getAttribute(ExternalContextImpl.java:1003)
    at com.sun.faces.context.MyHttpServletRequestWrapper.getAttribute(ExternalContextImpl.java:1011)
    at com.sun.faces.context.MyHttpServletRequestWrapper.getAttribute(ExternalContextImpl.java:1011)
    at javax.servlet.ServletRequestWrapper.getAttribute(ServletRequestWrapper.java:127)
    at com.sun.faces.context.MyHttpServletRequestWrapper.getAttribute(ExternalContextImpl.java:1003)
    at com.sun.faces.context.MyHttpServletRequestWrapper.getAttribute(ExternalContextImpl.java:1011)
    at javax.servlet.ServletRequestWrapper.getAttribute(ServletRequestWrapper.java:127)
    at com.sun.faces.context.MyHttpServletRequestWrapper.getAttribute(ExternalContextImpl.java:1003)
    at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:322)
    at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:147)
    at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
    at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
    at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1053)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:387)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
    at weblogic.servlet.internal.RequestDispatcherImpl$ForwardAction.run(RequestDispatcherImpl.java:382)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
    at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:286)
    at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:322)
    at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:147)
    at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
    at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
    at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1053)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:387)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
    at weblogic.servlet.internal.RequestDispatcherImpl$ForwardAction.run(RequestDispatcherImpl.java:382)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
    at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:286)
    at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:322)
    at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:147)
    at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
    at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
    at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1053)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:387)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6310)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3622)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2569)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    Thanks for the help.
    Alex

Maybe you are looking for

  • NVIDIA issue on MacBook Pro retina 15 (bootcamp)

    hello guys! merry christmas everybody i have such problem: i bought MacBook Pro retina 15, when i came home i installed windows 7 thru bootcamp, after that i decided to check how many points of perfomance do i have, (in windows you can see that in co

  • How not to see password in the script?

    Hi all, 11.2.0.1 Aix 6.1 5L I have a script expdp01.sh Which contains: expdp system/$1 schemas=HR Then I can run the script at  $ expdp01.sh  hrpass This is done so that the password will not be hard-coded in the script. Is this a good idea? Is there

  • Flash not in Safari plug-in list

    Okay, I'm having a huge issue with uploading images to some of the websites I use for my business.  I discovered that Adobe Flash is not in my plugin list when I go to Help>Installed Plugins. I have installed flash multiple times. Then I have uninsta

  • K8N DIAMOND: New Raid array and old HD... I'm going crazy!!! Please

    Hi guys First, sorry for my poor english... My problem is: I bought two Raptor 36 Gb for my new raid array. I have my old HD Hitachi 250 Gb connected on sata 1. I connected my two raptor, on sata 3 and 4, I enabled all sata port and raid config for p

  • Getting Started: Creating Simple Forms | Learn Acrobat X | Adobe TV

    This video explains the basics of getting started with forms using the new Form Panel in Acrobat X Std. or Pro. http://adobe.ly/xcxJoT