oracle-adf

Tomcat session.ser [closed]

。_饼干妹妹 提交于 2019-12-07 19:39:29
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 years ago . im using apache-tomcat6.0.24..and Enterprise Linux Enterprise Linux Server release 5.6 to install my EGRCM application.when im restarting my tomcat it will araise some exceptions..the problem is when redeploy my appplication it could not open..please help me find out the problem. thanks in advance. The problem

Oracle ADF on JBoss: Wrapped Jdbc Connection problem

五迷三道 提交于 2019-12-07 12:49:53
问题 I'm trying to run an application using Oracle ADF Business Components on a JBoss Server. I've maneged to deploy it, but when I try to load the page I get below exception: java.lang.ClassCastException: org.jboss.resource.adapter.jdbc.jdk6.WrappedConnectionJDK6 cannot be cast to oracle.jdbc.OracleConnection Is there a way solve this? Maybe configure JBoss to not use this wrapped connection or configure the ADF framework to unwrap it? 回答1: This is a while back, but I'll just follow up on my own

Navigation from managed bean constructor in ADF Faces JSF 1.2

放肆的年华 提交于 2019-12-07 07:33:35
问题 Is it possible to navigate to another page/view from the constructor of the managed bean? I want this redirection if any exception occurred. I have tried many ways: Try-1: getFacesContext().responseComplete(); getFacesContext().getApplication().getNavigationHandler().handleNavigation(getFacesContext(), null, "gotoPartError"); getFacesContext().renderResponse(); Try-2: getServletResponse().sendRedirect("partError.jspx") Try-3: getFacesContext().responseComplete(); getFacesContext()

Specifiy classpath for maven

喜你入骨 提交于 2019-12-06 15:25:30
Quite new to maven here so let me explain first what I am trying to do: We have certain JAR files which will not be added to the repo. This is because they are specific to Oracle ADF and are already placed on our application server. There is only 1 version to be used for all apps at anyone time. In order to compile though, we need to have these on the class path. There are a LOT of these JARS, so if we were to upgrade to a newer version of ADF, we would have to go into every application and redefine some pretty redundant dependencies. So again, my goal is to just add these JARs to the

Tomcat session.ser [closed]

不想你离开。 提交于 2019-12-06 11:32:31
Closed. This question is off-topic . It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 years ago . im using apache-tomcat6.0.24..and Enterprise Linux Enterprise Linux Server release 5.6 to install my EGRCM application.when im restarting my tomcat it will araise some exceptions..the problem is when redeploy my appplication it could not open..please help me find out the problem. thanks in advance. The problem will be shown below on.StandardManager doUnload SEVERE: IOException while saving persisted sessions:

ADF lifecycle phases difference

佐手、 提交于 2019-12-06 11:23:39
问题 Difference between ADF initContext and prepareModel,since both preparing data by executing buisness service making it available through binding container which is a Map object. 回答1: ADF initContext and prepareModel,since both preparing data by executing buisness service This is not quite correct. The initContext sets up the BindingContext, which ensures the content of DataBindings.cpx is initialized and the binding container for the page to be prepared. The prepareModel is an execution point

h:commandButton can NOT submit parameters to backing bean

半腔热情 提交于 2019-12-06 10:36:29
问题 I would like to submit a key value to my backing bean so that I know which person within a collection user trying to update. I think I need to used f:param to do so, but somehow it does not work. It will submit the value just fine if I use af:commandButton instead of h:commandButton. Here is my button: <h:commandButton styleClass="cntctmBtn" value="Update" action="#{pullForm.updateDependent}"> <f:param name="selectedIndex" value="#{loop.index}" /> <f:param name="selectedEDI" value="#{eachOne

How do you create your own ADF Faces skin?

依然范特西╮ 提交于 2019-12-06 09:13:54
问题 We are using the default Oracle ADF Faces 10g default skin. It looks super nice, but we want to make tweaks to it (changing the CSS and also how certain components are rendered -- for example the table component will place buttons above and below the table component-- we want them only on the bottom-- this appears to require a programmatic change in order to change this behavior). Has anyone had success creating their own ADF Faces skin? Please post what you had to do to change component

Oracle ADF Secured App Gives HTTP 401 Error

霸气de小男生 提交于 2019-12-06 06:09:01
I am new to Oracle ADF Framework. I develop on JDeveloper 11g R2 with Weblogic 10.3.5.0. I developed an project like described in a Firebox training video on Youtube . You can download my project from here The video was about creating a custome login page. You have to create login,error anad the target pages. When you try to open target page login page comes then you enter your credentials. After success yoou should be directed to the target page. I used a backing bean to process credentials but instead of redirected to target page the response page gives: Error 401--Unauthorized From RFC 2068

Oracle ADF on JBoss: Wrapped Jdbc Connection problem

一笑奈何 提交于 2019-12-05 18:54:16
I'm trying to run an application using Oracle ADF Business Components on a JBoss Server. I've maneged to deploy it, but when I try to load the page I get below exception: java.lang.ClassCastException: org.jboss.resource.adapter.jdbc.jdk6.WrappedConnectionJDK6 cannot be cast to oracle.jdbc.OracleConnection Is there a way solve this? Maybe configure JBoss to not use this wrapped connection or configure the ADF framework to unwrap it? ebirkenes This is a while back, but I'll just follow up on my own question. There is a guide on Oracle Metalink (Needs login) wich explains how to deploy ADF/BC on