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

Vaadin Requested resource not found

We are developing a Vaadin application, running it on oc4j 10.1.3. There is a window, where the results of a query can be exported as a csv file. After creating the csv file as a vaadin FileResource, opening the file fails. Here is the snippet: File…
csaadaam
  • 103
  • 1
  • 3
  • 8
0
votes
1 answer

oc4j session gets invalidated

We are developing a Vaadin application, running it on oc4j 10.1.3. After implementing basic authentication, the user's session gets invalidated automatically, within the timeout (which is the default). So, a user opens the Vaadin application and on…
csaadaam
  • 103
  • 1
  • 3
  • 8
0
votes
1 answer

Unable to deploy to standalone oc4j

I am trying to deploy an ear to oc4j stand alone server. I think i have deployed it sucessfully because the operation completed sucessfully without any warning. Now to test I guess I have to bind this web app to some website. When I tried to bind ,…
Rpant
  • 736
  • 1
  • 10
  • 32
1 2 3
11
12