Version of JAXB in IAS 10g

Hi all
Is JAXB the Java XML binding framework used on IAS 10g (10.1.3)???
If so, what version and name of the implementation is being used? Is it a proprietary implementation?
What I need is to marshal the POJOs to XML, send this XML over the wire and unmarshal to recreate the POJOs on the other side, so I need to use the same framework.
Thanks!
Marcelo

Hi Tugdual
I´m deploying on a IAS 10.1.3.
My requirement is:
I´m using Oracle BPEL Process Manager. This makes a call to a @OneWay @WebMethod exposed method (webservice) on this IAS. After processing, the application must return the result to BPEL, so this is an asynchronous operation. The call is working fine but to return the callback result I´m using BPEL Client API (IDeliveryService and NormalizedMessage) and to use it I nedd to transform my POJO´s on XML (string) or to a org.w3c.dom.Element and I don´t know how to do that...
The POJO´s was created using Ant task 'Oracle:genProxy'.
Regards
Marcelo

Similar Messages

  • How to install iAS 10g on RedHat ES 3?

    Hi all
    I'm quite a newcomer to Linux and Oracle iAS, and I got the task to install the iAS 10g on RedHat ES 3.
    But I don't have a clue how to start and do that. Can you give me some hints?
    I have the RedHat ES 3 CD's and two HP Servers (P4 with 1024mb RAM and a lot of diskspace). So I think I have got everything I need to install the iAS.
    I think the first step is to install Linux on both Servers, right? But what components will I have to install?
    Thanks very much for help.
    Joshua

    Now I found this sentence on http://www.oracle-base.com/articles/10g/OracleAS10gInstallationOnFedora2.php:
    The AS10g installer checks for required packages. It will produce the following list of missing packeges:
    Package gcc-3.2.3-20 is missing
    Package compat-gcc-7.3-2.96.122 is missing
    Package compat-gcc-c++-7.3-2.96.122 is missing
    Package compat-libstdc++-7.3-2.96.122 is missing
    Package compat-libstdc++-devel-7.3-2.96.122 is missing
    Package setarch-1.3-1 is missing
    Package sysstat-4.0.7 is missing
    Package gnome-libs-1.4.1.2.90-34.1 is missing
    Package libstdc++-3.2.3 is missing
    Package compat-libstdc++-devel-7.3-2.96.122 is missing
    Package compat-glibc-7.x-2.2.4.32.5 is missingYou can either quit and install these packages or continue with the installation as we've installed newer versions of them.
    Should I just continue with the installer?
    I tried "/media/cdrom/runInstaller -ignoreSysPrereqs" but the terminal tells me
    The user is root. Oracle Universal Installer cannot continue installation if the user is root.I guess I have to create a non-root user, right? Is there a document about that?
    Sorry for these really stupid questions, but I'm just not into linux yet...
    Greetings, Joshua

  • IAS 10g rel 2 BI and Forms services

    I have the IAS 10g rel 2 infrastructure on a RH v3 server and, as we need Discoverer, plan on installing BI on the same server. We also need Forms and Reports services as well.
    As I don't see Forms services in BI (although the documentation says it is) the following questions arise:
    - If I install BI without Reports services, is it possible to install Forms and Reports services from the stand-a-lone version into the BI $OH? Or, would it require another separate $OH for the Forms and Reports services?
    - If I install BI with Reports services, is it possible to install just the Forms services into the BI $OH? Or, again, is a separate $OH required for just the Forms services?
    Your responses are much appreciated!!

    There are three installation types that are pertinent to this question:
    From Oracle Application Server 10g CDs, you can install BI and Forms Services and configure Discoverer, Reports, Forms (and even Portal). This has dependency on Infrastructure.
    From Forms and Reports Services CDs, you can install Forms and Reports (in a seperate Oracle Home, never into BI and Forms install O_H). This has no dependency on Infrastructure.
    From BI Cds, you can install Discoverer and Reports with no Infra dependency. It has to be in its own Oracle Home only.
    So if your need is to run Discoverer, Reports, Forms in one Oracle Home but have no infrastructure dependency, it is not possible.
    Regards
    Pavna

  • Response.sendRedirect doesn't work with IAS 10g

    Hello,
    I'm moving my application to JDK 1.4 and IAS 10g.
    It's alright, but I noticed one problem.
    For long operation I created my way to display my "Working in progress..." page.
    I create an HTML file into a cache folder and I redirect to that file that reload itself every five seconds.
    Once the operation is terminated it change a session variable that is loaded by the HTML page and it ends the "Working in progress..." message.
    The problem is that in IAS 10g it doesn't redirect to the HTML file immediately, it seems that "wait" the operation is almost finished: il redirect to the HTML file, and after 5 seconds it loads the end message of the operation.
    This is the part of the code:
    [WRITE FILE IN c:\application\tools\template\cache as tempxyz.html]
    String urlToLoad = "/myApp/tools/template/cache/tempxyz.html";
    response.sendRedirect(urlToLoad);
    [OPERATIONS]
    [CHANGE SESSION VALUE]
    -END-
    The "response.sendRedirect(urlToLoad);" instruction pass without errors.
    I hope I explained my situation.
    Thanks in advance for any suggestions,
    EP

    Thanks Qiang,
    Ive done exactly as youve said and it must be a rewriting problem as you suggested. Here is the header from accessing the servlet on the Linux host machine (IP 192.168.5.121 called 'BEAST')
    --10:12:27-- http://192.168.5.121:7780/webapp/test
    => `test'
    Connecting to 192.168.5.121:7780... connected.
    HTTP request sent, awaiting response...
    1 HTTP/1.1 302 Moved Temporarily
    2 Date: Wed, 11 May 2005 09:12:27 GMT
    3 Server: Oracle-Application-Server-10g/10.1.2.0.0 Oracle-HTTP-Server
    4 Content-Length: 183
    5 Cache-Control: private
    6 Location: http://BEAST:7779/webapp/testJ.jsp
    7 Keep-Alive: timeout=15, max=100
    8 Connection: Keep-Alive
    9 Content-Type: application/octet-stream
    Location: http://BEAST:7779/webapp/testJ.jsp [following]
    --10:12:27-- http://beast:7779/webapp/testJ.jsp
    => `testJ.jsp.3'
    Resolving beast... done.
    Connecting to beast[127.0.0.1]:7779... connected.
    That worked fine. Here is the header on my windows machine on the network ( IP 192.168.5.120) :
    HTTP/1.1 302 Moved Temporarily
    Date: Wed, 11 May 2005 09:03:21 GMT
    Server: Oracle-Application-Server-10g/10.1.2.0.0 Oracle-HTTP-Server
    Content-Length: 183
    Cache-Control: private
    Location: http://BEAST:7779/webapp/testJ.jsp
    Keep-Alive: timeout=15, max=100
    Connection: Keep-Alive
    Content-Type: application/octet-stream
    I think the problem must be that the response is telling it to redirect to BEAST (which is the name of the server) but the windows box cant resolve the name. Must be why i get the page cannot be displayed.
    The code in the servlet 'test' to redirect is just:
    response.sendRedirect("testJ.jsp");
    Any ideas would be much appreciated on how I can fix this other than setting up a local DNS server?!
    Cheers,
    Rob.

  • What version of JAXB is in JDeveloper 10.1.3?

    I've been trying to generate a web service from a WSDL and found out that not all of my XSD is supported by older versions of JAXB.
    Is it possible to update JDeveloper to use JAXB 2.0?

    I need to point out that I am able to generate the WS initially, but if I go to its properties, and click on 'Methods', the lone method is grayed out. When I click on 'Why Not?', I get this:
    The return type core_2.ResponsePacket of method submitRequest cannot be serialized into XML, and no custom serializer has been defined for it.
    If I comment <xs:anyAttribute processContents="skip"/> out of the XSD, then things seems to work correctly.
    Here is the generated code for ResponsePacket:
    package core_2;
    public class ResponsePacket implements java.io.Serializable {
        protected oracle.webservices.databinding.AttributeMap anyAttribute;
        protected core_2.Responses responses;
        public ResponsePacket() {
        public oracle.webservices.databinding.AttributeMap getAttributes() {
            return anyAttribute;
        public void setAttributes(oracle.webservices.databinding.AttributeMap anyAttribute) {
            this.anyAttribute = anyAttribute;
        public core_2.Responses getResponses() {
            return responses;
        public void setResponses(core_2.Responses responses) {
            this.responses = responses;
    }You can see that code has anyAttribute in it so I'm wondering if the WS will work fine, I just regenerate from the WSDL if any of the specs change.

  • How to install ias 10g 10.1.2.0.0 on Solaris 5.10?

    I scanned this forum and it is not clear to me if anyone has actually succeeded in installing ias 10g 10.1.2.0.0 on Solaris 5.10.
    If anybody has successfully done so, would he/she please post the details? Or give me an indication what documents, patches etc I will need in order to complete my installation. I am yet to start the installation, but am expecting problems (just completed an rdbms 10g 10.1.0.2 install on Solaris 5.10 and that did not go very smooth, to say the least...)
    Thanks in advance

    Please help me with same installation as yours. I have been trying to installing ias 10g R2 (10.1.2.0.2) on solaris 10 64-bit sparc. But OID configuration assistant has consistantly failed. Se bellow my oidca.log.
    Thanks a lot.
    Usmanou
    bash-3.00$ more oidca.log
    Thu Jan 19 17:39:55 EST 2006 OID CA started.
    oracle.ldap.oidinstall.backend.OIDCAException: java.sql.SQLException: Listener refused the connection with the following erro
    r:
    ORA-12514, TNS:listener does not currently know of service requested in connect descriptor
    The Connection descriptor used by the client was:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=fortuna.bentley.edu)(PORT=1521))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=webas
    db.bentley.edu)))
    at oracle.ldap.oidinstall.backend.OIDConfigWrapper.configOID(OIDConfigWrapper.java:247)
    at oracle.ldap.oidinstall.OIDCA.doSilent(OIDCA.java:507)
    at oracle.ldap.oidinstall.OIDCA.run(OIDCA.java:818)
    at oracle.ldap.oidinstall.OIDCA.main(OIDCA.java:957)
    Thu Jan 19 18:06:42 EST 2006 OID CA started.
    oracle.ldap.oidinstall.backend.OIDCAException: java.sql.SQLException: Listener refused the connection with the following erro
    r:
    ORA-12514, TNS:listener does not currently know of service requested in connect descriptor
    The Connection descriptor used by the client was:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=141.133.112.25)(PORT=1521))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=webasdb.be
    ntley.edu)))
    at oracle.ldap.oidinstall.backend.OIDConfigWrapper.configOID(OIDConfigWrapper.java:247)
    at oracle.ldap.oidinstall.OIDCA.doSilent(OIDCA.java:507)
    at oracle.ldap.oidinstall.OIDCA.run(OIDCA.java:818)
    at oracle.ldap.oidinstall.OIDCA.main(OIDCA.java:957)
    Thu Jan 19 18:11:57 EST 2006 OID CA started.
    oracle.ldap.oidinstall.backend.OIDCAException: java.sql.SQLException: Listener refused the connection with the following erro
    r:
    ORA-12514, TNS:listener does not currently know of service requested in connect descriptor
    The Connection descriptor used by the client was:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=141.133.112.25)(PORT=1521))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=webasdb.be
    ntley.edu)))
    at oracle.ldap.oidinstall.backend.OIDConfigWrapper.configOID(OIDConfigWrapper.java:247)
    at oracle.ldap.oidinstall.OIDCA.doSilent(OIDCA.java:507)
    at oracle.ldap.oidinstall.OIDCA.run(OIDCA.java:818)
    at oracle.ldap.oidinstall.OIDCA.main(OIDCA.java:957)
    bash-3.00$

  • SQL*LOADER on forms in IAS 10g environment

    I want to execute a sqlloader command within a Oracle Form in a Oracle IAS 10g environment. Is there any knowledge out there how to solve that?
    thanks,
    Ame
    Message was edited by:
    joinnv

    Well... you could try to call some unix script from your forms and have this script handle the sqlldr stuff (which is the solution you already found ;) ). You could also try to build some java bean to upload files and load it directly into your database (not using sqlldr anymore).

  • How to run JSP in iAS 10g?

    Hi.
    I installed an oracle 10g DB in my windows XP, and also installed iAS 10g. It looks like working well. But when I run a jsp file in my browser, JSP file does not work.
    Can anybody tell me how to deploy the jsp in iAS 10g?
    Thanks

    There are a few ways to deploy a jsp file or an application to IAS 10g. Before we run into that, can you do a basic check if jsp files does work? Please go to
    http://<yourHost>:<yourPort>/j2ee/examples/jsp
    and click a few examples. If it works, then you may try putting a simple jsp file, say, a.jsp in a
    <J2EE_HOME>/default-web-app directory
    where <J2EE_HOME> is the directory that contains oc4j.jar. Then check
    http://<yourHost>:<yourPort>/j2ee/a.jsp

  • Error when starting Discoverer on IAS 10g

    The installation of an IAS 10g (9.0.4)(on Linux, SUSE SLES9) succeded without an error. The different services (Forms, Reports, Discoverer ...) are running (green).
    Starting Discoverer Plus we get the error "CORBA-Protocol: Connecting to .. OSAgent was not sucessful".
    We installed a second IAS-Farm on different hardware and got the same error. We deployed path 9.0.4.1, but nothing changed.
    We have already installed several IAS 10g in SLES8 without any problems.
    We check serveral things without getting any further idea what is wrong.
    Thanks for any information/help
    Tilman

    see if there is a process on your machine called OSAgent or dis51pr or dis51ws. It seems like the discoverer corba components aren't started properly. If you run 'opmnctl status' from the command line it should show you whether they are up or down as well.
    Matt Topper
    TUSC, The Oracle Experts.

  • IAS 10g R2 on Windows 32 bit & on 64 bit environment

    Hi ,
    Can you please confirm whether IAS 10g R2 on Windows 32 bit will work on the 64 bit environment with the same performance?
    I’m really wonder why Oracle is not releasing 64 bit windows media pack since now almost all the servers are on 64 bit architecture.
    And please confirm whether we can download 64 bit windows media pack from OTN?
    Regards,
    Noman

    This is a WebLogic AS forum, no Oracle AS. If you are using WL let us know, if not and you are using Oracle AS then you should post this question there. Hope it helps....

  • Get Client IP working in IAS 10g

    Hello,
    I need obtain the request ip of client machine. I am working with JSP on IAS 10g.
    using request.getRemoteAddr() function, but it send me the server ip address not the client ip.
    someone can help me?
    Jo

    Hi Jo,
    The getRemoteAddr() method returns the IP Address of the System that called the resource. If a request is made to a servlet / JSP, the request is routed to OC4J and the reuqest is analyzed by OC4J - thus, the IP address seen by OC4J belongs to the HTTP Server and not the client/
    You can have a look at Metalink Note:189317.1 :- Subject: getremoteaddr Returns Wrong IP Address With mod_oroxy and OC4J. You might find the workaround suggested in this note useful.           
    Regards,
    Sandeep

  • BIB-14820 Calling BI Beans JSP deployed to iAS 10g

    Hello,
    I have deployed a jsp-bi beans application to iAS 10g Release 2.
    When I try to access the jsp page I get this error:
    javax.servlet.jsp.JspException: BIB-14122: The specified StorageManager could not be created.
    BIB-14820 The root path does not exists.
    Is there something that needs to be set up so that my xml config file for bi beans connection
    can be accessed properly?
    This jsp works from jdeveloper.
    The .xml file with the bi beans connection configuration has a root path that I am pretty sure
    needs to be changed. How do I change that (my application is not based on OLAP and does not contain a BI Designer object) ? And what does it need to be changed to in order to work from my iAS?
    Thanks in advance.

    There are three scripts provided with BI Beans for managing the catalogue:
    AddGroup.sql
    AddUser.sql
    AddUsertoGroup.sql
    Once you have created the catalog owner and installed the catalog then from SQLPlus execute the above commands as required. Each script prompts you for any arguments it requires. This will allow you to authorise users and setup groups to manage privileges within the catalog.
    The scripts can be found in $ORACLE_JDEV_HOME/bibeans/bin
    You can check the status of the items within the catalog via the Catalog Viewer within the JDev BIBeans project, the option is on the BIDesigner object (I think) which should launch a GUI catalog viewer.
    Hope this helps
    Keith Laker
    Oracle EMEA Consulting
    OLAP Blog: http://oracleOLAP.blogspot.com/
    OLAP Wiki: http://wiki.oracle.com/page/Oracle+OLAP+Option
    DM Blog: http://oracledmt.blogspot.com/
    OWB Blog : http://blogs.oracle.com/warehousebuilder/
    OWB Wiki : http://wiki.oracle.com/page/Oracle+Warehouse+Builder
    DW on OTN : http://www.oracle.com/technology/products/bi/db/11g/index.html

  • Install XML Publisher with iAS 10g

    Hello,
    Can we install/integrate XML Publisher with iAS 10g (10.1.2) and how can we integrate published reports with it.
    We don't have SSO,OID
    Regards

    When you say integrate, do you mean you want to install XMLP on top of it or you want to report data from it?
    Tim

  • How to monitor IAS 10g in EM web?

    Have anyone succeded to monitor ias 10g in web EM?
    I only see the infrastructur databas!
    What have gone wrong for me and how do I repair it?

    Have anyone succeded to monitor ias 10g in web EM?
    I only see the infrastructur databas!
    What have gone wrong for me and how do I repair it?

  • BUG: Jdev 10g/iAS 10g debug config docs are wrong

    I was setting up my iAS 10g OC4J_Home for remote debugging. According to the docs in Jdev 10g, I have to copy ojc.jar and jdev-rt.jar to <OC4J_HOME>/home/lib. This does not work.
    You must actually copy the files to <OC4J_HOME>/home/applib.
    In my case, this is $ORACLE_HOME/j2ee/home/applib. If you create your own OC4J instance, then you must install these files into the applib directory within that instance.
    Could someone please put out a definitive doc on how to get remote debugging to work between Jdev and iAS 10g? If it exists, please point me to it!
    TIA

    Hi,
    what about the blank characters in the long name. If the long name doesn't have blank characters, would it work then ?
    Frank

Maybe you are looking for

  • MIRO - Credit memo considering freight costs

    Dear friends , We need to process a Goods Return  to the vendor, but the goods has additional costs like Freight. So we are doing the reversal process as follow: MIRO - Credit memo => but when we process the credit memo the System brought together th

  • Status profile in sales order  Re Release

    Hi Experts, Scenario is like this Iam using status profile ZETO1 in T.Code [BS02] for releasing sales order once Sales team person creates a sales order VA01. After this Fiance person will release through sales order  status in header (i have created

  • Sporadic ORA-12154 errors when connecting

    We are occasionally receiving "ORA-12154: TNS:could not resolve service name" errors in all of the applications running on our W2K web server connected to an 8.1.6 database on a Sun server. Does anyone have any idea what is causing this and how we ca

  • No images in Aperture 2

    I've been using aperture 2 for about four years now and havent had a single problem. I opened the program yesterday and none of my images were there. All of my projects showed up and they all said that there were photos in them, they just weren't bei

  • Open my NAT for Xbox live

    Please I need help opening up this NAT on my time capsule. It's making my Xbox lag and drop out of games. I have 3 boxes, 2 iPhones, and desk top iMac.