Questions on OBPM 10g features

Hi,
Can OBPM 10g integrated with Oracle BRE?
I want to define my business rules in Oracle BRE and access them from BPM 10g process. Please give me directions on how to achieve this? I know that in 10g there is an internal rules creation based on the project variables. But my requirement is to keep the business rules in the external Oracle BRE and access them from BPM 10g process.
Thanks in advance

If you're using Oracle Business Rules 11g then they are exposed as a web service that can be invoked by Oracle BPM 10 directly once the WSDL is introspected. If it's Oracle Business Rules 10, then you need to add a BPEL wrapper and then invoke the BPEL as a web service.
Dan

Similar Messages

  • OBPM 10g while calling web service getting error

    Hi all,
    I am facing problem while calling webservice from oracleBPM 10G , this is webservice method name
    zwsticketinginService.zwsCreateTicket( attachement : "X", callbackinf : "phone", callbackmeth : "mailid",
    category : "Problem", chdate : "2011-10-12", chtime : "11:12:22",
    comments : "desktop", crdate : "2011-10-12", crtime : "11:12:22",
    firstname : "krishna", incident : "TEXT", lastname : "moorthi",
    location : "canade", pbonr : "P56714", persnr : "8050456",
    priority : "High", problem : "others", relrequest : "norequ",
    service : "Workplace Problems",user : "krishna",
    out errornr : errno,
    out errortxt : err, out ticketnr : tkt);
    Introspecting also fine , for same web service working fine in SOAPUI , with out any error message , response also got.
    following error I am facing in OBPM 10G :
    trace : [fuego.xmlruntime.XMLValue.convertTo(XMLValue.java:398), fuego.xmlruntime.XMLValue.convertTo(XMLValue.java:245), fuego.soaptype.SoapCall.fixInputArguments(SoapCall.java:584),
    fuego.soaptype.SoapCall.invoke(SoapCall.java:230),
    fuego.soaptype.SoapObject.invoke(SoapObject.java:309),
    fuego.lang.Invokeable.invokeImpl(Invokeable.java:234)
    , fuego.lang.Invokeable.invokeDynamic(Invokeable.java:188), Test.Process.Default_1_0.Instance.CIL_automatic(Instance.xcdl:17), Test.Process.Default_1_0.Instance.CIL_automatic(Instance.xcdl), sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method), sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source), sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source),
    java.lang.reflect.Method.invoke(Unknown Source), fuego.component.ExecutionThreadContext.invokeMethod(ExecutionThreadContext.java:512), fuego.component.ExecutionThreadContext.invokeMethod(ExecutionThreadContext.java:273), fuego.fengine.FEEngineExecutionContext.invokeMethodAsCil(FEEngineExecutionContext.java:219), fuego.server.execution.EngineExecutionContext.runCil(EngineExecutionContext.java:1284), fuego.server.execution.microactivity.ComponentExecutionMicroActivity.runCil(ComponentExecutionMicroActivity.java:126),
    please help to solve this issue .
    thanks                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Problem , solved .
    don use date and time in webservice , OBPM not able to parse Date and Time values with SAP System.
    SOAP UI simulating in a different way to treat date and time.

  • Upload attachment using BPM File Chooser in OBPM 10g

    Hi,
    I am currently working on OBPM 10g.
    Can anyone please help me with upload attachment using BPM File Chooser using BPM Presentation?????

    Do not use the existing Fuego.Ui.FileChooser component. This OOTB Oracle BPM component would work fine if you're trying to get a file from the server where the Engine is running, but will not work if you want a file from the end user client's machine.
    Take a look at a project I uploaded to http://www.4shared.com/file/aq-cY2qN/_2__FileChooserDemo.html
    It has both a JSP and a BPM Object presentation. The BPM Object presentation has a button called "Attach File", If you click in the presentation editor and then click the Properties tab you'll see that its "Name" property is "AttachFile" and the Action property is set to "submit". This means that it will return the text "AttachFile" in the result predefined variable in the screenflow. If you open the screenflow, you'll see the conditional transition from the "AttachmentViewerInteractive" to the "FileChooser" task. The name of this transition is "AttachFile". Because this was named "AttachFile", the logic behind this transition evaluates if "result ==AttachFile".
    Be careful with this example project. It will succeed when a small text or binary file < 100k is selected. It will go to the "File is too big" task in the screenflow shown below when the file > 100k. To make this maximum size limit larger, simply add a new line in your
    <Oracle BPM Enterprise Home Directory>\webapps\workspace\WEB-INF\workspace.properties file:
    # Max size of a file coming from a client machine (default is 100k)
    fuego.workspace.servlet.Attachment.MAX_ATTACHMENT_SIZE=2000000
    Once the file has been retrieved, do not store this as an instance variable unless it has been marked as a “Separated” instance variable.
    The “AttachView1.jsp” is invoked from the Interactive activity’s “FileChooser” task in the screenflow.
    Once the end user selects the file from the JSP, work flows to the “Add file” task. This is where you can retrieve the selected file’s:
    - Name: fileHolder.file_filename variable
    - Content type: fileHolder.file_content_type variable
    - Contents: fileHolder.file binary variable
    Dan

  • Oracle 10g features

    Hi
    Please provide some information on Oracle 10g features.
    Thank you

    Hi,
    Are you looking for all features or new features??
    For all features (in case you're new to Oracle), I guess you need to go through the Oracle Documentation for Oracle 10g [http://download.oracle.com/docs/cd/B19306_01/index.htm]
    In case you're looking for new features, go to [http://download.oracle.com/docs/cd/B19306_01/server.102/b14214/toc.htm]
    Thanks,
    Ankur

  • Hyperlink in OBPM 10g

    Hi I am using OBPM 10g. I want to have hyperlink in my presentation that will open a static htm file in a new browser.in presentation Hyperlink properties tab I am keeping the link type external and in URL I am keeping only my file name i.e sample.htm and am keeping that sample.html file in workspace webResources directory .
    But when I am executing it is giving error as "http://localhost:8585/workspace/servlet/sample.html " not found .
    I need to know where to put this sample file to be executed properly .
    Can any body help me out.

    Hi,
    I have done it in another configuration and is working fine for me.
    You can try this hopefully it will work fine.
    Go to the Link Tab (Right hand side), configure as following:
    Link Type: Reference
    Reference: <Your bpm attribute/Link to be displayed>
    Text Type: Reference
    Reference: <Your bpm attribute/Link to be displayed>
    Bibhu

  • Practice exam questions for OCA 10g exam

    looking for practice exam questions for OCA 10g exam

    Hub wrote:
    You can also use the Self Test Software would like to offer you a 25% discount on the purchase of any Oracle test prep products when you go to
    http://www.selftestsoftware.com/promos/Oraclescore_1015_bhc9.asp.
    or http://www.selftestsoftware.com/dept.aspx?dept_id=6080
    SelfTestSoftware and Transcender exams are already listed in the second link referenced above.

  • Question regd import/export feature of CUCM BAT

    Hi,
    We have a production CUCM cluster running 8.6.
    I have been asked to create 300-400 translation patterns.
    I see that I can not do that directly via BAT. But I see import/export option.
    We already have 1000s of existing translation patterns on our system.
    I have a quick question about the import feature.
    Does a new import replace the existing data in the database with the data in the import file or does the new data in the import file get added to the existing data.
    if the import file has only the new translation patterns, will it wipe out the existing translation patterns in the system?
    I don't have a lab cucm system to check this behaviour?
    Can you please help me on this query?
    Thanks,
    Pete

    I do this often and it is the only way to bulk add translation patterns. It will not remove any translation patterns it will only add/change the translation pattern. If all new patterns it will simply add your new entries.

  • Max vs. 10g feature

    I would like to have records with the max lfdnr. Does anybody know a new 10g-feature instead of my statement?
    SQL> with dummy as ( select 25 Nr#, 1  LfdNr, to_date('30.06.1982','dd.mm.yyyy') end_date from dual union all
      2                  select 25 Nr#, 2  LfdNr, to_date('30.06.1988','dd.mm.yyyy') end_date from dual union all
      3                  select 25 Nr#, 3  LfdNr, to_date('30.11.1997','dd.mm.yyyy') end_date from dual union all
      4                  select 25 Nr#, 4  LfdNr, to_date('31.12.2009','dd.mm.yyyy') end_date from dual union all
      5                  select 44 Nr#, 1  LfdNr, to_date('07.05.2002','dd.mm.yyyy') end_date from dual union all
      6                  select 44 Nr#, 2  LfdNr, to_date('01.08.2006','dd.mm.yyyy') end_date from dual union all
      7                  select 44 Nr#, 3  LfdNr, null end_date from dual union all
      8                  select 62 Nr#, 1  LfdNr, to_date('25.04.2006','dd.mm.yyyy') end_date from dual union all
      9                  select 62 Nr#, 2  LfdNr, to_date('11.07.2009','dd.mm.yyyy') end_date from dual union all
    10                  select 11 Nr#, 1  LfdNr, to_date('07.05.2002','dd.mm.yyyy') end_date from dual union all
    11                  select 11 Nr#, 2  LfdNr, to_date('01.08.2006','dd.mm.yyyy') end_date from dual union all
    12                  select 11 Nr#, 3  LfdNr, to_date('21.09.2007','dd.mm.yyyy') end_date from dual)
    13  select Nr#, LfdNr, end_date
    14  from dummy
    15  where lfdnr IN (select max(lfdnr) from dummy
    16           group by nr#)
    17  and end_date >= sysdate
    18  group by nr#, LfdNr, end_date
    19  /
           NR#      LFDNR END_DATE
            25          4 31.12.09
            62          2 11.07.09
    SQL>

    I doubt your current query logic. You query only the LFDNR in the subquery but I think you should also include the NR# like that:
    with dummy as ( select 25 Nr#, 1  LfdNr, to_date('30.06.1982','dd.mm.yyyy') end_date from dual union all
                    select 25 Nr#, 2  LfdNr, to_date('30.06.1988','dd.mm.yyyy') end_date from dual union all
                    select 25 Nr#, 3  LfdNr, to_date('30.11.1997','dd.mm.yyyy') end_date from dual union all
                    select 25 Nr#, 4  LfdNr, to_date('31.12.2009','dd.mm.yyyy') end_date from dual union all
                    select 44 Nr#, 1  LfdNr, to_date('07.05.2002','dd.mm.yyyy') end_date from dual union all
                    select 44 Nr#, 2  LfdNr, to_date('01.08.2006','dd.mm.yyyy') end_date from dual union all
                    select 44 Nr#, 3  LfdNr, null end_date from dual union all
                    select 62 Nr#, 1  LfdNr, to_date('25.04.2006','dd.mm.yyyy') end_date from dual union all
                    select 62 Nr#, 2  LfdNr, to_date('11.07.2009','dd.mm.yyyy') end_date from dual union all
                    select 11 Nr#, 1  LfdNr, to_date('07.05.2002','dd.mm.yyyy') end_date from dual union all
                    select 11 Nr#, 2  LfdNr, to_date('01.08.2006','dd.mm.yyyy') end_date from dual union all
                    select 11 Nr#, 3  LfdNr, to_date('21.09.2007','dd.mm.yyyy') end_date from dual)
    select Nr#, LfdNr, end_date
    from dummy
    where (nr#,lfdnr) IN (select nr#, max(lfdnr) from dummy
             group by nr#)
    and end_date >= sysdate ;If you want to get rid of the subquery you don't need a 10g feature as already shown. If you want to use analytic functions: These are already available in 9i:
    with dummy as ( select 25 Nr#, 1  LfdNr, to_date('30.06.1982','dd.mm.yyyy') end_date from dual union all
                    select 25 Nr#, 2  LfdNr, to_date('30.06.1988','dd.mm.yyyy') end_date from dual union all
                    select 25 Nr#, 3  LfdNr, to_date('30.11.1997','dd.mm.yyyy') end_date from dual union all
                    select 25 Nr#, 4  LfdNr, to_date('31.12.2009','dd.mm.yyyy') end_date from dual union all
                    select 44 Nr#, 1  LfdNr, to_date('07.05.2002','dd.mm.yyyy') end_date from dual union all
                    select 44 Nr#, 2  LfdNr, to_date('01.08.2006','dd.mm.yyyy') end_date from dual union all
                    select 44 Nr#, 3  LfdNr, null end_date from dual union all
                    select 62 Nr#, 1  LfdNr, to_date('25.04.2006','dd.mm.yyyy') end_date from dual union all
                    select 62 Nr#, 2  LfdNr, to_date('11.07.2009','dd.mm.yyyy') end_date from dual union all
                    select 11 Nr#, 1  LfdNr, to_date('07.05.2002','dd.mm.yyyy') end_date from dual union all
                    select 11 Nr#, 2  LfdNr, to_date('01.08.2006','dd.mm.yyyy') end_date from dual union all
                    select 11 Nr#, 3  LfdNr, to_date('21.09.2007','dd.mm.yyyy') end_date from dual)
    ,dummy2 as (
    select nr#, lfdnr, end_date, row_number() over (partition by nr# order by lfdnr desc) as row_no
    from dummy)
    select Nr#, LfdNr, end_date
    from dummy2
    where row_no = 1
    and end_date >= sysdate ;Regards,
    Randolf
    Oracle related stuff:
    http://oracle-randolf.blogspot.com/
    SQLTools++ for Oracle:
    http://www.sqltools-plusplus.org:7676/
    http://sourceforge.net/projects/sqlt-pp/

  • Some questions regarding BPEL 10g to 11g migration.

    Hi All
    I have the following queries,
    1.Is it mandatory to load xsd's , wsdl's , XREF , DVM into MDS ? or is it allright to keep them in file system ? currently we have a number of xsd's and wsdl's inside each of our 10g project > bpel subfolder. If they need to be deployed to MDS , then which files in 11g will need to be modified to use the new 'oramds:/apps/..... ' reference ?
    do they get automatically loaded into MDS when a Composite is deployed on WLS or do they have to be deployed separately using ant-sca-deploy?
    2. Should we modify fault-bindings.xml , DefaultPolicy.xml before or after upgrading the 10g project ? I understand that their references in composite.xml also need changing.
    3.
    a.Is it mandatory to modify the 10g dbadapter.rar contents (convert oc4j-ra.xml to weblogic-ra.xml ) and deploy the rar on 11g ?
    b.or can we manually create data sources,outbound connection pools> jndi factories etc and redeploy the dbadapter on 11g so that its weblogic-ra.xml gets updated with the data sources,jndi that we manually created ?
    want to know if  'a' and 'b' do the same thing ,so mutually exclusive OR both need to be done .
    same question for JMSAdapter.rar, aqadapter.rar
    4. When upgrading BPEL 10g to 11g using Jdeveloper, should all the data sources used by the project be created on Jdeveloper  ?
    5. Is it necessary to copy properties from 10g domain.xml t0 11g bpel-config.xml,soa-infra-config.xml ?
    6. Should external webservices used by BPEL be up and running , while upgrading from 10g to 11g in jdeveloper , OR only during deployment to wls? if they are needed during upgrading how to link to them from jdeveloper ?
    7. Do BPEL 11g projects needs to be deployed on WLS only as a SAR or are any other formats allowed ?
    Thanks in anticipation

    Hi,
    Please find the links where you can find the most of the answers for your questions.
    http://www.slideshare.net/oracle_imc_team/oracle-soa-suite-upgrade-10g-to-11g
    Oracle soa 10g to 11g migration
    Thaknks

  • Finding  View name in screenflow jsp in obpm 10g

    Hi,
    We have a following requirement
    We are displaying a alert box in screenflow jsp upon certain conditions if the user is opening the instance from Inbox or any otehr custom views except History View. If the user is opening instance jsp from history view, the alert box should not come.
    basically, my question is how can i get the view name from which the user opened screenflow jsp?
    in 5.7 we used to do by manipulating the url generated while viewing an instance (windows.location). Since the url remains same for all pages in 10g, how can i acheive this.
    Thanks,
    Sana

    Can anyone please share your ideas on this?

  • Oracle Enterprise edition 10g features

    Hi Team,
    customer has a oracle 10g EE at primary. so mu questions related are
    - Do i require license for a remote standby Lic while replcating using oracle data guard
    - IS "RMAN" and oracle "enterprise manager" is free in DR Site if i purchase oracle EE at DR
    - can we run a DR without a license
    Rgds

    Hi;
    AFAIK you need extra license for Actice DG, for DG if you are on EE level you dont need to pay extra license.
    For best answer, As mention here for your issue log a SR or contact wiht your oracle local office sales person.
    PS:Please dont forget to change thread status to answered if it possible when u belive your thread has been answered, it pretend to lose time of other forums user while they are searching open question which is not answered,thanks for understanding
    Regard
    Helios

  • Oracle 9i and oracle 10g features

    Looking for some info/link which could help me in understanding the newer features in oracle 9i database and in 10g dbase.
    Will be good to know the additional features which are in 10g release but not in 9i.

    Go to the documentation.
    Look for the book called 'New Features'. It's big, but it's only an overview.
    When you find new features of interest, go to the manual for that feature and look in the area between he table of contents and Chapter 1 - the area titled 'New Features' - for more explanation.
    Surprisingly, documentation can be useful - you get a lot less sarcasm and typos in the docco <g>

  • Permission Level Question (Use Client Integration Features)

    Hello All, 
    I just had a general question on one of the options for permission levels in sharepoint. There's one called "Use Client Integration Features":
    Can anybody explain exactly what would be enabled if I enable this option? I know some basic things so far, such as if I enable this, the "Send To->E-mail a link" option would appear for users. However, I'm not exactly sure what else this would
    be used for. Any help would  be greatly appreciated.
    Thanks!
    Chris

    Hi,
    hope these links helps you-
    http://office.microsoft.com/en-us/sharepoint-server-help/change-how-to-open-a-document-in-a-library-with-one-click-HA101729873.aspx
    http://technet.microsoft.com/en-us/library/ee837425(v=office.14).aspx
    http://blogs.technet.com/b/officeasia/archive/2013/01/09/configure-sharepoint-server-to-open-office-documents-in-client-application-by-default.aspx
    Hope this helps!
    Ram - SharePoint Architect
    Blog - SharePointDeveloper.in
    Please vote or mark your question answered, if my reply helps you

  • 10g Features

    Is there any detailed doco on what's coming in 10g, i've found a couple of links, but none answer my question.
    Has the allowable length of a table name been increased in 10g?

    On the OTN main page, if you click on "Oracle Database" in the left-hand navigation bar, you'll get links to, so far as I'm aware, all the publicly available 10g documentation Oracle has produced. There are a number of books slated to become available when 10g ships, and I assume that the Oracle manuals will ship at the same time).
    I've not heard anything about increasing the maximum length of a table name, but I'd wager that limit won't be increased any time soon. Very few people come close to 30 characters in their table names and most people prefer it that way. There are also a lot of scripts and a lot of code out there that assumes that table names are limited to 30 characters. Given the pain involved in modifying all that code, and the pain involved with asking DBA's to modify their own scripts, and comparing that to the possible benefits, I don't see that limit being lifted any time soon.
    Justin
    Distributed Database Consulting, Inc.
    www.ddbcinc.com/askDDBC

  • Is there Any difference Between OBPM 10g And AlBPM 6.0

    Hello Friends
    I would like know is There any difference between the Oracle BPM 10g and ALBPM 6.0 . ??
    The second one is Difference between AlBPM5.7 and ALBPM 6.0
    Thanks In Advance
    with Regards
    Sandeep
    Edited by: user12036530 on Oct 18, 2009 9:08 PM

    For 10g Differences, check out: http://download.oracle.com/docs/cd/E13154_01/bpm/docs65/upgradeguide/deliverables/upgrade_guide/c_Head_Reference.html
    And other 10g Documentation: http://download.oracle.com/docs/cd/E13154_01/bpm/docs65/index.html Specifically: Upgrade Guide, Process API Differences (if you use PAPI)
    For 6.0 Differences, check out the Documentation: http://download.oracle.com/docs/cd/E13165_01/albsi/docs60/index.html Specifically: ALBPM 6.0 New Features Overview
    Hope this helps,
    -Kevin

Maybe you are looking for

  • How do i rotate photos in mail 2.1.3

    how do i rotate photos in mail 2.1.3   OSX 10.4.11

  • TiBook Display keeps "falling asleep"!

    Hi there, I have a 550mhz TiBook whose display has been causing me some serious headaches. Basically, it will spontaneously go to "sleep" for no apparent reason when I am doing normal tasks. The problem seems to be worse when I am in MS Word or Text

  • PO Release for Account assignment category is K(Cost centre)

    HI Experts    I need to set up release procedure for PO when account assignment categeory which is being maintained at Item level so suggest suitable method Regard Srinivasan

  • ARD not able to control Leopard Server

    I'm trying to configure a new Xserve and I'm having issues with ARD (installed on my 24" iMac) taking control of the server. ARD works on other servers (although they are running 10.4.10 and 10.4.11), so I don't think it's the administration on the i

  • Update available... but no way to install it!

    I am trying to update a C3-01 to the newest firmware and it's driving me flippin' wild. My phone currently has v.6.05. I am running the latest version of Nokia Suite (v3.2.100). It detects that there is a new firmware version for my phone (v7.15) and