Question on weblogic that is part of BPM suite.

Hi Team,
I have a requirement to work on ADF application, BPM process
Since BPM suite comes with weblogic server, Can i use it for deploying ADF applications also.
or do i need a separate SOA suite for deploying ADF applications
Thanks
Parker.

ADF is a framework that is based in J2EE, so it'll work on any J2EE container although it is especially suited for WLS. If you're developing UIs for a BPM process (integrating it with BPM human tasks) then it would be best to work it through BPM.
There's a create form wizard that is accessible after you open the BPM human task. It creates a project, form (jspx), task flow and BPM data controls need to integrate with BPM. The problem is that you can't test your UI using the embedded WLS contain in JDeveloper. You have to deploy your ADF UI project into a stand alone WLS and the BPM project.
If you are doing some major UI development and the only integration with BPM are things like the action buttons, then you might consider starting with a simple ADF project without the BPM libraries. You can test your code using the embedded WLS in JDeveloper. This is only a viable approach if you can figure out how to integrate the BPM controls back into the UI later on. This is not a trivial task. There are BPM managed beans and data controls to consider. It is very advanced and not for a novice.
HTH,
Mark

Similar Messages

  • Can not update the applications that are part of the Technical Communition Suite (TCS) 4.

    The updates... menu is grayed out for all applications that are part of this suit. I know that FrameMaker (FM) 11.0 has updates that should be installed. I have downloaded a patch (11_0_1) for FM and it will not install. I get this message:
    I have Admin rights on the computer and have selected Run As Admin.. when I attemp to install the patch.
    I have TCS 3.5 also loaded and do not have any issues with loading updates.
    OS: Windows 7
    Any ideas as to why I can not install updates for the applications that are part of TCS 4?

    Hi,
    Greetings from Adobe.
    Please go to C:\Program Files (x86)\Common Files\Adobe\AAMUpdaterInventory\1.0
    There will be a .dat file by the  name - AdobeUpdaterAdminPrefs.dat
    Capy this file and paste it on your desktop.
    Open that file in Notepad from desktop.
    Change the value in <Suppressed> tag to ”0”  from "1"
    <Preferences>
                    <Suppressed>0</Suppressed>
    </Preferences>
    After saving the bat file replace it back with the original file at location: C:\Program Files (x86)\Common Files\Adobe\AAMUpdaterInventory\1.0
    close the window and then try to install the patch again.
    Regards,
    Mayank

  • BPM Suite vs BPA suite

    Hello All,
    Can any one tell me the difference between these 2 products and for what purpose they used.
    It would be great if you explain using real time scenario.
    Thanks,
    AB

    Oracle BPA Suite is a tool that is very suitable for enterprise wide business process modeling and enterprise architecture. It allows you to model your organization, strategy and processes.
    This is useful when defining strategy, or to comply with laws that require you to model your business processes. It offers dependency matrices between different diagram types, simulation, definition of KPI's etc etc.
    You can model automated processes, manual processes etc.
    If you want to actually execute a process model that you defined in Oracle BPA you can choose to execute that model in either BPM Suite (BPMN) or SOA Suite (BPEL). You hand over the lowest level of process model to IT, who will use these tools to add implementation details.
    BPM suite has a number of features that are available in BPA Suite as well, like simulation. But it is totallly focussed at the project at hand, not at your total enterprise.
    To summarize: your architects and business analysts can use BPA Suite to model as-is and to-be situations. When you focus on the implementation of one business process, BPM Suite is your tool.
    Regards,
    Lonneke

  • Dynamically loading a class that is part of a larger loaded package

    I am dynamically loading a class that is part of a large package, much of which is loaded at startup. The code directly references protected variables in the parts of the package that is loaded by the default class loader. Attempting to access these protected variables gives an access error when the class is dynamically loaded that doesnt occur when the class is loaded at startup.
    Is there a way to make this work?

    To answer my own question -- no
    A reference from http://access1.sun.com/techarticles/DR-article.html says:
    The use of Dynamic Class Reloading can introduce problems when classes that are being dynamically reloaded make calls to non-public methods of helper classes that are in the same package. Such calls are likely to cause a java.lang.IllegalAccesserror to be thrown. This is because a class that is dynamically reloaded is loaded by a different classloader than the one used to load the helper classes. Classes that appear to be in the same package are effectively in different packages when loaded by different classloaders. If class com.myapp.MyServlet is loaded by one classloader and an instance of it tries to call a non-public method of an instance of class com.myapp.Helper loaded by a different classloader, the call will fail because the two classes are in different packages.
    So not being able to access non-private variables in this scenario is the way it works.

  • I'd like to remove a thin line that is part of the page design in one of Aperture's photo books.  I can't seem to make it happen.  Any suggestions?

    I'd like to remove a thin line that is part of the page design in one of Aperture's photo books.  I can't seem to make it happen.  Any suggestions?

    The mouse that came with my Mac does not have a right click feature. When I try to highlight and click, it just opens the link I don't want anymore. What I want to do is remove unwanted links from the top bar. For example, I no longer use GoodSearch or myEarthLink, but I can't delete them. There are also some links that never should have found their way up there, and I don't know how they ended up there, and I can't remove them either. I've read through a ton of questions and answers, and I can't find one that addresses the problem. With my Safari browser, all I have to do to remove an unwanted link is to click and drag it to the trash. It doesn't appear to work that way with Firefox, to my chagrin. I hope this better explains my question. Maybe that will give you a better insight into a solution.

  • Question about Weblogic

    Hello,
    I have a question about Weblogic and would like someone to help me with it.
    I created a JSP and everything was doing fine while i was testing it in Tomcat. But once I started the tests with Weblogic, it seemed Weblo wasn't accepting a class that i used to call from my JPS ( a sax parser). Instead of using my parser, Weblogic was using his default SAXParser, what causes problems to my JSP. Trying to solve this, I changed the classpath in Weblo and putted the jar of my parser in the beginning of the classpath, but it still didn't work. Does anyone have an idea of why Weblogic don't accept my parser and uses its default parser instead?
    Thanks in advance!!
    M@G

    naveen.g wrote:
    How to get the path of the domain, where my application is running, in a java code?
    For example, my domain path is "D:\bea\user_projects\domains\production". How to get this path dynamically?Please start a new topic instead of resurrecting an old and non-related thread and hijacking others' threads.

  • A table that is part of a cluster.

    Hi,
    reading oracle documentation ,
    http://download.oracle.com/docs/cd/B10501_01/server.920/a96540/statements_73a.htm#SQLRF01402
    I see :
    You cannot partition a table that is part of a cluster.
    My question is :
    What is a table that is part of a cluster ? What means part of a cluster ?
    Many thanks

    A cluster is a way of organizing the data in one or more tables on disk. The Oracle Concepts Guide has an overview of clusters
    Justin

  • HT200183 If I wanted to include apple loops in the assets of Logic project folders that are part of a tutorial available for download on a paid educational website would that be ok?

    If I wanted to include apple loops in the assets of Logic project folders that are part of a song that follows a tutorial available for download on a paid educational website would that be ok? No one would be paying for the file itself that's part of the membership. I don't want to get into any copyright problems. I understand that they are royalty free and you can include them in your music no problem but the individual loops would be in the audio folder if I saved all the assets to the project file.
    Also, would it be ok to include screen shots I take myself of apple programs in my downloadable content?
    Just trying to figure out exactly how I should go about it to avoid any legal issues.

    Hi
    trainedmind wrote:
    No one would be paying for the file itself that's part of the membership. I don't want to get into any copyright problems.
    My gut reaction is that you may well run into © issues if you re-distribute the original AppleLoops.If your customers are paying for the training, they are also paying for the content you provide, so I feel that you would be re-selling the loops.
    Given that anyone who has a copy of Logic would likely have installed all the loop content, there should be no need to distribute them with the project files. Alternatively, make your own loops.
    CCT

  • I am trying to get minecraft for my iPod touch. When I put in my apple ID it says that I have to verify that I can buy it. I click ok I pulls up a site ask me for my apple ID and then I put in my security questions. After that it ask me some weird questio

    I am trying to get minecraft for my iPod touch. When I put in my apple ID it says that I have to verify that I can buy it. I click ok I pulls up a site ask me for my apple ID and then I put in my security questions. After that it ask me some weird question like Who Is your favorite teacher and another question like what is your least favorite car model. I did not set those as my secure questions. So can u please help me

    Forgotten Security Questions/Answers
    You need to contact Apple by:
    1 - Use the Express lane and start here:
    https://expresslane.apple.com
    then click More Products and Services>Apple ID>Other Apple ID Topics>Forgotten Apple ID security questions.
    or
    Apple - Support -form iTunes Store - Contact Us
    2 - Call Apple in your country by getting the number from here:
    http://support.apple.com/kb/HE57
    or           
    Apple ID: Contacting Apple for help with Apple ID account security
    3 - Use your rescue email address if you set one up
    Rescue email address and how to reset Apple ID security questions
    For general  information see:
    Apple ID: All about Apple ID security questions

  • Every time I try to purchase a song from itunes, it says I have to put in security questions and answer them, which it's never done before. Then after I do the questions, it says that an error occurred and my changes couldn't be saved. HELP!

    Every time I try to purchase a song from itunes, it says I have to put in security questions and answer them, which it's never done before. Then after I do the questions, it says that an error occurred and my changes couldn't be saved. It has been doing this for weeks, and I can't purchase anything! HELP!

    Hi mterry1723, one solution that might be worth trying is this:
    - Close iTunes, if it's open
    - Open Safari and got to 'Preferences'
    - Select 'Security' on the top
    - Untick all the security options in the menu
    - Click the 'Show Cookies' button and look for all the 'apple' entries in the left-hand column.
    - Highlight them (select them collectively) and press 'Remove'
    - Now open iTunes and buy the song as usual.
    - You may be asked to do the same security process as before, so do as asked.
    - Hopefully, the security check will now have accepted your answers and start downloading the song as normal.
    Remember to re-tick all the required security options you had just un-ticked in Safari preferences. You don't need to bother about opening the cookies again.
    I hope this has worked for you and my profoundest apologies if it has not. Worth a go, though!
    I did see this thread: https://discussions.apple.com/message/18259935#18259935 which may be of more help, mainly the last entry by 'c2boyd'
    Message was edited by: Bongomal

  • I have completely downloaded all parts of master suite (I attend AAU so it's provided by school) however, I can get nothing to load and operate. I am still running XP but my understanding is that it should still work for most apps

    I have completely downloaded all parts of master suite (I attend AAU so it's provided by school) however, I can get nothing to load and operate. I am still running XP but my understanding is that it should still work for most apps

    I believe you need to have XP with Service Pak 3 as a minimum for most CS6 applications.  You should check all of the system requirements because I think you also need to have a 64-bit machine as well.   Here is a link...
    System requirements | Adobe Creative Suite 6

  • I have an hardware issue with my iphone 5 64gb. its lock button in not working. for a fact i know that it can be replaced but my question is this that do they require the bill or anything to replace or they only require the phone in usa

    i have an hardware issue with my iphone 5 64gb. its lock button in not working. for a fact i know that it can be replaced but my question is this that do they require the bill or anything to replace or they only require the phone in usa

    Warranty and support is only valid in the country of origin.  The only exception being the EU where a device bought in any EU country can get warranty or service in any EU country.
    Warranty is determined by device (serial number), no documentation required.
    Apple does not repair devices, they replace them.  For that reason, ensure the device is backed up and any pictures take with the device are copied off the device prior to going in for service.

  • HT4259 Airport Express that were part of another network

    I have two Airport Expresses that were part of another network and I am now trying to configure them on a new network to wirelessly extend it, but can not discover them on the AirPort Utility and I factory reset them as well and still they are not being discovered.  They plugged in only about 4-6 feet away from the base station (Airport Extreme). What should I do?

    If you are using Lion 10.7.4 as your profile indicates.....
    Open AirPort Utility and look at the rectangular box in the upper left hand corner of the AirPort Utility window.
    It should read Other AirPort Base Stations (1) if you have reset the Express correctly.
    Click on Other AirPort Base Stations (1), then click on the the AirPort Express xxxxxxx
    AirPort Utility will take a minute to analyze your network, then announce that the Express will be configured to Extend your wireless network
    Edit the name of the AirPort Express device if you wish, then click Next
    Allow a minute or two for AirPort Utility to configure the Express
    When you see the message that Setup is compete, click Done
    Configure the second AirPort Express the same way.

  • What are the limitations in weblogic that comes with JDeveloper?

    Hi,
    What are the limitations in weblogic that comes with JDeveloper?
    Thanks for your help.

    Not much. If there is, you can always create your own domain with the servers you want and create a connnection to the admin server of that domain in JDeveloper.

  • Is weblogic portal part of webcenter suite 11g?

    Can someone help me understand if weblogic portal is a part of webcenter suite 11g?
    Regards,
    Arnold
    Edited by: user2244722 on Feb 22, 2010 2:11 AM

    Joe.qiao wrote:
    both can use AD as the authentication providerThanks Joe. I am going to try to just install WebLogic portal and configure it with Active Directory for the authentication.

Maybe you are looking for