Call telephone connection via mobile ADF Application


Hello

I'm developing a mobile application of ADF. According to the condition when I click someone email Id it should automatically open an email client to send an email. And when I click on the phone number of someone he needs to connect to the call with that person directly. I am able to do the Email thing but am stuck with call connection.

Please guide me how to log a call with the mobile application of ADF.

Thank you

Priyanka

You can use the amx:goLink component. URL of the link component go in the property, you can specify the phone number.

Tags: Java

Similar Questions

  • Call Web Service via a Java Application and analyze the response

    I have currently developed a service web (http://nycews.datajump.com/ATMUtilities.asmx/GetReverseGeoCode?Lat=42.9790550&Lng=-78.7856140) as returnes an address in xml format. I need to know what is the best way to call this connection and parse the XML to display the address to the user in a popupscreen.

    Here is a corrected version...

       public String getAddress() {
            String myString = "My String";
            byte[] postData = myString.getBytes();
            String myAddress = null; // address to return
            HttpConnection httpConnection;
            DataOutputStream os;
            Document doc;
    
            String myURLString = "http://www.google.com;interface=wifi"; // use a connection method here
    
            try {
                httpConnection = (HttpConnection) Connector.open(myURLString);
                httpConnection.setRequestMethod(HttpConnection.POST);
                httpConnection.setRequestProperty(HttpProtocolConstants.HEADER_CONTENT_TYPE, "application / requestJson");
                os = httpConnection.openDataOutputStream();
                os.write(postData);
                int rc = httpConnection.getResponseCode();
    
                if (rc != HttpConnection.HTTP_OK) {
                    return "";
                }
    
                httpConnection.getResponseCode();
    
        // The following code was taken from http://www.blackberry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800332/800599/How_To_...
                DocumentBuilderFactory docBuilderFactory = DocumentBuilderFactory. newInstance();
                DocumentBuilder docBuilder = docBuilderFactory.newDocumentBuilder();
                docBuilder.isValidating();
                doc = docBuilder.parse(httpConnection.openDataInputStream());
                doc.getDocumentElement ().normalize ();
                NodeList list=doc.getElementsByTagName("*");
                String _node = new String("");
                Node tempNode = null;
    
          //this "for" loop is used to parse through the
          //XML document and extract all elements and their
          //value, so they can be displayed on the device
    
              for (int i=0;i		   
  • Connection of the ADF application module

    I use JDeveloper 11.1.1.6

    I would like some advice of good practices on how to manage properly the connection module of the application.

    Here is a code example. I want to know if she properly managed in terms of DB, statement and result set connection? No optimization?

    CallableStatement stmt = null;

    Connection Conn = null;

    ResultSet rset = null;

    String sql = "start Process_query(?,?); end; « ;

    MyAppModuleImpl m = dc_bc.getDataControl () .getApplicationModule () (MyAppModuleImpl);

    try {}

    stmt = am.getDBTransaction () .createCallableStatement (_getAttributesStatement, 0);

    Connection Conn = st.getConnection ();

    ArrayDescriptor = attributeDescriptor

    ArrayDescriptor.createDescriptor ("PARAMS_TAB", conn);

    String [] [] attributes = / / initialize the table attributes;

    AttributesArr = ARRAY

    New ARRAY (attributeDescriptor, conn, attributes);  oracle.sql.ARRAY

    stmt.setArray (1, attributesArr);

    stmt.registerOutParameter (2, java.sql.Types.VARCHAR);

    ResultSet rset = stmt.executeQuery (sql);

    do something here

    } catch (Exception e) {}

    _logger. Sever (e);

    throw e;

    } {Finally

    try {}

    If (conn! = null)

    Conn.Close ();

    } catch (SQLException sqle) {}

    _logger. Warning (sqle);

    }

    try {}

    If (stmt! = null)

    stmt. Close();

    } catch (SQLException sqle) {}

    _logger. Warning (sqle);

    }

    try {}

    If (rset! = null)

    RSet.Close ();

    } catch (SQLException sqle) {}

    _logger. Warning (sqle);

    }

    }

    UPDATE:

    According to Timo, I reorganized the code as follows:

    In MyAppModuleImpl I have a processQuery() method

    public String processQuery (String [] [] attributes) {}

    CallableStatement stmt = null;

    Connection Conn = null;

    ResultSet rset = null;

    String sql = "start Process_query(?,?); end; « ;

    try {}

    stmt = getDBTransaction () .createCallableStatement (_getAttributesStatement, 0);

    Connection Conn = st.getConnection ();

    ArrayDescriptor = attributeDescriptor

    ArrayDescriptor.createDescriptor ("PARAMS_TAB", conn);

    AttributesArr = ARRAY

    New ARRAY (attributeDescriptor, conn, attributes);  oracle.sql.ARRAY

    stmt.setArray (1, attributesArr);

    stmt.registerOutParameter (2, java.sql.Types.VARCHAR);

    ResultSet rset = stmt.executeQuery (sql);

    do something here

    } catch (Exception e) {}

    _logger. Sever (e);

    throw e;

    } {Finally

    try {}

    If (conn! = null)

    Conn.Close ();

    } catch (SQLException sqle) {}

    _logger. Warning (sqle);

    }

    try {}

    If (stmt! = null)

    stmt. Close();

    } catch (SQLException sqle) {}

    _logger. Warning (sqle);

    }

    try {}

    If (rset! = null)

    RSet.Close ();

    } catch (SQLException sqle) {}

    _logger. Warning (sqle);

    }

    }

    }

    Then in my grain of support, I'm going to call this method

    MyAppModuleImpl am = (MyAppModuleImpl) dc_bc.getDataControl () .getApplicationModule ();

    try {}

    [ String []] attributes = / / initialize the table attributes;

    AM. processQuery (attributes);

    } catch (Exception e) {}

    manage the code here

    }

    My question is in MyAppModuleImpl,

    I got the connection, statement and result set. But I doubt that I really need to close the connection (in bold)?

    Well, the JNDI Data Source is recommended because you can reconfigure it without redeploying app and connection pool can be shared between different applications on the same server app...

    In fact, in my app, we use JNDI, is it out of the frame?

    Framework will publish connection acquired by AM to the connection pool, and application server (WLS) will manage connections in the connection pool.

    Dario

  • Call PL/SQL and Oracle ADF Application reports Open functions

    Hi all

    My company will convert some projects of Oracle forms to Oracle ADF, so we must call the PL/SQL functions and open the Oracle reports (which are already exist) the ADF application.

    Thank you..

    Jack.N

    Hi Jack.N,

    call the functions PL / SQL---> http://sameh-nassar.blogspot.com/2010/01/create-plsql-function-and-call-it-from.html

    Open Oracle reports---> http://radio-weblogs.com/0137094/2008/06/15.html

    There is integration between the ADF and other systems in---> http://wiki.oracle.com/page/ADF+Integration

    Sameh Nassar

  • Windows 7 does not recognize not my Bluetooth connection via mobile Samsung SGH-D900i. No driver is found. Answers, please?

    Hello
    After a research pilot note seems to be saying that my mobile phone is not compatible with the version of windows I am trying to connect my Samsung SGH-D900i mobile phone to my computer running on Windows 7 Home Premium. Why is it impossible for windows to find the right drive for my cell phone, please? What other solutions are there?
    Kind regards
    George Bekes

    Hello

    Thank you for the question to Microsoft Community. I'll give my best to help you.

    Method 1
    I suggest you run the hardware and devices Troubleshooter and see if that helps.

    Open the hardware and devices Troubleshooter
    http://Windows.Microsoft.com/en-us/Windows7/open-the-hardware-and-devices-Troubleshooter

    Method 2
    I suggest you try the steps from the following link:

    The problems with Bluetooth devices (applies to Windows 7)
    http://Windows.Microsoft.com/en-us/Windows-Vista/troubleshoot-problems-with-Bluetooth-enabled-devices

    Method 3
    I suggest you to download the driver from the following link and install it in compatibility mode and check:http://www.samsung.com/uk/support/model/SGH-D900MSIAUT-downloads

    Method 4
    I suggest you try the steps from the following link:

    Error: "device driver Bluetooth not found" when you try to connect to a bluetooth device
    http://support.Microsoft.com/kb/2654568

    Reference: Bluetooth devices do not work correctly on a computer that is running Windows 7
    http://support.Microsoft.com/kb/980396

  • Errors during the generation of the simple PDA mobile ADF application

    Dear,

    I created a very simple table used and tried to generate the ADF mobile PDA with jheadstart
    but I got these errors of generations

    [EmployeesTable.jspx, default/item/table/tableTextInput.vm] No model corresponding to templateidentifier: help TABLE_ITEM_FOOTER for VACUUM model
    [EmployeesTable.jspx, default/item/table/tableTextInput.vm] No model corresponding to templateidentifier: help TABLE_ITEM_FOOTER for VACUUM model
    [EmployeesTable.jspx, default/item/table/tableTextInput.vm] No model corresponding to templateidentifier: help TABLE_ITEM_FOOTER for VACUUM model
    [EmployeesTable.jspx, default/item/table/tableTextInput.vm] No model corresponding to templateidentifier: help TABLE_ITEM_FOOTER for VACUUM model
    [EmployeesTable.jspx, default/item/table/tableTextInput.vm] No model corresponding to templateidentifier: help TABLE_ITEM_FOOTER for VACUUM model
    [EmployeesTable.jspx, default/item/table/tableDateField.vm] No model corresponding to templateidentifier: help TABLE_ITEM_FOOTER for VACUUM model
    [EmployeesTable.jspx, default/item/table/tableDropDownList.vm, nesting level: 5] no match for the templateidentifier model: rescue TABLE_ITEM_FOOTER for VACUUM model
    [EmployeesTable.jspx, default/item/table/tableTextInput.vm] No model corresponding to templateidentifier: help TABLE_ITEM_FOOTER for VACUUM model

    and so on...


    Is it a failed model or what?
    Note that, when I generate this simple app as the common ADF faces it works very well.

    What is missing? Help, please...

    Published by: samy omar on December 8, 2009 02:11

    Saami

    To resolve this problem, you must add the missing entry in the PDATemplateBindings.jtp file:

    TABLE_ITEM_FOOTER=default/item/table/tableItemFooter.VM

    If you get similar errors on other template names, and then copy it on this model and the value of defaultTemplateBindings.jtp to PDATemplateBindings.jtp name

    Steven Davelaar,
    JHeadstart team.

  • How to generate a call via mobile phone connected to the pc by usb

    Hello

    Comment on the call of the UN peut-on generate via mobile phone (nokia6680) connects to the pc by usb from labview?

    I have installed "nokia PC suite". is possible perhaps-this one starting from the palette "Connectivity/library and executable" start this app and automatically generate a call to a predefined number? It sounds complicated and ca me don't think so that it works...

    Apparently these are the commands that allow a cell phone from a PC of Girardon. Y ' there way to use a hyperterminal type program pay to try their hand and then be able to use the VISA features in labview? Pour the moment, I don't see how start. Ports of HyperTerminal manages the communication with RS232 type but comment Girardon the USB Installer takes it a soft pour mobile phone USB connection behaves as a virtual RS232 port?

    I have seen comment importer a dll in labwindows on another project but we must have the description of the dll, the functions name pay to use. In this case, I have all this.

    Thanks if qq can help me car the, I'm blocking (I saw that there were messages on this topic but ca don't allowed me to establish a communication with the phone outside the nokia PC suite software).

    My but is send an alert by such pour a data acquisition application that runs on a computer laptop not connect a network of the United Nations.

    JF

    Finally, it runs. When the telephone connection after installing nokia pc suite and a usb cable, the phone appears like adding a virtual COM and another element: "Nokia 6680 usb modem cable. Select the line corresponding to the additional virtual COM port, in my case, it appears as "COM17. Configuration is easy: choose transmission speed (bps 9800 or else up to 115200bps, apparently the phone can detect the selected speed of the rate), 8 data only bits, no parity, no flow control. Then you can send orders to:

    Xxxxxxxxx ATD. followed by the return to call a wagon phone (the phone number is xxxxxxxxx), at the end of the command is required to call (if there is a detected error 'NO CARRIER')

    to send an SMS, send:

    AT + CMFG = 1

    AT + CMGS = "xxxxxxxxx".

    then tape the message to send, followed by Ctrl-Z (ASCII code: 0x1A)

    If you are interested in this subject, I advice allows you to start the test with hyperterminal or another program to easily implement a serial communication, and then implement in Labview. I guess the AT commands are a little bit different with other phones like Nokia.

    Note: to send Ctrl-Z with Labview, right click on the array of strings in the scheme of hexadecimal code, then select Add 1A and re - click to print the normal code...

  • ADF Mobile: connect with the web application

    Hello

    I'm starting the age of mobile application. (my version of jdeveloper is version 11g 2)...

    I need to know is easy to create applications mobile adf in the ADF web application?

    With regard to this demo:- http://download.oracle.com/otn_hosted_doc/jdeveloper/11gdemos/ADFMobile/adfmobile.htm how can I adopt for my needs?

    My web application is Version 11.1.2.2.0. So without re-creating this application in higher version (Version 11.1.2.3.0), can't do Mobile App?

    hopping all coordinated to solve my problem...

    Thank you.

    Sorry for the late reply. The ADF webapplication can be made in any version of JDev, since it is just a web service 'plain '. ADF Mobile is supported only 11.1.2.3 (or), but they (the web service and mobile application) do not have to be developed using the same version of JDev.

  • Portege M700 - 3 G-connection via Novatel & T-Mobile

    Hello
    My M700 is around the age of 12 months and now I tried to connect via a 3G connection to the internet. The build-in 3G connection manager Novatel (called MobiLink) offers 3 pre-installed configurations, none of them work for my T-Mobile SIM card.

    I can't find any clues (Toshiba or Novatel or T-Mobile) how to set up a working connection. I try to create a new profile, but have no idea on demand "APN:" or other necessary parameters.

    Is there anyone with experience on these issues with a useful suggestion?
    I know that my T-Mobile card user-number and the ANKLE associated with the SIM card.

    Thanks in advance,
    Peter

    Hi Riedel,

    If I were you I talk with T-Mobile and ask what APN you should use. A digital CAMERA is basically a string that you enter to dictate the software to connect to (e.g. TMobile), T-Mobile will be able to tell you what APN you must try to connect to usually.

    Good luck

    Paul2008.

  • How to call the java function with javascript setting in mobile adf?

    How to call the java function with javascript setting in mobile adf?

    The ADF Mobile utility container API can be used from JavaScript or Java.

    Application container API - 11 g Release 2 (11.1.2.4.0)

  • Try to synchronize a mobile laptop and it connects via bluetooth, but will not be synchronized

    try to synchronize a mobile laptop and it connects via bluetooth but will not synchronize what I am doing wrong

     
    Moved from feedback
    Original title: device

    "You run a form any of sync on the PC software, usually supplied with the ' phone or available for download on the ' phone manufacturers site.

    As you do not tell us that "phone and helps OS it runs there is little more we can give."
  • connect the mobile to internet via modem pc

    My mob: Nokia C2 01
    My laptop: HP
    can connect via bluetooth
    Need: access to the internet on my phone using the modem from the laptop
    Help is appreciated

    Hello

    It is not possible to access the internet on the mobile to the laptop. If your mobile phone supported Wi - Fi connectivity and if you had the wireless internet to your place, then you might have accessed the internet. From your mobile phone does not support a Wi - fi connection, there is no other choice to access the internet outside of the SIM card.

    It will be useful.

  • Number of the Fusion ADF application called PeopleSoft AAWS operations

    People,

    Hello. I have implemented PeopleSoft Campus Solution 9.0 revision 5 for a University.

    I need to develop an application for Admission online for future student to apply for admission.

    My installations of PeopleSoft are below:

    Server machine: Oracle Linux 5.10 (64-bit)

    Client computer: Windows XP Professional (64 edition) with the Internet Explorer browser

    Architecture Internet Oracle Linux 5.10 Server:

    (1) database server: Oracle Database 11 g version 11.1.0.6.0 is

    (2) the server application: Tuxedo 11 g

    (3) web Server: Web Logic 10.3.6.0 and JDK 1.7.0_09

    (4) browser: Firefox Mozila

    (5) two Instances of huge database on the database server: 8.53 PeopleTools and Campus Solution 9.0.

    To develop the application for Admission online, I made the 4 parties with WebLogic 10.3.6 and JDK 1.7.0_09 as below:

    (1) install ADR (Application Development Runtime) 11.1.1.6.0 (64-bit)

    (2) install the RCU 11.1.1.6.0 to create the scheme of OWSM_MDS (32 bit)

    (3) create a WebLogic 'Domain_CS' domain in WebLgoic 10.3.6.0 in support of MARC 11.1.1.6.0.

    (4) install JDeveloper 11 g 11.1.1.6.0 Studio Edition including WebLogic 10.3.5.0.

    The application for Admission online is developed in JDeveloper 11 g 11.1.1.6.0 Studio Edition.

    The application for Admission online connected to AAWS (Admission Application Web Service) and through AAWS gets to database tables.

    AAWS has no Navigation in the browser. After you create the Web Application from merger, you must type in the endpoint URL for the Operations of Service. But I don't know what is the URL endpoint.

    My question is:

    What is the endpoint URL for PeopleSoft AAWS operation for ADF merger Application in JDeveloper?

    Thanks adavance.

    Addition of on-demand technology means that a specific action (e.g. the menu points) for technology and add needed libraries for technology. While adding or activating the menu points is not a big deal, adding libraries is. If you add legs strength as a technology, you get a whole bunch of libraries also added to your project. In the end, you have a great ear file (the final application is bundled in an ear file) where many of the megabytes of libraries will not be used at all. Deploying an ear file take is the ear file more.

    Another point is that some technologies do not work well together. You could end up with errors, complaining of libraries that are not compatible.

    Summary: do not add technology, that you don't need. Struts is one of the technologies you use, to not add it. This is the case for other technologies you mixed right also, delete what you don't need or know.

    Timo

  • How to call the pl/sql function in application of the ADF

    Hi Experts,

    I need to call the pl/sql function in application of ADF, I have logic written in my AM

    Method:

    public String reportStoredProcedure (locationID customerID, number,
    String tailNum) {}

    CallableStatement st = null;
    String v_sanctioned = null;
    If (locationID! = null & & customerID! = null & & tailNum! = null) {}
    System.out.println (locationID + "" + customerID + "" + tailNum);
    Tail string = "TAIL";
    String result = "N";

    try {}
    String stmt =
    "start XXWFS_SANCTIONS_PKG. CHECK_SANCTION(:1,:2,:3,:4,:5,:6,:7,:8,:9,:10,:11); end; « ;
    St = getDBTransaction () .createCallableStatement (stmt, 0);
    st.setNull (1, Types.VARCHAR);
    st.setNull (2, Types.NUMERIC);
    st.setObject (3, customerID);
    st.setNull (4, Types.NUMERIC);
    st.setNull (5, Types.NUMERIC);
    st.setObject (6, locationID);
    st.setNull (7, Types.NUMERIC);
    st.setNull (8, Types.NUMERIC);
    st.setObject (9, tail);
    st.setObject (10, tailNum);
    st.setObject (11, result);
    St.Execute ();
    System.out.println ("v_sanctioned in AM:" + v_sanctioned);
    } catch (Exception e) {}
    e.printStackTrace ();
    return "N";
    } {Finally
    If (st! = null)
    try {}
    St.Close ();
    } catch (Exception e1) {}
    E1. PrintStackTrace();
    return "N";
    }
    }
    } else {}
    System.out.println ("v_sanctioned is null");
    v_sanctioned = "N";
    }
    Return v_sanctioned;
    }


    Error:

    java.sql.SQLException: ORA-06550: line 1, column 7:
    PLS-00306: wrong number or types of arguments in the call to 'CHECK_SANCTION '.
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored

    at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
    at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:133)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:206)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:413)
    at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1035)
    at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:191)
    at oracle.jdbc.driver.T4CCallableStatement.executeForRows(T4CCallableStatement.java:950)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1224)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3386)
    at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3487)
    at oracle.jdbc.driver.OracleCallableStatement.execute(OracleCallableStatement.java:3858)
    at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1374)
    at weblogic.jdbc.wrapper.PreparedStatement.execute(PreparedStatement.java:99)
    at model.view.CardAMImpl.reportStoredProcedure(CardAMImpl.java:182)
    at com.emboss.bean.ReadyToPrint.invokeVSanctioned(ReadyToPrint.java:485)
    at com.emboss.bean.ReadyToPrint.PrintingCards(ReadyToPrint.java:434)
    at com.emboss.bean.ReadyToPrint.printCards(ReadyToPrint.java:204)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.sun.el.parser.AstValue.invoke(AstValue.java:157)
    at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:283)
    at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1259)
    at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183)
    at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:97)
    to oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$ 1.run(ContextSwitchingComponent.java:90)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:309)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:94)
    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:91)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.broadcastEvents(LifecycleImpl.java:812)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:292)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:177)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:191)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:97)
    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:420)
    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:420)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:94)
    at java.security.AccessController.doPrivileged (Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:414)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:138)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:159)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:330)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.doIt (WebAppServletContext.java:3684)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3650)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2268)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2174)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1446)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

    Can someone help me how to call...

    Call it in function, not as a procedure you do

    try {
    String stmt =
    "begin :1 := XXWFS_SANCTIONS_PKG.CHECK_SANCTION(:2,:3,:4,:5,:6,:7,:8,:9,:10,:11,:12); end;";
    st = getDBTransaction().createCallableStatement(stmt, 0);
    st.registerOutParameter(1, Types.VARCHAR);
    st.setNull(2, Types.VARCHAR);
    st.setNull(3, Types.NUMERIC);
    st.setObject(4, customerID);
    st.setNull(5, Types.NUMERIC);
    st.setNull(6, Types.NUMERIC);
    st.setObject(7, locationID);
    st.setNull(8, Types.NUMERIC);
    st.setNull(9, Types.NUMERIC);
    st.setObject(10, tail);
    st.setObject(11, tailNum);
    st.setObject(12, result);
    st.execute();
     = st.getString(1);
    
  • Connect between two different applications. A call to the other application.

    I would like to know if it is possible to connect between two different applications in oracle apex IE appeal one request for the other? If the applications are allowed even say LDAP.

    Yes,

    Refer to the post office, requested by me and answered by fac586

    How to use one login for all applications in one only workspace

Maybe you are looking for