JAXB as standard API for Java Mappings in XI?

Hi there,
Has anyone on this forum implemented Java mappings in XI using JAXB (reference implementation for XML/JAVA data bindings of SUN)?
If Yes, can you please share any experiences?
We're considering to use this API for Java Mappings in XI but first would like to get more background info.
Cheers,
Rob.

Hi Roberto,
Have tried implementing Java mapping using JAXB technique couple of years ago. However I was not able to test the mapping in XI/PI environment.
<ul>
<li>There is no in built support for JAXB from SAP XI.</li>
<li>There is no documentation available from SAP on JAXB hence it is difficult to implement the mapping.</li>
<li>We have to import JAXB specific jars along with the mapping code. my attempt to execute the mapping test in IR tool was unsuccessful It was running fine in standalone mode in local PC </li>
</ul>
[My question on SDN on same topic..|Java Mapping Using JAXB [Java Arch for XML Binding];
Thanks and regards,
Ananth

Similar Messages

  • Is there any Sun Java's official SVG API for Java SE?

    Hi, I'm still learning Java and SVG.
    Currently I want to build a kind of client-server application transferring SVG files.
    I'm using JSR 226 to parse SVG files in my Java ME client, but I dont know what API I should use to parse SVG files in my Java SE server.
    I want the server to read a large SVG image file and then parse it and divide it into some small linked SVG image parts before it can transferred to the client.
    Does Java SE have a standard API for SVG? Bcause I only found Batik..
    thnks in advance.

    Hello,
    I am using SVG Salamander... it is a nice small library.
    https://svgsalamander.dev.java.net/
    Jacco

  • Where can i get  MySQL api for java?

    I'm new to jsp,
    where can i get MySQL api for java?
    thanks

    You mean the jdbc driver for mysql ? if yes, www.mysql.com/downloads/api-jdbc.html

  • What is the good voice xml api for java

    dear buddies,
    what is the best voice xml api for java? has somebody comeacross and work involving this, i would like to hear more about this
    thanks
    Kuha

    Maybe the VXML forum is a better place: http://www.voicexml.org/
    Good luck.

  • What is the standard API for Customer Contact creation in R12

    Hi All,
    What is the standard API for Customer Contact creation in R12. my requirement is I need to create contact against Customer(Person/Organization).
    I need to develop pl/sql package for create Contact using the following fields
    First name , Last name , Email, Phone no, Ph ext,Mobile no,Contact no,Job title, Job title code,Country,Address1,Address2,Address3,Address4,
    City,State,Postalcode.
    Please help me.
    Thanks,
    K.Murugesan

    Hi All,
    Please update if you have any solution.
    Thanks
    Maanasa

  • Data Warehouse:java.lang.NoClassDefFound Error while using OWB API for Java

    I was writing code to use the OWB APIs for Java:
    I have imported the folowing files:
    oracle.owb.connection.RepositoryManager;
    oracle.owb.connection.OWBConnection;
    oracle.owb.connection.ConnectionFailureException;
    when jvm tries to get instance of Repositary Manger by the following code
    reposManager = RepositoryManager.getInstance();
    I get the following exception:
    Exception in thread main
    java.lang.NoClassDefFoundError: com/objectspace/jgl/HashMap
    I have checked my OWB and Java environment but I cant locate com/objectspace/jgl.jar file. Can some one tell me were this jar is located in so i can import it.

    Either use some criteria you develop related to one of the keys on the table or use some sort of record limiting method.
    Note the method of limiting will vary related to the database you are using. You will have to look at the documentation.
    For example I am told this will work in MySQL to get 200 records starting at record 100.
    SELECT * FROM myTable ORDER BY whatever ASC LIMIT 100,200
    Because you are running out of memroy I assume the table is large,
    I am not sure what the impact of the above will have on performance because if in the above if the order by is not based on an index at the server level all the records will be selected and sorted before the records are limited.
    I would make sure you have an appropriate index.
    If you use the advanced search over the user forums using "resultset paging" and possibility the database you are using you should be able to get some ideas.
    I hope this makes sense to you.
    rykk

  • Java.lang.NoClassDefFound Error while using OWB API for Java

    I was writing code to use the OWB APIs for Java:
    I have imported the folowing files:
    oracle.owb.connection.RepositoryManager;
    oracle.owb.connection.OWBConnection;
    oracle.owb.connection.ConnectionFailureException;
    when jvm tries to get instance of Repositary Manger by the following code
    reposManager = RepositoryManager.getInstance();
    I get the following exception:
    Exception in thread main
    java.lang.NoClassDefFoundError: com/objectspace/jgl/HashMap
    I have checked my OWB and Java environment but I cant locate com/objectspace/jgl.jar file. Can some one tell me were this jar is located in so i can import it.

    Do you have JAVA_HOME set in your environment?
    What's the result of
    env
    Make sure DBCA is calling the java under $ORACLE_HOME not from other installation.

  • Need the Oracle Standard APIs for iExpense

    Hi ,
    Can you please let me know the list of standard APIs that can be used for iExpese. The requirement is that we need to create new OAF pages which insert data into iExpense Tables and also we need to do validations like the standard functionality of iExpense, hence we are looking for APIs which perform the standard validations and insertion of data for the iExpense tables. Please let me know of any documentation or links which gives list of Oracle standard public API for iExpense.
    Thanks,
    Srikanth

    Hi;
    All APIs are listed in Oracle Integration Repository
    http://irep.oracle.com/index.html
    API User Notes - HTML Format [ID 236937.1]
    R12.0.[3-4] : Oracle Install Base Api / Open Interface Setup Test [ID 427566.1]
    Oracle Trading Community Architecture API User Notes, June 2003 [ID 241320.1]
    Technical Uses of Customer Interface and TCA-API [ID 269121.1]
    Pelase also check below:
    Api's in EBS
    Re: Api's in EBS
    http://sairamgoudmalla.blogspot.com/2009/05/script-to-find-oracle-apis-for-any.html
    API
    Fixed Asset API
    List of API
    Re: List of APIs
    Oracle Common Application Components API Reference Guide
    download.oracle.com/docs/cd/B25284_01/current/acrobat/jta115api.pdf
    List of APIs and open interface R12
    Re: List of APIs and open interface R12
    Regard
    Helios

  • Microsoft VSS API for java

    Hi there.
    Do anyone know about API for Microsoft Visual Source Safe for java.
    I want to access VSS server from java code.
    I require help regarding that .

    Try this. Also, this might be of use in the future.

  • How to use standard APIs for customized services

    Hello,
    I try to use IUserMappingService which has some hard coded paths to services (user mapping service). However sys admin customized the services location and it's impossible to use standard SAP libraries. For example, the standard library has a path:  "com/sapportals/portal/prt/service/usermapping", but a customized path is "com/sap/portal/pdk/srv/usermapping". When I run this iView, I am getting a message: Caused by: java.lang.NoClassDefFoundError: com/sapportals/portal/prt/service/usermapping/IUserMappingService
    Please advise.
    Thanks,
    Yan

    I guess i know what the problem is. How have you given a reference to the UM service in the portalapps.xml file ??
    I think you would have given the reference as "UserMapping". Now the PRT will look for this particular service and in the portalapps.xml of this service the ClassName would be defined as com.sapportals.portal.prt.service.UserMapping, which the PRT is not able to find.
    You can try giving the FQN in the service reference, but i doubt it will work because the PRT will still look for the above class name at the predefined location.
    Regards, Akhilesh

  • Java code samples for java mappings

    Dear all,
    Can you please send me a sample scenario in which you used the java mapping.
    How do we assign the source structure,the target structure.
    How do we map source->target
    Do we give the source and target interface names in execute method)?
    if so where do we map the same.
    we have one to one mapping in graphical,message mappings which i worked with.
    is there any tool for making the same thing in java?
    Kindly send me the documents if any on java mapping to [email protected]
    Please clarify.....

    ref:
    /people/prasad.ulagappan2/blog/2005/06/29/java-mapping-part-i
    /people/prasad.ulagappan2/blog/2005/06/29/java-mapping-part-ii
    and
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/javaMappingSample+Code&

  • Standard XSLT for Java(XML) Doclet

    I've just found "Java Doclet" <http://wwws.sun.com/software/xml/developers/doclet> for generating XML documentation from Java source code files rather than generating HTML. It is just what I want because I can easily create customized HTML versions out of the XML using XSLT sheet.
    I've wondered if there's available an XSLT for generating standard HTML just like the output of the standard doclet, to use as starting point for modifications?

    BTW, the closest thing I can think of is xmlroff which uses the output of this
    XML doclet to produce PDF (without cross-reference links, I believe)
    http://xmlroff.sourceforge.net/
    See the Javadoc example:
    http://xmlroff.sourceforge.net/examples/javadoc/index.html
    The source is at sourceforge:
    http://sourceforge.net/projects/xmlroff/
    Also now available on SourceForge is the related PangoPDF project at
    http://pangopdf.sourceforge.net/
    and
    http://sourceforge.net/projects/pangopdf/
    Please let me know what you think of these.
    -Doug Kramer

  • An abstract database api for java

    hi there
    does somebody know if there is something like this around - I mean, an API, that works with abstract objects like tables, fields, rows, where-conditions, joins and so on, and then automatically generates the appropriate SQL-statements ?
    java.sql is a quite low-level and implementation dependent API, I'd be glad to see an abstracter framework. anybody seen something like that ?

    JDO? Though it provides for more than just portable queries, and doesn't provide any of the niceness of something like the RogueWave DBtools.h++ in terms of being able to build up a query procedurally, but it's a big step..

  • Require MS WORD API for Java

    I am looking for a way to access only the attributes of a Word document. I don't need to access the document content, no reading or writing. Just read the attributes. Is there an API out there for this?
    I've heard you can do this using a com-bridge, but I have no experience with this - is it easily done and should I venture it - is it worth the effort and can it actually done what I need?
    I've heard from someone about a JWord interface, but couldn't find any info on it.
    Thanks.

    you could use a combination of a word macro and the ActiveX bridge. the activex bridge is for accessing java and the macro for reading the attributes and pass it over the activx bridge to java. btw: the activex bridge is removed in the latest J2SE.

  • Scanning Libraries/API for Java

    Hello I'm looking for an API or library that will allow me to use or access an external scanner's functionality from Java.
    The idea is to integrate this functionality in our BBj Application.
    Thank you for any info.

    Hello I'm looking for an API or library that will allow me to use or access an external scanner's functionality from Java.
    The idea is to integrate this functionality in our BBj Application.
    Thank you for any info.

Maybe you are looking for

  • Sound on ichat video not working

    my friend just recently got herself a macbook and we decided to try the video on ichat but the problem is, i can hear her but she can't hear me and i don't know what's wrong. what dshould i do?

  • Can't validate BR in EAS 11.1.2.1 - Exception Occurred

    We can't validate ANY Business Rules in EAS 11.1.2.1 against ANY applications including Sample. BR in EAS are used only for Essbase. EAS is on separate server than Essbase. 64-bit Windows Error message: Exception occurred. Please check your log file

  • Idoc extension

    Hi all, I have to do payment run so that the output is in the form of Idoc (PEXR2002). I need to enhance the idoc as well to include few customr specific fields. I dont know what is the procedure for finally getting a output as Idoc in We02. Please h

  • Issue delivery output

    Dear Gurus... On the VL02N initial screen, After I write outbound delivery number, I want to get print-out without entering the VL02N screen. So I follow the path as Outbound delivery> Issue delivery output and system shows only ONE output OPTION as

  • Linking Mc on stage with class Mc

    Hello I am trying to tell mc on stage to react to another one that is called by addchild and has a class name. I am doing this from the main timeline. How can I achieve this?      if      (this.currentFrame == 3) //Mc with class name that is on stage