Creating AWT child dialog within a parent hangs in 1.7 but works with 1.6

Hi,
We are making use of Java AWT packages. In which we are creating an child dialog within a parent window and it hangs, meaning none of the buttons on the child window works, even the close is not happening (parent, child and console all hangs, need to kill the applet from the task manager). No error/exception is seen in the Console. No deadlocks noticed in the thread dumps.
This is seen only with JRE1.7 (update 10,11,13,15) version. But the same code is working fine with JRE 1.6 version.
We also have same codebase of next release, where the code is changed to Swings and that seems to work with JRE1.7.
Can somebody suggest me what might be causing it to fail with JRE_1.7 at the earliest as this a critical issue.
Thanks in advance!

We have a tuxedo service which needs to communicate with a POS device by socket. The parent process provides the tuxedo service. The child process provides the connection management for the device. Unnamed pipe is used for communication between the parent and the child. In the child process, there is no code related to tuxedo. The benefit of that design is the tuxedo server does not need to wait for connection from the device when boots up, and the tuxedo service does not need to wait for connection from the device when the service is called.
The tuxedo server was developed 10 years ago, and worked fine till we upgraded tuxedo from 10 to 12 recently. That means it worked for 10 years, and it worked in tuxedo 6.5, tuxedo 10. But in tuxedo 12, tmboot does not return for this tuxedo server. We have to press CTRL-C and yes to cancel. After cancel, the tuxedo service seems working fine.

Similar Messages

  • Transfer Focus From a Child Dialog To its Parent Frame

    Hi
    I m working on a Multimedia Desktop Application. I have done alomst 90% of work. Here I have a problem to transfer focus from a Child Dialog to Parent Frame. Remember the whole applicatio does not use Mouse every thing is handled on key events. So I required to transefer the focus from a Child Dialog to its Parent Frame from key board. I also cant use ALT+TAB because
    1- Child is a dialog
    2- This is a Multimedia Application which will be deployed For TV production and can't allow any Computer
    Components to be viewable.
    So I want only key press to transfer the focus between Child and The Parent.
    Thanks.
    Khurram

    First u tell me what do u do on the forumI answer questions - when I know the answer.
    I give advice on how to use the forums efficiently so you get the best chance to have your question answered and you don't waste other peoples time.
    And the post-URL you mentioned, was mistakenly submitted two times.Then respond to your own thread saying you posted it twice by mistake.
    any ways I did never see any article posted by you, nor the solutions on the other's posts by you. you just made comments on others posts.which only goes to prove that you never bother to search the fourm before you post a question.
    and please let others try to review on my problem.others can still reply

  • Safari Hangs after deleting :Awesome" but works for few when restrating

    Safari Hangs after deleting"Awesome" but works for few minutes once shutdown and restart

    I tried to look at other similar problems and tried to play around with it.
    What I noticed was that I deleted the application but did not uninstall the extension.
    Now I have now uninstalled the extension and Safari is back to normal.
    Thanks Andy for your response

  • [Struts]File upload doesnt work with "Create" but works with "CreateInsert"

    Hello,
    thank you for reading this!
    Im facing serious issue with web application built with JSP, Struts & ADF BC in jdeveloper 10.1.3.1 and jdeveloper 10.1.3.2 (same code works perfectly in older jdev versions)
    File upload to DB only works if CreateInsert is selected in PageDefinition. (Have to change from default "Create" to "CreateInsert")
    If I set "Create" i get this problems:
    - if VO is empty the row cannot be created (no error is returned, i click ОК and row is not commited, its just discarded)
    - if VO is not empty instead to create new row current row is updated.
    This only happens with "multipart/form-data" forms. With plain form row is created without the problem.
    If I change to "CreateInsert" then I can add new rows with "multipart/form-data" but i would prefer "Create" because it avoid the blank row issue...
    Old 10.1.3 works with "Create" and "multipart/form-data".
    Im aware of this problem since the 10.1.3.1 release but I havent posted on the forum because I hoped Oracle is aware of this problem but since the problem remains I decided to react. I do not have the metalink account so only way to address the issue is in this forum.
    Please Help.
    Sanja

    I had some problem with 'Create' earlier with 10.1.2. Then I kept recreateing the pages and then it worked finally. How are you creating the page for 'create' event. Is it like, first displaying the rows from the table with create button, or are you right away creating the page from menu option.

  • Select query hangs on Oracle 9i but works fine in Oracle 8i

    Hi Guys,
    For a recap of what happened:
    Migrated from Oracle 8i to 9i for a customer, all queries and statements are working fine, except for this particular query. If i run the same query on 8i it works like a charm.
    In 9i, if i remove even one field from the query, it works else it just hangs.
    Any idea, any one???
    **Added 2:09PM: When i removed some ltrim and rtrim that i believe not necessary, the query works fine, is there any field length limitation in Oracle 9i???
    Below is the query:
    set pagesize 100;
    set linesize 1024;
    set heading off;
    set echo off;
    spool scb_xfer_hdr_npsx;
    select ltrim(rtrim(to_char(hdr_srl_no,'99'))) || ';' ||
    'P' || ';' || rtrim(ltrim(payment_type))|| ';'|| ';' ||
    ltrim(rtrim(our_ref_no))|| ';'|| 'MY;KUL;' ||
         rtrim(ltrim(debit_account_no))||';'||
    rtrim(ltrim(to_char(scb_batch_date,'YYYY/MM/DD'))) || ';'|| ';' ||
    rtrim(ltrim(payee_name_1))|| ';'|| ';' ||
    rtrim(ltrim(address_1))|| ';'||
    rtrim(ltrim(address_2))|| ';'||
    rtrim(ltrim(address_3))|| ';'|| ';' ||
    rtrim(ltrim(payee_name_11))|| ';' ||
    rtrim(ltrim(address_11))|| ';'||
    rtrim(ltrim(address_21))|| ';'||
    rtrim(ltrim(address_31))|| ';'|| ';' ||
         rtrim(ltrim(payee_bank_code)) || ';' || ';' ||
         rtrim(ltrim(payee_account_no)) || ';' ||
         rtrim(ltrim(our_ref_no2)) || ';' || ';' ||
         rtrim(ltrim(our_ref_no2)) || ';' || ';' || ';' || ';' ||
    rtrim(ltrim(payment_currency))|| ';'||
    rtrim(ltrim(to_char(payment_amount,'9999999999.99')))|| ';'||
         'C;P;;' || rtrim(ltrim(payee_bank_name))|| ';' ||
         'KL;;' ||
         rtrim(ltrim(delivery_method)) || ';' ||
         rtrim(ltrim(delivery_by)) || ';' ||
         rtrim(ltrim(counter_pickup_location))
    from scb_xfer_hdr_npsx
    order by hdr_srl_no;
    select distinct 'T;' || ltrim(rtrim(to_char(total_payments))) || ';' ||
         ltrim(rtrim(to_char(total_pay_amount,'9999999999.99')))
    from scb_xfer_hdr_npsx;
    spool off;
    spool scb_xfer_dtl_npsx;
    select ltrim(rtrim(to_char(srl_no,'99'))) || ';' || 'I' || ';' ||
         ltrim(rtrim(doc_no)) || ';' || ltrim(rtrim(to_char(doc_date,'yyyy/mm/dd'))) || ';' ||
         ltrim(rtrim(doc_description)) || ';' ||
         ltrim(rtrim(to_char(doc_amount,'9999999999.99')))
    from scb_xfer_dtl_npsx
    order by srl_no;
    spool off;
    set echo on;
    exit;
    Message was edited by:
    Logesh

    Hi,
    are you still on a 32bit kernel on AIX?
    How are the Form4.5 connected, are they on the same box, or are they using the forms GUI?
    What about the statistics, how do you collect them? Is the database set to the COST based optimizer?
    Do you use dbms_utility.analyze_schema, or this:
    exec dbms_stats.gather_schema_stats( -
    ownname => '$OWNER', -
    estimate_percent => 10, -
    granularity => 'ALL', -
    method_opt => 'FOR ALL COLUMNS SIZE 75', -
    degree => NULL , -
    options => 'GATHER $GATH', -
    cascade => TRUE -
    What does it mean the SQL hangs? Can you cancel the query? Do you have to kill the session? Do you use any diagnostic tools like TOAD to trace the session, see what it is doing? Usually if this is a performance/tuning issue, you will see the session is not dead, but you will see advancing reads.
    Regards,
    Richard.

  • Script hangs in rlogin session but works works find from console

    Hi Every one,
    I got a strange situation here. I got a script which disable, enable some database activities and lot more in Solaris 7. Every step it done on this script has some out put such as "enabled successfully" or disable succussfull and etc.
    recently i tried to run this script from rlogin and it hanged. Once I logged in via console then it finished successfully with out any issues. I never had a chance to check this again.
    Any idea for this behaviour?

    I just had a thought about this. I tried replicating data from my Test 5.2 server that is failing, to my sandbox 11g server that is successfully receiving replication from my sandbox 5.2 server.
    This fails with the same error message, so I believe my config error is on 5.2, but I still have no idea where.

  • Adobe Premiere playback hangs in Windows 7 (But worked in XP on same machine w/  half as much ram?)

    Problem description:
    Ever since I upgraded to Windows 7 on my m1210, I've been having major  problems with Adobe Premiere Pro CS4.  When I'm editing a video, I'm  unable to play the video in the timeline - or in the program at all.  High definition video plays fine with regular programs, but when the  same file is run in Premiere, the audio plays, but the picture doesn't  advance - or when it does it freezes on a single frame, waits 20  seconds, and then shows off another glorious single frame.
    This is odd, because the computer exceeds the requirements to run  Premiere, and what's more - it worked fine under windows XP with LESS  ram.   I don't understand what's going on here.
    Attempted fixes: Tried to make sure both cores were recognized by  win7 (Apparently they are) Bought more RAM (upgraded from 2 to 4gigs)  Bought faster HD.
    None of these things have made a difference.  I still wonder if only one  core is being recognized by the program but both show up under the  device manager, and when I use CPUID.
    Recent changes: I installed a faster hard drive (Which was my  attempt to help solve the problem, as faster HD=good for video editing)  and reinstalled Windows 7. Didn't change the results.
    Operating system:Windows 7 32bit Ultimate Edition. (Thinking about installing 64 to see if it makes a difference.)
    System specs:
    Dell XPS m1210
    Intel Core Duo T5600 1.83 (essentially 2.5 with both cores)
    4G Ram
    120gb 7200rpm HD
    GeForce 7400Go

    >don't understand what's going on here
    Upgrade-Itis... CS4 was not written for Win7, so some people have problems
    Some reading
    http://forums.adobe.com/thread/789809?tstart=0
    More Tips http://windowssecrets.com/comp/110127
    Utilities http://windowssecrets.com/comp/110106 (Soluto for startup)
    Win7 Help http://social.technet.microsoft.com/Forums/en-US/category/w7itpro/
    Win7 Configuration Article http://windowssecrets.com:80/comp/100218
    Win7 Monitor http://windowssecrets.com:80/comp/100304
    Win7 Optimizing http://www.blackviper.com/Windows_7/servicecfg.htm
    Win7 Virtual XP http://www.microsoft.com/windows/virtual-pc/
    More on Virtual XP http://blogs.zdnet.com/microsoft/?p=5607&tag=col1;post-5607
    Win7 Adobe Notes http://kb2.adobe.com/cps/508/cpsid_50853.html#tech
    Win7 Adobe Update Server Problem http://forums.adobe.com/thread/586346?tstart=0
    An Adobe Win7 FAQ http://forums.adobe.com/thread/511916?tstart=0
    More Win7 Tips/FAQ http://forums.adobe.com/thread/513640?tstart=0
    Processes http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx
    Compatibility http://www.microsoft.com/windows/compatibility/windows-7/en-us/Default.aspx
    Win7 God Mode http://forums.adobe.com/thread/595255?tstart=0
    CS5 Install Error http://forums.adobe.com/thread/629281?tstart=0
    CS5 Help Problem http://kb2.adobe.com/cps/842/cpsid_84215.html
    Win7 and Firewire http://forums.adobe.com/thread/521842?tstart=0
    http://lifehacker.com/5634978/top-10-things-to-do-with-a-new-windows-7-system
    http://www.downloadsquad.com/2009/05/29/7-free-windows-7-tweaking-utilities/
    Win7 64bit Crashing and "a" fix http://forums.adobe.com/thread/580435?tstart=0
    http://prodesigntools.com/if-any-problems-downloading-or-installing-cs5.html
    Harm's Tools http://forums.adobe.com/thread/504907
    Also http://www.tune-up.com/products/tuneup-utilities/
    Also http://personal.inet.fi/business/toniarts/ecleane.htm

  • Class override, how to create the child class and then the base class

    I started to write a program for a smart DMM, the problem is every version of the DMM the company change the communication commend.
    My idea is to write a child class for every DMM version and every SubVI of the child will override the base class SubVI.
    My problem is, i want first to create one child class and after i will see every thing is work,  start to create the base class. that way i will see if am thinking the right way.
    My question is
    How can i create a child class and then create the base class and configure the SubVi of the child class to be Override of the base class?
    I tried to search in the property of the class but i didn't see nothing.
    Thanks
    Solved!
    Go to Solution.

    This can be done and I've done it on occasion.
    You simply create the base class with the dynamic dispatch methods you require (connector panes need to be identical to thos of the child class).
    Then set the inheritance of the class to inherit from this base class.  If your method is defined as a dynamic dispatch method in the parent, you'll most likely now have some errors (unless your child method was already DD in which case you might just be OK already).
    To change the inheritance of a class, right-click the properties of the class in your project and select properties.  I believe the ineritance tree is at the lower end of the properties.  Click on the "change inheritance" (or something similar) to choose the class from which you now wish to inherit.
    Say hello to my little friend.
    RFC 2323 FHE-Compliant

  • I use iphone 4 ios 6.1. i want to buy whatsapp app buy i cant buy it cos it says the email Id is for U.S why am in Nigeria. if i created another apple id using Nigeria country, will the app work with ma iphone that already have another id to purchase app

    i use iphone 4 with ios 6.1. i want to buy whatsapp app but my previous apple id is for U.S using to get free app while i live in Nigeria. if i create another id for Nigeria region to buy Whatsapp app, will it work with my iphone that already have id?

    Hello Emmanuel,
    It sounds like you are trying to purchase an app on your iPhone while in Nigeria.  You do not need to create a new Apple ID to do this.  You will just need change the iTunes Store country in your iPhone settings and update your billing information to match the country you are in:
    Change your iTunes Store country
    Sign in to the account for the iTunes Store region you'd like to use. Tap Settings > iTunes & App Stores > Apple ID: > View Apple ID > Country/Region.
    Follow the onscreen process to change your region, agree to the terms and conditions for the region if necessary, and then change your billing information.
    You can find the full article here:
    iOS: Changing the signed-in iTunes Store Apple ID account
    http://support.apple.com/kb/ht1311
    Thank you for posting in the Apple Support Communities.  
    Best,
    Sheila M.

  • JDev 9.0.3 - Working with Custom Tags Hangs JDev Repeatedly!

    All,
    I recently upgraded from JDev 9.0.2 to 9.0.3 because of the new support for JSP 1.2 and Servlets 2.3. As you probably know, JSP 1.2 includes additional support for custom tag development. Unfortunately, JDev 9.0.3 keeps hanging repeatedly when trying to work with a custom tag library. I have seen a couple other postings on this forum that indicate the fact that I'm not alone in this experience.
    It seems that I am able to open a taglib and make a modification, and then save the taglib without a problem. However, if I attempt to make any further changes to that taglib again without restarting JDev, it just hangs JDev and I have to kill the JDev process and restart JDev. This has made JDev extremely frustrating and unusable developing custom tags. I do not have this problem with JDev 9.0.2, but that version does not support the additionally tag library functionality of JSP 1.2, which is supported by 9.0.3.
    Is this a bug with 9.0.3? Does anyone know of a workaround I can try?
    Thanks in advance,
    Kyle Corley

    Hi,
    Logged as bug 2725712.
    Thanks,
    Brian
    JDev Team

  • Positioning of child div within parent div

    Hello Everyone,
    I have several divs sat within divs that contain information that can only be viewed entirely when clicked on. (please see 'why choose us' section on site below) As you can see when the "read more" link is selected on this category, the rest of the information appears across the page, which is great BUT each sub category is nested within rows so that, for example when the 'funeral services' category is selected, currently the information is forced to sit to the right of the screen as the rows dictate. So what i would like to know, is there a way of getting each of these category divs to sit central across the page regardless of position within the parent div?
    CSS used for child div
    #funeralServ{
        width:1200px;
        background-color:#ccccff;
        padding-left: 4px;
        padding-right: 4px;
        position:absolute;
        z-index:1000;
    http://www.clockdoctors.co.uk/test/#funeralServices

    Actually, osgood_'s idea is the better one, i.e. using Bootstrap.
    Copy and paste the following into a new document and view in your favourite browser.
    <!doctype html>
    <html>
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta charset="utf-8">
    <title>Untitled Document</title>
    <link type="text/css" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" rel="stylesheet" />
    </head>
    <body>
    <div class="container">
        <div class="row">
            <div class="col-xs-12">
                <h2>Heading</h2>
                <p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui. </p>
                <!-- Trigger the modal with a button -->
                <button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#myModal">Open Modal</button>
            </div>
        </div>
    </div>
    <!-- Modal -->
    <div id="myModal" class="modal fade" role="dialog">
      <div class="modal-dialog">
        <!-- Modal content-->
        <div class="modal-content">
          <div class="modal-header">
            <button type="button" class="close" data-dismiss="modal">&times;</button>
            <h4 class="modal-title">Modal Header</h4>
          </div>
          <div class="modal-body">
            <p>Some text in the modal.</p>
          </div>
          <div class="modal-footer">
            <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
          </div>
        </div>
      </div>
    </div>
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
    <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
    </body>
    </html>

  • Adobe PDF viewer in MFC Hangs while using in Child Dialog

    Hi,
    I  am using Adobe PDF viewer ActiveX control in one of my application   made in MFC. The PDF viewer Loads PDF and Work well when i place it in  a  Parent Dialog. But, If i use it in Dialog that is embedded as a  Child  dialog to another dialog, it just hangs the entire application if  i try  to scroll up/down the viewer or click any print/zoom etc options  that  comes with Adobe PDF viewer.
    Could any  body help me on this, It already cost me a day to get a  solution.

    Thanks for the reply.
    I did forget to mention that I am now trying this under Windows 2000 Professional SP4 and VB6 SP5.
    Also I made a mistake in my previous post, I have Reader 7 on my pc, not 9.
    Adobe Acrobat Browser Control type Library 1.0 (AcroPDF.dll) can only be added to the project as a reference,
    not as a component. Project - Component does not list this. I tried selecting Project - Components - Browse.
    I then browsed to folder where I placed the AcroPDF.dll (C:\WINNT\system32). It was not listed in the default list since this lists
    only ocx files. I selected to show all files and the dll was then listed.
    If I selected this I received a message
    The file 'C:\WINNT\system32\AcroPDF.dll' was not registerable as an ActiveX component.
    Adding Adobe Acrobat Browser Control type Library 1.0 as a reference did not show anything in the toolbox.
    There was no red logo in the toolbox items.
    I definitely selected the General list and there was no sign of any Adobe or Acrobat item
    I then tried right click on toolbox, selected Components and Adobe Acrobat Browser Control type Library 1.0
    was not there.
    Stuart

  • TFS 2010 Branching - Is it possible to create a child branch with latest version of specific code alone from parent branch?

    Hi,
    QUERY:
    I've  'MAIN' code base as parent branch.
    From 'MAIN' parent branch, I need to create multiple child 'Development' branches (Dev1, Dev2,etc..) for consecutive releases. 
    I don't want Child branch creating with entire code from Parent branch. i.e Each DEVELOPMENT branch should not be a full branch of MAIN.
    Is it possible to create child branches with specific code from Parent.
    For example:
    MAIN  -> Parent branch contain Project1, Project2,...........Project10.
    DEV1  -> Child branch which contains Project2 and Project3 alone.
    DEV2  -> Child branch which contains Project2, Project5, Project6, Project7, Project8 alone.
    NOTE:
    I'm trying to create a 'Basic branching Plan' to maintain the Source Code in TFS, for consecutive release with concurrent development.
    i.e  
    MAIN   <--- FI & RI ----->  Dev1, Dev2, Dev3
    MAIN  <------- RI alone ---| Release1, Release2, Release3
    I'm new to TFS, please advice for the above mentioned branching specific query.
    Also, if possible, please suggest me the best branching strategy according to my need.
    Regards,
    Riswan Babu

    Hi Riswan,
    It's unavailable to branch a folder or team project partly, it always copying the same source code from its parent when you create a branch in your team project. For you requirement, you might try the methods below to see if it works for you:
    1. Since the DEV1 and DEV2 have different, you can have two folders(like MAIN) in your team project and each folder include the projects/solutions you need. No need to create two branches that include different projects
    2. Create two branches from Main, and delete the additional projects that you want to keep. Then develop with the branches separately.
    3. Or create the branches from Main but keep all the content, just modify the projects you need in each branch. The difference will merge back in root branch if you need to merge back finally.
    For release, you can create sub-branches from the two branches you created as you requirement. And you can check the links below for more information about branching and merging:
    http://msdn.microsoft.com/en-us/magazine/gg598921.aspx
    http://vsarbranchingguide.codeplex.com/
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to create a Child Window without closing the parent Window

    Hi All,
    I have a requirement to create a child window without closing the parent window. I have to click an item in the parent window, then one child window should get open. The parent window should not be closed before closing the child window.
    Kindly help me in this.
    Thanks and Regards,
    Myvizhi

    Hi All,
    I found the solution for this. I have created a new page. Then i created an item as link item style in the parent page and i have set the following properties in the Link item:
    Destination URI : OA.jsp?page=/seagate/oracle/apps/seasoa/que/webui/SeaSoaHeaderDetailPG&headerId={@ErrHeaderId}&retainAM=Y&addBreadCrumb=Y&backPage=S
    Target Frame     : _blank
    This is opening the new child window without closing the parent window.
    Thanks and Regards,
    Myvizhi

  • Parent Instance creating many child instances in SOA-INFRA

    Hi,
    We have deleted a parent instance from SOA-INFRA database.Even after deletion it keeps on creating child instances. How to identify all the child instances of the parent instance in SOA-INFRA schema . Also, we searched a lot but were unable to get much details about SOA_INFRA schema.
    Please suggest and tell us the reasoning behind why many child instances getting created? Any suggestions will help us.
    Thanks in advance.

    It just provides the table names but doesnt provide information like which table is referred which table. Also, can anyone let me know how the instance id(when a request is submitted) is created in SOA-INFRA schema and how it is used other tables because we still see the child instances is getting created from the parent instance.
    Any help will be appreciated.
    Thanks.

Maybe you are looking for

  • 4000 x2248 photo is cropped when printed

    With my new 12 megapixel photo/ 4000x2248, I cannot print the whole picture on a 13" x 9" paper. There is no way to scale the photo with IPhoto contrary to the possibility we have with a simple document. Please, help because my photo is beautiful but

  • HT1507 I do not see a firewall tab when going to System Preferences Sharing?

    I do not see a firewall tab when going to System Preferences>Sharing. I am unable to make or receive iChat video calls. Trying to figure out what is going on with my router.

  • Purchasing for statistical wbs element

    Hello SAP experts, Could you please advise if it is possible to create a purchase requisition with regard to a statistical WBS element? If so, please let me what the assignment category should be used, so both cost center & wbs element number could b

  • Error when I add other language

    After I have installed the HRMS and Campus Solutions, I can access the server. I want to add other language, the error is: PeopleTools 8.49 - Data Mover Copyright (c) 2009 PeopleSoft, Inc. All Rights Reserved Started: Thu Jun 11 10:08:11 2009 Data Mo

  • Ad Hoc Rqeuest

    Hi Experts Sorry for posting it again but this time i want to be more precise. We are using UWL to lauch workitem  . Problem is with   Createing AdHoc Request for sub process. AdHoc request is created  and  a task  is added  as a subprocess to  Assig