Issue with nested inline popup taskflow while try to return back to parent.

Hi Adf Experts,
I have been facing one issue. Would you please give me how can I solve this issue which address my scenario. I greatly appreciate your help.
My Scenario:
I have ViewA which opens inline popup page ViewB. On ViewB also have another inline PopUp page ViewC (i.e. nested inline popup). On ViewB, there is back button which taskFlow return call and navigate back to ViewA. I need to implement same Back trigger event from ViewC (Back Button)to ViewA. For this, I am using ReturnListener on ViewB button which opens ViewC inline page. On returnListener, I have used ViewB back button ActionEvent queue. like:
     RichCommandButton buttonBack;
     public void onReturn( ReturnEvent returnEvent )
          ActionEvent ae = new ActionEvent(buttonBack);
          buttonBack.queueEvent( ae );
Output Scenario:
While running from ViewB, it fires same Back Button action from ViewC back button. No issue at all.
But when I run from ViewA upto ViewC page and on fire back button, I have been facing issue like below.
<LifecycleImpl> <_handleException> ADF_FACES-60098:Faces lifecycle receives unhandled exceptions in phase INVOKE_APPLICATION 5
java.lang.NullPointerException
     at oracle.adfinternal.controller.application.AdfcDirtyPageHandler.getUncommittedDataWarning(AdfcDirtyPageHandler.java:38)
     at oracle.adfinternal.view.faces.context.DirtyPageContextImpl$1.invokeContextCallback(DirtyPageContextImpl.java:74)
     at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1410)
     at oracle.adf.view.rich.component.rich.RichDocument.invokeOnComponent(RichDocument.java:168)
     at javax.faces.component.UIComponent.invokeOnComponent(UIComponent.java:720)
     at javax.faces.component.UIComponentBase.invokeOnComponent(UIComponentBase.java:678)
<RegistrationConfigurator> <handleError> ADF_FACES-60096:Server Exception during PPR, #3
java.lang.NullPointerException
     at oracle.adfinternal.controller.application.AdfcDirtyPageHandler.getUncommittedDataWarning(AdfcDirtyPageHandler.java:38)
     at oracle.adfinternal.view.faces.context.DirtyPageContextImpl$1.invokeContextCallback(DirtyPageContextImpl.java:74)
     at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1410)
     at oracle.adf.view.rich.component.rich.RichDocument.invokeOnComponent(RichDocument.java:168)
     at javax.faces.component.UIComponent.invokeOnComponent(UIComponent.java:720)
     at javax.faces.component.UIComponentBase.invokeOnComponent(UIComponentBase.java:678)
     at oracle.adfinternal.view.faces.context.DirtyPageContextImpl.initDirtyPageContext(DirtyPageContextImpl.java:58)
     at oracle.adfinternal.view.faces.context.RichPhaseListener.beforePhase(RichPhaseListener.java:252)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:278)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:185)
     at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
     at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
     at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
     at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
     at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
...........

Hi,
I have a similar issue.
I have a page (search page) from where i open another dynamic tab(UI dynamic tab shell pattern).
In this second tab, I open a new jspx using "dialog:open" in my taskflow (of the second tab).
Now when I navigate to my first tab with advanced search and try executing my search, a managed bean method is called where I have a line of code as follows:
DCIteratorBinding statusIter = (DCIteratorBinding)getBindings().get("myIterator");
At this line the statusIter comes as "null" and hence my search fails with the following exception:
<LifecycleImpl> <_handleException> ADF_FACES-60098:Faces lifecycle receives unhandled exceptions in phase INVOKE_APPLICATION 5
javax.faces.el.EvaluationException: java.lang.NullPointerException
     at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:58)
     at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1256)
     at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183)
     at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
     at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:102)
     at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
     at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
     at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
     at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:96)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.broadcastEvents(LifecycleImpl.java:879)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:312)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:185)
     at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
     at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
     at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
     at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
     at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
     at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
     at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:175)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
     at java.security.AccessController.doPrivileged(Native Method)
     at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
     at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
     at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
     at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
     at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
     at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
     at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
     at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
Caused by: java.lang.NullPointerException
     at com.guycarp.soa.mf.ui.bean.MessageTrackingListBean.createAndExecuteMessageTrackingSearchCriteria(MessageTrackingListBean.java:228)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:597)
     at com.sun.el.parser.AstValue.invoke(Unknown Source)
     at com.sun.el.MethodExpressionImpl.invoke(Unknown Source)
     at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53)
     ... 50 more
<RegistrationConfigurator> <handleError> ADF_FACES-60096:Server Exception during PPR, #3
javax.servlet.ServletException
     at javax.faces.webapp.FacesServlet.service(FacesServlet.java:277)
     at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
     at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
     at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
     at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
Is there any specific setting which should be done in a taskflow or a page which opens another page using dialog:openwindow?? And why does this effect any other taskflow?
Any pointers to resolve this are appreciated.
Thanks in Advance!
-Swapna

Similar Messages

  • Issues with nested for loops - saving images from a camera

    Hi all,
    I've written a vi. to capture a specific number of images ('Image No') and save these images, outputted to a folder of my choice.  Each image is identified sequentially.  However, I wish to do a number of iterations ('Run') of this capture sequence, such that the filename of each image would be 'Filename (Run)_(Image No).png', e.g. run 5, image 10 would be 'Filename 5_10.png'.  I have tried a nested for loop for this but I receive an error 'Asynchronous I/O operation in progress' (I've attached a printscreen).
    Can anyone assist me in solving this problem? I preiously posted this in machine Vision but got no response (http://forums.ni.com/t5/Machine-Vision/Capturing-image-sequences-issues-with-nested-for-loops/m-p/19...).  Please find attached my vi.
    Kindest regards and thanks,
    Miika
    Solved!
    Go to Solution.
    Attachments:
    Labview problem.jpg ‏3841 KB
    Image sequence save to file.vi ‏48 KB

    Miika,
    the problem is not the filenam, but the name of the folder (AHHHHH!). You try to create the same folder in the outer for loop over and over again.... (it is the error message above the '======', not below )
    Norbert
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.

  • Hey guys, so I have a DVD stuck in the CD drive on my mac. It reads it as being in there, but I cannot eject it and it is causing my a lot of issues with my mac. If i try to eject it, Finder acts up and I have issues saving projects or even browsing files

    hey guys, so I have a DVD stuck in the CD drive on my mac. It reads it as being in there, but I cannot eject it and it is causing my a lot of issues with my mac. If i try to eject it, Finder acts up and I have issues saving projects or even browsing files. I feel like it interferes with iPhoto as well because it says it is locked and I have no rights to view it. I wanted to see if anyone else had/s this issue and how you fixed it before lugging it into the apple store and being without a computer for a few weeks...

    A few other suggestions here as well:
    http://osxdaily.com/2009/08/28/eject-a-stuck-disk-from-your-mac-dvd-super-drive/

  • Verizon iPhone 5, 64GB black - is anyone having issues with a very choppy conversation while talking on the phone.  Both my wife and I have the same phones and are both having the same issue.  We can only hear every other word.

    Verizon iPhone 5, 64GB black - is anyone having issues with a very choppy conversation while talking on the phone?  Both my wife and I have the same phones and are both having the same issue.  We can only hear every other word of the person we are talking to.  This happens at home, on the road and in the downtown area while calling both cellphones and landlines. It is intermittent, so we don't know exactly when it will reoccur.  Absolutely no problem with data.  The data speed is great.

    "Wireless devices use radio transmissions, so unfortunately you can't get Service if your device isn't in range of a transmission signal. And please be aware that even within your Coverage Area, many things can affect the availability and quality of your Service, including network capacity, your device, terrain, buildings, foliage and weather."
    Customer Agreement | Verizon Wireless
    While there may be an issue in your area, it is suggested that you don't use wireless service if it's a life or death situation, such as the one you've described.

  • Photoshop CS5 - Compatibility issue with nested groups

    I'm using Photoshop CS5 to create a multi-layered, group-heavy PSD. The final file is intended for public consumption, so, ideally, I'd like it to be accessible to as many users - and therefore compatible with as many versions of Photoshop - as possible.
    However, I just tried to save the file, and was prompted with this message:
    This document contains nested layer groups that may change in apprearance if opened in applications older than Photoshop CS5.
    Opening the file in CS4 after the save confirmed that a few of the layer groups were indeed corrupt.
    Can anyone shed any light on this?

    It looks like you're the only person so far who's posted that particular message on the web anywhere!
    Out of curiosity, do you have the Maximize PSD and PSB File Compatibility option set to Always in Edit - Preferences - File Handling?
    I have no experience with nested groups, myself, but that setting comes to mind as being involved with the kind of compatibility you're hoping to accomplish.
    I do know that nested group capabilities have been around since at least Photoshop CS2.
    -Noel

  • Issue with nested templates, CS6

    About the same time that I upgraded to CS6 my customer wanted to completely redesign their website and now I am having trouble with nested templates not updating pages.
    I have my main template that has the site wide banner and horizontal menu, then I have other templates based on the original that have different verticle menu bars on the left.  B/C I wanted to be able to make different menu bars I had to put in an editable region.  NOW I am reading that the reason my nested template isn't updating is b/c the info in an editable region.
    In my last version of Dreamweaver I used some kind of code that included "@@" (can't remember the exact code off the top of my head but when I tried putting that in the new site I was told it was "unacceptable" or something like that.
    Can someone give me a clue here?  When I make updates to "subtemplate" it ask me if I want to update files, I say yes, it shows me all the files that are linked to that template but doesn't update them.
    Thanks,
    Carol

    Is this the code you're looking for?:
    @@(<samp class="codeph">"</samp><samp class="codeph">")</samp>@@
    More info can be found here: http://help.adobe.com/en_US/dreamweaver/cs/using/WScbb6b82af5544594822510a94ae8d65-7aa1a.h tml#WScbb6b82af5544594822510a94ae8d65-7a9ea

  • Issues with security warning popups in JRE1.5.0_06

    Using
    Java Plug-in 1.5.0_06
    Using JRE version 1.5.0_06 Java HotSpot(TM) Client VM
    Browser is Internet Explorer 6.0.2800.1106
    Background:
    Our web application has 3 different applets on one page, transmitted using https. Due to a variety of factors, the name of the host does not match the name on the certificate, and we can not change that.
    Problem:
    We get 3 dialog boxes warning us that the names do not match, as usual. However after installing 1.5.0_06 we get 2 different undesirable behaviors:
    A ) 1 or 2 of the dialog boxes are empty and small, as if only the window of the dialog box was created, with no components on it. When you resize them, they remain blank (only default background color). They can not be closed.
    B) All 3 of the dialog boxes look as they should, but only one of them can be interacted with. Even after we press "Run" on the working dialog box, we are not able to interact with the other two dialog boxes.
    The applets causing these security popups are in 2 different frames, and load simultaneously. The popups all appear at the same time .
    We consistently see different behaviors on different PCs:
    PC I : After 30 tries, it fails once, error B
    PC II: After 20 tries, it works once, mostly error A
    PC III: 10 tries, Mostly error A. Never worked once. After a reboot (and full cache clears) we get mostly error B. Never works.
    If we disable the warnings (in the control panel), the page loads ok, with no errors.
    Have anyone experienced this ?

    I've experienced similar problem with Java Web Start twice.
    Also using JRE version 1.5.0_06 Java HotSpot(TM) Client VM and Browser Internet Explorer 6.0.2800.1106 on Windows XP (Problem was the same with Java 1.4.2)
    My application was signed and launched via JNLP. The security warning popup was shown in the windows taskbar, but it was hidden. Using maximize in the taskmanager, I was able to see the dialog but it was blank. The problem was persistent, although I did not try as many times as 20-30 :-)
    On both occations the problem occured on multi (3) screen systems, which I suspected to be the problem (Java has historically had some issues regarding multi screen systems), but now I'm not so sure.
    Did you find a solution / cause?

  • Issue with cyrillic characters in path while exporting using script

    Hi everyone!
    It seems that there is some issue in CS5 with exporting document using vbscript (not sure about other scripting languages) and path containing cyrillic symbols. Error popped up every time I try to execute the line docRef.Export path & fname, 2, exportOptions if path containing non-latin characters (probably it only affects one with cyriilic characters though). Command docRef.SaveAs path & fname, jpgSaveOptions, True, 2 works just fine with any kind of path supplied. In CS4, CS3 and CS2 versions this problem doesn't occur.
    Is this a known bug and what I should do with it if it's not? I really want help to improve Photoshop;)

    Hi,
    Did you or anyone manage to find a reasonable solution for this issue?
    I'm currently facing something similar but with Polish characters instead.
    I tried using RSTXPDF2 to upload .PFB and .TTF files but to no avail.

  • Issues with Nested Tables and Adobe Designer

    Hi,
    I have some strange issues when I am trying to create a nested dynamic table with SAP DATA in Adobe Designer.
    My Outer Table has article items and in this table I got a nested charges. For instance the table contains this data:
    DATA
    |->Article1
    |--->charge111
    |--->charge211
    |
    |->Article2
    |--->charge122
    |--->charge222
    Now I am trying to display the data in a Adobe Designer table. But if I create a table with a row article and a repeating row charge all charges will be displayed under the first Article.
    This is the result:
    DATA
    |->Article1
    |--->charge111
    |--->charge211
    |--->charge122
    |--->charge222
    |
    |->Article2
    How can I solve this issue? I tried to select data binding on charges like article.DATA.charges.DATA[*] but this don't work.
    Anyone an idea?

    Alex,
    Is it print based form or interactvie form.
    ABAP
    If it is printbased form and if you are designing from SFP, you can use the following solution.
    You have to create a nested table in the context as below.
    say Table1-> Article ( fields: ARTICLENAME,....other fields) info Table2->cost info(fields:ARTICLENAME,Charge...,other fields).
    The 2 tables should contains data as beow.
    Table1 data.
    1row->Article1  -.....other values.
    2row->Article2  -.....other values.
    3row->Article3  -.....other values.
    Table2 data.
    1row->Article1  -Charge11 .....other values.
    2row->Article1  -Charge12 .....other values.
    3row->Article1  -Charge13 .....other values.
    4row->Article2  -Charge21 .....other values.
    5row->Article2  -Charge22 .....other values.
    6row->Article2  -Charge23 .....other values.
    7row->Article3  -Charge31 .....other values.
    8row->Article3  -Charge32 .....other values.
    9row->Article3  -Charge33 .....other values.
    In the context drag table2 into the table1 and define where clause on ARTICLENAME.
    In the layout drag nested table in the body page and make alignments.
    If your requirement is interactive, may be you can use the similar logic.

  • Issues with RFCSDK NW 7.11 while reading interface of a BAPI

    I working on migration of our application which uses classic RFCSDK to NW RFCSDK. I have observed a difference in behavior with RFCSDK NW compared to Classic RFCSDK and SAP GUI, while reading interface of a BAPI (BAPI_EMPLOYEE_GETLIST).
    I have described this in detail below
    1.     BAPI (BAPI_EMPLOYEE_GETLIST), has one parameter "OBJECT_ID", when checked with SAP GUI using transaction "se37" this parameter is there in "IMPORT" and "EXPORT" table separately. When interface of this BAPI is read using "RFC_GET_FUNCTION_INTERFACE" same is observed.
    2.     If I tried to read interface of this BAPI using RFCSDK NW 7.11 function "RfcGetParameterDescByIndex" the "direction" field of structure "RFC_PARAMETER_DESC" shows this parameter as "RFC_CHANGING". Also it does not have entry of this parameter in "IMPORT" or "EXPORT".
    Could I get info on why the RFCSDK NW shows this difference? How to resolve this issue?

    Note the paragraph at the top of this page describing this forum:
    This forum is dedicated to all other development-related questions which are not directly addressed by other forums. This includes Business Objects SDKs, products, or technologies which do not fall under BusinessObjects Enterprise, BusinessObjects Edge, Crystal Reports Server, or Crystal Reports (for example Desktop Intelligence SDK, Universe Designer SDK, Portal Integration Kits, Java User Function Libraries, and other third party technologies or development languages).
    I'm pretty sure you want to post to an alternate SAP forum...
    Ludek

  • Save and submit issues with nested/expanding form

    I've built two forms in designer (Form_B and Form_C, we'll say) which use scripted repeating subforms to accomodate a range of inputs without presenting the user with piles of fields. I need both of them to correctly maintain their state when saved and re-opened, and transmit the data I need through acrobat.com distribution.
    Form B currently doesn't save and re-open correctly:
         There are two levels of repetition, Areas and Categories. There can be one or more Areas, and each Area has one or more Categories. If I open the form (in Acrobat Pro) and fill it out with 2 areas, each area having 2 categories, when i save and re-open the file the second Area is gone, and the first Area has 4 categories.
    Form C has many fields (up to 1500+) but I only need a fraction of them to be submited
         On the assumption that the settings in the "binding" pallet would controll this for me, I made a script to unbind all the unnnessisary fields pre-submit, and reverse the changes post-submit. When I test this, the fields still save and submit despite being set fieldName.bind.match = "none". I would also like to temporarily re-name the submitted fields so they come through with unique names. I have a script to do this, and I tested it by running the script (confirming that they changed by looking at the mouse-over tooltip) and saving the form in that state. The form will open back up with the old(unchanged) names and those fields have lost other layout settings.
    On both forms, all fields and subforms are normally set to binding = "normal", or fieldName.bind.match = "once"
    I currently have no external data bindings (the data view pallet is blank.)
    Any thoughts on why fields whos binding = "none" would still submit/save?
    Or why repeating subforms with binding = "normal" would get lost in a save?
    Is originalFieldName.name = "newName" somehow not sufficient to change how that fieldname gets saved in the data? (despite the apparent name change)
    I've searched all the resources I know for any useful idea on this one, and came up blank. Any help or suggestions would be much appreciated.
    <<<<<   don't rule out "It shouldn't do that, it must be buggy."  I'm starting to lean that way pretty heavily on a couple counts.  >>>>>>
    If anyone would like to see the files in question,  please send me an email at  manager<at>rocklight<dot>net and I'll get a copy of each off to you first thing in the morning.

    I've found a partial answer for the Form_B issue. (areas and categories not saving correctly):
    It looks like another case of this - http://forums.adobe.com/message/1358727#340913
    but for subforms.
    In order to keep my naming consistent, I had every repeating subform at every level called "fields" and within that a subform called "content" etc. (See attached image) It looks like when the file is re-opened, acrobat/reader is finding the First node named "fields" to apply the saved information to, rather than the correct one. When i renamed the subforms to "AreaFields" and "CatFields" it seems to have solved the problem. (It's still giveing me extra categories, but i think more re-naming is going to solve that too.
    Still looking for a solution to the submission problem: how to only submit some of the fields in a form.
    (yeah, the nesting is rediculous, I know, but it was necisary for some formatting elements.)

  • Issues with Nested AM Transaction

    Hi All,
    I am using JDev  11.1.1.6 and WLS 10.3.6
    I am developing an application that contains a number of AMs(Application Module) . Now I clubbed  all the AMs under a root AM.by modifying  the databindings.cpx and all the necessary pagedefs.
    Now I need a mechanism so that any individual AM can be committed at a time.
    I am explaining the scenario with an example
         I have two regions in UI that uses two different jsff(having different taskFlows). Each jsff have different AM that is now clubbed under a single root AM.
         I made changes in both the regions.
         For saving the changes I have two separate buttons that calls the commit operation and which in turn calls the overridden doDML method in respective EOImpl class.
         Now when I click one button,this results in saving both the regions.
    I want to avoid this scenario and want that, click on one save button should affect the respective region.
    How to achieve this please suggest.

    Nested AMs do not have their own DB connection and a transaction object but they use (i.e. share) the connection and the transaction object of the root AM. When you commit/rollback a nested AM instance, you in fact commit/rollback the root AM together with all its nested AM instances.
    If you want to commit the regions separately, you must not use nested AMs (in one and same root AM) but separate root AMs instead.
    Dimitar

  • Issue with nested Composites

    Hi all,
    I've got a little confused about using nested Composites. This is what
    I've written:
    private Text txtInput;
    private Composite top;
    private TableViewer tableViewer;
    public void createComposite(Composite parent) {
    parent.setLayout(new GridLayout(1, true));
    ScrolledComposite scrollcomposite = new ScrolledComposite(parent,
    SWT.H_SCROLL | SWT.V_SCROLL);
    top = new Composite(scrollcomposite, SWT.NONE );
    GridLayoutFactory.swtDefaults().numColumns(1).applyTo(top);
    scrollcomposite.setContent(top);
    scrollcomposite.setExpandHorizontal(true);
    scrollcomposite.setExpandVertical(true);
    scrollcomposite.setLayoutData(new GridData(SWT.FILL,SWT.FILL,false,true));
    txtInput = new Text(top, SWT.BORDER);
    txtInput.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
    Composite nestedComposite = new Composite(scrollcomposite, SWT.BORDER);
    Text textField = new Text(nestedComposite, SWT.BORDER);
    tableViewer = new TableViewer(top);
    tableViewer.getTable().setLayoutData(new GridData(GridData.FILL_BOTH));
    The point is that all widgets inside nestedComposite don't appear. But I
    can't explain why. Is anybody out there who could give me a hint what's
    wrong with this code?
    TIA,
    Ralf.

    Hi Ralf,
    I think the issue is here:
    Composite nestedComposite = new Composite(scrollcomposite, SWT.BORDER);
    This is not really a nestedComposite to top.
    Composite nestedComposite = new Composite(top, SWT.BORDER);
    With this the nested composite should show up.
    Also ScrolledComposite does not take a layout so adding multiple composite to it does not work.

  • Performance / stability issues with BDB 3.3.62 while checkpointing

    Hi,
    first of all: we use BDB 3.2 for more than a year within our application and we never had any performance or stability issues. Now we are about to release a new version of our software with BDB 3.3 and we found some problems during our release tests.
    This is the situation: we have implemented some cleanup routines that make very heavy use of the BDB environment. The common usage pattern is to scan the database (about 300GB with >> 100 million items) and than delete a lot of items from the database. The first versions of our cleanup routine worked without any problem but during performance tuning of our code we suddenly and reproducible encountered segmentation faults in the com.sleepycat.je.recovery.Checkpointer thread. We analysed more that 10 VM crashes and ALL crashes were related to Checkpointer thread. (Linux 64 bit, JDK 1.5.0_013 / 1.6.0_06)
    After we removed our performance tuning (only application logic – nothing BDB-related) the VM crashes disappeared – so it looks like some kind of problem which only occurs under high load conditions. Next thing we tried was enabling our performance tuning and setting Ceckpointer configuration to default (write a checkpoint after 20MB) before that we used time based checkpointing with 60 sec interval.
    With Default Checkpointer configuration there were no VM-crashes but performance was very slow!
    Finally my question: What Checkpointer configuration would you recommend for an environment that is under very high load with regard to delete operations? Would you recommend using “high priority Checkpointing”? Would you recommend time- or data-based checkpointing?
    It looks like Checkpointing every 60 seconds was not a good idea but 20MB seems to be too slow.
    This leads to another question: What does a longer Checkpointing interval mean for recovery time? Does recovery take substantially longer if checkpointing is done less fequently?
    Any help would be very much apprechiated.
    Here are two HS_ERR_PID
    # An unexpected error has been detected by Java Runtime Environment:
    # SIGSEGV (0xb) at pc=0x00002af3cbe47a27, pid=29834, tid=1170757984
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (10.0-b23 mixed mode linux-amd64)
    # Problematic frame:
    # V [libjvm.so+0x5d8a27]
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    --------------- T H R E A D ---------------
    Current thread (0x00002aad7cd06800): JavaThread "Checkpointer" daemon [_thread_in_vm, id=30798, stack(0x0000000045b85000,0x0000000045c86000)]
    siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x0000000000000010
    Registers:
    RAX=0x00002aad7c942d80, RBX=0x00002aad7cd06800, RCX=0x00002aad7c943168, RDX=0x00002aad7c942d90
    RSP=0x0000000045c84720, RBP=0x0000000045c84730, RSI=0x00002aabf193e230, RDI=0x0000000000000000
    R8 =0x00002aad7dcf4380, R9 =0x000000000000784e, R10=0x00002af3cbb8e840, R11=0x0000000045c84810
    R12=0x0000000000000000, R13=0x0000000045c84780, R14=0x0000000045c84838, R15=0x00002aad7cd06800
    RIP=0x00002af3cbe47a27, EFL=0x0000000000010206, CSGSFS=0x0000000000000033, ERR=0x0000000000000004
    TRAPNO=0x000000000000000e
    Top of Stack: (sp=0x0000000045c84720)
    0x0000000045c84720: 00002aad7cd06800 0000000000000000
    0x0000000045c84730: 0000000045c84740 00002af3cbce3a9d
    0x0000000045c84740: 0000000045c847b0 00002af3cbb8e896
    0x0000000045c84750: 00002aad7dcf4380 00002aad7c942d80
    0x0000000045c84760: 00002aad7c942d90 00002aad7c943168
    0x0000000045c84770: 00002aad7cd06800 00002aad7cd06800
    0x0000000045c84780: 00002aad7cd06800 0000000000000000
    0x0000000045c84790: 000000002f7e8112 00002aabf193e1f9
    0x0000000045c847a0: 0000000000000000 00002aad5fede569
    0x0000000045c847b0: 0000000045c84810 00002aaaab25a0c7
    0x0000000045c847c0: 00002aaaab253070 00002aaaab25a08b
    0x0000000045c847d0: 0000000045c847d0 00002aad5fede569
    0x0000000045c847e0: 0000000045c84838 00002aad5fedef50
    0x0000000045c847f0: 00002aad601fedc0 00002aad5fede5b0
    0x0000000045c84800: 0000000000000000 0000000045c84840
    0x0000000045c84810: 0000000000010001 00002aaaab854744
    0x0000000045c84820: 0000000000000000 0000000000000000
    0x0000000045c84830: 0000000000000000 0000000000000000
    0x0000000045c84840: 00002aad7cd06800 00002aaacd77a138
    0x0000000045c84850: 00002aaaf27a8c90 00002aac00000001
    0x0000000045c84860: 00002aaa00000000 00002af3cbd73369
    0x0000000045c84870: 0000000145c848b0 000000002f7e8112
    0x0000000045c84880: 00002aad7cd06800 00002aaaf39de2f0
    0x0000000045c84890: 00002aabbee886d0 00002aab35552900
    0x0000000045c848a0: 00002aaacd77a3c8 00002aaaf573a448
    0x0000000045c848b0: 00002aaaee5aaab8 00002aaacd77a160
    0x0000000045c848c0: 00002aab355887f0 00002aaaee643748
    0x0000000045c848d0: 00002aaacd77a160 00002aac6a858558
    0x0000000045c848e0: 0000000000000000 00002aaacd77a380
    0x0000000045c848f0: 00002aad0000005b 0000000000000001
    0x0000000045c84900: 0000000000000001 00002aaacd779328
    0x0000000045c84910: 00002aabad0b62d8 00002aaaab7589c0
    Instructions: (pc=0x00002af3cbe47a27)
    0x00002af3cbe47a17: 89 f0 eb ea 90 66 66 66 90 55 48 89 e5 41 54 53
    0x00002af3cbe47a27: 0f b7 57 10 48 89 fb 44 8d 62 01 49 63 fc e8 06
    Stack: [0x0000000045b85000,0x0000000045c86000], sp=0x0000000045c84720, free space=1021k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [libjvm.so+0x5d8a27]
    V [libjvm.so+0x474a9d]
    V [libjvm.so+0x31f896]
    v ~BufferBlob::Interpreter
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    v ~BufferBlob::Interpreter
    J com.sleepycat.je.recovery.Checkpointer.flushIN(Lcom/sleepycat/je/dbi/EnvironmentImpl;Lcom/sleepycat/je/dbi/DatabaseImpl;
    Lcom/sleepycat/je/log/LogManager;Lcom/sleepycat/je/recovery/Checkpointer$CheckpointReference;Lcom/sleepycat/je/recovery/DirtyINMap;IIZJZLcom/sleepycat/je/recovery/Checkpointer$FlushStats;
    Lcom/sleepycat/je/cleaner/LocalUtilizationTracker;Z)V
    J com.sleepycat.je.recovery.Checkpointer.flushDirtyNodes(Lcom/sleepycat/je/dbi/EnvironmentImpl;Lcom/sleepycat/je/recovery/DirtyINMap;
    Ljava/util/Map;ZJZLcom/sleepycat/je/recovery/Checkpointer$FlushStats;)V
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::StubRoutines (1)
    # An unexpected error has been detected by Java Runtime Environment:
    # SIGSEGV (0xb) at pc=0x00002b00816f2a27, pid=32743, tid=1162336608
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (10.0-b23 mixed mode linux-amd64)
    # Problematic frame:
    # V [libjvm.so+0x5d8a27]
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    --------------- T H R E A D ---------------
    Current thread (0x00002aad7fa1c000): JavaThread "Checkpointer" daemon [_thread_in_vm, id=32646, stack(0x000000004537d000,0x000000004547e000)]
    siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x0000000000000010
    Registers:
    RAX=0x00002aad8082f9b0, RBX=0x00002aad7fa1c000, RCX=0x00002aad8082fd98, RDX=0x00002aad8082f9c0
    RSP=0x000000004547c5e0, RBP=0x000000004547c5f0, RSI=0x00002aab73edc788, RDI=0x0000000000000000
    R8 =0x00002aad7fa08d30, R9 =0x0000000000007f86, R10=0x00002b0081439840, R11=0x000000004547c6d0
    R12=0x00002aaca950fcc8, R13=0x000000004547c640, R14=0x000000004547c6f8, R15=0x00002aad7fa1c000
    RIP=0x00002b00816f2a27, EFL=0x0000000000010202, CSGSFS=0x0000000000000033, ERR=0x0000000000000004
    TRAPNO=0x000000000000000e
    Top of Stack: (sp=0x000000004547c5e0)
    0x000000004547c5e0: 00002aad7fa1c000 00002aaca950fcc8
    0x000000004547c5f0: 000000004547c600 00002b008158ea9d
    0x000000004547c600: 000000004547c670 00002b0081439896
    0x000000004547c610: 00002aad7fa08d30 00002aad8082f9b0
    0x000000004547c620: 00002aad8082f9c0 00002aad8082fd98
    0x000000004547c630: 00002aad7fa1c000 00002aad7fa1c000
    0x000000004547c640: 00002aad7fa1c000 00002aaca950fcc8
    0x000000004547c650: 000000004547c540 00002aab73edc751
    0x000000004547c660: 00002aaca950fcc8 00002aad5fef5d49
    0x000000004547c670: 000000004547c6d0 00002aaaab25a0c7
    0x000000004547c680: 00002aaaab253070 00002aaaab25a08b
    0x000000004547c690: 000000004547c690 00002aad5fef5d49
    0x000000004547c6a0: 000000004547c6f8 00002aad5fef6730
    0x000000004547c6b0: 00002aad600eed48 00002aad5fef5d90
    0x000000004547c6c0: 0000000000000000 000000004547c700
    0x000000004547c6d0: 0000000000010001 00002aaaaba46ac0
    0x000000004547c6e0: 0000000000000000 0000000000000000
    0x000000004547c6f0: 0000000000000000 0000000000000000
    0x000000004547c700: 0001000100010005 00002aaa00000001
    0x000000004547c710: 0010244e00432762 00002aab2ef43ff0
    0x000000004547c720: 00002aaaf0635a00 00002aac5694a460
    0x000000004547c730: 0000000100000000 00002aad7fa1c000
    0x000000004547c740: 00002aabe0162870 00002aaaf0761bf0
    0x000000004547c750: 00002aaaf07f20d0 00002aaadd628058
    0x000000004547c760: 00002aaadd628ee0 00002aaa00000001
    0x000000004547c770: 00002aaaeec996b8 0000000000000000
    0x000000004547c780: 00002aab2ecc9890 00002aad00000000
    0x000000004547c790: 00002aaadd627af0 00002aac5bc259c8
    0x000000004547c7a0: 0000000000000000 00002aaadd628010
    0x000000004547c7b0: 0000000000000001 00002aaaee4f8870
    0x000000004547c7c0: 00000030f1218c01 00002aaae5222d38
    0x000000004547c7d0: 0000000000010001 00002aaaab6cc928
    Instructions: (pc=0x00002b00816f2a27)
    0x00002b00816f2a17: 89 f0 eb ea 90 66 66 66 90 55 48 89 e5 41 54 53
    0x00002b00816f2a27: 0f b7 57 10 48 89 fb 44 8d 62 01 49 63 fc e8 06
    Stack: [0x000000004537d000,0x000000004547e000], sp=0x000000004547c5e0, free space=1021k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [libjvm.so+0x5d8a27]
    V [libjvm.so+0x474a9d]
    V [libjvm.so+0x31f896]
    v ~BufferBlob::Interpreter
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    v ~BufferBlob::Interpreter
    J com.sleepycat.je.recovery.Checkpointer.flushIN(Lcom/sleepycat/je/dbi/EnvironmentImpl;
    Lcom/sleepycat/je/dbi/DatabaseImpl;Lcom/sleepycat/je/log/LogManager;
    Lcom/sleepycat/je/recovery/Checkpointer$CheckpointReference;Lcom/sleepycat/je/recovery/DirtyINMap;
    IIZJZLcom/sleepycat/je/recovery/Checkpointer$FlushStats;Lcom/sleepycat/je/cleaner/LocalUtilizationTracker;Z)V
    J com.sleepycat.je.recovery.Checkpointer.flushDirtyNodes(Lcom/sleepycat/je/dbi/EnvironmentImpl;Lcom/sleepycat/je/recovery/DirtyINMap;Ljava/util/Map;ZJZLcom/sleepycat/je/recovery/Checkpointer$FlushStats;)V
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::StubRoutines (1)

    Hello,
    I know your request is a bit old but I have exactly the same error on a jboss server but no HS_ERR_PID was create...
    Java VM: Java HotSpot(TM) 64-Bit Server VM (10.0-b23 mixed mode linux-amd64)
    # Problematic frame:
    # V [libjvm.so+0x5d8a27]
    Do you remember how you solve your problem?
    regards
    Arnaud

  • Anyone having issues with your iphone4 shutting down while editing photos

    Recently I have been cropping some photos on my iphone4, while in the midst of cropping the phone shuts off.  Everything is up to date on the phone and I am not sure what the cause of this is. Has anyone else had this issue and what have you done to resolve it?
    Thanks

    there were quite a few people that had the probably when trying to crop a screenshot, the solution hasn't been found. i haven't seen any threads on here of people having problems editing regular photos.

Maybe you are looking for

  • Error while creating inbound process code

    Hi gurus,Iam creating a custom idoc. 800 -> sender 810 -> Receiver i have completed outbound processing on 800. On 810, completed following steps for inbound processing. 1.) I have added my Inbound FM in BD51. 2 ) Assigned my FM to Message type and I

  • Data source migration in parallel to CRM server upgradation

    Hi Experts, We are working on BI 7.0 system which pulls data from CRM 2004. Recently we upgraded BI environment from BW3.5 (to BI.70 SP -16). Now we are re-modeling the existing BI design due to performance issues & to use BI functionalities. We woul

  • Full site link code to override mobile redirect in Adobe Muse

    Hi - I've set up a desktop and mobile site in Muse.  I allow Muse to generate the code that automatically goes to either the desktop or mobile version depending on which type of device the user is using. On the mobile version I have a simple "welcome

  • EDIT_CUSTOM_ATTR excpetion

    Hi, I'm trying to update a date value for a custom attribute with this PL/SQL : siteid := '1351'; wwsbr_api.set_attribute( p_site_id => 35, p_thing_id => 448463, p_attribute_id => siteid, p_attribute_site_id => 0 , p_attribute_value => '30-jun-2007 1

  • Best way to work on Calendar for PC

    I work/organize my schedules on Calendar and iCal, and sync both data on my iPhone and PowerBook, and I love them to work. And I told my husband about them when he bought new iPhone(3GS 16gb) a few days ago. We found that iCal is not available for PC