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

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.

  • Issue with the Receiving Transaction Processor Standard Program

    We are facing issue in the Receiving Transaction Processor Standard Program.
    The error description is as below:
    RVTII-030: Subroutine rvtiicreate() returned error
    Cause: Subroutine rvtiicreate() returned an internal error.
    Action: Note this error number and the actions you are trying to perform. Contact your system administrator.
    RVTII-077: ORA-01476: divisor is equal to zero
    Cause: A SQL error has occurred in RVTII. The SQL error is &LSQL_ERR.
    if any once faced this issue earlier and any solution, Please let us know.
    Regards,
    Krishna

    Please see if these docs help.
    RMA Receipt Errors With RVTII:077 OE COGS API Returned Error Warehouse NULL [ID 301767.1]
    RCVRCERC: RVTII-077: ORA-0146: divisor is equal to zero [ID 1287907.1]
    Cost Of Goods Sold Account Generation Failed With Error [ID 406035.1]
    RMA Transaction Issues (Troubleshooting) [ID 311208.1]
    Thanks,
    Hussein

  • 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

  • Issue with using call transaction CJ9F and F.M  BAPI_PROJECT_MAINTAIN

    Hello All,
    In my custom program for a given project in selection screen we are getting all the related data as shown in CJ20N, in this screen I first created the WBS element and during save we used F.M BAPI_PROJECT_MAINTAIN to update the data, and next called transaction CJ9F to update BLC, after this we are comming back to selection screen 1000.
    Now from selection screen if i enter again into that project details screen and try to create a new WBS it is showing below information msg.
    Changing the contents of the field is not permitted
    Message no. CJ727
    If i remove the call transaction CJ9F part during save i am not getting the above error msg.
    I think i am getting this error when we call the function module BAPI_PROJECT_MAINTAIN twice in the program.
    Please help me to resolve this issue, as this msg is not allowing to save or create anything. 
    But i found that if i come totally out of my custom transaction and enter once again into that Z transaction it is working fine with out that message
    Please help me to resolve this issue.

    Hi,
    Not sure, but if it is possible, complete your project update using the custom transaction and do the CJ9F afterwards seperately.
    Regards
    Sreekanth

  • 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

  • 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.

  • 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.)

  • 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.

  • Issue with the MIGO transaction recording

    Hello All,
    I am working on the MIGO transaction(Goods receipt purchase order) and i am doing the recording for this transaction but it is not recorded properly, the same screen information is recording twice even though i was given only one entry for that  item.
    what i am doing is i am just entering the document number and then the document date . After entering this header information i am
    entering the quantity in  unit of entry field and then clicking on the distibute qty icon.Later after distributing the quantity i am saving the data.
    This is what i am recording but the same code is repeting twice in the recording. Can anyone suggest what will be the reason.
    Thanks.

    Hi,
    MIGO is use Enjoy transaction so there will be always problem with BDC.
    I will suggest you to use BAPI for same.
    Thanks.
    Dhiraj,

  • Migrated from weblogic 8.1 to 10.2. Issue with Message center transactions

    we recently migrated from webloguc 8.1 to weblogic 10.2. When mesasage center is accessed, we are getting below exception. It is working fine in weblogic 8.1 .
    <Name=[EJB AccountServicesBean.submitAddressChangeRequest(AccountServicesInfo,java.lang.String,java.lang.String)],
    Xid=BEA1-0310676F13BEAC935370(464474497),Status=Rolled back.
    [Reason=weblogic.transaction.internal.TimedOutException: Transaction timed out after 60 seconds
    BEA1-0310676F13BEAC935370],HeuristicErrorCode=XA_HEURHAZ,numRepliesOwedMe=0,numRepliesOwedOthers=0,
    seconds since begin=131,seconds left=60,XAServerResourceInfo[weblogic.jdbc.wrapper.JTSXAResourceImpl]=
    (ServerResourceInfo[weblogic.jdbc.wrapper.JTSXAResourceImpl]=(state=rolledback,assigned=managed4),
    xar=weblogic.jdbc.wrapper.JTSXAResourceImpl@1baf6254,re-Registered = false),
    SCInfo[admin+managed4]=(state=rolledback),SCInfo[server_2+server_2_managed2]=(state=rolledback),
    properties=({weblogic.transaction.name=
    [EJB AccountServicesBean.submitAddressChangeRequest(AccountServicesInfo,java.lang.String,java.lang.String)],
    START_AND_END_THREAD_EQUAL=false, weblogic.jdbc=t3://myserver.com}),
    OwnerTransactionManager=ServerTM[ServerCoordinatorDescriptor=
    (CoordinatorURL=managed4+myserver.com+admin+t3+,
    XAResources={WSATGatewayRM_managed4_admin, weblogic.jdbc.wrapper.JTSXAResourceImpl,
    WLStore_admin__WLS_managed4},NonXAResources={})],
    CoordinatorURL=managed4+myserver.com+admin+t3+) completed heuristically:
    (weblogic.jdbc.wrapper.JTSXAResourceImpl, HeuristicHazard, (javax.transaction.xa.XAException:
    No connection associated with
    xid = BEA1-0310676F13BEAC935370-7765626C6F6769632E6A6462632E777261707065722E4A545358415265736F75726365496D706C)) >
    Please help us in resolving it.

    Hi,
    A general rule to follow is to make sure that WebLogic Server JTA timeout (either global, specific to an EJB or for individual transactions) is set to a lower value than the shortest timeout value configured/set for a participating XA resource (e.g., XA Transaction Timeout for Oracle XA JDBC connections). Not doing so can lead to an unexpected and inconsistent distributed transaction outcome, i.e., a participating XA Resource timing out before WebLogic Server JTA as the distributed transaction coordinator. The timed out XA Resource may take action to resolve its own part of the distributed transaction before WebLogic Server can take action. This will lead to heuristic error messages at the time when the WebLogic transaction manager tries to prepare/commit the distributed transaction.
    The solution was for the JDBC Connection Pools to set the XASetTransactionTimeout to true and XATransactionTimeout to zero. When this parameter is set to zero, the XAResource Session Timeout will be set to the global transaction timeout.
    Regards,
    Kal

  • Problems and Issues with Internal Order Transactions

    Hello I have a couple of problems with Internal Order Transactons.
    Its strange really, when I simulate in the development server. I do the following process:
    Assign Asset with IO -> Create PR with account assignment to an Asset -> Create PO with Reference to PR -> Create GR.
    Once this occurs, the transaction seems to reflect in particular reports such as List: Order by Cost Element, List: Budget/Actual/Commitments, etc.
    But when another user does a similar process in PRD, it doesnt seem to reflect in these reports.
    Also while, I cant seem to pass the GR if the Internal Order has not been released. The user was able to create a GR whose IO has not been released yet.
    These problems are quite striking to me. Does anyone know the possible causes of the situations at hand? Any feedback will be most helpful.
    Thank you all and good day.

    Ok never mind, seems I found the culprit (though the reason gives more questions than answers)! Thanks anyways

  • Spry issue with nested table

    Hello,
    I am working on my first website.
    I have created a page that I would like to use as a template www.readingymca.co.uk (thanks to gramps)
    but get this error
    Line 64 is where I the start of where I have coded the colour of individual buttons for the spry menu. I am wondering if I have put it in the wrong place or need to adjust anything else.
    Thanks in advance
    Mark

    This is the markup for the menubar. I have highlighted the problems
    <ul id="MenuBar1" class="MenuBarHorizontal">
      <li><a href="http://www.readingymca.co.uk/index.html">home</a> </li>
      <li><a href="#" class="MenuBarItemSubmenu">housing</a>
        <ul>
          <li><a href="http://www.readingymca.co.uk/housing.html"<body style="background-color:#DC2683;">Accommodation and support</a></li>
          <li><a href="#"<body style="background-color:yellow;">resident activities</a></li>
        </ul>
      </li>
      <li><a href="#" class="MenuBarItemSubmenu">sports &amp; activities</a>
        <ul>
          <html>
          <li><a href="#"<body style="background-color:purple;">Senior Activities</font></a></li><li><a href="http://www.axkp33.dsl.pipex.com/"
          <body style="background-color:yellow;">Aikido</font></a></li>
          <li>
          <a href="http://www.fwckungfu.com/club/Reading;jsessionid=A7E9907DE62B3C9870730B019876B1DC"<body style="background-color:red;">Kung Fu</a></li>
          <li><a href="http://www.1streadingseascoutgroup.org.uk/"<body style="background-color:green;">Scout movement</a></li>
          <li>
          <a href="http://www.lifespringchurch.co.uk/Groups/56782/LifeSpring_Church_Reading/Church_Life/Missi on_at_Home/Tiggers_Toddlers/Tiggers_Toddlers.aspx"<body  style="background-color:yellow;">Tigger Toddlers</a></li>
          <li><a href="http://www.readingymcafc.co.uk/"<body style="background-color:blue;">Football</a></li>
          <li><a href="#"<body style="background-color:orange;">Table Tennis</a></li>
          <li><a href="http://www.readingcrossroads.org/youngcarers.htm"<body style="background-color:pink;">Crossroads
          Young Carers</a></li>
        </ul>
      </li>
      <li><a href="#" class="MenuBarItemSubmenu">facilities</a>
        <ul>
          <li><a href="http://www.readingymca.co.uk/sports%20hall.html"<body style="background-color:purple;">sports Hall</a></li>
          <li><a href="http://www.readingymca.co.uk/Gym.html"<body style="background-color:yellow;">gym</a></li>
          <li><a href="http://www.readingymca.co.uk/conference%20room.html"<body style="background-color:red;">conference room</a></li>
          <li><a href="http://www.readingymca.co.uk/padworth.html"<body style="background-color:green;">padworth log cabin</a></li>
          <li><a href="http://www.readingymca.co.uk/minibus.html"<body style="background-color:blue;">minibus</a></li>
        </ul>
      </li>
      <li><a href="#" class="MenuBarItemSubmenu">projects</a>
        <ul>
          <li><a href="#"<body style="background-color:purple;">workshop</a></li>
          <li><a href="#"<body style="background-color:yellow;">cafe</a></li>
        </ul>
      </li>
      <li><a href="#">donate</a> </li>
      <li><a href="#" class="MenuBarItemSubmenu">useful info</a>
        <ul>
          <li><a href="#"<body style="background-color:purple;">membership</a></li>
          <li><a href="#"<body style="background-color:yellow;">links</a></li>
        </ul>
      </li>
      <li><a href="#">volunteering</a></li>
      <li><a href="#" class="MenuBarItemSubmenu">about us</a>
        <ul>
        <li><a href="#"<body style="background-color:purple;">RYMCA History</a></li>
        <li><a href="#"<body style="background-color:yellow;">YMCA Movement</a></li>
        <li><a href="#"<body style="background-color:red;">meet the team</a></li>
        </ul>
      </li>
      <li><a href="#">contact us</a></li>
    </ul>
    With the exception of the stray HTML tag, your problem is very consistant. To save my time, I shall correct the last menu item which now reads
    <li><a href="#"<body style="background-color:red;">meet the team</a></li>
    and should read
    <li><a href="#" style="background-color:red;">meet the team</a></li>
    I gave the rest of the document a quick glance and found another little bug as follows
        <script type="text/javascript">
    // BeginOAWidget_Instance_2559022: #slideshow
    slideshowAddCaption=false;
    $(document).ready(function() {
        $('#slideshow').cycle({
            after:            slideshowOnCycleAfter, //the function that is triggered after each transition
            autostop:            false,     // true to end slideshow after X transitions (where X == slide count)
            fx:               'fade,',// name of transition effect
            pause:            true,     // true to enable pause on hover
            randomizeEffects:    true,  // valid when multiple effects are used; true to make the effect sequence random
            speed:            1000,  // speed of the transition (any valid fx speed value)
            sync:            false,     // true if in/out transitions should occur simultaneously
            timeout:        9000,  // milliseconds between slide transitions (0 to disable auto advance)
            fit:            true,
            height:           '200px',
            width:         '200px'   // container width (if the 'fit' option is true, the slides will be set to this width as well)
    function slideshowOnCycleAfter() {
        if (slideshowAddCaption==true){
                $('#slideshow-caption').html(this.title);
    // EndOAWidget_Instance_2559022
        </script>
    This 'fade' has a comma which should not be there
    For the rest it looks great, well done!
    Gramps

  • Ssi issues with nested table

    Hi ssi newbie question here.
    I wanted to include an ssi section in a embeded table layout,
    have used the ssi include code and inserted it where i want the ssi
    to work etc . So the it works which is nice but when you look at
    the physical page in dreamweaver, what was a nice layout has been
    exploded totally. However when you view it via the browser it is
    fine.
    Why is this? i always view html pages with a split screen and
    find it very unnerving to see my nice pages blown apart. Is there a
    solution for this?
    I use dw 2004 mx .
    Thanks.

    When I say must not, I mean that it's an error to have those
    tags in the
    include file, and will result in the kind of symptoms you
    describle. The
    concept is -
    all the code in the include file, when added to all the code
    in the parent
    file must result in a stand-alone and valid HTML page. Thus,
    the includes
    can only be fragments of code.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "jestersdead" <[email protected]> wrote in
    message
    news:eeug4s$hll$[email protected]..
    > Hi ssi newbie question here.
    >
    > I wanted to include an ssi section in a embeded table
    layout, have used
    > the
    > ssi include code and inserted it where i want the ssi to
    work etc . So the
    > it
    > works which is nice but when you look at the physical
    page in dreamweaver,
    > what
    > was a nice layout has been exploded totally. However
    when you view it via
    > the
    > browser it is fine.
    >
    > Why is this? i always view html pages with a split
    screen and find it very
    > unnerving to see my nice pages blown apart. Is there a
    solution for this?
    >
    > I use dw 2004 mx .
    >
    > Thanks.
    >

Maybe you are looking for

  • Button not appearing (obvious fix most likely (no errors))

    import java.awt.*; import java.awt.event.*; import java.awt.event.ActionListener; import java.awt.event.ActionEvent; import javax.swing.*; public class ChatClient   private TextArea output;   private TextField input;   private Button sendButton;   pr

  • Adding Danish language pack to Torch 9800

    My Torch 9800 will not allow me to add Danish as an imput language. How can I fix this?

  • WSDL2JAVA tool Use

    I am trying to set up a web service that submits a complex data type. I have tried unsuccessfully to build nested structures/arrays to submit the complex data types for the web service and now want to use the WSDL2Java tool... I am running coldFusion

  • Does do not disturb silence reminders?

    I NEED TO KNOW. I looked it up but it didn't work

  • Storyboards via Google sheets + Indesign link

    Hello.  I'm in Visual Effects, and am used to rigid pipelines, and workflows.  One of the most annoying problems I've yet to solve is on the subject of storyboards, and pitches for my presentations.  Indesign has always played an integral role in des