Aplication Module Connection

Is it possible to specify the connection that a certain Aplication module/transaction uses?
I need to have a connection open for each user, thats's why i need to tell the application module the connection to use...
Please this is very important...
Daniel Campelo

1 - out.println("JDBCURL = "+
appModule.getDBTransaction().getConnectionMetadata().g
tJdbcURL());
2 - appModule.getDBTransaction().disconnect();
3 - out.println("Is connected =
"+appModule.getDBTransaction().isConnected());
4 -
appModule.getDBTransaction().connect(this.getConnectio
5 - out.println("URL = "+
this.getConnection().getMetaData().getURL());
6 - out.println("Is connected =
"+appModule.getDBTransaction().isConnected());
7 - out.println("JDBCURL = "+
appModule.getDBTransaction().getConnectionMetadata().g
tJdbcURL());
1 - is printed the JDBCURL of the transaction
2 - Disconnect
3 - Confirmation
4 - The new connection
5 - gets the url of the new connection (directly)
6 - Confirms the new connection
7 - Here he should print an URL equal to the one
shown in the line 5... Instead it shows an emptye
string...Shouldn't the DBTransactionImpl class
actualize the metadata for the new connection?
I'm getting really desperate...Please is there anyone
who knows how to or even know if this is a bug or a
missing feature of the connection? I really need the
connection done like this.
TIABH,
Daniel CampeloSollution :
Process all listed steps making the following change in the step 4 :
4 ->
//Here is the class i needed!!!!!
DBTransactionImpl2 dbTrans = (DBTransactionImpl2)(appModule.getDBTransaction());
//And now this method it's not deprecated :)))))))
dbTrans.connect(this.getConnection());
So it should be in the end like this :
1 - out.println("JDBCURL = "+
appModule.getDBTransaction().getConnectionMetadata().g
tJdbcURL());
2 - appModule.getDBTransaction().disconnect();
3 - out.println("Is connected =
"+appModule.getDBTransaction().isConnected());
4 -//Here is the class i needed!!!!!
4.1 - DBTransactionImpl2 dbTrans = (DBTransactionImpl2)(appModule.getDBTransaction());
//And now this method it's not deprecated :)))))))
4.2 - dbTrans.connect(this.getConnection());
5 - out.println("URL = "+
this.getConnection().getMetaData().getURL());
6 - out.println("Is connected =
"+appModule.getDBTransaction().isConnected());
7 - out.println("JDBCURL = "+
appModule.getDBTransaction().getConnectionMetadata().g
tJdbcURL());

Similar Messages

  • Aplication Module +Blob + Servlets + ADF Security JAAS

    Interesting....
    http://rickymax.wordpress.com/2009/10/20/aplication-module-blob-servlets-adf-security-jaas

    Sorry, but there is no oracle's spanish forum where i cant post it.

  • Get aplication module from an event

    Hi.
    I need get the aplication module from an event:
    public static EventResult handleLovValidateEvent(
    BajaContext context,
    Page page,
    PageEvent event)
    System.out.println("[LovEvents]Lov Validate Event");
    ConsultasAppMod am= (ConsultasAppMod)ServletBindingUtils.getApplicationModule(context);
    ViewObject vo = am.findViewObject("EntidadesExternasView");
    String searchText = event.getParameter("searchText");
    EventResult result = new EventResult();
    result.setProperty("showWindow", Boolean.TRUE);
    result.setProperty("fieldText", "xpto");
    return result;
    but the variable "am" have null value, so when i try findViewObject i have a error :
    Unhandled Exception thrown: class javax.servlet.ServletException.
    What's wrong ??
    Eliseu Cartaxo

    Eliseu,
    For this to work, in your UIX XML file, in the event handler, you need to surround the call to your <method> handler with a findRootAppModule tag. Note also that you can put a findViewObject inside there in the handler in XML so that you can then use ServletBindingUtils.getViewObject directly instead of getting the AM first.
    An example, from the UIX Developer's Guide, is:
    <handlers>
    <event name="goto" >
       <bc4j:findRootAppModule name="root" >
         <bc4j:findViewObject name="alpha" >
           <bc4j:goto/>
         </bc4j:findViewObject>
       </bc4j:findRootAppModule>
    </event>
    </handlers>For more information, see the UIX Developer's Guide in the JDeveloper help system or at http://helponline.oracle.com/uix/help/. (Click developer's guide, Integration with External Technologies, 16. Business Components for Java Integration.)
    If you continue having problems with this issue, please include the <handlers> section of your .uix file.
    -brian
    UIX Team

  • Custom connection using many Aplication Modules

    Hi all,
    for my ADF Swing application I am using custom connection defined in JCLoginDialog:
    JUMetaObjectManager.setErrorHandler(new JUErrorHandlerDlg());
    JUMetaObjectManager mgr = JUMetaObjectManager.getJUMom();
    mgr.setJClientDefFactory(null);
    BindingContext ctx = new BindingContext();
    ctx.put(DataControlFactory.APP_PARAM_ENV_INFO, new JCLoginDialog(configFile));
    ctx.setLocaleContext(new DefLocaleContext(null));
    HashMap map = new HashMap(4);
    map.put(DataControlFactory.APP_PARAMS_BINDING_CONTEXT, ctx);
    mgr.loadCpx("view.DataBindings.cpx" , map);
    This works correctly for 1 Application module. If I have more than one application module. The first application module is using information entered in JCLoginDialog. Other Application modules are using connect information from bc4j.xml files and I'm not able to change it.
    Thanks for help
    Karel

    Yes I have written my own class which extends ApplicationPoolImpl. In that class you need to set the correct connect string.

  • Root Application Module connecting to 2 databases technologies

    I have an application which needs to connect to 2 different databases.
    I managed to get access to each databases in their own respective Application Modules.
    In order to achieve that, I created a new ViewObject within the "oracle" model, and still used the "MySQL" query. Using the jbo.envinfoprovider property, I can force the Application module to connect to the appropriate database, MySQL in this case.
    Now, my problem is that I need to have a Root application module that will use BOTH "child" application module and eventually BOTH database connections. At the moment, I can only use one at a time. Using the jbo.envinfoprovider property of the ROOT application module allows me to select which of the 2 database I want to use, but I need both.
    To put it in a tree-like structure, here's what I want to achieve :
    ROOT (Oracle + MySQL)
    |
    |__ AppModule1 (Oracle)
    | |
    | |__ View1
    | |__ View2
    |
    |__ AppModule2 (MySQL)
    |
    |_ View3

    What I mean is if I deploy the application on the integrated weblogic server, using the default navigation flow defined in the adfc-config.xml file, when I reach the "forensic" page, it will try to "read" from both database and fail at reading the second database.
    The page displays the following :
    1- a table containing the records from the Oracle database (3 columns=> ID, pattern, solution)
    2- an adf_form used to populate the above table :
    - the ID is bound to a database trigger, so is set to readonly
    - the solution is a text input field
    - the Pattern is a LoV, based on the data found on the MySQL database.
    If I test the page from the "forensic.jspx" itself (by right-clicking and selecting "Run"), I can manage the data just fine (I can do any CRUD operations I want)
    on the other hand, if I go to the "adfc-config.xml" file and (right-click and then select "Run"), the page will only read one of the two database (I can control which one, by changing the jbo.envinfoprovider property of my application module)
    Hope this helps understand what I am trying to achieve.
    Thanks !

  • Jdeveloper 10g Failed to chekcout the application module connection problem

    Hello friends,
    I am using trying to simulate the demo of "Oracle Application Development Framework (Oracle ADF) declarative and visual J2EE development" given on the same site.
    To do the same I just downloaded the Jdeveloper 10g and followed the steps given in the application.
    While running the page1DataAction in StrutsPageFlow I got the following exception on my internet explorer.
    500 Internal Server Error
    JBO-30003: The application pool (model.AppModuleLocal) failed to checkout an application module due to the following exception:
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: java.lang.ClassCastException, msg=sun.jdbc.odbc.JdbcOdbcConnection
         at oracle.jbo.JboException.<init>(JboException.java:343)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1759)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2488)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:434)
         at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:241)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:405)
         at oracle.jbo.common.ws.WSApplicationModuleImpl.createWorkerApplicationModule(WSApplicationModuleImpl.java:1606)
         at oracle.jbo.common.ws.WSApplicationModuleImpl.getCustomApplicationModule(WSApplicationModuleImpl.java:1584)
         at oracle.adf.model.bc4j.DCJboDataControl.setDataProvider(DCJboDataControl.java:781)
         at oracle.adf.model.bc4j.DCJboDataControl.<init>(DCJboDataControl.java:140)
         at oracle.jbo.uicli.binding.JUApplication.<init>(JUApplication.java:94)
         at oracle.jbo.uicli.binding.JUApplication.<init>(JUApplication.java:85)
         at oracle.adf.model.bc4j.DataControlFactoryImpl.createSession(DataControlFactoryImpl.java:249)
         at oracle.adf.model.bc4j.DataControlFactoryImpl.createSession(DataControlFactoryImpl.java:93)
         at oracle.jbo.uicli.mom.JUMetaObjectManager.loadCpx(JUMetaObjectManager.java:543)
         at oracle.adf.model.servlet.ADFBindingFilter.initializeBindingContext(ADFBindingFilter.java:228)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:84)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:610)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:784)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
         at java.lang.Thread.run(Thread.java:536)
    ## Detail 0 ##
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: java.lang.ClassCastException, msg=sun.jdbc.odbc.JdbcOdbcConnection
         at oracle.jbo.JboException.<init>(JboException.java:343)
         at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:524)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1646)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2488)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:434)
         at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:241)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:405)
         at oracle.jbo.common.ws.WSApplicationModuleImpl.createWorkerApplicationModule(WSApplicationModuleImpl.java:1606)
         at oracle.jbo.common.ws.WSApplicationModuleImpl.getCustomApplicationModule(WSApplicationModuleImpl.java:1584)
         at oracle.adf.model.bc4j.DCJboDataControl.setDataProvider(DCJboDataControl.java:781)
         at oracle.adf.model.bc4j.DCJboDataControl.<init>(DCJboDataControl.java:140)
         at oracle.jbo.uicli.binding.JUApplication.<init>(JUApplication.java:94)
         at oracle.jbo.uicli.binding.JUApplication.<init>(JUApplication.java:85)
         at oracle.adf.model.bc4j.DataControlFactoryImpl.createSession(DataControlFactoryImpl.java:249)
         at oracle.adf.model.bc4j.DataControlFactoryImpl.createSession(DataControlFactoryImpl.java:93)
         at oracle.jbo.uicli.mom.JUMetaObjectManager.loadCpx(JUMetaObjectManager.java:543)
         at oracle.adf.model.servlet.ADFBindingFilter.initializeBindingContext(ADFBindingFilter.java:228)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:84)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:610)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:784)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
         at java.lang.Thread.run(Thread.java:536)
    ## Detail 0 ##
    java.lang.ClassCastException: sun.jdbc.odbc.JdbcOdbcConnection
         at oracle.jbo.server.OracleSQLBuilderImpl.isConnectionAlive(OracleSQLBuilderImpl.java:3168)
         at oracle.jbo.server.ConnectionPool.getConnectionInternal(ConnectionPool.java:90)
         at oracle.jbo.server.ConnectionPool.getConnection(ConnectionPool.java:65)
         at oracle.jbo.server.ConnectionPoolManagerImpl.getConnection(ConnectionPoolManagerImpl.java:56)
         at oracle.jbo.server.DBTransactionImpl.establishNewConnection(DBTransactionImpl.java:831)
         at oracle.jbo.server.DBTransactionImpl.initTransaction(DBTransactionImpl.java:1067)
         at oracle.jbo.server.DBTransactionImpl.initTxn(DBTransactionImpl.java:5286)
         at oracle.jbo.server.DBTransactionImpl2.connect(DBTransactionImpl2.java:116)
         at oracle.jbo.common.ampool.DefaultConnectionStrategy.connect(DefaultConnectionStrategy.java:288)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.connect(ApplicationPoolImpl.java:3515)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.instantiateResource(ApplicationPoolImpl.java:2151)
         at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:515)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1646)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2488)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:434)
         at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:241)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:405)
         at oracle.jbo.common.ws.WSApplicationModuleImpl.createWorkerApplicationModule(WSApplicationModuleImpl.java:1606)
         at oracle.jbo.common.ws.WSApplicationModuleImpl.getCustomApplicationModule(WSApplicationModuleImpl.java:1584)
         at oracle.adf.model.bc4j.DCJboDataControl.setDataProvider(DCJboDataControl.java:781)
         at oracle.adf.model.bc4j.DCJboDataControl.<init>(DCJboDataControl.java:140)
         at oracle.jbo.uicli.binding.JUApplication.<init>(JUApplication.java:94)
         at oracle.jbo.uicli.binding.JUApplication.<init>(JUApplication.java:85)
         at oracle.adf.model.bc4j.DataControlFactoryImpl.createSession(DataControlFactoryImpl.java:249)
         at oracle.adf.model.bc4j.DataControlFactoryImpl.createSession(DataControlFactoryImpl.java:93)
         at oracle.jbo.uicli.mom.JUMetaObjectManager.loadCpx(JUMetaObjectManager.java:543)
         at oracle.adf.model.servlet.ADFBindingFilter.initializeBindingContext(ADFBindingFilter.java:228)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:84)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:610)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:784)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
         at java.lang.Thread.run(Thread.java:536)
    Please help me.As i am new user please tell me Is there any path to be set.
    ThankYou.

    CAN ANYONE HELP ME.

  • Manual module connection​s

    Hallo again!
    Is it possible to connect modules manually. I mean the auto-route function is nice as long as you do not want right angles. I want to connect two modules around the corner with parallel connections.
    Thanks for every help.
    By the way, this forum is great.
    Best regards
    Hilby
    Solved!
    Go to Solution.

    In the Options menu, turn off the Auto Router.
    Please note.... you can manually route the wires - click to change direction, but, if you subsequently move the module, the autorouter kicks in again, and does its thing.
    - cj
    Measurement Computing (MCC) has free technical support. Visit www.mccdaq.com and click on the "Support" tab for all support options, including DASYLab.

  • ACE module connection drops

    I am facing an issue with Cisco ACE module. Have 5 servers serving the connections for applications. However, during peak hours there is lot of dropped connections.
    Also have lot of fragment reassemble.
    Please help how to go ahead troubleshooting the issue.

    it is on the cisco site. In the ACE datasheet to be exact. But I'm talking about the appliance. Not sure about the module. But should be the same. Only thing I was not sure was whether the same limits apply to the base license package, or are the figures lower for the base license. Cisco says that the numbers are the same for the base package.
    however I'm yet to verify it on the field

  • Dell BT 3.55 module connectivity error?

    Hi there,
    I got a new Dell XPS notebook with a BT module 3.55.
    The OS running is Vista.
    Driver or BT stack is by Broadcom/Widcomm.
    The issue is my Nokia cell (N93) fails to connect with it.
    It connects for a moment than gives an error message the BT peripheral device drivers are not installed??
    Hoping to hear from you,
    Regards!

    I did reinstall the BT 3.55 Dell drivers.
    But still face a few issues..........
    1. The N93 gets connected & paired to my note book but gets disconnected in secs....??
    2. Secondly when I click on the BT icon I can receive a file from my XPS notebook but cannot send a file from my cell to the notebook.........the wizard hangs??
    In BT devices> N93> Properties> Services............there are quite a few........I unchecked a few service like Nokia Obex Suite, NokiaSync MLServer, now don’t get yellow icon BT peripheral devices in Device Manager, Sync ML DMClient........ Checked Services are File Transfer Obex, Image Responder, Object Push (Obex), Sync ML Client……….what services need to be checked & unchecked?
    To cut it short why cant i remain connected & why cant I send a file from thr cell..........
    Thanks in advance!

  • Modules connection

    how the different modules of SAP (hr) are conected with each other i.e  OM, PA ,TIME Payroll
    link with event and training , PMS , Compensation management, Recruitment

    hi
    There are integration switch available in table T77S0
    for example u can find a entry
    PLOGI     ORGA     X     Integration Switch: Organizational Assignment
    Regards
    Sameer

  • Can't hear output of external sound module connected with keyboard to logic

    Hey all, I have two related questions about midi.
    My setup is a macbook, with motu ultralight, and roland sh-32 synthesizer with an evolution mk-225c midi keyboard.
    1- when i have recorded (successfully) a midi sequence into logic using the note enter functions of the synth (has no keyboard), I cannot hear the output of the synth (output is from motu-works fine with everything else)-unless I put phones through the output of the synth.When ido this i can hear the mdi sequence i recorded. If I use the keyboard on it's own, hooked up midi out (only) to midi in of motu, I can hear ALL internal (logic) software synths (es1 etc) can hear no problem.
    I have tried routing the synth in-outs in audio/midi device selector, and added keyboard as well, to no avail.
    2- when I try and record a midi sequence with the synth and use keyboard to play notes, I cannot hear output from logic. Noting that I can hear all output loops, internal synths, audio etc no prob otherwise. I assume I'm doing something wrong and this would be the case with any external synth drum machine etc. I'm banging my head against the wall!
    Hope this makes sense, please help someone.
    Thanks

    Hi Simon,
    simonbatbot wrote:
    Hey all, I have two related questions about midi.
    My setup is a macbook, with motu ultralight, and roland sh-32 synthesizer with an evolution mk-225c midi keyboard.
    1- when i have recorded (successfully) a midi sequence into logic using the note enter functions of the synth (has no keyboard), I cannot hear the output of the synth (output is from motu-works fine with everything else)-unless I put phones through the output of the synth.When ido this i can hear the mdi sequence i recorded. If I use the keyboard on it's own, hooked up midi out (only) to midi in of motu, I can hear ALL internal (logic) software synths (es1 etc) can hear no problem.
    I have tried routing the synth in-outs in audio/midi device selector, and added keyboard as well, to no avail.
    1. You have to route the *audio outs* of your SH-32 into your Motu Ultralight and then select the appropriate inputs in Audio Midi Utility (Audio section). In Logic you have to *create an aux* in for those inputs.
    2- when I try and record a midi sequence with the synth and use keyboard to play notes, I cannot hear output from logic. Noting that I can hear all output loops, internal synths, audio etc no prob otherwise. I assume I'm doing something wrong and this would be the case with any external synth drum machine etc. I'm banging my head against the wall!
    2.You have to connect the external synths to an audio in and route that as above.
    ...if I understand correctly that you play the Evo and want to hear the SH-32, thru Logic? You have to create an *external instrument* track that outputs Midi to the SH-32. The Evo must also be setup in AM-utility as a controller of course.
    regards, Erik.

  • Aplication Module error

    Hi
    When I'm trying to run an ADF UIX application but i'm getting the following error:
    JBO-30003: The application pool (pt.meitner.inac.model.services.ManTabAppModuleLocal) failed to checkout an application module due to the following exception:
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.domain.GenericDomainException, msg=JBO-25028: Number.bigDecimalValue Creation Error :java.lang.ArrayIndexOutOfBoundsException: 0
         at oracle.jbo.JboException.<init>(JboException.java:343)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1743)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1739)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2576)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:441)
         at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:230)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:411)
         at oracle.jbo.client.remote.PooledRequestHandler.doMessage(PooledRequestHandler.java:70)
         at oracle.jbo.client.remote.ApplicationModuleImpl.doMessage(ApplicationModuleImpl.java:5804)
         at oracle.jbo.client.remote.ApplicationModuleImpl.sendServiceMessage(ApplicationModuleImpl.java:1029)
         at oracle.jbo.client.remote.ApplicationModuleImpl.sendServiceMessage(ApplicationModuleImpl.java:1043)
         at oracle.jbo.client.remote.ApplicationModuleImpl.sendWorkingSetRequests(ApplicationModuleImpl.java:3300)
         at oracle.jbo.common.ws.WSApplicationModuleImpl.sendRequests(WSApplicationModuleImpl.java:824)
         at oracle.jbo.common.ws.WSApplicationModuleImpl.sync(WSApplicationModuleImpl.java:752)
         at oracle.jbo.common.ws.WSApplicationModuleImpl.createWorkerApplicationModule(WSApplicationModuleImpl.java:1839)
         at oracle.jbo.common.ws.WSApplicationModuleImpl.getCustomApplicationModule(WSApplicationModuleImpl.java:1758)
         at oracle.adf.model.bc4j.DCJboDataControl.setDataProvider(DCJboDataControl.java:1355)
         at oracle.adf.model.bc4j.DCJboDataControl.setApplicationModule(DCJboDataControl.java:196)
         at oracle.adf.model.bc4j.DCJboDataControl.<init>(DCJboDataControl.java:167)
         at oracle.jbo.uicli.binding.JUApplication.<init>(JUApplication.java:90)
         at oracle.jbo.uicli.binding.JUApplication.<init>(JUApplication.java:81)
         at oracle.adf.model.bc4j.DataControlFactoryImpl.createSession(DataControlFactoryImpl.java:252)
         at oracle.adf.model.bc4j.DataControlFactoryImpl.createSession(DataControlFactoryImpl.java:97)
         at oracle.jbo.uicli.mom.JUMetaObjectManager.loadCpx(JUMetaObjectManager.java:612)
         at oracle.adf.model.servlet.ADFBindingFilter.initializeBindingContext(ADFBindingFilter.java:328)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:173)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:600)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    oracle.jbo.domain.GenericDomainException: JBO-25028: Number.bigDecimalValue Creation Error :java.lang.ArrayIndexOutOfBoundsException: 0
         at oracle.jbo.domain.Number.bigDecimalValue(Number.java:550)
         at oracle.jbo.domain.Number.hashCode(Number.java:426)
         at oracle.jbo.Key.hashCode(Key.java:380)
         at oracle.jbo.common.WeakHashtableImpl.get(WeakHashtableImpl.java:195)
         at oracle.jbo.common.WeakHashtable.get(WeakHashtable.java:100)
         at oracle.jbo.server.EntityCache.add(EntityCache.java:255)
         at oracle.jbo.server.ViewRowStorage.entityCacheAdd(ViewRowStorage.java:1673)
         at oracle.jbo.server.ViewRowImpl.entityCacheAdd(ViewRowImpl.java:2091)
         at oracle.jbo.server.ViewDefImpl.createInstanceFromResultSet(ViewDefImpl.java:1037)
         at oracle.jbo.server.ViewObjectImpl.createRowFromResultSet(ViewObjectImpl.java:2558)
         at oracle.jbo.server.ViewObjectImpl.createInstanceFromResultSet(ViewObjectImpl.java:2461)
         at oracle.jbo.server.QueryCollection.populateRow(QueryCollection.java:1686)
         at oracle.jbo.server.QueryCollection.fetch(QueryCollection.java:1589)
         at oracle.jbo.server.QueryCollection.get(QueryCollection.java:1091)
         at oracle.jbo.server.ViewRowSetImpl.getRow(ViewRowSetImpl.java:3039)
         at oracle.jbo.server.ViewRowSetIteratorImpl.doFetch(ViewRowSetIteratorImpl.java:2698)
         at oracle.jbo.server.ViewRowSetIteratorImpl.ensureRefreshed(ViewRowSetIteratorImpl.java:2562)
         at oracle.jbo.server.ViewRowSetIteratorImpl.refresh(ViewRowSetIteratorImpl.java:2790)
         at oracle.jbo.server.ViewRowSetImpl.notifyRefresh(ViewRowSetImpl.java:1842)
         at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:622)
         at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:574)
         at oracle.jbo.server.ViewRowSetImpl.getRow(ViewRowSetImpl.java:2352)
         at oracle.jbo.server.ViewRowSetIteratorImpl.activateIteratorState(ViewRowSetIteratorImpl.java:3583)
         at oracle.jbo.server.ViewRowSetImpl.activateIteratorState(ViewRowSetImpl.java:3945)
         at oracle.jbo.server.ViewObjectImpl.activateIteratorState(ViewObjectImpl.java:10928)
         at oracle.jbo.server.ApplicationModuleImpl.activateVOs(ApplicationModuleImpl.java:6136)
         at oracle.jbo.server.ApplicationModuleImpl.doActivateState(ApplicationModuleImpl.java:5978)
         at oracle.jbo.server.Serializer.activate(Serializer.java:248)
         at oracle.jbo.server.Serializer.activate(Serializer.java:195)
         at oracle.jbo.server.DBSerializer.activateRootAM(DBSerializer.java:324)
         at oracle.jbo.server.ApplicationModuleImpl.activateState(ApplicationModuleImpl.java:4790)
         at oracle.jbo.server.ApplicationModuleImpl.doPoolMessage(ApplicationModuleImpl.java:6704)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.sendPoolMessage(ApplicationPoolImpl.java:3886)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:1886)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1711)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1739)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2576)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:441)
         at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:230)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:411)
         at oracle.jbo.client.remote.PooledRequestHandler.doMessage(PooledRequestHandler.java:70)
         at oracle.jbo.client.remote.ApplicationModuleImpl.doMessage(ApplicationModuleImpl.java:5804)
         at oracle.jbo.client.remote.ApplicationModuleImpl.sendServiceMessage(ApplicationModuleImpl.java:1029)
         at oracle.jbo.client.remote.ApplicationModuleImpl.sendServiceMessage(ApplicationModuleImpl.java:1043)
         at oracle.jbo.client.remote.ApplicationModuleImpl.sendWorkingSetRequests(ApplicationModuleImpl.java:3300)
         at oracle.jbo.common.ws.WSApplicationModuleImpl.sendRequests(WSApplicationModuleImpl.java:824)
         at oracle.jbo.common.ws.WSApplicationModuleImpl.sync(WSApplicationModuleImpl.java:752)
         at oracle.jbo.common.ws.WSApplicationModuleImpl.createWorkerApplicationModule(WSApplicationModuleImpl.java:1839)
         at oracle.jbo.common.ws.WSApplicationModuleImpl.getCustomApplicationModule(WSApplicationModuleImpl.java:1758)
         at oracle.adf.model.bc4j.DCJboDataControl.setDataProvider(DCJboDataControl.java:1355)
         at oracle.adf.model.bc4j.DCJboDataControl.setApplicationModule(DCJboDataControl.java:196)
         at oracle.adf.model.bc4j.DCJboDataControl.<init>(DCJboDataControl.java:167)
         at oracle.jbo.uicli.binding.JUApplication.<init>(JUApplication.java:90)
         at oracle.jbo.uicli.binding.JUApplication.<init>(JUApplication.java:81)
         at oracle.adf.model.bc4j.DataControlFactoryImpl.createSession(DataControlFactoryImpl.java:252)
         at oracle.adf.model.bc4j.DataControlFactoryImpl.createSession(DataControlFactoryImpl.java:97)
         at oracle.jbo.uicli.mom.JUMetaObjectManager.loadCpx(JUMetaObjectManager.java:612)
         at oracle.adf.model.servlet.ADFBindingFilter.initializeBindingContext(ADFBindingFilter.java:328)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:173)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:600)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    java.lang.ArrayIndexOutOfBoundsException: 0
         at oracle.sql.NUMBER._fromLnxFmt(NUMBER.java:3141)
         at oracle.sql.NUMBER.toBigDecimal(NUMBER.java:617)
         at oracle.sql.NUMBER.bigDecimalValue(NUMBER.java:2026)
         at oracle.jbo.domain.Number.bigDecimalValue(Number.java:546)
         at oracle.jbo.domain.Number.hashCode(Number.java:426)
         at oracle.jbo.Key.hashCode(Key.java:380)
         at oracle.jbo.common.WeakHashtableImpl.get(WeakHashtableImpl.java:195)
         at oracle.jbo.common.WeakHashtable.get(WeakHashtable.java:100)
         at oracle.jbo.server.EntityCache.add(EntityCache.java:255)
         at oracle.jbo.server.ViewRowStorage.entityCacheAdd(ViewRowStorage.java:1673)
         at oracle.jbo.server.ViewRowImpl.entityCacheAdd(ViewRowImpl.java:2091)
         at oracle.jbo.server.ViewDefImpl.createInstanceFromResultSet(ViewDefImpl.java:1037)
         at oracle.jbo.server.ViewObjectImpl.createRowFromResultSet(ViewObjectImpl.java:2558)
         at oracle.jbo.server.ViewObjectImpl.createInstanceFromResultSet(ViewObjectImpl.java:2461)
         at oracle.jbo.server.QueryCollection.populateRow(QueryCollection.java:1686)
         at oracle.jbo.server.QueryCollection.fetch(QueryCollection.java:1589)
         at oracle.jbo.server.QueryCollection.get(QueryCollection.java:1091)
         at oracle.jbo.server.ViewRowSetImpl.getRow(ViewRowSetImpl.java:3039)
         at oracle.jbo.server.ViewRowSetIteratorImpl.doFetch(ViewRowSetIteratorImpl.java:2698)
         at oracle.jbo.server.ViewRowSetIteratorImpl.ensureRefreshed(ViewRowSetIteratorImpl.java:2562)
         at oracle.jbo.server.ViewRowSetIteratorImpl.refresh(ViewRowSetIteratorImpl.java:2790)
         at oracle.jbo.server.ViewRowSetImpl.notifyRefresh(ViewRowSetImpl.java:1842)
         at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:622)
         at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:574)
         at oracle.jbo.server.ViewRowSetImpl.getRow(ViewRowSetImpl.java:2352)
         at oracle.jbo.server.ViewRowSetIteratorImpl.activateIteratorState(ViewRowSetIteratorImpl.java:3583)
         at oracle.jbo.server.ViewRowSetImpl.activateIteratorState(ViewRowSetImpl.java:3945)
         at oracle.jbo.server.ViewObjectImpl.activateIteratorState(ViewObjectImpl.java:10928)
         at oracle.jbo.server.ApplicationModuleImpl.activateVOs(ApplicationModuleImpl.java:6136)
         at oracle.jbo.server.ApplicationModuleImpl.doActivateState(ApplicationModuleImpl.java:5978)
         at oracle.jbo.server.Serializer.activate(Serializer.java:248)
         at oracle.jbo.server.Serializer.activate(Serializer.java:195)
         at oracle.jbo.server.DBSerializer.activateRootAM(DBSerializer.java:324)
         at oracle.jbo.server.ApplicationModuleImpl.activateState(ApplicationModuleImpl.java:4790)
         at oracle.jbo.server.ApplicationModuleImpl.doPoolMessage(ApplicationModuleImpl.java:6704)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.sendPoolMessage(ApplicationPoolImpl.java:3886)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:1886)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1711)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1739)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2576)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:441)
         at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:230)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:411)
         at oracle.jbo.client.remote.PooledRequestHandler.doMessage(PooledRequestHandler.java:70)
         at oracle.jbo.client.remote.ApplicationModuleImpl.doMessage(ApplicationModuleImpl.java:5804)
         at oracle.jbo.client.remote.ApplicationModuleImpl.sendServiceMessage(ApplicationModuleImpl.java:1029)
         at oracle.jbo.client.remote.ApplicationModuleImpl.sendServiceMessage(ApplicationModuleImpl.java:1043)
         at oracle.jbo.client.remote.ApplicationModuleImpl.sendWorkingSetRequests(ApplicationModuleImpl.java:3300)
         at oracle.jbo.common.ws.WSApplicationModuleImpl.sendRequests(WSApplicationModuleImpl.java:824)
         at oracle.jbo.common.ws.WSApplicationModuleImpl.sync(WSApplicationModuleImpl.java:752)
         at oracle.jbo.common.ws.WSApplicationModuleImpl.createWorkerApplicationModule(WSApplicationModuleImpl.java:1839)
         at oracle.jbo.common.ws.WSApplicationModuleImpl.getCustomApplicationModule(WSApplicationModuleImpl.java:1758)
         at oracle.adf.model.bc4j.DCJboDataControl.setDataProvider(DCJboDataControl.java:1355)
         at oracle.adf.model.bc4j.DCJboDataControl.setApplicationModule(DCJboDataControl.java:196)
         at oracle.adf.model.bc4j.DCJboDataControl.<init>(DCJboDataControl.java:167)
         at oracle.jbo.uicli.binding.JUApplication.<init>(JUApplication.java:90)
         at oracle.jbo.uicli.binding.JUApplication.<init>(JUApplication.java:81)
         at oracle.adf.model.bc4j.DataControlFactoryImpl.createSession(DataControlFactoryImpl.java:252)
         at oracle.adf.model.bc4j.DataControlFactoryImpl.createSession(DataControlFactoryImpl.java:97)
         at oracle.jbo.uicli.mom.JUMetaObjectManager.loadCpx(JUMetaObjectManager.java:612)
         at oracle.adf.model.servlet.ADFBindingFilter.initializeBindingContext(ADFBindingFilter.java:328)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:173)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:600)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
         at java.lang.Thread.run(Thread.java:534)
    this error didn't occur before and I don't have a clue what is happening... please advise
    Thanks in advanced
    Vitor Cardoso

    hi
    thanks for your replies.
    I don't know what the problem was, but it seems that it solved itself (!?!?). Nevertheless, it was my JDeveloper 10g embedded oc4j server and I was the only one that was using it.
    I can't give you much more details (beside the original printStack) because it didn't occur again...

  • Aplication Module test & jsfx run page

    Hello Im doing the ADFCT Tutorial but when I try to test de app module jdeveloper give thiss mesages.
    "oracle.adf.share.config.ADFConfigFactory findOrCreateADFConfig
    INFO: oracle.adf.share.config.ADFConfigFactory No META-INF/adf-config.xml found"
    And when I try to run a jspx form, jdev displays this errors.
    JBO-30003: Fallo del pool de aplicaciones (oracle.srtutorial.datamodel.SRPublicServiceLocal) al bloquear un módulo de aplicación debido a la siguiente excepción:
    oracle.jbo.JboException: JBO-29000: JBO-29000: JBO-29000: JBO-26061: Error al abrir la conexión JDBC.
    Im using oracle XE,
    Do I have to update db driver, if yes how?
    thanks in advance.

    This message is displayed in the form that im trying to run:
    500 Internal Server Error
    JBO-30003: Fallo del pool de aplicaciones (oracle.srtutorial.datamodel.SRPublicServiceLocal) al bloquear un módulo de aplicación debido a la siguiente excepción:
    oracle.jbo.JboException: JBO-29000: JBO-29000: JBO-29000: JBO-26061: Error al abrir la conexión JDBC.
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2002)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2793)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:453)
         at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:233)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:424)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:419)
         at oracle.adf.model.bc4j.DCJboDataControl.rebuildApplicationModule(DCJboDataControl.java:1543)
         at oracle.adf.model.bc4j.DCJboDataControl.beginRequest(DCJboDataControl.java:1404)
         at oracle.adf.model.binding.DCDataControlReference.getDataControl(DCDataControlReference.java:99)
         at oracle.adf.model.BindingContext.get(BindingContext.java:457)
         at oracle.adf.model.binding.DCUtil.findSpelObject(DCUtil.java:280)
         at oracle.adf.model.binding.DCUtil.findSpelObject(DCUtil.java:248)
         at oracle.adf.model.binding.DCUtil.findContextObject(DCUtil.java:383)
         at oracle.adf.model.binding.DCIteratorBinding.<init>(DCIteratorBinding.java:127)
         at oracle.jbo.uicli.binding.JUIteratorBinding.<init>(JUIteratorBinding.java:60)
         at oracle.jbo.uicli.binding.JUIteratorDef.createIterBinding(JUIteratorDef.java:87)
         at oracle.jbo.uicli.binding.JUIteratorDef.createIterBinding(JUIteratorDef.java:51)
    ....

  • Output module connections

    I am currently using a cRio with a NI 9476 with the D-sub connector kit, so the DAQ has wire terminal outputs. I have found that BNC cables work the best for signal generation, what is the best method of generation signals with wire terminal outputs. I know you cannot convert from wire terminal to coaxial but just looking for suggestions.
    Thanks

    That will all depend on what you are connecting...look at the pinout for the device.  If you want to run a common ground between your DUT and the 9476 you can.  If you are just running the wired around you are correct you cannot use BNC because they will all be carrying seperate voltage signals.
    Doug Farrell
    Product Manager - Condition Monitoring
    National Instruments
    National Instruments Condition Monitoring

  • Application Module connection

    Hallo,
    I have problem finding where db connection is already started. Following Steve Muench example of Dynamic JDBC credentials I have registered DynamicJdbcBindingFilter with code like that:
    session.setAttribute(Configuration.DB_USERNAME_PROPERTY, usrName);
    session.setAttribute(Configuration.DB_PASSWORD_PROPERTY, pswd);
    if (jdbcURL != null) {
    session.setAttribute(Configuration.DB_CONNECT_STRING_PROPERTY,jdbcURL);
    super.doFilter(request, response, chain);
    session.setAttribute(LOGGEDIN_ATTR,NON_NULL_VALUE);
    Just after successful logon I need to call db procedure which sets some application role to logging user (dbms_session.set_role). Where I have to put this code? Where is the first class where I can obtain db connection to do that?

    In the article "How to support dynamic JDBC credentials" on the last page you describe to we have to register the SessionCookie factory with the AM pool.
    Do I have to configure each AM in our application? We have about ~30 AMs ....

Maybe you are looking for

  • GOODS TRANSPORT SERVICE TAX

    Hi the scenario is As per Notification No. 35/2004, in relation to the transport services, the onus of collection and payment of service tax has come to the recipient of the services unlike the provider of the services in other cases. Hence organizat

  • Planning file entry

    Hi Guru's , is there any need to set up planning file enteries in OMDO for every plant because system will atomatically update the planning file for every material that have valid MRP data. If i have valid MRP views maintained in this situation what

  • OSX 10.5 installation problems - hard disk errors?

    I've tried twice to upgrade from Tiger 10.4.11 to Leopard 10.5 on a late 2006 refurb'd iMac 20" duo purchased from an Apple store. Both tries gave me a message that my hard drive had errors after I did a "disk verify". But the "repair disk" button wa

  • Bapi is used to 'post incoming payments (t-code F-28)'

    hi all can any one tell which bapi is used to 'post incoming payments (t-code F-28)'. thanks in advance, lokesh

  • CPU Time Wait Event

    I am running perfstat in Oracle9i Enterprise Edition Release 9.2.0.4.0. When I create a perfstat report using the standard scripts I see a wait event called "CPU time." I don't understand what this means. The OEM server monitoring tool does not indic