Is there anyone using Java Methods interface of IREP in his application

Hello everyone,
Are you using Java Methods interface of IREP in your application?
Nowadays I am trying to using Java Methods in my application. But I'm puzzled how to get the interface jar files that the Java Methods would import. It seems that Oracle doesn't provide such interface jar files for all Java Methods shipped in IREP. How do you do with this?
If you have some experience about using Java Methods in application, hope to hear your voice. Thanks in advance.

Hi friend,
Thanks for you update.
I'm referring to Java Methods that can be called directly by applications not Java Service Interface. These are two different kinds of IREP interfaces. In Oracle Integration Repository User's Guide, there aren't much guidance about how to use Java Methods.
I appreciate you can help me further.

Similar Messages

  • UCCX 8 file paths for using java methods

    UCCX 8.0.2SU4
    I am trying to use java methods to read an xml file out of the Document repository.  I was able to do this in UCCX 7 and prior, but in 8 it seems i need a different file path syntax for the 'java.io.file' variable.
    Example:
    I would like to do the following:
    javaDoc =  new java.io.File(/opt/cisco/uccx/Documents/User/default/mydoc.xml)  
    doesFileExist = javaDoc.exists()
    I am not having success with these steps, as the result is always false, even though the file does exist.
    any help is appreciated.
    thanks,
    Mike

    Your access to the file system is severly restricted. There are security measures in place that only allow you access to the "customer directory". You'll want to use a Create XML Document step to retrieve a file from the document repository using the DOC[/folder/file.xml] syntax. Note the root (i.e. the first forward slash) is the root of the document repository as seen in the /appadmin UI.
    Please remember to rate helpful responses and identify helpful or correct answers.

  • Is there anyone using an iphone 4s, os 5.0.1, in kolkata india on service provided vodafone 3g and the phone working fine?

    Is there anyone using an iphone 4s, os 5.0.1, in kolkata india on service provided vodafone 3g and the phone working fine?

    hi i bought a iphone 4s recently and is having vodafone as service provider. my iphone is not recongising or detecting any 3G signal. Did your problem got solved by any chance?

  • I am using NetbeansIDE 5.5.1 In this, How to use java methods in xsl code ?

    Hi everybody,
    I am using Netbeans IDE 5.5.1, In that i am trying to call java methods in XSL code?
    Can anyone help me to provide the solution for this ????
    Note:
    I wrote simple java class method to change the case of given input string.
    Also i compiled that class.
    Now i need to know, where do i put that compiled class file or the source java file, to run my xsl code......
    Please reply soon..
    Thanks in advance....
    regards,
    Selva

    Jim, that sounds like a good hypothesis. Yes, I am using smart previews. I have my originals on an external drive which is connected. Still, LR can not find them. Do you know how to tell LR where to find the originals? I would like LR to identify the source automatically: if external drive is connected LR should show "original and smart preview" not only "smart preview". Thanks for your help.

  • Is there anyone using oracle's forms builder to develop without EBS?

    Is there anyone develop Information System use forms builder to develop your own product without EBS.
    which version are you used ? forms 6i?or forms 10g,11g?

    Hello,
    (Almost) Everybody, here, uses Forms without EBS, because EBS users post in the dedicated E-Buisness Suite forum ;-)
    Francois

  • Anyone using Java Portlet Tools?

    Is anyone using the Java Portlet Tools to develop portlets?
    You can read about it here:
    http://dev2dev.bea.com/pub/a/2006/05/java-portlet-tools.html
    I was told by BEA that this is unsupported but I don't think thats going to be a problem.
    If you are not using this then how do you build portlets in java without resorting to scriptlet code?

    Thanks for the reply Chris.
    It looks like the portlet tools does 3 things:
    1 - filters content like the DotNet WCC http module to make existing apps behave when run inside the portal
    2 - drops a bean in the request automatically for you so that you can access portlet functionality on the jsp with JSTL and no scriptlet code
    3 - gives you some custom tags to read and write session prefs and publish and subscribe to events without javascript
    Items 2 and 3 are very desirable to me for new portlet development.
    So who is using this toolkit and are you using it with JSF or Struts or just straight JSP?

  • Using Java-Methods in SAP

    Hi,
    the regular way of SAP-Java Connection is a RFC-Model on SAP-Sight, and in Java I use this model with his functionality. But is there a opportunity for a contrary way? I have a function in Java, and I want to use it from the SAP-Backend.
    Maybe I give an expample to describe the problem:
    I have a Web-Application which generates pdf's. Now in the SAP Backend should be possibility to generate pdf's too. So I would like to use the WebDynpro-Service for SAP.
    Do you have an idea?

    Hi Stefan,
    Have a look at the following series of blogs:
    http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3414800)ID2111987450DB00660113557633924039End?blog=/pub/wlg/12136
    This will guide you in achieving the purpose you want to.
    Thanks.
    Rajat

  • HT1198 Has anyone used this method of sharing an iPhoto library? Does it work when the library is stored on a OS X Server?

    We have a Mac Mini Server for our small office running OS X Lion. Currently, we store our company photos in a folder on the shared drive of our server.
    Some of our employees would like to use iPhoto to manage / edit photos, but there is no way (that I know of) to share a single iPhoto library among different machines.  I read the knowlege base articel HT1198, but I don't bellieve that it is a solution for our setup.
    Any guidance or input?

    Give  Media Pro 1 a look.  You can keep the source files on a server and each user can have their own catalog file of those photos that will give them their own "library" of those photos. 
    However, when editing a photo it will edit the source photo and that will affect all users so be sure to have backups. You probably can set the source files to be read only if you don't want every one to be editing them. Or edit and always to a Save As to the individuals Mac.  You can add IPTC metadata annotations to the source files,
    rename files, and catagorize the photos with labels, catalog sets and keywords.
    The catalog contains preview photos (up to 640 x 640) of each photos that can be viewed even if the source files are not online or otherwise available.
    Media Pro is available for both Macs and PCs and as a demo version to try out.  For other candidates visit the The DAM Forum (digital asset management).
    OT

  • Is there anyone use Hibernate?help me

    Hi everyone:
    I study hibernate recently.There is a problem puzzled me all the time.:(
    What time should I use proxy in hibernate(For example: <class name="eg.Order" proxy="eg.Order">) It can help the hibernate "lazy=true"? They is any association between the proxy and Lazy? Please help me
    Thks !
    :rolleyes:

    Hi
    You know JDO? It's very like it but Hibernate more strong than that.
    Hibernate is an O/R Mapping technology.It is used to map database table to entity object.(like EntityBean). jsp+DAO+Hibernate. Hibernate is a light wrapper of jdbc. See so www.hibernate.com

  • Is there anyone using wired 802.1x in production?

    I have 802.1x configured with PEAP and vlan assignment using the MS supplicant. I have hardcoded Machine Auth because Remote Desktop does not work with User Auth. (see my other posts) I have figured out how to change the Microsoft supplicant to PEAP with a vb script. I have a catalyst 6509 enabled with 802.1x enabled on module 8 and 9 with about 60 actual PCs authenticated between to 2 modules. At this point I am testing ACS redundancy (2 ACS SE) and any potential ACS load issues before campus deployment.
    My problem:
    1. If I reset module 8 or 9 the switch reloads. I guess it is overwhelmed by all the 802.1x requests. I am not too concerned about this right now because this type of product quality is very common in this new era. I have not reset another module in this switch that does not have 802.1x enabled. Though, I have reset modules in the past.
    2. My main concern is the amount of time it takes for all the ports on a given module to finally 802.1x authenticate. To avoid problem (1.), I disabled/enabled all ports on module 8. It takes about 8-12 minutes before all 30+ ports are authenticated. This behavior is the same after the reload.
    It takes about 10 seconds for one supplicant to authenticate. It appears the switch is serializing the logins in a loop until all are authenticated. I calculate 384 ports * 10 seconds = 1.06 hour to authenticate after reload (best case).
    Please share your experiences or ideas.

    We have dot1x enabled in production. Over thousand of supplicants. Terrible!! I found last week that while we reset one of the modules; the switch crashed. Because we have 2 Sup in one box, the switch did not reload but failed over to the standby SUP.
    We have CatOS 8.4.1 and 8.4.5 in our environment; 2 ACSes for redundant purpose.
    I did not perceive the dealy you mention.We found that a lot of supplicants could not be authenticated.
    Below is the trace that I found when switches crashed. Do you see the same output?
    pantree port fast start set to default for ports 6/29,6/34.
    QRDCN05ACC01> (enable) set vlan 461 System reset on software watchdog is disabled
    TLB Exception (load/instruction fetch) occurred on Sep 26 2005 16:15:00
    Software version = 8.4(1)
    Process ID #4c, Name = Backend_SM
    process stack top = 3ff1b170, stack pointer = 3ff1b0e8
    cause = 00000008
    TLB Exception (load/instruction fetch) exception happened
    EPC: 210274A0
    Traceback:
    210274A0
    210274A0
    Stack content:
    sp+00: 00000006 00000006 21026C38 202ECAB0
    sp+10: 267AD970 22F9B290 22FA0000 00000006
    sp+20: 0000001D 00000030 00000005 21027230
    sp+30: 0000012C 00000000 20B47BDC 20B47BDC
    sp+40: 00000000 00000000 00000000 00000000
    sp+50: 00000000 00000000 00000000 00000000
    sp+60: 3FF1B150 20B4A2A0 20B47BDC 20B47BDC
    sp+70: 20B47BDC 20B47BDC 00000007 20B47BDC
    sp+80: 00000000 20B4A250 20B47BDC 20B47BDC
    sp+90: 20B47BDC 20B47BDC 20B47BDC 20B47BDC
    sp+A0: 20B47BDC 20B47BDC 20B47BDC 20B47BDC
    sp+B0: 20B47BDC 20B47BDC 20B47BDC 20B47BDC
    sp+C0: 20B47BDC 20B47BDC 20B47BDC 20B47BDC
    sp+D0: 20B47BDC 20B47BDC 20B47BDC 20B47BDC
    sp+E0: 20B47BDC 20B47BDC 20B47BDC 20B47BDC
    sp+F0: 20B47BDC 20B47BDC 20B47BDC 20B47BDC
    Register content:
    Status: 3400FC23 Cause: 00800008
    AT: 22830000
    V0: 00000001 V1: 267AD970
    A0: 00000006 A1: 0000001D
    A2: 0000001C A3: 22FA0000
    T0: 23C00BC0 T1: 3FFFF070
    T2: 00000001 T3: 00000007
    T4: 00007080 T5: 00000000
    T6: 00800000 T7: F03FFFFF
    S0: 22F9B290 S1: 00000000
    S2: 00000006 S3: 0000001D
    S4: 00000005 S5: 0000001C
    S6: 22FA0000 S7: 0000000D
    T8: FFFFFFFF T9: 4B34A6A4
    K0: 30409001 K1: 215016E8
    GP: 2283AC70 SP: 3FF1B0E8
    S8: 00000007 RA: 2102742C
    HIGH: 0000001A LOW: 0355485E
    BADVADDR: 00000002 ERR EPC: A3A3A3A3
    Total download memory used = 3989996
    crash info filename is bootflash:crashinfo_050926-161503
    Opening crash info file bootflash:crashinfo_050926-161503
    Time took to write crashinfo = 00:05.09
    crashinfo finished

  • Is there anyone use M Audio Axiom Pro 61 with Logic Pro 9?

    Does Axiom Pro's Hyper-Control work fine with Logic Pro's Plug-in and Instrument?
    Please Share your Opinion

    {quote:title=majo> Can Axion Pro Control Soft Instrument such as Sculpture as well as Plug-in?
    Yes.
    Is there any Logic Plug-in that Axiom Pro can't Control?
    No.

  • How to use java connecter to access Mainframe and ERP applications from EJB?

     

    yea. its just a desktop chess application.
    my IP changes and im behind a router so its hard to
    get
    connections to my computer. i figured i could have a
    central
    server to manage the connections online.
    and later maybe having other applications running on
    the website that people can connect to.Well now I am more confused...
    Here are the options.
    1) If you want to run your service program on a server you're going to need some sort of virtual server hosting package. When people say Java hosting they usually mean Servlet/JSP hosting in a Servlet/JSP engine/container.
    But this does not appear to be what you need. You appear to need to be able to just run whatever you want. There are virtual server hosting packages out there for fairly cheap... although as always a caveat in that you tend to get what you pay for.
    2) You could just have a website with a servlet (not neccessarily Java could be ASp or PHP or whatever you like) acting as a webservice. You could send your IP of your server to the service. Then clients requesting a connection would get the current IP from your webservice.
    3) You could do like (2) but without the webserver, use DNS instead. There are some services for providing DNS for dynamic IP's about.
    It should be noted that if you want to do applets then probably based on your description you will need to sign them. Generally speaking applets can only connect to the server from where they were downloaded from.

  • Flex call Java method/objects?

    Hi guys,
    I have a Flex application embedded in a Java Swing application.
    Can I call Java methods or objects from the Flex application?
    How to?
    Thanks in advance!
    Sha Jiang

    You register your java class as a bean and put an actionlistener or an action method on the button binding it to the bean.
    Did you check out the tutorial section [http://www.oracle.com/technology/products/jdev/11/cuecards/index.html|http://www.oracle.com/technology/products/jdev/11/cuecards/index.html] ?
    There is other useful stuff on the jdev home page.
    One simple way is to select the button in the jspx file, open the property inspector, click the small triangle on the left to actionlistener. In the dialog appearing you hit new by managed bean and give it all information and new by the method name and enter a method name to call. The new method will be created in the bean class for you. From this method you call your custom method.
    Timo

  • Window programming using java

    hi,
    can anybody suggest me how to go with widow API using java?
    say like if i want to shutdown my computer after pressing the button.
    thanks in advance,
    sachin

    Given the platform-independant nature of Java, I'm not sure there's a way to program Windows directly using it. Certainly there's no Java methods for this.
    However, it is possible to wrap windows dlls and access them from java, and this is probably the route you'll have to take. It's not particularly easy, but it's effective.
    I remember there being an article on gamelan.com about this, sorry don't have the link anymore - you'll have to search.

  • Change file mode using java?

    Hi
    Can I change file mode using java method other than
    Runtime.exec()
    thx
    Jacinle

    Hi
    Thank you Roopasri. But what I want is not using Runtime.exec
    I am using Unix and I want to change some image file access mode
    so not a RandomAccess File.
    So is there anything like chmod command on Unix?
    something like maybe java.io.File.chmod("755");
    I read that's a feature requested early on 1.2
    Will it be included in 1.4?
    Jacinle

Maybe you are looking for