BEA AquaLogic BPM Studio BPEL issues

I'm finding lots of issues with this product including the following:
wsdl won't import schema files -- presumbably fixed in this version but still not working
the graphical business process editor won't show multiple copies within a single assign
xpath multiply and division operators not supported
I'm using Version: 6.0.3 Build: #86775
Is this the right forum to post threads on the BEA BPEL?

I'm finding lots of issues with this product including the following:
wsdl won't import schema files -- presumbably fixed in this version but still not working
the graphical business process editor won't show multiple copies within a single assign
xpath multiply and division operators not supported
I'm using Version: 6.0.3 Build: #86775
Is this the right forum to post threads on the BEA BPEL?

Similar Messages

  • Working with the BEA AquaLogic BPM Suite

    Dev2Dev has just published an article:
    Working with the BEA AquaLogic BPM Suite
    http://dev2dev.bea.com/pub/a/2006/09/aqualogic-bpm.html
    "Learn how the BEA AquaLogic BPM Suite can integrate business process management with existing infrastructure, including Web services, WebLogic Integration, and the AquaLogic Service Bus."
    Check it out. If you'd like to write for Dev2Dev, please contact me!
    Regards,
    Jon
    Jon Mountjoy - Editor, Dev2Dev - http://dev2dev.bea.com/pub/au/13

    Hi Guys You solved my problem. The working code is:
    TaskInstanceManager taskInstanceManager = createTaskInstanceManager();
    DataObject taskOutput = taskDetail.getOutputDataObject();
    DataObject output = taskOutput.createDataObject(0);
    output.setBoolean("Approved",getApprove());
    taskOutput.set(0, output);
    taskInstanceManager.complete(getTaskId(), taskOutput);
    Thanks for helping!
    Best regards
    Johannes
    Edited by: jtrebess on Nov 21, 2011 9:12 PM

  • Alfresco+BEA Aqualogic(Oracle) BPM Suite Integration.

    Hi,
    I have two questions to ask:
    1.Is BEA Aqua Logic BPM Suite now a part of Oracle BPM Suite or it still exists on its own as a separate entity.
    2.I have requirement to integrate BEA Aqua logic(Oracle) BPM Suite with Alfresco to develop advance workflows created using BPM Suite on Alfresco.I have searched on web but not found anything much relevant.Can anybody help me out on how to do it?Is it possible or not?If yes,any link or documentation for the same would be highly appreciated.If no,please confirm the same also.
    Thank You,
    Regards,
    J Lalit

    thanks so much, it's of great help.
    however, if i want to download the install file of the whole Oracle Business Process Management Suite, which files are required?
    as i know, the whole OBPM Suite includes 5 products:
    BEA AquaLogic BPM Studio/Server
    Oracle BPEL Process Manager
    Oracle Business Rules
    Oracle Business Activity Monitoring
    Oracle Process Portal
    i checked
    http://edelivery.oracle.com/EPD/Download/get_form?egroup_aru_number=9132671
    http://www.oracle.com/technology/software/products/ias/bea_main.html
    seems these products are listed seperately. and each product also includes many parts. i don't know which parts should download. especially we're going to intall on Linux 86.
    thanks.

  • Integrating JSPs from external server into Aqualogic BPM

    I need some help with the following issue I am facing with BEA Aqualogic BPM 5.7.
    I was able to successfully implement the tutorial on ?Integrating Java Server Pages?.
    I am stuck up with the action, using which, on submit of JSP embedded using screenflow, the JSP should return back and activity should be changed and taken to the next activity.
    The way I did this is:
    <form action="<f:postResults/>" method="post" name="mainform_1">
    For this, I need to add a URI at the top of the URI.
    <%@ taglib uri="http://fuego.com/jsp/ftl" prefix="f" %>
    This works fine if I am using the JSP which is deployed on Fuego application server. But for the scenario, where I have a wrapper JSP embedded inside the screenflow and through the JSP(on Fuego) I make a call to JSP which is deployed on my application, it doesn't work and gives me exception.
    My Application uses Tomcat 5.5.17.
    Exception Stack Trace:
    org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[prd_dart].[jsp] 2006-12-07 17:18:50,953 ERROR [http-9000-Processor25] (StandardWrapperValve.java:253) - Servlet.service() for servlet jsp threw exception
    org.apache.jasper.JasperException: The absolute uri: http://fuego.com/jsp/ftl cannot be resolved in either web.xml or the jar files deployed with this application
    at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:50)
    at org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:407)
    at org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:114)
    at org.apache.jasper.compiler.TagLibraryInfoImpl.generateTLDLocation(TagLibraryInfoImpl.java:316)
    at org.apache.jasper.compiler.TagLibraryInfoImpl.<init>(TagLibraryInfoImpl.java:147)
    at org.apache.jasper.compiler.Parser.parseTaglibDirective(Parser.java:423)
    at org.apache.jasper.compiler.Parser.parseDirective(Parser.java:492)
    at org.apache.jasper.compiler.Parser.parseElements(Parser.java:1552)
    at org.apache.jasper.compiler.Parser.parse(Parser.java:126)
    at org.apache.jasper.compiler.ParserController.doParse(ParserController.java:211)
    at org.apache.jasper.compiler.ParserController.parse(ParserController.java:100)
    at org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:155)
    at org.apache.jasper.compiler.Compiler.compile(Compiler.java:295)
    at org.apache.jasper.compiler.Compiler.compile(Compiler.java:276)
    at org.apache.jasper.compiler.Compiler.compile(Compiler.java:264)
    at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:563)
    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:303)
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
    at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
    at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
    at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
    at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
    at java.lang.Thread.run(Thread.java:534)
    Please reply with a solution or any more information you need on this.
    Thanks,
    Gaurav
    Edited by gaurav.j.shah at 12/12/2006 4:40 AM

    Hi Gaurav,
    I hope by now you would have surely found a solution to this problem. If you don't mind please post it here for others help.
    Regards,
    Manoj

  • BEA AquaLogic? Interaction Collaboration Integration

    Hello,
    I'm trying to find a solution for integration of "BEA AquaLogic Interaction Collaboration" with "AquaLogic BPM Studio 5.7" without developing a custom JPD component.
    Basically I'd like to assign tasks on the community portal as part of the workflow.
    Can anyone recommend a product or document that would solve this problem?
    Thank you!

    ALUI does currently support Linux (both Red Hat & SuSE) with the the 6.0 SP1 version. The latest version (i.e. 6.1) will support Linux when the first Service Pack for 6.1 is released - tentatively scheduled for the first half of next year. ALUI 6.1 currently supports Windows, Solaris & AIX.
    ALUI 6.1 is aligned with how BEA licenses other products where the product is essentially available to download and install for an evaluation period for free. Previous versions of ALUI (including 6.0 SP1) are only available for download for paying customers or partners. Correspondingly, only paying customers or partners can log into the ALUI support site.
    The UI Customization Installer for 6.1 (for Windows) is currently available for download and eval from http://commerce.bea.com/showproduct.jsp?family=ALI&major=6.1&minor=0
    john

  • Differences between Oracle BPM and Aqualogic BPM 6.0

    Hello,
    Does anyone know where I can find information that spells out the differences between Aqualogic 6.0 and Oracle BPM (if there are any)? I've searched the Oracle sites, documentation sections, etc. and I cannot find a datasheet that spells out anything related to the differences between the two aside from the name change.
    Thank you.

    I thought that there no major differences between the versions, only changes in the skin, logo and an improvement in the engine, but I was wrong.
    My production enviroment runs BPM Enterprise in version 6, in other words runs Aqualogic BPM Enterprise, not Oracle BPM Enterprise, but in the development enviroment I made the decision to use the version 10 (Oracle BPM Studio 10g), because I thought there were no considerable changes between versions.
    So I could not make the deployment of the project in the enterprise version, the log reported that many processes and screenflows of the project were not found, then I tried to open the project that was done in version 10 in version 6 of the BPM Studio and then try to export the ".exp" to try to do the deployment again. When I opened the project in BPM Studio 6 some errors occurred, but no significant errors. I fixed the errors, export the project again and try to do the deployment in the enterprise version and the same problems as before still occurring.
    The only solution I found was to make the project in BPM Studio 6.04 (Aqualogic). Now I can make the deployment of the project in the production environment.
    Conclusion: always use the same version in BPM studio/enterprise. If you use Oracle BPM Studio in development enviroment, use Oracle BPM Enterprise for production enviroment. The same way if you use Aqualogic BPM Studio in development enviroment, use Aqualogic BPM Enterprise in the production enviroment.

  • BPEL Process in BPM Studio

    Hello,
    First, are there any examples, tutorials, or documentation on how to create and run a BPEL process within BPM Studio (5.7) ?
    I've gotten quite a ways by trial and error, but am having trouble running / testing out the process.
    I've tried doing a Process->Generate Process Interface and Process->Run but nothing happens in BPM Studio when these are performed. What else do i need to do to test out my BPEL process with external webservice ?
    Here's the steps i've taken so far.
    1. Developed a simple external webservice with netbeans (JAX-WS).
    2. Generated WSDL and XSD with wsgen executable.
    3. Developed WSDL & XSD for BPEL Process request & reply.
    4. Created a new project within BPM Studio.
    5. Created a new module under "Catalog" for wsdl introspection.
    6. Cataloged webservice component with local wsdl/xsd files.
    7. Configured the Server configuration generated under the "External Resources" to point to the webservice host.
    8. Configured the web service under "External Resources" to point to the webservice endpoint on the host (Server configuration)
    9. Created a new BPEL Process.
    10. Created new Instance variables for the process input and output as "component" type that point to the introspected request & response types.
    11. Assigned the port type & method of the BPEL Receive to the introspected service defined in #3.
    12. Assinged the input variable to the request variable created in #10.
    13. Assigned port type & method & output variable to the BPEL reply.
    14. Created a BPEL Invoke node between Request & Reply.
    15. Assigned port type & method on the Invoke node to instrospected web service defined in #2.
    16. Created instance variables for input & output of invoke node based on introspected request & reply
    17. Assigned input & output.
    Once all of this was complete, doing a Process->Check Design yeilded no errors or warnings.
    Thanks for any help,
    Chris

    Hello,
    First, are there any examples, tutorials, or documentation on how to create and run a BPEL process within BPM Studio (5.7) ?
    I've gotten quite a ways by trial and error, but am having trouble running / testing out the process.
    I've tried doing a Process->Generate Process Interface and Process->Run but nothing happens in BPM Studio when these are performed. What else do i need to do to test out my BPEL process with external webservice ?
    Here's the steps i've taken so far.
    1. Developed a simple external webservice with netbeans (JAX-WS).
    2. Generated WSDL and XSD with wsgen executable.
    3. Developed WSDL & XSD for BPEL Process request & reply.
    4. Created a new project within BPM Studio.
    5. Created a new module under "Catalog" for wsdl introspection.
    6. Cataloged webservice component with local wsdl/xsd files.
    7. Configured the Server configuration generated under the "External Resources" to point to the webservice host.
    8. Configured the web service under "External Resources" to point to the webservice endpoint on the host (Server configuration)
    9. Created a new BPEL Process.
    10. Created new Instance variables for the process input and output as "component" type that point to the introspected request & response types.
    11. Assigned the port type & method of the BPEL Receive to the introspected service defined in #3.
    12. Assinged the input variable to the request variable created in #10.
    13. Assigned port type & method & output variable to the BPEL reply.
    14. Created a BPEL Invoke node between Request & Reply.
    15. Assigned port type & method on the Invoke node to instrospected web service defined in #2.
    16. Created instance variables for input & output of invoke node based on introspected request & reply
    17. Assigned input & output.
    Once all of this was complete, doing a Process->Check Design yeilded no errors or warnings.
    Thanks for any help,
    Chris

  • BPM Studio 11.1.1.5 Install Issues

    Greetings,
    I am trying to work with BPM Studio 11g but have been unsuccessful at getting the extensions installed correctly with JDeveloper 11g. I have a fresh installation of JDeveloper 11.1.1.5 and installed the BPM Studio extensions for JDeveloper via Help>Check for updates in JDeveloper. The download and installation process appeared to work fine however when I try to utilize the BPM functionality in most circumstances nothing happens or the options are not available. The BPM Analyst role is available via Tools>Preferences>Roles and the option to create a BPM Application/Project also seems to work, but not much else. I noticed a list of warnings in the JDeveloper 'extensions' log window that suggests the extensions weren't installed correctly. I've uninstalled JDev and installed 11.1.1.3 with BPM Studio extensions and I get the same issues. I'm not sure what to do at this point.. Any help would be greatly appreciated!
    These are the warnings in the 'extensions' window:
    -oracle.bpm.bpa
    Warning: Classpath entry C:\Oracle\Middleware\jdeveloper\integration\lib\bpm-ide-common.jar not found.
    Warning: Classpath entry C:\Oracle\Middleware\jdeveloper\integration\lib\bpa\bpa-common.jar not found.
    Warning: Classpath entry C:\Oracle\Middleware\jdeveloper\integration\lib\bpa\bpa-exportImpl.jar not found.
    Warning: Classpath entry C:\Oracle\Middleware\pcbpel\fabric\lib\orawsdl.jar not found.
    Warning: Classpath entry C:\Oracle\Middleware\jdeveloper\soa\modules\oracle.rules_11.1.1\rulesdk2.jar not found.
    -oracle.bpm.bpm-services.client
    Warning: Classpath entry C:\Oracle\Middleware\jdeveloper\soa\modules\oracle.soa.workflow_11.1.1\bpm-services.jar not found.
    Warning: Classpath entry C:\Oracle\Middleware\pcbpel\lib\j2ee\orasaaj.jar not found.
    Warning: Classpath entry C:\Oracle\Middleware\pcbpel\generated\jrf\orasaaj-rt.jar not found.
    Warning: Classpath entry C:\Oracle\Middleware\pcbpel\generated\jrf\wsclient.jar not found.
    Warning: Classpath entry C:\Oracle\Middleware\pcbpel\generated\jrf\wsclient-rt.jar not found.
    -oracle.bpm.bpm-services.interface
    Warning: Classpath entry C:\Oracle\Middleware\jdeveloper\soa\modules\oracle.soa.workflow_11.1.1\bpm-services.jar not found.
    -oracle.bpm.casemanagement.implementation
    Warning: Classpath entry C:\Oracle\Middleware\jdeveloper\soa\modules\oracle.soa.workflow_11.1.1\bpm-services.jar not found.
    Warning: Classpath entry C:\Oracle\Middleware\pcbpel\lib\j2ee\javax.persistence_1.0.0.0_1-0-2.jar not found.
    Warning: Classpath entry C:\Oracle\Middleware\pcbpel\fabric\lib\orawsdl.jar not found.
    -oracle.bpm.compiler
    Warning: Classpath entry C:\Oracle\Middleware\jdeveloper\jdev\extensions\oracle.bpm.compiler.jar!\ade_autofs\nfsdo_base\JDK6\MAIN\LINUX\110210.1.6.0.24.B50\jdk6\lib\tools.jar not found.
    -oracle.bpm.fusion.jdeveloper
    Warning: Classpath entry C:\Oracle\Middleware\jdeveloper\soa\modules\oracle.bpm.activityguide-ui_11.1.1.jar not found.
    -oracle.bpm.fusion.repository
    Warning: Classpath entry C:\Oracle\Middleware\jdeveloper\integration\lib\bpm-ide-common.jar not found.
    -oracle.bpm.fusion.scac
    Warning: Classpath entry C:\Oracle\Middleware\jdeveloper\soa\modules\oracle.soa.fabric_11.1.1\soa-infra-tools.jar not found.
    Warning: Classpath entry C:\Oracle\Middleware\jdeveloper\soa\modules\oracle.soa.fabric_11.1.1\testfwk-xbeans.jar not found.
    -oracle.bpm.fusion.studio
    Warning: Classpath entry C:\Oracle\Middleware\jdeveloper\integration\lib\bpm-ide-common.jar not found.
    -oracle.bpm.lib
    Warning: Classpath entry C:\Oracle\Middleware\jdeveloper\soa\modules\commons-fileupload-1.1.jar not found.
    -oracle.bpm.metadata
    Warning: Classpath entry C:\Oracle\Middleware\jdeveloper\soa\modules\oracle.soa.workflow_11.1.1\bpm-services.jar not found.
    -oracle.bpm.obpi
    Warning: Classpath entry C:\Oracle\Middleware\jdeveloper\soa\modules\oracle.soa.workflow_11.1.1\bpm-services.jar not found.
    -oracle.bpm.pml.service
    Warning: Classpath entry C:\Oracle\Middleware\pcbpel\fabric\lib\soa-infra-mgmt.jar not found.
    -oracle.bpm.project.catalog
    Warning: Classpath entry C:\Oracle\Middleware\jdeveloper\soa\modules\oracle.rules_11.1.1\rulesdk2.jar not found.
    Warning: Classpath entry C:\Oracle\Middleware\jdeveloper\soa\modules\oracle.soa.workflow_11.1.1\bpm-services.jar not found.
    Warning: Classpath entry C:\Oracle\Middleware\jdeveloper\soa\modules\oracle.rules_11.1.1\rl.jar not found.
    Warning: Classpath entry C:\Oracle\Middleware\jdeveloper\jdev\lib\adfm.jar not found.
    Warning: Classpath entry C:\Oracle\Middleware\jdeveloper\jdev\lib\ojdbc6dms.jar not found.
    Warning: Classpath entry C:\Oracle\Middleware\pcbpel\generated\jrf\dms.jar not found.
    Warning: Classpath entry C:\Oracle\Middleware\jdeveloper\lib\ojdl.jar not found.
    -oracle.bpm.soa.humantask
    Warning: Classpath entry C:\Oracle\Middleware\jdeveloper\soa\modules\oracle.soa.workflow_11.1.1\bpm-services.jar not found.

    Hi,
    If you can't connect to the internet from your JDeveloper, you can directly download JDeveloper extensions from the below link, and point the Check for Updates wizard to the local file you have downloaded.
    http://download-llnw.oracle.com/otn-pub/jdeveloper/11.1.1.5.0/extensions/bpm-jdev-extension.zip
    Thanks
    Rama

  • Diff Between Oracle BPM Studio and Oracle BPEL Process Manager

    1)What is the difference between Oracle BPM Studio and Oracle BPEL Process Manager?
    2)What is the connection between Oracle BPM Studio and Oracle BPEL Process Manager?

    Hi,
    As of today you should install SOA Suite 11g
    Fr this you will need to install Database (for development you can use XE)
    Run RCU utility to crete DB schemas for SOA Suite.
    Install Weblogic server
    Install SOA Suite as an option to Weblogic
    Create SOA Domain.
    It is physically possible to do it in 2GB but is far better on 3 - 4GB
    You can consider installing DB on different machine.
    Adam

  • Issue with Process Simulation with Oracle BPM Studio

    Hi.
    Im using Oracle JDeveloper 11.1.1.6 and BPM Studio and i have a problem with include Simulation Models into a Simulation Definition. I think that this is a bug in PS5 release and only can add one Simulation Model into a Simulation Definition, can you confirm that?
    Thanks, regards.

    No.
    Just go to your definition, double click on the existing model name , there will be drop down which shows all of your existing models.
    thanks,
    Murugesh

  • Oracle BPM Studio Training

    Hello,
    someone knows about current status of Oracle BPM Studio trainings??
    Oracle already is providing training?
    Tks,
    Vanessa.

    I got this email this morning:
    BEA Instructor Led Schedule
    BEA WebLogic Network Gatekeeper 3.0: Developer Workshop (WLNG-D01-30) - 3 Days *New Course - Call to Schedule
    This course trains developers and architects to install, configure and develop secured and IT/Business (or Billing) support Systems (BSS) integrated traffic paths allowing operators to provide partner service providers with restricted access to their service delivery platforms. The course will start by introducing BEA WebLogic Communications Platforms, BEA WebLogic Network Gatekeeper 3.0 basic concepts and the main functionalities. Then the course will focus on each functionality, providing students with practical experience in using each one of them.
    BEA WebLogic Server 9/10: System Administration (5 Days)
    Dallas, TX - 20-Apr-2009
    LVC - 04-May-2009
    Reston, VA - 11-May-2009
    Indianapolis, IN - 18-May-2009
    New York, NY - 26-May-2009
    LVC - 26-May-2009
    San Francisco, CA - 08-Jun-2009
    Chicago, IL - 08-Jun-2009
    Boston, MA - 15-Jun-2009
    Dallas, TX - 15-Jun-2009
    Atlanta, GA - 22-Jun-2009
    San Francisco, CA - 22-Jun-2009
    LVC - 29-Jun-2009
    BEA WebLogic Server 9/10: Advanced System Administration (4 Days)
    LVC - 20-Apr-2009
    Reston, VA - 05-May-2009
    LVC - 11-May-2009
    Dallas, TX - 12-May-2009
    LVC - 18-May-2009
    New York, NY - 02-Jun-2009
    LVC - 15-Jun-2009
    Reston, VA - 16-Jun-2009
    San Francisco, CA - 29-Jun-2009
    Chicago, IL - 23-Jun-2009
    BEA WebLogic Server 9/10: Performance Tuning (3 Days)
    LVC - 05-May-2009
    LVC - 22-Jun-2009
    Reston, VA - 29-Jun-2009
    BEA/Oracle WebLogic Server 9/10: Monitor and Performance Tuning (5 Days)
    LVC - 03-May-2009
    Belmont, CA - 04-May-2009
    Reston, VA - 08-Jun-2009
    BEA WebLogic Server 9/10: Diagnostics Framework (3 Days)
    LVC - 26-May-2009
    Belmont, CA - 10-Jun-2009
    LVC - 22-Jun-2009
    BEA WebLogic Server 9/10: Program J2EE Servlets & JSPs in Eclipse (5 Days)
    LVC - 27-Apr-2009
    Dallas, TX - 01-Jun-2009
    LVC - 15-Jun-2009
    San Francisco, CA - 22-Jun-2009
    BEA WebLogic Server 10: Developing Enterprise Web Services
    LVC - 05-May-2009
    LVC - 29-Jun-2009
    BEA WebLogic Server 10: EJB 3.0 Programming
    LVC - 15-Jun-2009
    BEA/Oracle WebLogic Portal 9-10: Developing Enterprise Portals (5 Days)
    LVC - 20-Apr-2009
    San Francisco, CA - 18-May-2009
    Reston, VA - 01-Jun-2009
    LVC - 08-Jun-2009
    BEA WebLogic Portal 9/10: System Administration (4 Days)
    LVC - 28-Apr-2009
    LVC - 01-Jun-2009
    Columbus, OH - 08-Jun-2009
    Tampa, FL - 15-Jun-2009
    BEA SOA: Architectural Concepts and Design Principles (4 Days)
    LVC - 20-Apr-2009
    LVC - 01-Jun-2009
    BEA WebLogic Integration 9: Developing Integration Solutions (5 Days)
    LVC - 24-May-2009
    BEA WebLogic Integration 9: System Administration (2 Days)
    LVC - 10-Jun-2009
    BEA Tuxedo: Application Administration (5 Days)
    New York (Teaneck, NJ) - 18-May-2009
    Dallas, TX - 22-Jun-2009
    BEA/Oracle AquaLogic Service Bus 3: Design & Integrate Services for SOA (3 Days)
    San Francisco, CA - 20-May-2009
    LVC - 25-May-2009
    Kansas City, KS - 26-May-2009
    Costa Mesa, CA - 27-May-2009
    LVC - 22-Jun-2009
    BEA AquaLogic Service Bus 3: System Administration (3 Days)
    LVC - 12-May-2009
    Reston, VA - 27-May-2009
    LVC - 15-Jun-2009
    San Francisco, CA - 17-Jun-2009
    BEA AquaLogic Service Bus 2.5: Integrating & Managing Services for SOA (4 Days)
    LVC - 22-Jun-2009
    BEA AquaLogic Enterprise Repository 3: Create a Governance Solution (3 Days)
    San Francisco, CA - 10-Jun-2009
    BEA AquaLogic Interaction: Foundations (1 Day)
    LVC - 01-Jun-2009
    BEA AquaLogic Interaction 6.5 Administration (4 Days)
    LVC - 02-Jun-2009
    Oracle WebCenter Interaction 10gR3 IDK I: Developing Portlets (3 Days)
    LVC - 27-Apr-2009
    LVC - 04-May-2009
    LVC - 15-Jun-2009
    BEA AquaLogic Interaction IDK II: Develop Web Services (2 Days)
    LVC - 30-Apr-2009
    LVC - 18-Jun-2009
    BEA/Oracle BPM - 10gR3 Programming I: Essentials (3 Days)
    LVC - 27-Apr-2009
    LVC - 11-May-2009
    LVC - 18-May-2009
    LVC - 23-Jun-2009
    LVC - 29-Jun-2009
    BEA ALBPM 6.0 Programming II: Intgration (2 Days)
    LVC - 30-Apr-2009
    LVC - 22-May-2009
    BEA ALBPM 6.0 Foundations (1 Day)
    LVC - 22-Jun-2009
    BEA/Oracle BPM 10gR3: Modeling (3 Days)
    LVC - 20-Apr-2009
    LVC - 23-Jun-2009
    BEA ALBPM 6.0 Administration (2 Days)
    LVC - 28-Apr-2009
    LVC - 26-May-2009
    LVC - 15-Jun-2009
    BEA ALBPM 6.0: Advanced Development
    LVC - 28-May-2009
    LVC - 17-Jun-2009

  • Aqualogic BPM tutorials

    Hi,
    I am new to AquaLogic BPM and so downloaded the ALBPMDesigner571_win.exe,
    ALBPMStudio571_win.exe,
    and
    ALBPMEnterpriseWL571_win.exe files.
    I already have Weblogic 8.1.5 installed on my laptop.
    I am looking for documentation to guide me along the installation process and tutorials to learn the AquaLogic BPM tool.
    Can anyone help me with the location of these tutorials?
    Any help would be highly appreciated.
    Thanks,
    Chuck

    Hi Guys
    I have some issues about the configuration and architecture of the BPM system.
    I've installed the following components:
    - ALBPMStudio572_win.exe
    - ALBPMEnterpriseWL572_win.exe
    - I have WLP 9.2 installed also.
    I created a sample project in Studio, exported it. I started BPM web applications, opened the process administrator console, created an engine which was a WL server, and successfully deployed the application made in studio.
    Now I would like to access to the web UI where I can start my sample process, allow users to access theirs tasks, etc. If I correct I have to install the workspace extension to have this UI.
    I started to install the following workspace extension:
    - ALBPMWorkspaceExtensions_5-7_MP2_win.zip
    which contains the Aqualogic Interaction Process 1.7 installer. After the installation I cannot access to the process administration console, I get the following error: "Request not gatewayed."
    If I start the 'ptids\1.2\bin\service.bat' but I get the following error: table PTSERVERCONFIG does not exist. I cannot find anywhere the sql creating that table.
    Could you help me out what's wrong on my side?
    Thanks a lot
    fifty

  • Authentication error using PAPI-WS for BPM Studio 10.3

    I followed the steps laid out in the material from this thread using SOAP UI:
    PAPI Web Service (PAPI-WS) Example for Oracle BPM Studio
    It seems that BPM Studio does not recognize the default credentials user: "test" and password: "test"
    I receive the following error when I try to make any call:
    <S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
    <S:Body>
    <S:Fault xmlns:ns3="http://www.w3.org/2003/05/soap-envelope">
    <faultcode>S:Client</faultcode>
    <faultstring>Participant could not be authenticated. A wrong username or password might have been specified.</faultstring>
    <detail>
    <oens:OperationException xmlns:oens="http://bea.com/albpm/PapiWebService">
    <exceptionName>fuego.papi.webservice.handlers.AuthenticationException</exceptionName>
    <message>Participant could not be authenticated. A wrong username or password might have been specified.</message>
    <technicalInfo>fuego.papi.webservice.handlers.AuthenticationException: Participant could not be authenticated. A wrong username or password might have been specified.
         at fuego.papi.webservice.handlers.AuthenticationHandler.processAuthentication(AuthenticationHandler.java:144)
         at fuego.papi.webservice.handlers.AuthenticationHandler.handleMessage(AuthenticationHandler.java:74)
         at fuego.papi.webservice.handlers.AuthenticationHandler.handleMessage(AuthenticationHandler.java:46)
         at com.sun.xml.ws.handler.HandlerProcessor.callHandleMessage(HandlerProcessor.java:292)
         at com.sun.xml.ws.handler.HandlerProcessor.callHandlersRequest(HandlerProcessor.java:135)
         at com.sun.xml.ws.handler.ServerSOAPHandlerTube.callHandlersOnRequest(ServerSOAPHandlerTube.java:133)
         at com.sun.xml.ws.handler.HandlerTube.processRequest(HandlerTube.java:116)
         at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:595)
         at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:554)
         at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:539)
         at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:436)
         at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:243)
         at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:444)
         at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:244)
         at com.sun.xml.ws.transport.http.servlet.ServletAdapter.handle(ServletAdapter.java:135)
         at com.sun.xml.ws.transport.http.servlet.WSServletDelegate.doGet(WSServletDelegate.java:129)
         at com.sun.xml.ws.transport.http.servlet.WSServletDelegate.doPost(WSServletDelegate.java:160)
         at com.sun.xml.ws.transport.http.servlet.WSServlet.doPost(WSServlet.java:75)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Unknown Source)
         at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:275)
         at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:161)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:245)
         at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:50)
         at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:156)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:152)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
         at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:667)
         at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
         at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
         at java.lang.Thread.run(Unknown Source)
    Caused by: fuego.papi.exception.AuthenticationException: Cannot authenticate participant 'test'.
         at fuego.papi.impl.ProcessServiceImpl.authenticatePassport(ProcessServiceImpl.java:297)
         at fuego.papi.webservice.pool.ProcessServiceSessionPoolManager.getSession(ProcessServiceSessionPoolManager.java:185)
         at fuego.papi.webservice.WebServiceManager.getProcessServiceSession(WebServiceManager.java:156)
         at fuego.papi.webservice.handlers.AuthenticationHandler.processAuthentication(AuthenticationHandler.java:141)
         ... 45 more
    Caused by: fuego.directory.AuthenticationException: Login incorrect.
    Detail:Verify that the information provided is correct.
    If you cannot solve the problem, check with your administrator.
    ID [default] PARTICIPANT [test] REASON [Login incorrect.
    Detail:Verify that the information provided is correct.
    If you cannot solve the problem, check with your administrator.
    ID [Project:Test] PARTICIPANT [test] REASON [invalid username or password].
         at fuego.directory.AuthenticationException.wrap(AuthenticationException.java:104)
         at fuego.directory.project.engine.EmbeddedEngineAuthenticationAccessor.connect(EmbeddedEngineAuthenticationAccessor.java:69)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at fuego.directory.provider.DirectorySessionImpl$AccessorProxy.invoke(DirectorySessionImpl.java:756)
         at $Proxy12.connect(Unknown Source)
         at fuego.directory.provider.DirectorySessionImpl.connect(DirectorySessionImpl.java:250)
         at fuego.directory.provider.Factory.startSession(Factory.java:405)
         at fuego.directory.Directory.startSession(Directory.java:268)
         at fuego.papi.impl.ProcessServiceImpl.authenticatePassport(ProcessServiceImpl.java:287)
         ... 48 more
    Caused by: fuego.directory.AuthenticationException: Login incorrect.
    Detail:Verify that the information provided is correct.
    If you cannot solve the problem, check with your administrator.
    ID [Project:Test] PARTICIPANT [test] REASON [invalid username or password].
         at fuego.directory.project.engine.ProjectFullParticipantsAccessor.fetchHumanParticipant(ProjectFullParticipantsAccessor.java:82)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at fuego.directory.provider.DirectorySessionImpl$AccessorProxy.invoke(DirectorySessionImpl.java:756)
         at $Proxy15.fetchHumanParticipant(Unknown Source)
         at fuego.directory.project.engine.EmbeddedEngineAuthenticationAccessor.connect(EmbeddedEngineAuthenticationAccessor.java:66)
         ... 58 more</technicalInfo>
    </oens:OperationException>
    </detail>
    </S:Fault>
    </S:Body>
    </S:Envelope>
    Like I said above, it seems that BPM Studio does not recognize the default credentials user: "test" and password: "test"
    Is there anyway to change these default credentials?
    Thanks!
    Edited by: user9001687 on Feb 10, 2010 2:14 PM
    Edited by: user9001687 on Feb 10, 2010 2:16 PM

    Thanks so much Dan. I changed as you mentioned and then added WSS-Username Token as while processing BPM process as web service I have used the same opetion. Still I am getting the same error for Authorization Failure.
    SOAP Requests look like :
    <soapenv:Envelope xmlns:pps="http://bea.com/albpm/ProLogisBPM/PPSFTProcess" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Header>
    <wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
    <wsse:UsernameToken wsu:Id="UsernameToken-2" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
    <wsse:Username>Paul</wsse:Username>
    <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">Paul</wsse:Password>
    <wsse:Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">AlmoI4QkO2hp9z10BQGA0A==</wsse:Nonce>
    <wsu:Created>2010-03-17T15:48:04.843Z</wsu:Created>
    </wsse:UsernameToken>
    </wsse:Security>
    </soapenv:Header>
    <soapenv:Body>
    Adter
    <ns1:stackTrace xmlns:ns1="http://xml.apache.org/axis/">fuego.webservices.security.AuthorizationException: Authorization Failed.
         at fuego.soaptype.ProcessWebServiceAuthorization.authorize(ProcessWebServiceAuthorization.java:57)
         at fuego.soaptype.AxisSoapService$HttpBasicAuthentitcationHandler.invoke(AxisSoapService.java:888)
         at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
         at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
         at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
         at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
         at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
         at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
         at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
         at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
         at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
         at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:453)
         at org.apache.axis.server.AxisServer.invoke(AxisServer.java:281)
         at fuego.soaptype.AxisSoapService.invoke(AxisSoapService.java:357)
         at fuego.soaptype.AxisSoapService.invoke(AxisSoapService.java:122)
         at fuego.webservices.HttpSoapListener.process(HttpSoapListener.java:206)
         at fuego.http.HttpExecution$1.run(HttpExecution.java:71)
         at fuego.component.Message.process(Message.java:576)
         at fuego.component.ExecutionThread.processMessage(ExecutionThread.java:780)
         at fuego.component.ExecutionThread.processBatch(ExecutionThread.java:755)
         at fuego.component.ExecutionThread.doProcessBatch(ExecutionThread.java:142)
         at fuego.component.ExecutionThread.doProcessBatch(ExecutionThread.java:134)
         at fuego.http.HttpExecution$HttpPrincipal.processBatch(HttpExecution.java:190)
         at fuego.component.ExecutionThread.work(ExecutionThread.java:839)
         at fuego.component.ExecutionThread.run(ExecutionThread.java:408)
    Caused by: java.lang.IllegalArgumentException: user: null
         at fuego.components.WebServiceSessionManager.createSession(WebServiceSessionManager.java:88)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at fuego.lang.JavaClass.invokeMethod(JavaClass.java:1410)
         at fuego.lang.JavaObject.invoke(JavaObject.java:227)
         at fuego.lang.Invokeable.invokeImpl(Invokeable.java:234)
         at fuego.lang.Invokeable.invokeDynamic(Invokeable.java:188)
         at fuego.lang.Invokeable.invoke(Invokeable.java:160)
         at fuego.fengine.FEngineWebServiceExecutor$2.execute(FEngineWebServiceExecutor.java:133)
         at fuego.server.execution.DefaultEngineExecution$AtomicExecutionTA.runTransaction(DefaultEngineExecution.java:304)
         at fuego.transaction.TransactionAction.startBaseTransaction(TransactionAction.java:470)
         at fuego.transaction.TransactionAction.startTransaction(TransactionAction.java:551)
         at fuego.transaction.TransactionAction.start(TransactionAction.java:212)
         at fuego.server.execution.DefaultEngineExecution.executeImmediate(DefaultEngineExecution.java:123)
         at fuego.server.execution.EngineExecution.executeImmediate(EngineExecution.java:66)
         at fuego.fengine.FEngineWebServiceExecutor$1.run(FEngineWebServiceExecutor.java:65)
         at fuego.component.Message.process(Message.java:576)
         at fuego.component.ExecutionThread.processMessage(ExecutionThread.java:780)
         at fuego.component.ExecutionThread.processBatch(ExecutionThread.java:755)
         at fuego.component.ExecutionThread.doProcessBatch(ExecutionThread.java:142)
         at fuego.component.ExecutionThread.doProcessBatch(ExecutionThread.java:134)
         at fuego.fengine.FEngineProcessBean.processBatch(FEngineProcessBean.java:244)
         at fuego.fengine.FEngineWebServiceExecutor$WebServiceExecutorPrincipal.processBatch(FEngineWebServiceExecutor.java:168)
         ... 2 more
    Caused by: fuego.directory.AuthenticationException: Login incorrect.
    Detail:Verify that the information provided is correct.
    If you cannot solve the problem, check with your administrator.
    ID [default] PARTICIPANT [null] REASON [participant is empty].
         at fuego.directory.AuthenticationException.error(AuthenticationException.java:50)
         at fuego.directory.AuthenticationException.participantIdIsWrong(AuthenticationException.java:94)
         at fuego.components.WebServiceSessionManager$SessionImpl.&lt;init>(WebServiceSessionManager.java:220)
         at fuego.components.WebServiceSessionManager.createSession(WebServiceSessionManager.java:79)
         ... 26 more</ns1:stackTrace>
    Any help or guiding pointer would be deeply appreciated. TIA

  • DataSource in BPM Studio

    Hi,
    Help please, how to use the DataSource in PBL (or BPM Studio) when deploying the application, use the DataSource configured in the WebLogic to connect to the database.
    In BPM Studio, I have set up an external resource to connect to the database, in addition I'm using BPM Studio wrap to separate business and data layers.
    Thanks for any help or tip

    Hi
    Yes, ofcourse you have option for this. We have like 2 types: ProcessDataObjects and ProjectDataObjects. Project Data Objects are used across any different Processes. But processdatabojects are only in that Process. BUT the limitation is, all these multiple Processes are in the SAME workflow project. Because they all share same XSD folder. If you have mutlipe different projects you cannot share them. Unless if the data is really usable, I will not go for the ProejctDataObjects scope.
    We have some issues, in having multiple Processes in single Workflow Project. One straight forward thing is, I CANNOT have single separate deployment files SCA Jar for my own process. There is one giant single SCA JAR file that deploys all the Processes in that project. Say I modify only ProcessXYZ, but I cannot deploy that alone.
    Thanks
    Ravi Jegga

  • Problem printing PDF from BPM Studio ?

    I'm using JasperReports to try to print a PDF from BPM Studio 10.3.2
    I have tried many ways but always get the same problem:
    Caused by: com.lowagie.text.pdf.PdfWriter.setRgbTransparencyBlending(Z)V
    Caused by: java.lang.NoSuchMethodError: com.lowagie.text.pdf.PdfWriter.setRgbTransparencyBlending(Z)V
    I added all the needed jars as external resources and catalog them as Java components.
    Anyone dealed with this issue before?
    Thanks in advance!
    /Patricio
    ps: sorry for my english, but isn't my native language.

    Actually, Word 2013 supports opening of PDF files and creating Word documents from same. The problem is that for anything other than very simple PDF files, the conversion is wonky at best!
    The popup mentioned by “bannerman” is definitely not an Adobe Reader message, but possibly an annotation of something generated by JavaScript.
              - Dov

Maybe you are looking for

  • How to hold the value in List box.

    Hi All, On my screen painter Screen I am displaying the Sold to party and ship to party with thier address. I am also displaying the Shipping condition based on ship to party. To display the shipping condition i am using list box. Once the user enter

  • Ipad mini lightening to USB camera plug not working

    Hi all, I recently purchased an ipad mini with a lightening to USB camera cable. The ipad does not recognise my camera and vice versa. It's like they are not plugged in. Have tried resetting ipad and camera, both have full batteries and have tried 2

  • Source Code (Table)

    Hai Frnd's     There are tables (TADIR,TRDIR) which contains the details about the devclass and the program.from which table the source code of the particular program can be retrieved. Thanks in Advance Suganya

  • Extremely pixelated videos

    I have a problem with CS4. My video files (AVI files captured from mini dv tapes with CS3), when imported into CS 4, they are so pixelated to the point that they are not recognizable. Still images appear to be oked when they are shown in the source m

  • Perfigo will not load on VMWare GSX Server 3.1

    I have heard that folks are having success loading Perfigo (Cisco Clean Access) on a VMWare partition, but so far I cannot get past partition allocation. If anyone has a combination of VMWare settings that works and would care to share, I'd really ap