Anybody know how to use jave work with mapping file? help!

mapping file are somehow those...
<db-insert root-element>
.....<map-info>
something like that, and I dont know how java code can use with them..my database is mysql...
or any reference site is good.?
Thank you very much

urm...thanks..
my job is about to write a transformation tool to transform XML documents into a database. The tools is written for users to extract data in XML format and store it into a database. But i would choose MYSQL. Mapping files are used to store information correctly into database to avoid the need to write new code for each type of XML files. And can choose any programing langugage for implementation such as Java and C#.........and currently still looking on Java or VB

Similar Messages

  • Anybody knows how to make R1900 work with Snow Leopard?

    Earlier I was able to print to my EPSON R1900 using the Gutenprint 5.2.3 (apple-suggested driver for the R1900) but I was getting fine lines on every print.
    I called up EPSON support who had me uninstall the Gutenprint driver, install the updated EPSON driver through an hour long process. Guess what happened.
    I cannot print anymore with the updated driver (SP R1900). When I print anything (text, photos, graphics), I see an error in the print queue
    "Error: /Library/Printers/EPSON/InkjetPrinter/Filter/rastertoescp/Contents/MacOS/raster toescp failed"
    I tried the finder and saw that /Library/Printers/EPSON/InjketPrinter/Filter/rastertoescp.app is a package that shows the executable 'rastertoescp". When I double clicked on it, I see that there is an error in the Terminal window -
    "ERROR: Insufficient options. logout"
    I have followed all the suggestions in other threads on this forum for this problem with no solution.

    It sounds like your driver is corrupted. We have posted a new driver on our website.
    1. Download the new driver.
    2. Turn your printer off.
    3. Delete the driver that is currently installed and install the new driver.
    4. Turn your printer back on.
    If you have any trouble with this procedure, please contact our support team at www.epson.com/support.
    Hope this helps,
    Syd

  • How to use java integrate with ondemand

    Hi All,
    As i'm new to integration, can anyone help me to use java integrate with ondemand that inserts some records in ondemand and deletes some records from ondemand in secheduled interval basis.?
    Thanks in advance..!
    regards
    sowm

    Greetings,
    hi forum...
    how to use Java WebStart with EJB ? examples ?Well, for starters these are complementing, not 'cooperating', technologies. I presume, since EJB's do not - directly, at least - communicate with a web browser, that you intend for "Java WebStart" to somehow invoke an EJB?? Java WebStart is a technology for running client-side (Java) applications from the web browser - perceptively, the application resides on the server, but technically it, like an applet, is downloaded to the client and run there. Unlike an applet, however, it is not constrained by "sandbox" restrictions and does not have to be re-downloaded each time it is invoked - though the process allows for automagically updating the client-side with new versions of the application. ;) So, with this in mind, to "use Java WebStart with EJB" means little more than deploying an EJB client application with Java WebStart as the distribution channel.
    thanks
    minduRegards,
    Tony "Vee Schade" Cook

  • How to use Java WebStart with EJB ?

    hi forum...
    how to use Java WebStart with EJB ? examples ?
    thanks
    mindu

    Greetings,
    hi forum...
    how to use Java WebStart with EJB ? examples ?Well, for starters these are complementing, not 'cooperating', technologies. I presume, since EJB's do not - directly, at least - communicate with a web browser, that you intend for "Java WebStart" to somehow invoke an EJB?? Java WebStart is a technology for running client-side (Java) applications from the web browser - perceptively, the application resides on the server, but technically it, like an applet, is downloaded to the client and run there. Unlike an applet, however, it is not constrained by "sandbox" restrictions and does not have to be re-downloaded each time it is invoked - though the process allows for automagically updating the client-side with new versions of the application. ;) So, with this in mind, to "use Java WebStart with EJB" means little more than deploying an EJB client application with Java WebStart as the distribution channel.
    thanks
    minduRegards,
    Tony "Vee Schade" Cook

  • I cannot connect a Sony ILCE6000 camera for wireless downloading. Sony feels I need DLNE? They do not know how to make it work. Can anyone help OS10·9·5

    I cannot connect a Sony ILCE6000 camera for wireless downloading. Sony feels I need DLNE? They do not know how to make it work. Can anyone help OS10·9·5

    I cannot use the software.. so you need to figure out where the problem is..
    But let me suggest.. the Mac is not the issue and likely the info from Sony is also up the creek.. they make PC's after all.
    It is far more likely the camera is having issues with the wireless network.
    Do you know you have a connection to the home network on the camera.. ?? You have an IP address and some internet or local access at least?
    How you will discover those things is by fiddling.. but if you can tell me what wireless AP you are using that will help.

  • I just upgraded my iPad to ios6. Now my Epson iPrint crashes all the time. I called Epson and they had no answer...said to use AirPrint instead. But AirPrint stinks because you cannot change printer settings. Anybody know how to make iPrint work on ios6?

    Anybody know how to make Epson iPrint work on ios6? Epson told me to use AirPrint, which stinks because you cannot change printer settings.

    Epson needs an update to their app to support ios6. I'm sure they will in time.
    Try deleting it and re download it. If that doesn't work, it's what I said above. :(

  • I have just bought a car with bluetooth and want to know how to use my iphone with it

    I bought a car with bluetooth facility and want to know how to use use iphone with it

    First, you will need to navigate to the bluetooth interface in your car. Generally, this is something built into the navigation system/entertainment system. Look for an item that says either settings or communication, or bluetooth. If you are having trouble, refer to your car's manual. Next, go to settings, general, bluetooth and change the switch to on. Follow the onscreen instructions in your car until you see something like waiting for device or this is now discoverable or something like that. Your car or some sort of weird name should now appear under the devices list in the bluetooth settings. Now, the car should give you a passcode to type into the phone (it may or may not do this). Type this in and/or follow the rest of the onscreen instructions.

  • How to use java output with other application

    hi ,
    I am using acme.crypto to encrypt data. this is completely written in java. i need to pass input to this using VB6 and return the output to VB6
    how can i achieve the same, is there any readily available dll that can be used in vb?
    I am rigorously searching solution, which i am not finding.
    I need to know how should i place the java code so that it could be used with VB, as i am new to java world. Do i need to create component using java bean or how?
    The code i refered above is nothing but encryption algorithm. I need to pass the input string from vb to java, which will process me the output which inturn should be passed to vb6.
    Kindly guide me through this.

    Why not create a Java ServerSocket in your Java program.
    Connect the VB program to this ServerSocket.
    Send the input to the Java Program over this socket and have the Java Program encrypt the information and pass it back on the same socket.
    Don't know how hard Sockets are in VB6 but a Server Socket in Java is simple.
    No need for new DLLs, JNI, etc.

  • Does Anybody Know How to Use utl_post In Oracle 9i

    Hi,
    I am able to handshake between Oracle IAS and ASP using HTTP post.
    Does anybody know is there any way Url can send array of data or table data

    Actually, there's a Kontakt upgrade that brings it up to version 2 point something, which is Intel native (or Universal, whichever). I've had GPO working on my MacBook. I believe it's mentioned on the Garritan site.
    UPdate: You have to go to the Native Instuments site. I think you don't even need to register, and it's here: http://www.native-instruments.com:80/index.php?id=freeupdates#LeopardOEMPatchToo l.zip
    A slight pain, but not too bad.
    You access them as AU instruments in the channel-strip setup, in case that's what you're asking about.

  • Anybody know how to fix the sluggishness with iTunes for my laptop?

    My laptop is outstanding, never crashes, no viruses, no slowing down, quick starts, very reliable.  Just a perfect computer. However with iTunes it stinks, it's slow, it responds slow, it'll freeze for sometimes up to (no joke) ten minutes waiting for responding to like a simple thing like delete a playlist. It's always been this way since day one, been through tons of updates but same issues. Can anybody explain it? Is it something in the settings that need a look at?  Thanks.
    Tommy V.

    Close your iTunes,
    Go to command Prompt -
    (Win 7/Vista) - START/ALL PROGRAMS/ACCESSORIES, right mouse click "Command Prompt", choose "Run as Administrator".
    (Win XP SP2 n above) - START/ALL PROGRAMS/ACCESSORIES/Command Prompt
    In the "Command Prompt" screen, type in
    netsh winsock reset
    Hit "ENTER" key
    Restart your computer.
    If you do get a prompt after restart windows to remap LSP, just click NO.
    Now launch your iTunes and see if it is working ok now.
    If you are still having these type of problems after trying the winsock reset, refer to this article to identify which software in your system is inserting LSP:
    Apple software on Windows: May see performance issues and blank iTunes Store
    http://support.apple.com/kb/TS4123?viewlocale=en_US

  • Does anyone know how to use iWork series with the cloud?

    Im not seeing how to get my iMac docs linked to the cloud with the new OSX Mountain Lion. I see a move button in the menu but cannot find directions on how this works. Can someone enlighten me? Thanks

    Here's the easiest way to get documents into iCloud with iWork.
    Open up an iWork application (version 9.2) and choose "Open."  You'll get the file dialog.  Click the iCloud button in the upper left if it isn't selected already so you get the grey linen background.
    Then open a Finder window and find the relevant iWork documents you want in iCloud.  Simply drag them to the iWork document 'Open" window and they will be moved to iCloud.
    Note iCloud is not general-purpose file storage.  You can ONLY store Keynote files in Keynote iCloud, Pages in Pages, and Numbers in numbers.  So project folders where you have multiple different files types in the same folder are out.

  • I want to Know how to use JDBC connection with postgress sql on Linux

    Hello friends R u Listen to me?
    Pls help me for making JDBC connectivity with postgress Sql On Linux by using Type 4 Driver .
    Is there is any envoirnment setting rqr then pls send me the same on my mail
    My mail is [email protected]
    varsha

    dcminter wrote:
    http://java.sun.com/docs/books/tutorial/jdbc/index.html
    and
    http://www.postgresql.org/docs/
    ;-)

  • Do anybody know how to use HHTP post within Oracle 9i trigger

    What you do is write a stored procedure/trigger in pl/sql that fires an http POST request when a candidate registers. The http POST request can be handled by the server hosting the temp e-mail system. The resulting address is then passed back to Oracle, which then updates the e-mail address table.

    Where does one download that interface? (This is the 'Problems with downloads' forum!!)

  • How do class paths work with JAR files?

    Hey all,
    I have in the manifest file a path to a folder, plugins. In it I have a dir and files myDir/*.* so when unzipped it has <install-dir>/plugins/myDir/*.*. In the MF file I indicate the plugins dir as part of the class-path. When I want to load a .class file from the myDir/ dir below plugins, and the classes in there do NOT have package names in them, how is that done? Every time I try to access a file via Class.forName() it says ClassNotFoundException. If I hard-code the string as "myDir/myplugin" or use package identifer "myDir.myplugin" it still doesn't work. I don't want to unzip a ton of files from each plugin in one dir. I want a more organized way of storing them. However, because plugins can be added after the file is unzipped, I can't specify all the locations of plugins/<dir> dir's in the MF file if more are added later. Is there a way to locate and load a class in ANY dir, even those that are NOT in the class-path? Please help me out if you know. Thanks.

    I really can't help accept to say that it is the way it is to avoid naming conflicts i think. can you make the plugins packages ? Otherwise especially if various people write them there may be some crazy naming conflicts hidden in trying to load things from anyplace.

  • How to use MDS deploying with EAR file

    Hi everybody.
    I would to use MDS in my web application in order to use customization across the sessions. I've performed every step to do this on JDeveloper (11.1.1.3.1). I've tested my application deploying directly from JDeveloper using Application menu > Deploy > "myApp" to "myApplicationServer" (in this way I can choose the repository with a window like this: http://i.stack.imgur.com/Kci9c.png). The repository was prevoiusly registered on the server. In this way my application works fine and they all lived happily ever after.
    My problem occurs when I perform the deployment with "myApp to EAR" mode. When I try to install my EAR file in weblogic, it reply me with this error message:
    An error occurred during activation of changes, please see the log for details.
    +:oracle.mds.config.MDSConfigurationException:MDS-01335: namespace "/xliffBundles" mapped to metadata-store-usage "MAR_TargetRepos" but its definition was not found in MDS configuration.+
    I've looked for a solution around the web (included this forum) and I think that I should modify something in adf-config.xml file (below).
    Which steps I have to perform in order to install my application correctly with an EAR file?
    Thanks in advance.
    <?xml version="1.0" encoding="windows-1252" ?>
    <adf-config xmlns="http://xmlns.oracle.com/adf/config"
    xmlns:adf="http://xmlns.oracle.com/adf/config/properties"
    xmlns:sec="http://xmlns.oracle.com/adf/security/config"
    xmlns:ads="http://xmlns.oracle.com/adf/activedata/config">
    <adf:adf-properties-child xmlns="http://xmlns.oracle.com/adf/config/properties">
    <adf-property name="adfAppUID" value="BDO_GC_WEBAPP.bdogc"/>
    </adf:adf-properties-child>
    <!-- <ads:adf-activedata-config xmlns=
    "http://xmlns.oracle.com/adf/activedata/config">
    <latency-threshold>5000</latency-threshold>
    <keep-alive-interval>10000</keep-alive-interval>
    <max-reconnect-attempt-time>90000</max-reconnect-attempt-time>
    <reconnect-wait-time>8000</reconnect-wait-time>
    </ads:adf-activedata-config> -->
    <sec:adf-security-child xmlns="http://xmlns.oracle.com/adf/security/config">
    <CredentialStoreContext credentialStoreClass="oracle.adf.share.security.providers.jps.CSFCredentialStore"
    credentialStoreLocation="../../src/META-INF/jps-config.xml"/>
    <sec:JaasSecurityContext initialContextFactoryClass="oracle.adf.share.security.JAASInitialContextFactory"
    jaasProviderClass="oracle.adf.share.security.providers.jps.JpsSecurityContext"
    authorizationEnforce="true"
    authenticationRequire="true"/>
    </sec:adf-security-child>
    <adf-faces-config xmlns="http://xmlns.oracle.com/adf/faces/config">
    <persistent-change-manager>
    <persistent-change-manager-class>
    oracle.adf.view.rich.change.MDSDocumentChangeManager
    </persistent-change-manager-class>
    </persistent-change-manager>
    <taglib-config>
    <taglib uri="http://xmlns.oracle.com/adf/faces/rich">
    <tag name="column">
    <attribute name="displayIndex">
    <persist-changes>
    true
    </persist-changes>
    </attribute>
    <attribute name="frozen">
    <persist-changes>
    true
    </persist-changes>
    </attribute>
    <attribute name="noWrap">
    <persist-changes>
    true
    </persist-changes>
    </attribute>
    <attribute name="selected">
    <persist-changes>
    true
    </persist-changes>
    </attribute>
    <attribute name="visible">
    <persist-changes>
    true
    </persist-changes>
    </attribute>
    <attribute name="width">
    <persist-changes>
    true
    </persist-changes>
    </attribute>
    </tag>
    <tag name="table">
    <attribute name="filterVisible">
    <persist-changes>
    true
    </persist-changes>
    </attribute>
    </tag>
    </taglib>
    </taglib-config>
    </adf-faces-config>
    <adf-mds-config xmlns="http://xmlns.oracle.com/adf/mds/config">
    <mds-config xmlns="http://xmlns.oracle.com/mds/config" version="11.1.1.000">
    <cust-config>
    <match path="/">
    <customization-class name="oracle.adf.share.config.UserCC"/>
    </match>
    </cust-config>
    </mds-config>
    </adf-mds-config>
    </adf-config>

    Any suggestion?

Maybe you are looking for

  • Trying to do a knockout with text.

    I admittedly am an amature illustrator user. I have only used it for a week now. I do have experience in photoshop so the learning curve was ok. I want to create a vector logo so I cannot use photoshop. I know how to do what I want to do in photoshop

  • Mp 600 skips lines

    mp 600 alternately prints 4 lines and then skips 4 lines over and over again in a document when printing in black ink.

  • Bulleted list, type breaking to next line

    I'm working in ID CS3. I set up a nested style sheet for a bulleted list. However, the type is breaking too soon--there is still space on the line for more text, but it is breaking it. When I backspace the type trying to bring it up, it will do it, b

  • How can i know if an object exist into SAP?

    What is the tcode to be used to know if the program ZLOGIN_SCREEN_INFO exist in the sysstem or not. please let me know. Thanks in advance.

  • Any info about Persona 4 Arena pre-order gift?

    Was wondering if anybody at Best Buy could find out if the game will get the cd soundtrack. When it comes to Atlus games Best Buy is never advertised in getting them,  but I heard they do get them (can't officially say since I've never bought an Atlu