I am storing an object in the Session, but when I go to access it from a control I get a cached copy of the object. I know this because I have a timestamp within the object, and the object access from within the control (from Page.Session, Context.Session, or HttpContext.Current.Session) has an...
I have an application packaged as a WAR file that contains the spring release of JAXP, which it was developed against. However, when deploying this app weblogic forces the use of the implementation present in the weblogic.jar and xmlx.jar file, ignoring the packaged JAXP. The server resides on...
I am running Weblogic 6.1sp2, which includes JAXP 1.1. I'm having trouble deploying an application was developed under JAXP 1.2 (spring release) with the xerces implementation. It also uses version 1.1.4 of the gnu regular expression package.
When I attempt to deploy a WAR or EAR file with...
I am having trouble deploying a web applicatoin to Weblogic 6.1sp2. Weblogic is not picking up the JAR files I package along with my application, so I'm getting classnotfound exceptions.
First I tried to package it as just a WAR, with the web.xml in the WEB-INF directory, my classes under...
I need to build a query for a report. The table I am reporting on has this kind of format:
name | status | source | ..... more fields
-------|--------|----------| -------------
aaa | A | SRC1 | ... values
bbb | A | SRC1 | ... values
ccc | B | SRC1 | ...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.