Can't find package oracle.bpm.services.tools

Hi everyone~
I want to use class ProcessInstanceAuditHelper and class ProcessInstanceTaskHelper in my programe.
and these two classes is in package oracle.bpm.services.tools which is described in the http://docs.oracle.com/cd/E23943_01/apirefs.1111/e25378/toc.htm.
I have already installed BPM suite correctly,and it works well.
I import all jar files(WLS_HOME\Oracle_SOA1\soa\modules) in my JDeveloper projects,but I still can't find them.
Please tell me where can I find the correctly jar file.Thanks!

Guessing you might hear from Oracle that the URL reference in your thread below is pointed to an the old version and that the classes are no longer supported.
As you know, this is not the case - the URL you have in your thread for the API is the latest for 11.1.1.6. Both classes you mention should be supported (at least according to the Javadoc) and in a recent search I was not able to find them either.
Might be worth a call to Oracle Support to either straighten out the Javadoc or get you a patch.
Dan

Similar Messages

  • BPM Process Creation: Can't find bundle oracle.bpm.fusion.soa.msg

    Hi
    I cant create a BPM process in my Jdeveloper .4, .5 or .6. I have updated all them with the BPM extension. While creating a BPM application, the technologies being included in the application, i.e. BPM and SOA are correct. However, on the next page, I can't see any templates. Even if I click finish at that page, only a simple SOA project (not a BPM one, since the BPM Project Navigator tab is absent) gets created with an error log:
    SEVERE: Exception while updating observer[1]: oracle.tip.tools.ide.fabric.addin.SCAAddin@b8a11a
    java.util.MissingResourceException: Can't find bundle for base name oracle.bpm.fusion.soa.msg.BPMNStringResourceBundle, locale
         at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1427)
         at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1250)
         at java.util.ResourceBundle.getBundle(ResourceBundle.java:952)
         at oracle.javatools.util.BundleLoader.getBundleImpl(BundleLoader.java:130)
         at oracle.javatools.util.BundleLoader.getBundle(BundleLoader.java:167)
         at oracle.javatools.util.BundleLoader.getBundle(BundleLoader.java:152)
         at oracle.tip.tools.ide.fabric.config.SCAConfig.getChildElementValue(SCAConfig.java:580)
         at oracle.tip.tools.ide.fabric.config.SCAConfig.loadComponentType(SCAConfig.java:451)
         at oracle.tip.tools.ide.fabric.config.SCAConfig.loadComponentTypes(SCAConfig.java:395)
         at oracle.tip.tools.ide.fabric.config.SCAConfig.<init>(SCAConfig.java:370)
         at oracle.tip.tools.ide.fabric.config.SCAConfig.getSCAConfig(SCAConfig.java:148)
         at oracle.tip.tools.ide.fabric.config.SCAConfig.getSCAConfig(SCAConfig.java:133)
         at oracle.tip.tools.ide.fabric.addin.ScaProjectNodeListener.<init>(ScaProjectNodeListener.java:71)
         at oracle.tip.tools.ide.fabric.addin.SCAAddin.handleObjectOpenedEvent(SCAAddin.java:462)
         at oracle.tip.tools.ide.fabric.addin.SCAAddin.update(SCAAddin.java:348)
         at oracle.ide.model.IdeSubject.notifyObservers(IdeSubject.java:98)
         at oracle.ide.model.Node.notifyObservers(Node.java:786)
         at oracle.ide.model.UpdateMessage.fireObjectOpened(UpdateMessage.java:673)
         at oracle.ide.model.Node$14$1.run(Node.java:2878)
         at oracle.ide.model.NodeListener.invokeLaterIfNeeded(NodeListener.java:158)
         at oracle.ide.model.Node$14.nodeOpened(Node.java:2869)
         at oracle.ide.model.Node$5.run(Node.java:2531)
         at oracle.ide.model.Node.fireNodeEvent(Node.java:2467)
         at oracle.ide.model.Node.fireNodeOpened(Node.java:2529)
         at oracle.ide.model.Node.open(Node.java:988)
         at oracle.ide.model.Node.open(Node.java:922)
         at oracle.ideri.navigator.DefaultNavigatorWindow.openDataNodes(DefaultNavigatorWindow.java:1237)
         at oracle.ideri.navigator.DefaultNavigatorWindow.restoreExpansionState(DefaultNavigatorWindow.java:1215)
         at oracle.ideri.navigator.DefaultNavigatorWindow.loadLayout(DefaultNavigatorWindow.java:619)
         at oracle.ide.navigator.ProjectNavigatorWindow.loadLayout(ProjectNavigatorWindow.java:391)
         at oracle.ide.docking.DrawerWindow.loadLayout(DrawerWindow.java:640)
         at oracle.ide.navigator.ApplicationNavigatorWindow.loadLayout(ApplicationNavigatorWindow.java:1174)
         at oracle.ideimpl.docking.DockStationImpl.loadViewData(DockStationImpl.java:1353)
         at oracle.ideimpl.docking.TitledPanel.loadClientLayout(TitledPanel.java:1376)
         at oracle.ideimpl.docking.TitledPanel.loadLayout(TitledPanel.java:1714)
         at oracle.ideimpl.docking.TitledPanelXMLDockLayoutPersistence.loadComponent(TitledPanelXMLDockLayoutPersistence.java:29)
         at oracle.ideimpl.controls.dockLayout.DockLayoutInfoLeaf.loadLayout(DockLayoutInfoLeaf.java:123)
         at oracle.ideimpl.controls.dockLayout.AbstractDockLayoutInfoNode.loadLayout(AbstractDockLayoutInfoNode.java:631)
         at oracle.ideimpl.controls.dockLayout.AbstractDockLayoutInfoNode.loadLayout(AbstractDockLayoutInfoNode.java:628)
         at oracle.ideimpl.controls.dockLayout.AbstractDockLayoutInfoNode.loadLayout(AbstractDockLayoutInfoNode.java:628)
         at oracle.ideimpl.controls.dockLayout.AbstractDockLayoutInfoNode.loadLayout(AbstractDockLayoutInfoNode.java:614)
         at oracle.ideimpl.controls.dockLayout.DockLayout.loadLayout(DockLayout.java:302)
         at oracle.ideimpl.controls.dockLayout.DockLayoutPanel.loadLayout(DockLayoutPanel.java:128)
         at oracle.ideimpl.docking.SidePort.loadLayout(SidePort.java:255)
         at oracle.ideimpl.docking.DockStationImpl.loadValidLayout(DockStationImpl.java:1965)
         at oracle.ideimpl.docking.DockStationImpl.loadExistingPositions(DockStationImpl.java:1654)
         at oracle.ideimpl.docking.DockStationImpl.onStartup(DockStationImpl.java:1629)
         at oracle.ideimpl.docking.DockStationImpl.loadLayout(DockStationImpl.java:1473)
         at oracle.ideimpl.docking.DockStationListener.init(DockStationListener.java:36)
         at oracle.ide.layout.Layouts.activate(Layouts.java:814)
         at oracle.ide.layout.Layouts.activateLayout(Layouts.java:192)
         at oracle.ideimpl.MainWindowImpl$6.runImpl(MainWindowImpl.java:728)
         at oracle.javatools.util.SwingClosure$1Closure.run(SwingClosure.java:50)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    Would really appreciate some quick help.
    Thanks,
    Pulkit

    Guessing you might hear from Oracle that the URL reference in your thread below is pointed to an the old version and that the classes are no longer supported.
    As you know, this is not the case - the URL you have in your thread for the API is the latest for 11.1.1.6. Both classes you mention should be supported (at least according to the Javadoc) and in a recent search I was not able to find them either.
    Might be worth a call to Oracle Support to either straighten out the Javadoc or get you a patch.
    Dan

  • Where can i find the Oracle JDBC for Oracle RDBMS 8.1.7 ? Thanks.

    Where can i find the Oracle JDBC for Oracle RDBMS 8.1.7 ? Thanks.

    http://otn.oracle.com/software/tech/java/sqlj_jdbc/content.html

  • Where can i find package com.sun.awt.svg.*??

    where can i find package com.sun.awt.svg.*??
    urgent!!! please help me!
    thanks in advance!!!

    Perhaps you might find some useful information here;-
    http://forum.java.sun.com/thread.jsp?forum=54&thread=427144&tstart=15&trange=15
    (pillock)

  • When can i find the Oracle Portal 3.0 Casebook?

    When can i find the Oracle Portal 3.0 Casebook provided in the
    Portal online help?

    Hi
    The case book (full title: Building Advanced Portals Instructions) and its zip files for the exercises are located at
    http://portalstudio.oracle.com.
    (http://portalstudio.oracle.com/servlet/page?_pageid=478&_dad=ops&_schema=OPSTUDIO&7655_MAINPAGE_39847486.p_subid=40679&7655_MAINPAGE_39847486.p_sub_siteid=73&7655_MAINPAGE_39847486.p_edit=0)
    Hope that it is helpful.
    Cheryl

  • Where can i find the Oracle Portal 3.0 Casebook?

    Where can i find the Oracle Portal 3.0 Casebook mentioned in the Oracle portal online help?
    The following is the text copied from Oralce online help:
    Opening sample applications
    Oracle Portal provides a set of sample applications and components. Instructions for building some of these applications are provided in the Oracle Portal 3.0 Casebook. Other examples are included to showcase Oracle Portal's robust application building features.

    Hi
    The case book (full title: Building Advanced Portals Instructions) and its zip files for the exercises are located at
    http://portalstudio.oracle.com.
    (http://portalstudio.oracle.com/servlet/page?_pageid=478&_dad=ops&_schema=OPSTUDIO&7655_MAINPAGE_39847486.p_subid=40679&7655_MAINPAGE_39847486.p_sub_siteid=73&7655_MAINPAGE_39847486.p_edit=0)
    Hope that it is helpful.
    Cheryl

  • Where can i find the Oracle Student Guides?

    Where can i find the Oracle Student Guides?
    I searched on metalink but couldn't find them.
    Thanks
    Rahman

    This is the site where you can get Oracle E-Business Suite documents from (for free). If you want Student Guides then you have to attend Oracle Training Courses.

  • Why can't I find package oracle.dbtools

    Hi,
    Im trying to develop an extension for sql developer. To complete my extension I need to import oracle.dbtools into the application. Everywhere I search on the internet just shows people using it, and for some reason my JDeveloper can not find it what so ever. Where can I find this or what can I do to resolve my issue.
    Thanks,
    David

    Hi David,
    It turns out oracle.dbtools is not a package, but rather the top level portion of the namespace of many packages that can be found in jar files with names of the form: oracle.sqldeveloper.jar and oracle.sqldeveloper.*.jar. Where can they be found?
    1. If you install (unzip), say, the base JDeveloper 11.1.1.4 product, you will see none of those jar files.
    2. With JDeveloper 11.1.1.4 Studio edition, however, you will find several in the ...\jdeveloper\sqldeveloper\lib and extension directories.
    3. Download and unzip SQL Developer and you will find even more such jar files.
    Of course the jars in JDeveloper 11.1.1.4 will be quite out-of-date, so you will want to get them from the SQL Developer release your extension targets.
    Regards,
    Gary
    SQL Developer Team

  • Where can i find some oracle.webdb.ohs.  packages?

    Hi All!
    I need this packages:
    oracle.webdb.ohs.render.
    oracle.webdb.ohs.utils
    but it doesn't exist in the ocsprovs.jar
    with respect, Alexey.

    Thibault Imbert has packed some demos. You can get them using one of these links:
    http://labsdownload.adobe.com/pub/labs/flashplatformruntimes/flashplayer11-4/flashplayer11 -4_p1_ex_concurrency.zip
    https://dl.dropbox.com/u/7009356/ConcurrencyExamples.zip (mirror)
    For more information read these blog posts:
    http://www.bytearray.org/?p=4516 Introducing Flash Player 11.4/AIR 3.4 beta!
    http://www.bytearray.org/?p=4423 A sneak peek: Concurrency with ActionScript Workers

  • Wher can I find the "Oracle Transfer Wizard" package?

    Hello,
    I'm trying to export metadata from OWB to Discoverer. I have got some problems with this because Discoverer don't understand the file generated.
    I have read something about the "Oracle Transfer Wizard" but I can't find it. Somebody know's how to install OTW?
    Thanks.

    Hi Juan,
    This forum is for Technical Documentation issues relating to The OTN Documentation Page (http://otn.oracle.com/documentation/content.html).
    If you are seeking documentation, please use the URL above.
    If not, please try the "Downloads" or "Sample Code" fora for queries like this.
    Regards,
    Les

  • Where can I find the Oracle Clusterware 11.1.0.7 for Linux x86

    Hello,
    I am testing upgrading Oracle 11g RAC from 11.1.0.6 to 11.1.0.7 on Linu x86 (RedHat 5.3/OEL 5.3)
    I haven't been able to find the Oracle Clusterware 11.1.0.7 for Linux x86 download, which is required for the RAC upgrade.
    Could someone tell me the patch/patchset number or how can I search for it in metalink?
    Thanks!

    Hi,
    You need to download patch 6890831
    Please see the metalink note 800603.1 for 11.1.0.7 patch set and installation instructions for Linux x86.
    Hope this helps.
    Regards
    Satishbabu Gunukula
    http://oracleracexpert.blogspot.com
    [Click here to delete archive logs using RMAN|http://oracleracexpert.blogspot.com/2009/08/delete-archive-logs-using-rman.html]
    [Click here for Oracle Data pump export/Import with Examples|http://oracleracexpert.blogspot.com/2009/08/oracle-data-pump-exportimport.html]
    Edited by: Satishbabu Gunukula on Aug 26, 2009 10:32 PM

  • Where can i find the zoom and pinch tool in New Adobe DRAW App

    Hi People
       Dose anyone know where i can find the zoom and pinch tool in adobe draw?
    On adobe ideas it was on the tool bar with the pan icon that looks like a hand and the cross icon for the zoom.
    Just wondering if Adobe put it in the new Adobe Draw program, i hope so, its hard to get detail with out the zoom tool.
    Best, Phil

    Oops Sorry Jumped the gun again! i found out how to do it. I was using my jot touch styles which mean you have to hold down the icon on the upper left with the styles then use your fingers to do the pinch and zoom gesture to make it work

  • Where can i find an oracle CLIENT for win98??

    I need an oracle client for win98 to access a 9i database, where
    can i find it?
    Best Regards
    Erik Rangel de Oliveira

    any oracle 8i client or oracle 8 client can connect to oracle 9i
    database if that helps.
    The clients can be obtained from the technet site.

  • Jdbc - compiler can't find packages

    Hi,
    I've been trying to connect Oracle 9i personal to ColdFusion, but since have simplified and now am truly stumped. I open the sample .java files that are in ORACLE_HOME\jdbc\demo\samples\generic (something like that...) and try to compile the jdbcCheckup.java file. I get this:
    JdbcCheckup.java [21:1] package oracle.jdbc does not exist
    DriverManager.registerDriver(new oracle.jdbc.OracleDriver());
    And, to avoid all the classpath issues, I put ojdbc14.jar AND classes111.zip AND classes12.zip right in the directory where the .java files live. AND also the above files with the "-g" option, just to be sure I didn't miss "the" one I needed.
    Tell me what I'm doing wrong!!!! This has been going on for many, many days. I think this is the last piece of Dreamweaver, Coldfusion, Oracle and Java to connect up. Then when I actually try to run some code I'm sure I'll be back!
    Thanks in advance,
    Pat in MN

    I got the jdbcCheckup to work by doing what this absolutely wonderful person (Ignacio Sanchez) did:
    I have JDK 1.4.1 installed in C:\JAVA\BIN. I downloaded OJDBC14.JAR (JDBC drivers for 9i) to that location, and then from command line I ran "jar xf ojdbc14.jar". All files extracted to a folder structure called "oracle" under the ..\bin folder mentioned above, and a "javac myclass.java" command compiled without errors. What I am trying to say is the compiler found the needed classes that were located in the newly-created folder structure.
    So that compiled. Then I tried to compile another file that imports oracle.* and I get "package oracle does not exist". I tried different paths (in Forte you "mount" filesystems) but still no go. Exactly where is this package located? And Coldfusion still won't find the jdbc driver, even with the new path installed in the path that is in CF coldfusion.
    How do you find out where all these packages are when they're usually in a .jar file? And are you supposed to do something with the .jar files (as in the above example, "jar xf XXX.jar". And how the heck do you know WHERE to put them?????????? It seems somewhat arbitrary, looking at the hundreds of posts I've read the last couple days. One way works for one machine, another for another machine. Is there any "RIGHT" way, or is it whatever works???
    Any suggestions????
    Thanks,
    Pat
    Hi,
    I've been trying to connect Oracle 9i personal to ColdFusion, but since have simplified and now am truly stumped. I open the sample .java files that are in ORACLE_HOME\jdbc\demo\samples\generic (something like that...) and try to compile the jdbcCheckup.java file. I get this:
    JdbcCheckup.java [21:1] package oracle.jdbc does not exist
    DriverManager.registerDriver(new oracle.jdbc.OracleDriver());
    And, to avoid all the classpath issues, I put ojdbc14.jar AND classes111.zip AND classes12.zip right in the directory where the .java files live. AND also the above files with the "-g" option, just to be sure I didn't miss "the" one I needed.
    Tell me what I'm doing wrong!!!! This has been going on for many, many days. I think this is the last piece of Dreamweaver, Coldfusion, Oracle and Java to connect up. Then when I actually try to run some code I'm sure I'll be back!
    Thanks in advance,
    Pat in MN

  • Content Library Explorer error -error occurred while trying to read the package metadata (can't find package in console)

    I have SCCM 2012 SP1 recently upgraded to R2. I'm currently setting this up to migrate my production 2007 site. However, I'm trying to use Content Library Explorer on my DP's. I have 3 dps. DP2 connects fine but when i try and connect to DP1 +3 i get
    the following error: An error occurred while trying to read the package metadata. The package
    PackageID is invalid and must be redistributed from the Configuration Manger console.
    Now i can't find any trace of this at all in the console. In the SMSPackagesHist table i can see the package ID and the deleted time was 29-07-2013. This most likely was me trying to create software updates back last year when i initially setup the site.
    The package is not listed as content on any of the 3 DPs and i can't find any trace of it at all in the console.
    I'm not very familiar with 2012, so not sure what I've done.
    Any help or advice appreciated.
    Thanks
    Jane

    Hi Torsten,
    thanks for this. I did a search of the WMI key and found this document: http://blogs.technet.com/b/configmgrteam/archive/2012/05/07/troubleshooting-content-mismatch-warnings-on-a-distribution-point-in-system-center-2012-configuration-manager.aspx (does
    this mean it is supported?)
    however, on those 2 DP's in that class, the suspect package ID is not listed!???
    Any more ideas?
    Many thanks
    Jane

Maybe you are looking for