Questions tagged [oc4j]

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

Oracle Corporation refers to its implementation of the Java EE specification as Oracle Containers for J2EE and abbreviates the concept as OC4J. OC4J, originally based on the IronFlare Orion Application Server, has developed solely under Oracle's control since Oracle Corporation acquired the source code.

OC4J includes the following servers:
- Web Container
- Enterprise JavaBean Container
- JMS Server

Since the BEA purchase by Oracle, it has been replaced in 11g by WebLogic.

168 questions
0
votes
1 answer

Is this class thread safe: com.orionserver.http.OrionHttpJspPage

We use JDeveloper 10.1.3.4 to develop a web application. We deploy the application on OC4J running on linux. We put java code in the jsp page directly. In the jsp page, we have general java code, for example, <% String invoice_id = ""; %> Here…
Raistlin
  • 367
  • 7
  • 19
0
votes
1 answer

Create a EJB 3.0 project in eclipse with OC4J 10.1.3

I'm trying to create a new EJB 3.0 project on eclipse and I want to run it into the OC4J oracle server. Under JDeveloper I can use EJBs 3.0 because it is prepared, but eclipse is not allowing me to create any project further from EJBs 2.1. Any idea…
Nhano
  • 643
  • 2
  • 7
  • 15
0
votes
2 answers

How to use jaxb 2 in a web application within Oracle Application Server

I have an application that is running Jaxb 2.1.12. I am running JDK 1.5 and OC4J 10.1.3.4.0. When I try to use the portion of my application that is using Jaxb, I get the following error: Unable to locate jaxb.properties for package I narrowed this…
Dan Polites
  • 6,500
  • 10
  • 47
  • 54
0
votes
0 answers

Retrieving Spanish Characters from database in Java

There are few names in database with spanish characters in it. When I query database from java I see '?' instead of those accented characters. I tried passing '-Duser.country=ES -Duser.language=es' to jvm but it didn't work as well. I'm using…
AndyT
  • 411
  • 6
  • 12
0
votes
1 answer

Spring JMX and OC4J MBean notifications, can't enable

I'm deploying a spring application to OC4J, however keep encountering a strange problem whereby i can access the exposed mbeans, however only use the attributes and operations. The notifications can been seen under the tab, however not used as there…
ashley
  • 38
  • 1
  • 6
0
votes
1 answer

Read environment variables on Oracle 10gas

When using OEM for 10gas, I can set some environment variables. How can I read these from my application? I've tried using JNDI, System.getenv() (throws an exception on Java 1.4), System.getProperty() .. No luck.
bendahmon
  • 553
  • 6
  • 14
0
votes
1 answer

Timeout period for debugger in Intelij Idea (OC4J)

The problem is when debugging an application, the debugger stop after 30 second approx. How can i configure this time out? using Intellij Idea 12.0.1 and OC4J 101330
0
votes
3 answers

error "java.lang.NoSuchMethodError" after deploying web app using a web service

Kindly I am facing a strange problem and I need your help. I am using oc4j 1013 as a java container. I had a simple web service "GetDates" and I deployed it successfuly on the oc4j and tested it by invoking the method inside it and it returns values…
0
votes
1 answer

is a way to run jsf 2.0 on oc4j 10.1.3.5?

i'm trying to run jsf 2.0 on oc4j server 10.1.3.5 but the problem oc4j server support servlet 2.4 . Is a way to let the servet use servlet 2.5 to support jsf 2.0 ???
ali
  • 31
  • 1
  • 6
0
votes
1 answer

How to connect JProfiler to an application running on remote OC4J?

Problem: the OC4J instance will now not start up after configuring for JProfiler. Configuration: OC4J 10.1.3.4.0, Java 1.5.0_06 (32-bit), remote server is Linux x86/AMD64, nowait. Manual sync of config, and I've copied over the config.xml from the…
Gary Kephart
  • 4,540
  • 5
  • 38
  • 50
0
votes
1 answer

oc4j how to set user principal from a Subject?

I have a legacy webapp that currently authenticates users in a servlet. That is, it calls LoginContext.login() from a servlet. As part of my upgrades, I'd like to add new web pages that use declarative authentication through the web.xml file. And I…
Gary Kephart
  • 4,540
  • 5
  • 38
  • 50
0
votes
1 answer

How to install Oracle OC4J on Mac

I am using Eclipse to create a Java EE project and need "Oracle OC4J Standalone 10.1.3.n run time". How do I install it on my Mac?
Ben861305
  • 101
  • 8
0
votes
2 answers

OC4J 10.1.3.4 problem with deploying multiple 2.1 EJBs

I am having troubles migrating from OC4J 10.1.2.3 to 10.1.3.1.4. The problem is for applications that have multiple EJBs (all are 2.1, no EJB 3.0). Jdeveloper will take the default ejb-jar.xml (the one required for Jdeveloper to run it on its…
Zombies
  • 22,793
  • 38
  • 132
  • 216
0
votes
1 answer

Can I have multiple EJB declarations for the same Home and Remote classes?

Can one declare multiple beans in the ejb-jar.xml (in EJB 1.1) deployment descriptor with different names but the same classes behind? For example: AccountFacade
user159088
0
votes
1 answer

How do I add a switch to server startup in Eclipse?

I'm using eclipse to manage my server instance, I'm wondering if it's possible to add other options/switches to the command that starts the server. Let me know if there's a way, or if I'm taking the wrong approach... This is the error I'm getting in…
user149100
  • 1,041
  • 3
  • 12
  • 16
1 2 3
11
12