Top "Oc4j" questions

OC4J is the Oracle Application Server (Oracle Container 4 Java, formerly Orion), up to Oracle 10g.

How do I create an EAR file with an ant build including certain files?

I'm using eclipse to build an ear file using ant. I'm using oc4j, and I want to make sure …

java ant jakarta-ee oc4j ear
SEVERE: A message body writer for Java class java.util.ArrayList and MIME media type application/json was not found

I am testing RESTful services and when I execute I am getting exceptions although I have the following jars in …

java rest jersey oc4j jdk1.5
How to enable debug_mode for a JSP page

when you hit a serious compilation error while writing JSP pages and running under Oracle OC4J or Application Server, …

jsp oc4j
Does changing Log4j's log.properties require a restart?

Does changing Log4j's log.properties require a restart for the changes to take effect? I'm trying to work out …

logging log4j oc4j
javax.persistence.spi.PersistenceUnitInfo.getSharedCacheMode() Ljavax/persistence/SharedCacheMode;

I have persistence-api-1.0.2,hibernate-jpa-2.0-api-1.0.1.Final and other related jars in the lib directory. However, when I am deploying war …

spring hibernate jpa jpa-2.0 oc4j
How to determine the version of oc4j being used?

I have an oc4j installation bereft of any release notes or version documentation. In the absence of such documents, …

java oracle oc4j
How to fix a 500 Internal Server Error / Servlet Error

So I recently installed jDeveloper 10.1.3, and the majority of my pages run fine, but on a few of them I …

servlets error-handling jdeveloper oc4j
CGLIB with spring throws IllegalAccessError

I have a spring app with aop enabled using cglib proxies for logging: <?xml version="1.0" encoding="UTF-8"?> <…

proxy weblogic spring-aop oc4j cglib