Help required on a freezing screen

Hi,
I have an application containing a login screen. This screen has a create profile button, which triggers the opening of a new screen to create a profile. When this button is clicked, the login screen is closed. When the profile is created, the profile screen is closed and the login screen is created for display again. Everything worked fined until I added a functionality in the profile screen this morning.
This functionality is a Callable<> object that I submit to a ScheduledThreadPoolExecutor containing more than enough threads. This callable displays smaller progress bars JDialogs, which are opening and closing perfectly well (I can see that from debug code in their finalize method). A special thread is monitoring the Future<> of the callable and when it is done, it notifies the profile screen, which should close and have the login screen displayed again. The profile screen is correctly closed, _but the login screen is freezed and/or not painted correctly_.
I have also noticed that the finalize method of the Callable is not called and I don't know why. There is no reference left to it in my code when it has done its job and it does not reference any of my screens. Only the thread monitoring the Future of this callable has a reference to the profile screen. I have also noticed that its finalize method is not called and I don't know why. It should.
When I remove my Callable functionality, everything works fine. Anyone has an idea of what is happening? Any pointers are welcome!
Thanks,
J.

I don't know if this is the cause of your problems, but...
Not only will the use of finalizers slow down some (all?) garbage collectors.
There's also no guarantee when they will be called (only that if it happens, it happens sometime after the object is finalizable).
In fact, there's no guarantee that they'll ever be called.
Finalizers are evil.
See Josh Block's Effective Java Item 6: Avoid finalizers.

Similar Messages

  • Help required to set monitor screen in Ultra 10 with IDE monitor

    Hi
    I bought a Ultra 10 Workstation machine, I have both monitor interface
    1 regular IDE monitor interface
    2 Default Sun monitor interface.
    But i dont have default sun monitor, that is why, I took out AGP interface, and I hooked up regular IDE monitor interface. it shows display, but all the fonts are very big and even the CDE GUI interface, is also with big fonts....
    I need to know, how to fix this problem..
    Please help me,
    I will really appreciate your help.
    Thanks

    Both of you are posting in the wrong forum. Additionally you complain about Sun taking to long to repond....maybe if they weren't being bothered by questions like this they'd respond faster. Searching on google for one minute would have turned up results, better yet going to http://docs.sun.com and searching for "change resolution" shows the information that you need as the FIRST result.
    But to answer your question so you don't have to search....on Sparc system the video card and monitor are suppossed to figure this out during setup. Some video card and monitor combos can't. This usually means the monitor and the video card don't support the same resolutions and refresh rates or the DDC info couldn't be obtained from your monitor.
    On Sparc Solaris you need to run a command specific to your video card. The most common one is for all ATI based video cards, "m64config".
    Under x86 Solaris(not Ultra10s but just to be complete) you'd run kdmconfig from the console.

  • T400: Ati driver causes freezing screen - help please

    i have a t400 with win 7 64 bit ..but when i finsh the  instalation of ATI driver i got a freezed screen ..does it a driver problem or the ATI itself damaged?? if not how i can fix this problem ?? i  tried all the possible ways of instaltion the driver by windows update , by install the last version driver from lenovo and AMD..and all i got the same problem !! help me plzzz 
    sorry for my bad english
    Moderator Note: Edited subject to match content.

    Before you updated the driver, what version was installed? What version are you installing? Is the switchable graphics setting set to high-performance? (turns graphics chip on) Also, make sure you have the latest BIOS. With 64-bit, I always suggest updating BIOS from bootable CD.

  • Selection screen as Subscreen help required

    Hello All,
    I am facing a problem by calling selection screen as subscreen, Here is my problem
    In my main screen i have create a sub screen as search help
    so in my sub-screen i have select-options
    If i click the button to include and exclude some values i don't see  the dailog box for selections is not appearing.
    Please provide help. I need to allow the user to enter some n values?
    Regards,
    Lisa

    Hi,
    There is a small mistake that you are doing..
    In the subscreen donot create the select options... What you need to do is... in the TOP Include write lines like..
    SELECTION-SCREEN BEGIN OF SCREEN 1010 AS SUBSCREEN.
    SELECT-OPTIONS s_proj FOR zimple_crmt_1000-title_part.
    SELECT-OPTIONS s_cr      FOR crmd_orderadm_h-object_id.
    SELECTION-SCREEN END OF SCREEN 1010 .
    Then.. in the screen where you have subscreen to be included write
    PBO
    CALL SUBSCREEN subs_1010 INCLUDING sy-repid '1010'.
    PAI
    CALL SUBSCREEN subs_1010.
    By doing this... the select option will appear on your subscreen with the extension and interval options.
    All the best.

  • Urgent help required: Query regarding LC Variables

    Hi All
    Sometime earlier I was working on a performance issue raised by a customer. It was shell script that was taking almost 8-9 hrs to complete. During my research I came across a fact that there were some variables which were not set, the LC variables were impacting the sort funnel operations because of which the script was taking a long time to execute.
    I asked them to export the following commands, after which the program went on smoothly and finished in a couple of mins:
    export LC_COLLATE=en_US.ISO8859-1
    export LC_MESSAGES=C
    export LC_MONETARY=en_US.ISO8859-1
    export LC_MONETARY=en_US.ISO8859-1
    export HZ=100
    export LC_CTYPE=en_US.ISO8859-1
    export LANG=en_US.UTF-8
    Later I did recover that setting the LC_COLLATE to C, is not helping and the program was again taking a lot of time. Few questions that I want to ask are:
    1. Can someone please tell me, what each of these variable mean and how these values make a difference.
    2. When I exported LC_COLLATE=en_US.ISO8859-1, it worked fine, but when i tried with the defalut value LC_COLLATE=C, then why the program didnt work.
    As this issue is still going on, hence I would request All to provide their valuable inputs and let me know as much as possible.
    Appreciate your help in this regard.
    Thanks
    Amit
    Hi All
    A new development in this regard. The customer has send us a screen shot in which they were trying to export the locale variable using the commands which I have pasted above. I can see in the screen shot that while exporting LC_COLLATE and LC_TYPE, they get a message that ""ksh: export: couldn't set locale correctly"".
    Request everyone to please give their inputs as it's a bit urgent.
    Thanks for all the help in advance.
    Thanks
    Amit
    Some help required please...
    Edited by: amitsinhaengg on Jul 22, 2009 2:03 AM
    Edited by: amitsinhaengg on Jul 22, 2009 2:06 AM

    LC_CTYPE
    Controls the behavior of character handling functions.
    LC_TIME
    Specifies date and time formats, including month names, days of the week, and common full and abbreviated representations.
    LC_MONETARY
    Specifies monetary formats, including the currency symbol for the locale, thousands separator, sign position, the number of fractional digits, and so forth.
    LC_NUMERIC
    Specifies the decimal delimiter (or radix character), the thousands separator, and the grouping.
    LC_COLLATE
    Specifies a collation order and regular expression definition for the locale.
    LC_MESSAGES
    Specifies the language in which the localized messages are written, and affirmative and negative responses of the locale (yes and no strings and expressions).
    You can use command
    # locale -k LC_CTYPE
    to see more detail about each type.

  • Help Required - Regarding New Implementation

    Hello Experts,
    Implementing a new SAP ... and got bit confused about the April 1 opening balances and March closure.
    On 1st March 2014 we entered the following Opening Balances -
    1. Open POs
    2. Open Sales Orders
    3. Stock Opening Balances
    Then for the month of March we have been running SAP and the legacy system in parallel , making the following transactions –
    1.       Sales Order (Invoiced in March only)
    2.       Deliveries
    3.       All AR Invoices
    4.       All Purchase Orders
    5.       All GRNs
    6.       All AP Invoices
    7.       No Bank receipts or payments were created. End of the month both AR and AP invoices will be Open for bank receipts and payments respectively.
    The main question is which transactions need to be created/ closed to have opening balances in SAP.
    (In other words ...
    What is required now to create the correct opening balances? Can we close the invoices, both sales and purchases, without creating receipts and payments, respectively?
    How do we need to enter the customer and supplier opening balances when we have already created all the invoices for the month of march?)
    Your help will be much appreciated...
    Thank you.
    Best Regards

    Hi, Venkat
    I think that your Subject is not relevant to your problem
    For Search Help problem please follow the test the following code.
    PARAMETERS: ppernr LIKE pa0001-pernr.
    DATA: i_return TYPE ddshretval OCCURS 0 WITH HEADER LINE,
          c TYPE c VALUE 'S'.
    * Search Help for Pernr
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR ppernr.
      TYPES: BEGIN OF t_pernr,
        pernr LIKE pa0001-pernr,
        ename LIKE pa0001-ename,
      END OF t_pernr.
      DATA: it_pa0001 TYPE STANDARD TABLE OF t_pernr WITH HEADER LINE.
      SELECT pernr ename from pa0001
        INTO CORRESPONDING FIELDS OF TABLE it_pa0001
        where pa0001~endda = '99991231' .
    *    WHERE zsdo~kunnr IN sokunnr.
      DELETE it_pa0001 WHERE pernr = '00000000'.
      SORT it_pa0001 BY pernr.
      CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
        EXPORTING
          retfield    = 'PERNR'
          dynpprog    = sy-repid
          dynpnr      = sy-dynnr
          dynprofield = 'PERNR'
          value_org   = c
        TABLES
          value_tab   = it_pa0001
          return_tab  = i_return.
    Pleae Reply if any Issue,
    and If above is also not solution too, than Please Explain your Problem
    Kind Regards,
    Fasial
    Edited by: Faisal Altaf on Jan 17, 2009 2:46 PM

  • Search Help with in a serach help required in SRM 4.0

    Hi,                                                     
    Requirement: Search help required for Product Category field in the Search help for Product(BBPH_PRODUCT) in SRM portal.
    This search help is used in Create shopping Cart transaction. The hyper link on Internal Goods/Services leads to the search help BBPH_PRODUCT. 
    My analysis:           
    The field Product Category (CATEGORY_ID) has search help(COM_CAT_HIER) attached to its data element. When I single test the search help BBPH_PRODUCT in SAP GUI,I can see the search help for field product category in the selection dialogue box. However the same does not appear on the corresponding screen in HTML.
    Please let me know whether I need to do some thing to make the search help appear on the HTML screen?
    With Regards,         
    Prakash Kamath

    Hi Prakash,
    I have the same problem but with another field. Unloading point. Could you please tell me how did you solve this problem with displaying F4 help on html/ SRM portal?
    Thank you very much.
    Best regards,
    Danijela ZIvanovic

  • Freezing screen in Win Xp

    I have installed Win Xp on my MackBook Pro without using Boot Camp, but i have used Boot Camp to create Windows Driver disk and used these drivers in Win XP.
    When I run WinXP the screen sometimes freeze and then after few sec refreezes. But If I run WinTV ( TV on PC with help of USB adatapter) the screen freezes more often.. Anyone knows why?

    Boy do I enjoy this auto-discussion... for those that bother to read this far, a functional work around is:
    My workaround: disable the Apple Multitouch (not Apple Multitouch Mouse) in Device Manager, and then restart (the trackpad stops working entirely when first disabled, but is resurected without multitouch capabilities upon reboot).
    This removes all multitouch functionality from the touchpad - it just can move the mouse and click or double click. Then run this little app to allow Ctrl clicking to access context menus. Scrolling, etc. all done with shortcut keys.
    http://www.geocities.com/pronto4u/applemouse.html
    Message was edited by: Russell Wyeth

  • Help Window in a modulepool screen

    Hello Folks,
    I have created a button(named it as HELP) in the modulepool screen. I have a requirement where when i click on the button it should display the help information in the same screen.
    For example: whenever we click F1 on any standard field it will display the help information in a same screen with new window.
    Please assist me in fixing this.

    Hi
    trap the Fcode and write the code inside
    this is some demo programs which will help u.
    Hi Sri,
    Check these demo programs:
    DEMO_DYNPRO_F1_HELP
    DEMO_SELECTION_SCREEN_F1
    Regards,
    Amresh.

  • Freeze Screens, crash to reboot and some Bsods

    Hi Everyone! I have a Windows 7 Home basic running on 32-bit and I keep getting some very dismaying system crashes. Sometimes the whole screen just freezes and the computer wont respond to anything. Other times this freeze screen turns into a Bsod after
    a couple of seconds. Other times the computer just suddenly reboots. The crash sometimes also prevents my computer from rebooting properly. I think it has something to do with my internet browser google chrome, because majority of the crashes happen when I
    use it and surf the net but I am not so sure. I ran WinDbg  on MEMORY.dmp and here's what I got so far:
    Microsoft (R) Windows Debugger Version 6.2.8229.0 X86
    Copyright (c) Microsoft Corporation. All rights reserved.
    Loading Dump File [C:\Windows\MEMORY.DMP]
    Kernel Summary Dump File: Only kernel address space is available
    Symbol search path is: SRV*C:\SymCache*http://msdl.microsoft.com/download/symbols
    Executable search path is: 
    Windows 7 Kernel Version 7600 MP (4 procs) Free x86 compatible
    Product: WinNt, suite: TerminalServer SingleUserTS Personal
    Built by: 7600.16917.x86fre.win7_gdr.111118-2330
    Machine Name:
    Kernel base = 0x82e4a000 PsLoadedModuleList = 0x82f92810
    Debug session time: Fri Mar 23 17:53:58.979 2012 (UTC + 8:00)
    System Uptime: 0 days 0:03:22.540
    Loading Kernel Symbols
    Loading User Symbols
    PEB is paged out (Peb.Ldr = 7ffdf00c).  Type ".hh dbgerr001" for details
    Loading unloaded module list
    TRIAGER: Could not open triage file : C:\Program Files\Windows Kits\8.0\Debuggers\x86\triage\oca.ini, error 2
    TRIAGER: Could not open triage file : C:\Program Files\Windows Kits\8.0\Debuggers\x86\winxp\triage.ini, error 2
    TRIAGER: Could not open triage file : C:\Program Files\Windows Kits\8.0\Debuggers\x86\triage\user.ini, error 2
    *                        Bugcheck Analysis                                    *
    Use !analyze -v to get detailed debugging information.
    BugCheck A, {200, ff, 1, 82e9005a}
    TRIAGER: Could not open triage file : C:\Program Files\Windows Kits\8.0\Debuggers\x86\triage\modclass.ini, error 2
    Probably caused by : hardware ( nt!KiTrap0D+18e )
    Followup: MachineOwner
    3: kd> !analyze -v
    *                        Bugcheck Analysis                                    *
    IRQL_NOT_LESS_OR_EQUAL (a)
    An attempt was made to access a pageable (or completely invalid) address at an
    interrupt request level (IRQL) that is too high.  This is usually
    caused by drivers using improper addresses.
    If a kernel debugger is available get the stack backtrace.
    Arguments:
    Arg1: 00000200, memory referenced
    Arg2: 000000ff, IRQL
    Arg3: 00000001, bitfield :
    bit 0 : value 0 = read operation, 1 = write operation
    bit 3 : value 0 = not an execute operation, 1 = execute operation (only on chips which support this level of status)
    Arg4: 82e9005a, address which referenced memory
    Debugging Details:
    TRIAGER: Could not open triage file : C:\Program Files\Windows Kits\8.0\Debuggers\x86\triage\modclass.ini, error 2
    WRITE_ADDRESS:  00000200 
    CURRENT_IRQL:  0
    FAULTING_IP: 
    nt!KiTrap0D+18e
    82e9005a df0f            fisttp  word ptr [edi]
    DEFAULT_BUCKET_ID:  WIN7_DRIVER_FAULT
    BUGCHECK_STR:  0xA
    PROCESS_NAME:  chrome.exe
    TRAP_FRAME:  a7de7708 -- (.trap 0xffffffffa7de7708)
    ErrCode = 00000002
    eax=00000023 ebx=a7de7d0c ecx=879cf550 edx=a7de77fc esi=86715000 edi=00000200
    eip=82e9005a esp=a7de777c ebp=a7de777c iopl=0         nv up di pl nz na po nc
    cs=0008  ss=0010  ds=0023  es=0023  fs=0030  gs=0000             efl=00010002
    nt!KiTrap0D+0x18e:
    82e9005a df0f            fisttp  word ptr [edi]           ds:0023:00000200=????
    Resetting default scope
    MISALIGNED_IP: 
    nt!KiTrap0D+18e
    82e9005a df0f            fisttp  word ptr [edi]
    LAST_CONTROL_TRANSFER:  from 82e9005a to 82e9086b
    STACK_TEXT:  
    a7de7708 82e9005a badb0d00 a7de77fc 00000000 nt!KiTrap0E+0x2cf
    a7de777c 82efc50e 00000000 84bffc40 82e18ba9 nt!KiTrap0D+0x18e
    a7de7820 82e76714 00000200 08000000 86f67100 nt!MiReleaseConfirmedPageFileSpace+0x52
    a7de7c84 82efe1e6 c0021978 87eb0748 85eb20e3 nt!MiDecommitPages+0x3b5
    a7de7d1c 82e8d48a ffffffff 01c1f820 01c1f824 nt!NtFreeVirtualMemory+0x882
    a7de7d1c 77c86194 ffffffff 01c1f820 01c1f824 nt!KiFastCallEntry+0x12a
    WARNING: Frame IP not in any known module. Following frames may be wrong.
    01c1f814 00000000 00000000 00000000 00000000 0x77c86194
    STACK_COMMAND:  kb
    FOLLOWUP_IP: 
    nt!KiTrap0D+18e
    82e9005a df0f            fisttp  word ptr [edi]
    SYMBOL_STACK_INDEX:  1
    SYMBOL_NAME:  nt!KiTrap0D+18e
    FOLLOWUP_NAME:  MachineOwner
    IMAGE_NAME:  hardware
    DEBUG_FLR_IMAGE_TIMESTAMP:  0
    MODULE_NAME: hardware
    FAILURE_BUCKET_ID:  IP_MISALIGNED
    BUCKET_ID:  IP_MISALIGNED
    Followup: MachineOwner
    3: kd> kL
    ChildEBP RetAddr  
    a7de7708 82e9005a nt!KiTrap0E+0x2cf
    a7de777c 82efc50e nt!KiTrap0D+0x18e
    a7de7820 82e76714 nt!MiReleaseConfirmedPageFileSpace+0x52
    a7de7c84 82efe1e6 nt!MiDecommitPages+0x3b5
    a7de7d1c 82e8d48a nt!NtFreeVirtualMemory+0x882
    a7de7d1c 77c86194 nt!KiFastCallEntry+0x12a
    WARNING: Frame IP not in any known module. Following frames may be wrong.
    01c1f814 00000000 0x77c86194
    3: kd> r
    eax=82f8117c ebx=a7de7700 ecx=0000000c edx=00000000 esi=8af38120 edi=00000000
    eip=82e9086b esp=a7de76f0 ebp=a7de7708 iopl=0         nv up ei pl nz na po nc
    cs=0008  ss=0010  ds=0023  es=0023  fs=0030  gs=0000             efl=00000202
    nt!KiTrap0E+0x2cf:
    82e9086b 833dc4dafa8200  cmp     dword ptr [nt!KiFreezeFlag (82fadac4)],0 ds:0023:82fadac4=00000000
    Here's sample from Event Viewer of the log of one of the crashes which turns out to be of a Kernel-Power source:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
    <Provider
    Name="Microsoft-Windows-Kernel-Power" Guid="{331C3B3A-2005-44C2-AC5E-77220C37D6B4}" />
    <EventID>41</EventID>
    <Version>2</Version>
    <Level>1</Level>
    <Task>63</Task>
    <Opcode>0</Opcode>
    <Keywords>0x8000000000000002</Keywords>
    <TimeCreated
    SystemTime="2012-03-24T01:47:01.724410900Z" />
    <EventRecordID>40601</EventRecordID>
    <Correlation
    />
    <Execution
    ProcessID="4" ThreadID="8" />
    <Channel>System</Channel>
    <Computer>Lorenzo-PC</Computer>
    <Security
    UserID="S-1-5-18" />
    </System>
    <EventData>
    <Data Name="BugcheckCode">0</Data>
    <Data Name="BugcheckParameter1">0x0</Data>
    <Data Name="BugcheckParameter2">0x0</Data>
    <Data Name="BugcheckParameter3">0x0</Data>
    <Data Name="BugcheckParameter4">0x0</Data>
    <Data Name="SleepInProgress">false</Data>
    <Data Name="PowerButtonTimestamp">0</Data>
    </EventData>
    </Event>
    I am really stupid when it comes to crash dump analysis and I just can't figure out from the WinDbg what really is causing my problem.  I really would appreciate some help. Please tell me if I need to post more information about the crashes or perhaps
    some more details from WinDbg. Thanks everyone!

    memtest86+ is more reliable for testing memory,
    http://mikemstech.blogspot.com/2011/11/troubleshooting-memory-errors.html
    The fault bucket is saying the instruction pointer is misaligned, indicating more of a software issue. Does the error occur if chrome is shut down and you use another browser like Firefox or IE?
    Mike Burr
    Enterprise High Availability, Disaster Recovery, and Business Continuity Planning
    Learn to Troubleshoot Windows BSODs

  • Freezing screen

    Freezing screen and this really drawing me back in completing my assignment or project since I have to repower the system some time loosing all my work in progress. I need help, I have taken it to  apple support center with no help.

    Download this http://www.etresoft.com/etrecheck post outcome for the Community so to look issues

  • Any fix for freezing screens apart from locking/unlocking my phone?

    Recently my iPhone 3GS started to have a problem with freezing screens, where The touch actions do not work. Sometimes I can use the Home button to get to my application folder display, but I still have no touch screen capability and the screen is frozen. I can usually press the top button to turn off the phone's display and lock my phone, and can then restart the display by unlocking my phone (the usual left to right swipe on the bottom of the lock screen), and the phone will usually return to normal touch screen functioning, at least for a while. While this is a work-around, is there anything I can do to fix this annoying problem?

    Hello
    Usually I would advise a hard reset of your handset, but it doesn't seem like it's possible if you only have access to your handset for a few minutes before the fault occurs.
    Go to www.blackberry.com and download the blackberry desktop manager, then use this to update your handsets software, I have seen the desktop manager not recognise there is an update from an 8900 on OS 4.6, if this happens you can find the newest 8900 software on the blackberry website - download this and install it to your PC. Once it's downloaded you need to search for updates in the desktop software and when it says none available select 'view previous versions', then select the software you just downloaded.
    Hope this helps
    Adam
    EE Blackberry Specialist

  • Hello please help me my MacBook Pro screen when desktop switching fingers pressing 3 distorts a bit, with him?

    hello please help me my MacBook Pro screen when desktop switching fingers pressing 3 distorts a bit, with him?

    First, remove Comodo. You don't need it, and it sounds like it is causing a problem.
    The other symptoms sound like you have adware installed. Comodo might have detected some components of that adware, or it might not have, but whatever the case, you should NEVER allow any anti-virus software to quarantine or delete files from your computer. See: How to remove infected files.
    Regarding the adware, see my Adware Removal Guide.
    (Fair disclosure: The Safe Mac is my site, and contains a Donate button, so I may receive compensation for providing links to The Safe Mac. Donations are not required.)

  • GT780r Black Screen and Freeze Screen Problems

    Hi all.
    I have this notebook since 4 months ago and the last month i was having some problems.
    Sometimes I get a black screen and sometimes I get a freeze screen. When these happens, i cant do anything more that power off/on the computer because nothing response me.
    It could happen without any criteria. I could be playing a game and it happen. I could be browsing and it happen. Or simply i could let the computer downloading something and when i return it is with black screen 
    I revised Windows registry and it didnt show anything relevant. Anybody could help me? If not, computer is under warranty so, i will have to send to fix.
    Thx

    Please re-post in the Boot Camp forum, that is where the Boot Camp and MS Windows guys hang out.

  • XSLT mapping Help Required.

    XSLT mapping Help Required.
    Hi Experts,
    I am New to XSLT Mapping. I am practising the below Example:
    InputXML File:
    <?xml version="1.0" encoding="UTF-8"?>
    <?xml-stylesheet type="text/xsl" href="Persons111.xsl"?>
    <ns0:MT_XSLT_Source xmlns:ns0="http://XYZ.com/gen">
    <Person>
    <FirstName>Anshul</FirstName>
    <LastName>Chowdhary</LastName>
    <Gender>Male</Gender>
    <Address>
    <Street>2nd Main</Street>
    <Houseno>83/b</Houseno>
    <City>Mysore</City>
    </Address> </Person>
    </ns0:MT_XSLT_Source>
    XSL StyleSheet File:
    <?xml version='1.0' encoding="UTF-8"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns0="http://XYZ.com/Gen"
    Xmlns:ns1=”http://XYZ.com/Test”>
    <xsl:template match="/">
    <ns1:MT_XSLT_Target>
    <Title> <xsl:value-of select="ns0:MT_XSLT_Source/Person/Gender"/> </Title>
    <Name> <xsl:value-of select="concat(concat(ns0:MT_XSLT_Source/Person/FirstName,' '), ns0:MT_XSLT_Source/Person/LastName)"/>
    </Name>
    <Street> <xsl:value-of select="concat(concat(ns0:Mt_XSLT_Source/Person/Address/Houseno,' '),
    ns0:Mt_XSLT_Source/Person/Address/Street)"/> </Street>
    <City> <xsl:value-of select="ns0:Mt_XSLT_Source/Person/Address/City"/> </City>
    </ns1:MT_XSLT_Target>
    </xsl:template>
    </xsl:stylesheet>
    The Desired Output shuold be:
    <?xml version="1.0" encoding="UTF-8"?>
    <ns1:MT_XSLT_Target xmlns:ns1="http://XYZ.com/Test">
    <Title>Male</Title>
    <Name>Anshul Chowdhary</Name>
    <Street>83/b 2nd Main</Street>
    <City>Mysore</City>
    </ns1:MT_XSLT_Target>
    I have refered the xsl in xml and i am getting the below Oupt in a Single line like this:
    Anshul Chowdhary Male 2nd Main 83/b Mysore
    I am Unable to display in Target XML Fomrat as shown above. Please check and do the needful.
    Regards,
    GIRIDHAR

    Hi,
    I have used below for testing.
    Input xml:
    <?xml version="1.0" encoding="UTF-8"?>
    <?xml-stylesheet type="text/xsl" href="Persons111.xsl"?>
    <ns0:MT_XSLT_Source xmlns:ns0="http://XYZ.com/gen">
    <Person>
    <FirstName>Anshul</FirstName>
    <LastName>Chowdhary</LastName>
    <Gender>Male</Gender>
    <Address>
    <Street>2nd Main</Street>
    <Houseno>83/b</Houseno>
    <City>Mysore</City>
    </Address> </Person>
    </ns0:MT_XSLT_Source>
    xsl code:
    <?xml version='1.0' encoding="UTF-8"?> 
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns0="http://XYZ.com/gen" 
        xmlns:ns1="http://XYZ.com/Test"> 
        <xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"/> 
        <xsl:template match="/"> 
            <ns1:MT_XSLT_Target> 
                <Title> <xsl:value-of select="ns0:MT_XSLT_Source/Person/Gender"/> </Title> 
                <Name> <xsl:value-of select="concat(concat(ns0:MT_XSLT_Source/Person/FirstName,' '), ns0:MT_XSLT_Source/Person/LastName)"/> 
                </Name> 
                <Street> <xsl:value-of select="concat(concat(/ns0:MT_XSLT_Source/Person/Address/Houseno,' '), 
                    /ns0:MT_XSLT_Source/Person/Address/Street)"/> </Street> 
                <City> <xsl:value-of select="/ns0:MT_XSLT_Source/Person/Address/City"/> </City> 
            </ns1:MT_XSLT_Target> 
        </xsl:template> 
    </xsl:stylesheet>
    For testing in PI ,change the extension from .txt to .xsl and zip it and upload into PI as an imported archive .
    Regards
    Venkat

Maybe you are looking for

  • Importing classes, and what happened to my libraries in Flash?

    Good evening ladies and gents. How do I import existing classes from an old CS3 Flash project.  I have a few classes that I'd really rather not rewrite but when I attempt an import the .as files Flash Builder requires that I build a new project.  Add

  • Release  DP CBF to PPDS

    Hi Guru,             We are implementing DP CBF and also PPDS using IPPE. My question is How is release from DP to PPDS as we are using IPPE for PPDS. Process is completely MTS scenarios 1. Is there standard release from DP to PPDS even with varients

  • Lightroom 5 not avalaible for download in CC for users in France

    Lightroom upgrade to 4.3, but not 5 which is not avalaible for user in France. No chat service on GmT timetable as well

  • Updating Custom table when updating infotype

    HI A custom transaction needs to be created for maintenance of the table in future as the values could change. Whenever infotype 0015 values are changed are updated this custom table  values should need to update.Could you please suggest me..

  • PC does not reconize the device

    I have had my 2nd gen nano for a year now...all was good until the other day. Now my Pc all of a suden does not reconize the device when I plug in the usb cord. I have tried too many things to mention, but I will take any advise I can get at this poi