oc4j
Is Oracle application server OC4J bundled with oracle database driver ojdbc14.jar?
I have webapp that connect to oracle DB via 开发者_JS百科JDBC and used class oracle.jdbc.OracleDriver.[详细]
2023-03-17 17:47 分类:问答java OutOfMemory problem - heap dump 800 Mb smaller than max heap configured
I have a web application deployed in Oracle App Server 10.1.3, in an oc4j started with 1Gb initial heap and 2 Gb max heap, on an RHEL on 32 bit, configured to see 32 Gb of RAM.[详细]
2023-02-17 10:01 分类:问答Need to load some class by bootstrap Classloader
I\'ve the following scenario: I\'ve a byte[] that contains the .class data of a class (loaded from the file system)[详细]
2023-02-14 22:36 分类:问答configuring datasource in orion-web the same way as orion-application.xml
In Oc4j, If we have an EAR app, we can tell the deployer to create a datasource for the application using orion-application with something like:[详细]
2023-02-14 10:09 分类:问答OC4J (10.1.2) orion-web.xml
I try to use CommonJ with OC4J. I need to write \'resource-ref-mapping\' in orion-web.xml If I have such entry in web.xml:[详细]
2023-02-14 06:17 分类:问答Exclude some classes from being deployed on OC4j using ang
I am using Eclipse, which uses Ant to deploy EJB to local OC4J container. I need to exclude some files from being deployed.[详细]
2023-01-29 00:12 分类:问答deploy servlet-war into oc4j container
may i knwo is it possible to runapp.war (servlet web app) on oc4-oracle10 ? i tried deployed the most simple example but doesn work. is oc4j 开发者_开发问答can only run ejb web app?if there anyway to[详细]
2023-01-28 20:32 分类:问答Create a local transaction inside a Spring JTA transaction
I want to execute a stored procedure inside a JTA transaction, but have to use a local transaction instead for some reason. I\'ve create a pointcut, using a local transaction manager for this, but exc[详细]
2023-01-27 18:16 分类:问答Deploying applications from Eclipse to OAS (OC4J)
We were using JDev to develop our applications and deploy them to OC4J and OAS. we used to use JDev to create the data-source configuration for us both on dev and on deployment. (on dev using the wiza[详细]
2023-01-24 19:40 分类:问答How to use Oracle jdbc driver fixedString property in datasource.xml?
I try configured fixedString property in the datasource.xml but doesnt work, this is in oc4j <data-source[详细]
2023-01-18 07:06 分类:问答