Work Management- how to use it?

How can I define a work manager?
in j2ee documentation i found that i can use it using someting like that
InitialContext ctx=new InitialContext();
Context envContext;
envContext = (Context)ctx.lookup("java:comp/env");
WorkManager wm=(WorkManager)envContext.lookup("wm/TestWorkManager/");
my problem is that in don't know how to define it and where
The documentation provided here does not help me enough...http://download-west.oracle.com/docs/cd/B31017_01/web.1013/b28956/workcont.htm
thank you in advance!

The Work Manger refered in the Oracle documentation is part of the JCA contract between an application server and a resource adapter. So this Work Manager is only available for a JCA 1.5 resource adapter implementation.

Similar Messages

  • Manage how to use wireless internet to phone E71

    Sorry, but I have a wireless D-link machine at home.I actually want to know how to use internet on my phone .
    Thank you

    Hi aladdin22
    Have a look at this post:/discussions/board/message?board.id=smartphones&message.id=83014#M83014
    Don't use CD version of PC Suite but latest from here:http://europe.nokia.com/pcsuite
    Lastly make sure that your E71 is in "PC Suite" mode NOT "Data Transfer" mode, go to Menu > Connectivity > USB > USB connection mode. 
    Happy to have helped forum in a small way with a Support Ratio = 37.0

  • What is ALERT Management.how to use it?

    what is ALERT Management. what is it's use.how to do ALERT Management?

    HI
    Alerts within XI give us a simple way to monitor only those errors that we want to and send alert messages to different people depending on the alert category.
    Alert configuration is used to have the system inform you of errors during message processing.
    By using the Alert Framework, central monitoring can be provided with all errors reported during message processing in ABAP and Java. This enables an improved reaction to such errors in both the ABAP runtime and the Java-based Adapter Engine. For this purpose, the Alert Framework is provided with rules based on certain events and on information from the header of the message protocol. These rules determine whether alerts are send or not.
    Alert Configuration:
    1) An Alert is a notification informing its recipients that a critical or very important situation has arisen. The
    situation is as severe that an action must be taken immediately in order to resolve the situation. The
    system recognizes the situation and sends the Alert.
    2) We use the Alert Configuration to have the system inform you of errors during message processing. we
    can receive the Alert by e-mail, fax, or SMS.
    3) To configure your Alerts, proceed as follows:
    a) Create the Alert Categories that we want to use in our Alert Rules.
    b) Create the Alert Rules in which we want to use our Alert Categories
    4) An Alert is an instance of an Alert Category
    5) Alert Categories can be defined by applications or customers using the Alert Category definition
    environment, which is accessed in Transaction Code ALRTCATDEF
    6) The Structure of Alert Category is defiened by the following
    a) Technical key (language-independent) for identification purposes
    b) Description (language-dependent)
    c) Classification
    d) Priority
    e) Maximum number of deliveries. (This applies to delivery to a destination other than the alert
    inbox.)
    f) Expiry time (in minutes) after which the alert is deleted
    g) Escalation recipient to whom the alert is sent if it is not confirmed by any of its recipients
    h) Tolerance time before escalation
    i) Short text, long text, and title
    The title is used as mail title, fax subject, and alert title in the inbox. The long text is used as
    mail/fax body and the long text view in the inbox. The short text is used for pager and SMS.
    j) Container for variable definition if variables are to be used in the texts, or for other application-
    specific attributes
    k) Subsequent activities in the form of URLs
    pleae refer the following links for furtehr infromation
    http://help.sap.com/saphelp_nw04/helpdata/en/49/cbfb40f17af66fe10000000a1550b0/frameset.htm -
    Alert
    /people/bhavesh.kantilal/blog/2006/07/25/triggering-xi-alerts-from-a-user-defined-function
    /people/michal.krawczyk2/blog/2007/04/26/xipi-throwing-generic-exceptions-from-any-type-of-mapping
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step - Alert Configuration
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--troubleshooting-guide - Trouble shoot alert config
    /people/aravindh.prasanna/blog/2005/12/23/configuring-scenario-specific-e-mail-alerts-in-xi-ccms-part--1 -- ccms alerts u2013 1
    /people/aravindh.prasanna/blog/2005/12/24/configuring-scenario-specific-e-mail-alerts-in-xi-ccms-part-2 -- ccms alerts u2013 2
    /people/aravindh.prasanna/blog/2006/02/20/configuring-scenario-specific-e-mail-alerts-in-xi-ccms-part-3 -- ccms alerts --- 3
    Alerts with variables from the messages payload (XI) - UPDATED -
    /people/michal.krawczyk2/blog/2005/03/13/alerts-with-variables-from-the-messages-payload-xi--updated
    http://help.sap.com/saphelp_nw04/helpdata/en/49/cbfb40f17af66fe10000000a1550b0/frameset.htm
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step - Alert Configuration by Micheal
    /people/bhavesh.kantilal/blog/2006/07/25/triggering-xi-alerts-from-a-user-defined-function
    /people/michal.krawczyk2/blog/2007/04/26/xipi-throwing-generic-exceptions-from-any-type-of-mapping
    I hope at the end of this you may get some knowledge on Alerts.
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step XI:Alerts step-by-step. (fundamental Basic)
    /people/sap.user72/blog/2005/11/24/xi-configuring-ccms-monitoring-for-xi-part-i CCMS Monitoring for XI. (CCMS monitoring for XI is enough later
    we configure to Adapter Engine).
    /people/aravindh.prasanna/blog/2005/12/23/configuring-scenario-specific-e-mail-alerts-in-xi-ccms-part--1 Configuring scenario specific E-mail alerts in XI-CCMS: Part-1
    (This is Important)
    /people/aravindh.prasanna/blog/2005/12/24/configuring-scenario-specific-e-mail-alerts-in-xi-ccms-part-2 Configuring scenario specific E-mail alerts in XI-CCMS: Part-2
    /people/aravindh.prasanna/blog/2006/02/20/configuring-scenario-specific-e-mail-alerts-in-xi-ccms-part-3 Configuring scenario specific E-mail alerts in XI-CCMS: Part 3
    /people/federico.babelis2/blog/2006/05/03/solution-manager-cen-and-alerting-configuration-guide-for-dummies Solution Manager CEN and Alerting configuration (Advanced)
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--troubleshooting-guide - Trouble shoot alert config
    Alerts with variables from the messages payload (XI) - UPDATED -
    Alert configuration
    http://help.sap.com/saphelp_nw04/helpdata/en/80/942f3ffed33d67e10000000a114084/frameset.htm
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--troubleshooting-guide
    Calling alerts from UDF
    /people/bhavesh.kantilal/blog/2006/07/25/triggering-xi-alerts-from-a-user-defined-function
    Email Alerts
    /people/aravindh.prasanna/blog/2005/12/23/configuring-scenario-specific-e-mail-alerts-in-xi-ccms-part--1
    Alert Delivery
    /people/matt.kangas/blog/2006/06/27/personalized-alert-delivery
    Transport the alerts
    http://help.sap.com/saphelp_nw04/helpdata/en/a6/5a94413aaad960e10000000a1550b0/frameset.htm
    XI: Alerts - Step by step
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step
    http://help.sap.com/saphelp_nw04s/helpdata/en/d0/d4b54020c6792ae10000000a155106/frameset.htm
    Triggering by Calling a Function Module Directly.
    /people/bhavesh.kantilal/blog/2006/07/25/triggering-xi-alerts-from-a-user-defined-function
    Alerts with variables from the messages payload (XI) u2013 UPDATED
    /people/michal.krawczyk2/blog/2005/03/13/alerts-with-variables-from-the-messages-payload-xi--updated
    Simple Steps to Get Descriptive Alerts from BPM in XI
    /people/community.user/blog/2006/10/16/simple-steps-to-get-descriptive-alerts-from-bpm-in-xi
    Triggering XI Alerts from a User Defined Function
    /people/bhavesh.kantilal/blog/2006/07/25/triggering-xi-alerts-from-a-user-defined-function
    Throwing Smart Exceptions in XI Graphical Mapping
    /people/alessandro.guarneri/blog/2006/01/26/throwing-smart-exceptions-in-xi-graphical-mapping
    cheers
    reward poins if found useful

  • How do I learn how iPhoto works and how to use it?

    It took me a long, long time to master (my definition of master will differ from yours) iPhoto 9 but 11 has me stymied. Where is the tutorial for 11? Also how do I disable faces and places permanently? Thanks

    Welcome to the Apple Discussions. The only way to disable Faces is a workaround that I worked out. Here's how:
    1 - open the library like this.
    2 - in the Database folder move this file to the Trash: Faces.db.
    3 - close the package/folder and launch iPhoto. Close it after a moment.
    4 - open the package, find the new version of the file and lock it via the Info window for the file.
    Click to view full size
    5 - while viewing the contents of the package type Command+F to start a search.
    6 - set the criteria of the search to: Kind is Image and Name Contains "face".
    7 - select all of the files in the search results window and drag to the Trash.
    8 -close the package and launch iPhoto.
    You will get the faces spinning wheel as it tries to index the library the first time it's opened but it won't be able to write to the database file if you should try to add a face and won't create any new jpeg faces files.
    *Of course make a backup of your library before trying this and no guarantee implied*.
    Be sure to send a feature request for a way to disable Faces to Apple via http://www.apple.com/feedback/iphoto.html.
    Also this Apple tutorial page may help: http://www.apple.com/support/iphoto/
    as well as these videos: http://www.apple.com/ilife/video-showcase/
    OT

  • Event Management - How to Use?

    Hello,
    I need some help with event management. This tab is not available on my Adobe Connect and I am wondering how I can enable it. I need to promote my event with emails, as well as create a custom landing page, which I know can be done since it was something I had available to me in my free trial. It seems I might need to change my role to admin but I am not able to do this. Can anyone help me out with this? I have already spoken with 10 customer service reps and they have not been able to assist me.

    Contact your reseller, as they can get you the Events module.
    If you don't have a reseller, feel free to PM me or contact me off forum jorma[at]realeyes.com

  • How to use the validation work in Both TAB and Mouse keys in Forms6i

    Hi,
    I have a validation script once it's validated it should execute the query.But using When-Validate-Item i can't use execute_query.I am able to use the validation in Key-Next-Item trigger but if the user moves the cursor using mouse then it's not working.
    How to use the validation script working in Both Scenarios(Tab and Mouse keys).
    Can anyone please give inputs to rectify the above issue?.

    So you have multiple fields, but on at least one of them if it's valid you immediately want to execute the query?
    You could create a hidden field in a control block Query_Now default 'N'. In a WHEN-VALIDATE-ITEM on your item, if it's determined to be valid, then set Query_Now to 'Y'.
    In a WHEN-NEW-ITEM-INSTANCE at block level, check if Query_Now is 'Y'. If it is then execute the query (and set it back to 'N').

  • Work Manager 6.0

    Hi All,
    We are implementing the SAP Work Manager 6.0 for one of our clients.The device on which the application to be deployed is Windows Screen Size
    (1024 * 768 ).The server is up and running and when I try to test the application on ATE by selecting the platform  Windows 1024*768,The application is not looking as it is expected to be.
    From my investigation I found that the SAP Work Manager 6.0 has no platforms and screens for Windows 1024*768.
    I could see platforms as Ipads, Iphones for most of the screensets and PPC for some of the screensets.
    So to deploy SAP Work Manager 6.0, do I need to create all the screen sets for Windows and Android Devices?
    One solution which I could find was that I added platform as Windows 1024*768 and added the same Ipad screen and it was working fine for some of the screens .
    Please help me find a solution .
    Regards,
    Deepak.M
    Tags edited by: Michael Appleby

    Deepak,
    At this point I would highly recommend implementing Work Manager 6.1 instead of 6.0.  As you noticed with Work Manager 6.x the Windows platforms were removed as Work Manager is now using the WPF client for the Windows (Win 7/8) devices.
    The advantage of this is that iPad, Android tablets, and WPF all use the same screens from the application definitions.  There are style/image differences that help control the look and feel on the different platforms.
    Also in Work Manager 6.1 the did make changes to better support lower resolution Windows devices which would also be a reason to upgrade.
    Either way the ATE will not render the screens well for the WPF stuff.  You should test screen layouts and looks by using the actual clients (WPF, Andorid, iOS) and rely on the ATE to confirm Object data, CT/DT data and some rule/action debugging.
    --Bill

  • How to use method POST to send XML using utl_http?

    Hi,
    I am trying to work out how to use the POST method to mimic submitting data from a HTML form, using utl_http.
    I cannot use SOAP for this as the people I am sending the data to are just expecting an XML document to be sent to a standard CGI script running on their web server.
    There is a lot of documentation on how to submit data using the POST method (using Utl_Http.Write_Text etc), but I cannot find anything that tells me how to submit form variables.
    The examples on OTN say this:
    "Alternatively use method => 'POST' and Utl_Http.Write_Text to
    build an arbitrarily long message"
    but don't tell me how to actually place the data into the required input parameters of the CGI program I am hitting.
    I need to hit a URL such as
    www.asite.com/cgiprogram
    and pass in a parameter, eg
    in_param="test+data"
    I am currently doing this as a GET, which works, but the XML document I am passing in could potentially be bigger than the GET method will allow.
    Any help would be greatly appreciated.
    Thanks,
    Leon.

    Please try the PL/SQl forum

  • What is PKCS7 and how to use it?

    Hi! I'm in a project in which I must send a file encrypted with a key that is also encrypted with a public key, the receiver must decrypt the key using his(her) private key, and then, using that decrypted key to in turn decrypt the file.
    I've been told to use PKCS7 standard, but is not clear for me how it works, and how to use it. I use bouncycastle, and know that it has APIs to do something like this.
    Any light will be greatly appreciated!

    Look at the CMS functionality in the bouncycastle provider, in the bcmail distro. You can find some examples in the bcmail distro also. Maybe I'll post an example later.

  • Work Manager API in Sun Java Application Server 8.1

    I am trying to build a parallel application using Work Manager api (javax.resource.spi.work.WorkManager;)
    I studied the Websphere implementation of WorkManager there you need to make JNDI lookup for work manager and then use it to submit the work.
    My question is if i make class which will implement the javax.resource.spi.work.WorkManager; interface and use that class to submit the work and execute it in parallel then will that class will handle the resource management and all j2ee services
    Do we have separate implementation of work manager API for Sun Java Application Server 8.1 (any jar like asynch.jar in IBM websphere) so that we will just create a work manager using admin console and make JNDI lookup and use it
    Please guide me

    Before I start, disclaimer -- I have no knowledge of Hibernate and the following comments are based on the stack trace you have included.
    I think your permissions might be set all right but you might have an error in the hibernate query. It looks like hibernate uses antlr to parse the queries. While parsing the query, antlr is encountering an exceptional condition and is trying to exit the VM (by calling System.exit()). Obviously, the hibernate code does not have that permission and therefore the exception is logged.
    My guess is if you fix the query such that hibernate/antlr can parse it, you will not run into this error.
    Hope this helps,

  • Web debugger - How to use

    Hi,
    I try to debug some ITS transaction, I placed HTTP breakpoint, debugger shows in browser, but F5 and other debugger keys are not working, so how to use this web debugger?
    Many thanks for answer!

    Hi Mahesh,
    Just put a break point in your code, may be in the Wddoinit or you can put a break point at a place where you want to check for a specific variable or value, the same way as you do in General ABAP.
    When you run the WD application and control comes to the break point you can automatically see the Debugger.
    Regards,
    Ismail.

  • How to use Percent_Rank to knock out the bottom and top 10% of query?

    Hi,
    I'm trying to use Percent_Rank to knock off the bottom and top 10% of a query result, and then take an average of what's left.
    The query is of the form:
    SELECT 'Average Resolution Time Days' Service_Time_Type,
    ROUND(NVL(AVG(NVL(hds.hds_working_duration(jr.date_lodged, jas.job_close_date),0)),0),2) Time_Days
    FROM hds.hds_job_request jr, hds.hds_job_assignment jas
    WHERE jr.job_id = jas.job_id
    and jas.job_close_date is not null
    AND jas.job_close_date >= '01-JAN-2006'
    AND jas.job_close_date < '01-NOV-2006'
    I would like to add a: WHERE PERCENT_RANK ?????? BETWEEN 0.10 and 0.90, but I can't work out how to use it, can someone help?
    Thanks
    Adam
    Message was edited by:
    Adam Sawyer

    I worked it out:
    This is the query I ended up with:
    SELECT 'Average Resolution Time Days' Service_Time_Type,
    ROUND(AVG(duration),2) Time_Days
    FROM
    SELECT hds.hds_working_duration(jr.date_lodged, jas.job_close_date) duration,
    round(percent_rank() over (order by hds.hds_working_duration(jr.date_lodged, jas.job_close_date)),2) pr
    FROM hds.hds_job_request jr, hds.hds_job_assignment jas
    WHERE jr.job_id = jas.job_id
    AND jas.job_close_date IS NOT NULL
    AND jas.job_close_date >= '01-JAN-2006'
    AND jas.job_close_date < '01-NOV-2006'
    WHERE pr BETWEEN 0.1 AND 0.9
    ORDER BY 1
    Thanks for all your help
    Cheers
    Adam

  • How to use JSTL varriable in to XML

    1. how to use JSTL varriable into Xml Tag.
    for example :
    java value I am passing to XML.
    <eztag:companytag pgm_sname="<%= strpgm_name%>" dbase="<%= strd%>"
    dbpass="<%= strp%>" dburl="<%= stru%>" session="<%= session%>" />
    After modified in JSTL
    <eztag:companytag pgm_sname="${pgm_name}" dbase="${strd}"
    dbpass="${strp}" dburl="${stru}" session="${session}" />
    but its Not working. How to use this
    2.How to use ArrayLIst in JSTL
    For example
    IN Java scriplet code in JSP
    <%for(int i=0;i<alist.size();i++) {
    String str = String.valueOf(alist.get(i));
    String str1 = String.valueOf(alist.get(i+1));
    %>
    <TD>STR - <%=str%> </TD>
    <TD>STR1 - <%=str1%> </TD>
    <% } %>
    This code How to Use in JSTL.
    thanks in advance

    thanks for reply
    But in this article it describes how to passing the value of function.
    I need how to assign the JSTL varriable to xml tag attribute.
    for example
    In my TLD File
    <tag>
    <name>companytag</name>
    <tag-class>bas.CompanyTag</tag-class>
    <attribute>
    <name>dbase</name>
    <required>true</required>
    <rtexprvalue>true</rtexprvalue>
    <type>java.lang.String</type>
    </attribute>
    <attribute>
    <name>dbpass</name>
    <required>true</required>
    <rtexprvalue>true</rtexprvalue>
    <type>java.lang.String</type>
    </attribute>
    <attribute>
    <name>dburl</name>
    <required>true</required>
    <rtexprvalue>true</rtexprvalue>
    <type>java.lang.String</type>
    </attribute>
    <attribute>
    <name>pgm_sname</name>
    <required>true</required>
    <rtexprvalue>true</rtexprvalue>
    <type>java.lang.String</type>
    </attribute>
    <attribute>
    <name>session</name>
    <required>true</required>
    <rtexprvalue>true</rtexprvalue>
    <type>java.lang.String</type>
    </attribute>
    </tag>
    Html code
    old code :
    <%@ taglib uri="/ezerptags.tld" prefix="eztag" %>
    <eztag:companytag pgm_sname="<%= strpgm_name%>" dbase="<%= strd%>"
    dbpass="<%= strp%>" dburl="<%= stru%>" session="<%= session%>" />
    After modified in JSTL
    <%@ taglib uri="/ezerptags.tld" prefix="eztag" %>
    <eztag:companytag pgm_sname="${pgm_name}" dbase="${strd}"
    dbpass="${strp}" dburl="${stru}" session="${session}" />
    but its Not working. How to use this
    the "eztag" and "companytag" are the customtag. these tages available in eztaglib.tld file. I am passing the value through XML Tag.
    Please suggest me . how to use.
    is there any article describes how to pass jstl varriable to XML Tag attribute.
    thanks in advance

  • C7 - How to use keypad during call to input respon...

    Having checked the user guide and also searched this forum I am still having a problem working out how to use the keypad to input responses during a call for selecting options, confirming data ,etc
    Can anyone please give me a few clues?
    Solved!
    Go to Solution.

    Many thanks jacobsladder - your method worked first time.
    My confusion was that I could not hear any tones being generated with the dialer option and being presented with a green button I originally assumed that you needed to press this to send!

  • How to use a GPIB card's LabView drivers to communicate with the card?

    I have an axiomtek AX4810P PCI-GPIB card and i have aquired LabView drivers from the manufacturer.
    This has put VI's for the GPIB functions on the 'user palette' but i can't work out how to use them to communicate with the card. can anyone help? please.

    LS,
    Thank you for contacting National Instruments.
    Unfortunately, since you are not using a National Instruments GPIB card, I do not have access to the drivers that were provided to you by your card's manufacturer. I would suggest contacting Axiomtek directly to obtain support using their drivers.
    However, I did write a small VI that demonstrates how to use similar National Instruments drivers with a National Instruments GPIB card. Keep in mind, this example VI is not intended to work with your particular card. The drivers you obtained from Axiomtek may have similar functions, however, and you can use my VI as a guide. My VI allows you to send a command to an instrument at address 2 on the GPIB card.
    Hope this helps!
    Matthew C
    Applications
    Engineer
    National Instruments
    Attachments:
    GPIB_Communication.vi ‏23 KB

Maybe you are looking for