Redeploy oc4j application

Hi,
In standalone oc4j 10221/orion, to redeploy an application, my developers replace the someapp.ear file in applications/ and then change the timestamp (touch) of the world writable server.xml and global-web-application.xml.
oc4j will hot deploy the someapp.ear automatically.
In ias903 core, it doesn't seem to work this way anymore.
I hate to give my developers right to run
dcmctl redeployapplication -a someapp -f ...
Can I get the old behaviour back?
Thx.
Ken

Yes you have to rebuild the WAR file. You can deploy WAR from EMWebsite by using the deploy WAR link. If you are in development and your WAR/EAR file is constantly changing you can use standalone OC4J.
regards
Debu

Similar Messages

  • Does restarting oc4j container redeploys the applications

    does restarting oc4j container redeploys the applications that are in that container?
    Thanks.

    No it should not. What version of OC4J (Oracle Application Server) are you using? And are you noticing this behavior or just curious?
    Thanks
    Shail

  • When i run report through OC4J Application i get a exception message

    When i run report through OC4J Application i get a exception message saying Server returning invalid xml and the exception number is JBO -29000. The Reports Server is installed on machine having IP 10.191.99.254.
    Below is the exception message:
    (oracle.jbo.JboException) JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: java.io.IOException, msg=Server returned HTTP response code: 500 for URL: http://10.191.99.254:8888/reports/rwservlet/showjobidnull
    Anybody Please help me out with this issue.....because I am really fed up with this problem....want some urgent help.....
    One possible workaround which I could make out is there needs change to be made in the .rdf files in Report Builder and then inside the User Parameters we change the Initial Value to * from % because the Reports Server encodes every value as %Initial_Value% and hence if the initial value for the parameter is % then it does not get a valid value and hence it returns as an invalid xml
    But unfortunately it seems this workaround does not work.Please help as soon as possible.

    Hi,
    you said that some changes were made in the .xml files but i had said that all the files present in Reports Developer or Reports Builder are .rdf files and I had made changes in the .rdf files for this articular report and then compiled it thereitself and then ran a paper layout of the report but the report did not comprise any data.
    There was sufficient data also to populate the report. So this may not be a database issue. Please help if you can ASAP.

  • How to redeploy modified application in weblogic server?

    Hi All,
    How to redeploy modified application on Web Logic server without restarting the server?.
    Please any one guide to me.
    Thanks Advance,
    Rengasamy.A

    Hi Rengasamy,
    You can use weblogic.Deployer or WLST or ANT script to redeploy your application on the server.
    Topic: Ant to Deploy & Redeploy Applications
    http://middlewaremagic.com/weblogic/?p=373
    OR
    Same way you can use WLST Script as well to redeploy your application.
    wls:/mydomain/serverConfig> progress=redeploy('myApp' 'c:/myapps/plan.xml')
    OR
    wls:/mydomain/serverConfig> progress=redeploy('myApp')
    Topic: Recursive Deployment Using WLST
    http://middlewaremagic.com/weblogic/?p=303
    OR
    You can also use the "weblogic.Deployer" utility like following:
    http://download.oracle.com/docs/cd/E13222_01/wls/docs90/deployment/wldeployer.html#1007071
    Thanks
    Ravish Mody

  • OC4J application availability control

    Can someone please suggest a simple way to make a OC4J application temporarily unavailable for users, so that any request to it returns a "Application not available - try later" page?
    Thanks,
    Pere

    There is no formal way to do this , but can use the following:
    1) You can a dummy application with HTML/JSP for this message
    2) When you want to make your application unvailable, bind the context root of your apps to the web module of your dummy application.
    Hope this helps ..
    regards
    Debu

  • Ssi in OC4J applications

    Hi,
    I've been trying to get ssi to work in my OC4J application. But it doesn't.
    The ssi servlet is there and it appears
    to have the mapping /*.shtml
    Thanks for any hints you can give.
    /Per

    Found the file by doing a system search. It wasn't where it
    was supposed to be. All is working now.

  • EPMA 9.3.1 - Redeploying an application did not finish the job in EPMA

    I was redeploying an application in the EPMA library. The refresh completed in Essbase, but the job did not complete in the EPMA console - we are not able to access the application - message is "Error - Service was unable to process request--> there is currently no application deployment pending for application "IncStmt". As a result the application export status for the last export cannot be updated. (org.apache.axis.axisfault). I cannot do anything to the application - this error comes up immediately when you click on the application. Any ideas on how I can clear it?

    I did try changing the deploying time out but in the application library i still cannot redeploy my application.I even tried creating a new application and tried to deploy it but it too didnt deploy and shows the status as deployment pending.Is there any other way out.
    It shows:
    Detail : Initiating Product Action...
    Inspecting Deployment History...
    Generating Headers and Callback Information...
    Generating Application Data...
    Status : Running
    Progress : 4%
    but its not getting deployed for a really long time .Please Help
    Edited by: user8667776 on Jul 28, 2009 10:15 PM

  • How to redeploy planning application using EPM System Configurator

    Hello All
    Can you please let me know how to redeploy planning application using EPM system Configurator.
    I am applying a patch to ver 11.1.2.0 and i need to redeploy the planning app as one of the steps.
    Thanks

    Run the EPM configurator, expand planning and select "Deploy to Application Server", if it is a distributed environment and planning is not on the same server as the WebLogic admin server you will need to start the Admin Server
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Help redeploying an application in exploded format

    Hi,
    I am trying to redeploy my application that has been deployed in exploded
    format,
    but it doesn't seem to be working.
    I am following the steps presented in the Admin guide as follows:
    1. I have an empty file named REDEPLOY in the directory where my exploded
    application resides.
    2. I make my changes to my application & compile. The .class files end up
    in a different folder than
    my exploded deployment directory.
    3. I copy the updated .class files to the exploded deployment directory.
    4. Touch the REDEPLOY file to update its timestamp.
    But my new changes are not seen. (Of course they are seen if I restart the
    server).
    My environment is W2K; WL6.1, SP1.
    Any ideas?
    Thanks,
    Beth

    The REDEPLOY file is inside the WEB-INF directory and we still couldn't get
    it to work.
    Our Web Application resides outside the Weblogic Home directory and we are
    compiling
    directly into this directory now (the original message stated we were
    compiling to a different
    directory, then copying the .class files).
    We were able to get the hot redeploy working by using the Weblogic Console
    and unchecking &
    rechecking the check box that said whether or not the application was
    deployed- the current environment
    that this is working is WL6.1 (we backed out the Service Pack for a
    different reason). We did
    find that we do need to shut down any existing browser sessions; but as long
    as we start a new browser
    session we don't need to restart the WL server and all the new changes are
    picked up.
    Even though the hot redeploy is working for us without touching the REDEPLOY
    file, I'm
    still curious if we are missing something here about how this works. If
    anyone has any ideas,
    I'd like to hear them.
    Thanks,
    Beth
    "Mihir Kulkarni" <[email protected]> wrote in message
    news:[email protected]..
    The REDEPLOY file should be inside the WEB-INF directory of the exploded
    webapp.
    http://e-docs.bea.com/wls/docs61////webapp/deployment.html#138990
    - mihir
    Beth wrote:
    Hi,
    I am trying to redeploy my application that has been deployed in
    exploded
    format,
    but it doesn't seem to be working.
    I am following the steps presented in the Admin guide as follows:
    1. I have an empty file named REDEPLOY in the directory where myexploded
    application resides.
    2. I make my changes to my application & compile. The .class files endup
    in a different folder than
    my exploded deployment directory.
    3. I copy the updated .class files to the exploded deploymentdirectory.
    4. Touch the REDEPLOY file to update its timestamp.
    But my new changes are not seen. (Of course they are seen if I restartthe
    server).
    My environment is W2K; WL6.1, SP1.
    Any ideas?
    Thanks,
    Beth

  • Deploying an OC4J Application fails

    We have created a new OC4J container and are getting errors when trying to deploy a OC4J Application.
    We are running 9iAS 9.0.2.2 and are using OEM to do the deployment.
    After selecting our .ear file we get no Web Modules on the 'URL Mappings for Web Modules' step (number 3 of 8), should one be found if .ear file is okay ?
    After getting to the end of the steps and clicking deploy we get the following error:
    >>>>>>>>>>
    Deployment failed: Nested exception Root Cause: Error loading archive: Unknown assembly tag in file:/db001/app/oracle/product/9iAS9020_IFS/j2ee/OC4J_Ereg/applications/ereg/: <web-module>; nested exception is: java.lang.InstantiationException: Error loading archive: Unknown assembly tag in file:/db001/app/oracle/product/9iAS9020_IFS/j2ee/OC4J_Ereg/applications/ereg/: <web-module>. Error loading archive: Unknown assembly tag in file:/db001/app/oracle/product/9iAS9020_IFS/j2ee/OC4J_Ereg/applications/ereg/: <web-module>; nested exception is: java.lang.InstantiationException: Error loading archive: Unknown assembly tag in file:/db001/app/oracle/product/9iAS9020_IFS/j2ee/OC4J_Ereg/applications/ereg/: <web-module>
    >>>>>>>>>>
    The application.wml file in the .ear file is
    >>>>>>>>>>
    <?xml version="1.0" ?>
    <!DOCTYPE orion-application (View Source for full doctype...)>
    - <!--
    The global application config that is the parent of all the other
    applications in this server.
    -->
    - <orion-application autocreate-tables="true" autodelete-tables="false" treat-zero-as-null="true">
    <web-module id="defaultWebApp" path="../default-web-app" />
    <persistence path="../persistence" />
    - <!--
    Path to the libraries that are installed on this server.
    These will accesible for the servlets, EJBs etc
    -->
    <library path="../lib" />
    <principals path="./principals.xml" />
    - <log>
    <file path="/db001/app/ereg/log/global-application.log" />
    </log>
    <data-sources path="./data-sources.xml" />
    - <mail-session location="mail/MailSession" smtp-host="localhost">
    <property name="mail.transport.protocol" value="smtp" />
    <property name="mail.smtp.from" value="[email protected]" />
    </mail-session>
    - <namespace-access>
    - <read-access>
    - <namespace-resource root="">
    - <security-role-mapping name="<jndi-user-role>">
    <group name="users" />
    </security-role-mapping>
    </namespace-resource>
    </read-access>
    - <write-access>
    - <namespace-resource root="">
    - <security-role-mapping name="<jndi-user-role>">
    <group name="users" />
    </security-role-mapping>
    </namespace-resource>
    </write-access>
    </namespace-access>
    </orion-application>
    >>>>>>>>>>
    Any ideas what we are doing wrong ?
    Thanks
    Simon.

    Additional Information:
    We ran the following command :
    "dcmctl validateEarFile -f /tmp/ereg_ear/e-regulation.ear"
    and got :
    name = JDBC type = null
    name = OracleConnectionCacheImpl type = JDBC_ConnectionSource
    name = JDBC type = null
    name = OracleConnectionPoolDataSource type = JDBC_DataSource
    name = CONNECTION_1 type = JDBC_Connection
    ADMN-906037
    oracle(9iAS9020_IFS)$ dcmctl geterror ADMN-906037
    ADMN-906037
    The Java environment property http.proxyHost has not been defined. Define the environment variable ORACLE_DCM_JVM_ARGS="-Dhttp.proxyHost=<proxy-host-name> -Dhttp.proxyPort=<proxy-port-number>" using the right proxy host and port number and try again.
    Any Ideas ?
    Thanks
    Simon.

  • Problem redeploying an application

    An error occurred while redeploying the application. addEjbRef() already exist.
    What does it means? have someone any idea?

    Hi ,
              it would help if you would tell us about the version of weblogic server and specific support pack you are using.?
              Regards,
              Saurabh

  • BEA WebLogic vs OAS/OC4J: application redeployment

    Hi gang
    I'm currently researching solutions to JEE application redeployment, or more specifically when you want to update an existing deployed application on a JEE app server, how can you do so with minimal interruption to the users?
    From my research on the internet I've found two approaches, one with the Oracle OAS camp, and another in the BEA Weblogic camp.
    Deepek Arora in this Redeploy Web App to Application Server points to an Oracle whitepaper that states the OAS approach is to use clusters. However this article is somewhat old so may not be the most recent recommended approach.
    I note that in the BEA documentation for the WebLogic Server here, the documentation details a feature called Production Redeployment (documented here). This feature allows both versions of the application to be deployed, and gracefully moves new user connections to the new application version, while maintaining existing user connections on the old version, eventually shutting down the older application version once the users have disconnected.
    What I'd like to know and I hope you can help me with is:
    a) Is clusters still the recommended OAS approach to this problem?
    b) Does OAS support the similar WebLogic facilities, or are there plans in the future (maybe 11g?) to include this feature?
    Very much thanks for your assistance in advance. This question has been bugging me for awhile, so it'd be great to hear your thoughts and recommendations. Alternatively any pointers to any Oracle documentation, whitepapers etc would be appreciated as there is a lot to digest.
    Thanks & regards,
    Chris Muir.

    Hey Chris --
    OC4J doesn't implement the same side-by-side versioning approach that WLS does -- it's a nice facility from what I have seen of it. We should buy them if we ever get the chance .. :-) Their staged/admin-only deployment model is also very useful for deploy/test/publish scenarios.
    In OracleAS 10.1.3.1+ we have the ability to execute a redeployment operation to a "group" of OC4J instances in a serial form.
    When a sequential redeployment operation is executed, the cluster deployment handler:
    1. Picks the first OC4J instance in the group.
    1.1 The container STOPS the application
    1.1.1 Signals to mod_oc4j to take it out of the route table so it doesn't get any new requests -- this happens dynamically with no restart required with OHS/mod_oc4j 10.1.3.
    1.1.2 Allows all current inflight requests to finish, flushes any session state updates
    1.2 The current version of the application is then undeployed
    1.3 The new version of the application is deployed
    1.4 The application is started
    1.4.1 Signals to mod_oc4j that is available for service, dynamically added back into the routing mix.
    1.5 Starts receiving and servicing requests
    2. Group deployment mechanism waits for the specified timeout period.
    3. Repeats the process for the remaining OC4J instances.
    4. Finishes.
    Since we have session affinity with OHS/mod_oc4j routing, any existing client requests will continue to go to their current instance unless it is stopped. So for customers on V1 of an application, they'll stay on it until it is upgraded. Any requests that get serviced by V2 of an application will continue to be serviced by that server/application, unless it is taken down for some reason.
    For those applications that are maintaining client "state" within the server, if the application has configured state-replication, then any session state will be maintained on other nodes as the redeployment of a specific node occurs.
    In earlier releases, this was documented in a far more manual fashion as something called a "cluster dance" -- where due to the automated synchronization when operating in a cluster, you needed to take instances out of one cluster into another to do the upgrade, then join them back together.
    http://www.oracle.com/technology/products/ias/hi_av/OracleApplicationServer10gR2StatefulRollingUpgrades-WP.pdf
    The sequential group deployment mechanism, IMHO offers a much simpler path to do a multiple instance redeployment while maintaining availability.
    There's a general doc about this from the same author above here:
    http://www.oracle.com/technology/products/ias/hi_av/OracleApplicationServer10gR3HA-WP.pdf
    There's a screen cam/viewlet somewhere on OTN I believe that demos this as well.
    And a fairly simple form of how-to here which walks you through an example:
    http://www.oracle.com/technology/products/ias/hi_av/Dynamic%20Routing.htm
    -steve-

  • Class visibility problems in deployed OC4J application

    I have an entity, autogenerated from a database table by JDeveloper, which has the form:
    Entity.java:
    package a.b.c;
    import ...
    @Entity
    @NamedQuery( ... )
    @Table( ... )
    public class Entity implements Serializable {
        @Column( ... )
        : etc.
    }Then I have a stateless session bean, also autogenerated by JDeveloper, which has the form:
    SessionEJBBean.java:
    package a.b.c;
    import ...
    @Stateless(name="SessionEJB")
    public class SessionEJBBean implements SessionEJB {
        @PersistenceContext(unitName="Simple")
        private EntityManager em;
        public List<Entity> queryFindAll() {
            return em.createNamedQuery( ... ).getResultList();
        : etc.
    }Then I have my client (again, largely autogenerated):
    SessionEJBClient.java:
    package a.b.c;
    import ...
    public class SessionEJBClient {
        public static void main(String [] args) {
            try {
                final Context context = getInitialContext();
                SessionEJB sessionEJB = (SessionEJB)context.lookup("SessionEJB");
                List<Entity> entities = sessionEJB.queryFindAll();
            } catch (Exception ex) {
                ex.printStackTrace();
        private static Context getInitialContext() throws NamingException {
         : etc.
    }The above code works fine, however I now want to experiment with the oracle.toplink.essentials.tools.sessionconfiguration.SessionCustomizer interface. To this end, I create a bare-bones customizer class:
    Customizer.java:
    package a.b.c;
    import ...
    public class Customizer implements SessionCustomizer {
        public Customizer() {
        public void customize(Session session) {
    }and make corresponding updates to the persistence.xml file:
    persistence.xml:
    <?xml version="1.0" encoding="windows-1252" ?>
    <persistence
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://java.sun.com/xml/ns/persistence
      http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd"
      version="1.0" xmlns="http://java.sun.com/xml/ns/persistence">
      <persistence-unit name="Simple">
        <properties>
          <property name="toplink.session.customizer" value="a.b.c.Customizer"/>
        </properties>
      </persistence-unit>
    </persistence>Now, when I redeploy and attempt to run my client application, I'm told that the customizer class cannot be found:
    11-Jun-2007 16:32:17 oracle.j2ee.rmi.RMIMessages
    EXCEPTION_ORIGINATES_FROM_THE_REMOTE_SERVER
    WARNING: Exception returned by remote server: {0}
    javax.ejb.EJBException: Exception [TOPLINK-28006]
    (Oracle TopLink Essentials - 2006.8 (Build 060829)):
    oracle.toplink.essentials.exceptions.EntityManagerSetupException
    Exception Description: ClassNotFound: [a.b.c.Customizer]
    specified in [toplink.session.customizer] property.
    Internal Exception: oracle.classloader.util.AnnotatedClassNotFoundException:
           Missing class: com.logicacmg.security.Customizer
         Dependent class: oracle.toplink.essentials.internal.security.PrivilegedAccessHelper
                  Loader: oracle.persistence:1.0
             Code-Source: /usr/oc4j/toplink/jlib/toplink-essentials.jar
           Configuration: <code-source> in /usr/oc4j/j2ee/home/config/server.xml
    This load was initiated at oracle.persistence:1.0 using the Class.forName() method.
    The missing class is available from the following locations:
         1. Code-Source: /usr/oc4j/j2ee/home/applications/SimpleApp/SimpleApp.jar
    (from <ejb> in /usr/oc4j/j2ee/home/applications/SimpleApp)
            This code-source is available in loader SimpleApp.root:0.0.0.
    This is the current thread's context loader, and it appears that Class.forName()
    was used to load the dependent class. If a loader was not explicitly passed to
    Class.forName(), try passing the result of calling
    Thread.currentThread().getContextClassLoader()So, my question is: what is the correct way for me to configure the system so that my Customizer class is picked up?
    Apologies if this is obvious - I'm still rather new to working in this area (so if anything else I've written doesn't make sense - please don't be afraid to point it out!).
    Regards,
    Alistair.

    Hi, you all seem highly intelligent so I'll give this a shot.
    We're having a similar problem, but TopLink is not involved. Axis2 is, but in our case, the Axis2 application runs fine, it's the other applications that fail.
    We have three applications, Login, Candle, and Webservices (the one with Axis2). When we first start up the applications, they all instantiate fine. We can run Login pages and Candle pages fine. We can also run non-Axis2 Webservices servlets without breaking Login and Candle. But when we run a webservices servlet that uses Axis2, something happens that causes all future Login and Candle class loading to fail! From the error message, OC4J indicates that it is trying to load classes for Login and Candle using the classloader for Webservices.
    So, to summarize, once the webservices app runs an Axis2 servlet, OC4J tries to use the webservices' classloader to load classes for the other applications instead of using their classloaders. The example error message I give below is for the Candle application, but the same problem occurs for Login.
    Please help, even if it's just a suggestion for something to try!! We've been trying to understand this for 2 days and we're still as stumped as ever.
    [java] 2007-06-15 14:59:59,159 ERROR [org.apache.struts.action.RequestProcessor] - No action instance for path /adpThrowableHandler could be created
    [java] oracle.classloader.util.AnnotatedClassNotFoundException:
    [java] Missing class: com.adp.candle.core.ui.struts.exceptionhandler.AdpThrowableHandlerAction
    [java] Dependent class: org.apache.struts.util.RequestUtils
    [java] Loader: default.web.candle:0.0.0
    [java] Code-Source: /C:/build/javaroot/candle/WEB-INF/lib/struts.jar
    [java] Configuration: WEB-INF/lib/ directory in C:\build\javaroot\candle\WEB-INF\lib
    [java] This load was initiated at default.web.webservices:0.0.0 using the loadClass() method.
    [java] The missing class is available from the following locations:
    [java] 1. Code-Source: /C:/build/javaroot/candle/WEB-INF/classes/ (from WEB-INF/classes/ in C:\build\javaroot\candle\WEB-INF\classes)
    [java] This code-source is available in loader default.web.candle:0.0.0.
    -- Brad

  • Redeploy parent application with Enterprise Manager

    If I attempt to redeploy a parent application using Enterprise Manager I get the following error:
    "Only a single application can be redeployed at a time. Only childless applications can be Redeployed"
    I don't understand why I am being prevented from doing something seemingly trivial. Why do I need to go through the process of undeploying all child applications and then deploying them again?

    Luis,
    If all of the files uploaded piecemeal worked fine, then I believe your problem to be with your deployment descriptor(s). Also, note that the .war file lives in a different directory:
    C:\oc4j\j2ee\home\applications\Application-Name
    Perhaps if you have time you could post all of the associated deployment descriptor files. Log files from the C:\oc4j\j2ee\home\log\oc4j directory would also help to troubleshoot your deployment issues. You can turn up the logging level to "FINEST" for maximum output to your log file.
    -Michael

  • OC4J Application Server - InstantiationException

    Error : java.lang.InstantiationException: Error initializing ejb-modules: message-destination-mapping tag with missing 'location' attribute
    HI All,
    Hope someone can help me with the following error. I've got a ear file which deploys 100% correct, and the application can run successfully after deploying. But if I stop and start the container, then i get the following exception, the container starts up but the application does not start successfully.
    Oracle Container start-up exception:
    09/05/11 09:17:15 Start process
    Listening for transport dt_socket at address: 8688
    0.000: [GC [PSYoungGen: 43776K->4394K(51008K)] 43776K->4394K(517056K), 0.0290830 secs]
    3.295: [GC [PSYoungGen: 48170K->7220K(51008K)] 48170K->8371K(517056K), 0.0499300 secs]
    6.817: [GC [PSYoungGen: 50996K->7218K(51008K)] 52147K->13636K(517056K), 0.0504670 secs]
    09/05/11 09:17:28 WARNING: Application.setConfig Application: stf-7.0.1 is in failed state as initialization failed.
    java.lang.InstantiationException: Error initializing ejb-modules: message-destination-mapping tag with missing 'location' attribute
    09/05/11 09:17:29 Oracle Containers for J2EE 10g (10.1.3.2.0) initialized
    29.062: [GC [PSYoungGen: 50994K->7226K(51008K)] 57412K->15785K(517056K), 0.0436860 secs]
    32.675: [GC [PSYoungGen: 51002K->7228K(50880K)] 59561K->16729K(516928K), 0.0346460 secs]
    We use jdk1.5, Ejb3 and Oracle 10.1.3
    We use message driven beans, for which we create an ejb-jar.xml that looks as follow:
    Start
    <?xml version="1.0" encoding="UTF-8"?>
    <ejb-jar version="3.0" xmlns="http://java.sun.com/xml/ns/j2ee"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/ejb-jar_2_1.xsd">
         <!-- OC4J EJB-JAR.XML for UDSWSConServices -->
         <display-name>vss-ejb</display-name>
         <enterprise-beans>
              <message-driven>
                   <display-name>VSSAdvancedQueueBatchBeanMDB</display-name>
                   <ejb-name>VSSAdvancedQueueBatchBean</ejb-name>
                   <ejb-class>
                        za.globed.varsite.hebs.bsi.services.ejb.VSSAdvancedQueueBatchBean
                   </ejb-class>
                   <transaction-type>Bean</transaction-type>
                   <message-destination-type>
                        javax.jms.Queue
                   </message-destination-type>
                   <message-destination-link>
                        jms/batchQueue
                   </message-destination-link>
                   <activation-config>
                        <activation-config-property>
                             <activation-config-property-name>
                                  acknowledgeMode
                             </activation-config-property-name>
                             <activation-config-property-value>
                                  Auto-acknowledge
                             </activation-config-property-value>
                        </activation-config-property>
                        <activation-config-property>
                             <activation-config-property-name>
                                  destinationType
                             </activation-config-property-name>
                             <activation-config-property-value>
                                  javax.jms.Queue
                             </activation-config-property-value>
                        </activation-config-property>
                        <activation-config-property>
                             <activation-config-property-name>
                                  subscriptionDurability
                             </activation-config-property-name>
                             <activation-config-property-value>
                                  NonDurable
                             </activation-config-property-value>
                        </activation-config-property>
                        <activation-config-property>
                             <activation-config-property-name>
                                  messageSelector
                             </activation-config-property-name>
                             <activation-config-property-value>
                                  Destination =
                                  'za.globed.varsite.hebs.bsi.services.VSSAdvancedQueueBatchBean'
                             </activation-config-property-value>
                        </activation-config-property>
                   </activation-config>
              </message-driven>
         </enterprise-beans>
         <assembly-descriptor>
              <container-transaction>
                   <method>
                        <ejb-name>VSSAdvancedQueueBatchBean</ejb-name>
                        <method-name>*</method-name>
                   </method>
                   <trans-attribute>Supports</trans-attribute>
              </container-transaction>
              <message-destination>
                   <display-name>
                        Destination for VSSAdvancedQueueBatchBean
                   </display-name>
                   <message-destination-name>
                        jms/batchQueue
                   </message-destination-name>
              </message-destination>
         </assembly-descriptor>
    </ejb-jar>
    -- end --
    Any help or suggestions would be much appreciated.
    Thanks
    Nina

    I would advise you to use the latest version - 10.1.3.5 - i remember some issues with 10.1.3.4.
    For certifications see here:
    http://www.oracle.com/technetwork/middleware/ias/downloads/oracle-soa-certification-101310-097492.html
    You have two options to bypass the check:
    * Use ignore : runinstaller -ignoresysprereqs
    http://onlineappsdba.com/index.php/2008/11/24/upgrade-oracle-application-server-to-10134-10g-r3-patchset-4/
    * Or change in the installers file that lists the allowed versions - you can search for the numbers listed in your error dialog

Maybe you are looking for

  • Bug: when fetching arrays of rows with null data values

    Using Oracle ODBC Driver 8.01.73.00 or 8.01.74.00 (called 8.1.7.3.0 and 8.1.7.4.0 on the Oracle downloads page). When fetching multiple rows, and where some of the data is null, the the indicator variable quite often (but not always) has incorrect va

  • Setting up the APIC

    Hi all In the following process, if i lost the APIC  password ,   i would like to know how to re-set the APIC. The following is a sample of the initial setup dialog as displayed on the console: Cluster configuration ... Enter the fabric name [ACI Fab

  • How to craete Source system in BW from R/3 box

    Hi, I requested to basis to create source system in bw with R/3 Box.they were created RFC connection and told me to create source system in the BW . Iam not sure how to create. please can any body help me in creating source system in BW with R/3 syst

  • No taxes on sales/purch.are allowed for account 413000 1203, O0 is not allowed

    Hey, this is the error I'm getting when I'm trying to do "Release to Accounting" in VF02.... The 413000 G/L A/c is a discount account and it has nothing to do with taxes.... I'm attaching the screen shot...Appreciate any help in this regard...

  • Not able to start Jva Instance in Dual Stack System

    Hi All, We are facing problem while starting Java instance in dual stack system.Wile trying to coonect trough configtool,it is showing error message: Ora-01017:logon denied/ We have updated password of sapr3 and sapsr3db through brtools,checked the p