Resources for creating advanced layout manager/renderer

Hi to all,
Recently I am assigned to create a WYSIWYG web client with
flex. Though I have some background in design patterns (M.V.C,
event driven architectures, etc), I have never been involved in
complex front-end development. So I would like someone to suggest
literature, that would help me create advanced layout
managers/renderers. Note that they don't have to be necessarily
actionscript based (any object-oriented language is welcomed).
Thanks in advance

Once you have the ALD open for the document layout you creating, you can insert a text field which will serve as a permenant remark for that document or BP.
You van position it and size the text bow as you desire.
I uforutnately have not found the "perm remark for print" within the ALD and this works quite well.
When the ALD is activated, all std print functionality within system initial--> print pref becomes null and void.

Similar Messages

  • Resources for creating secure Flash content?

    I am looking for any articles, tutorials or other resources
    for creating secure Flash content. Maybe even a "best practices"
    article? I am looking to create a login, I need to store users,
    register users and secure the content.
    Thanks in advance for any time of help with this.
    |rossimo|

    Hi again Nick
    I dunno, perhaps I'm too practical and that holds me back. But I see things this way. If you are just trying to come to terms with Captivate, why complicate matters further by tossing Flash into the mix. I mean, I'm assuming that Flash itself has its own nuances and ways of working. So you really have to first have a real tight handle on how it works. THEN you want to mix in Captivate. And Flash seems to have it's own way of dealing with the Captivate stuff. Inevitably Captivate seems to impose it's own "weirdness" on things. So my goal is to stay as simple as I can unless I really need to step beyond what the basics offer. Then I am keenly aware that the road I'm choosing to travel is fraught with pitfalls that won't be easy to discern or overcome.
    I have to ask myself if the possible benefit warrants the extra effort involved.
    Cheers... Rick
    Helpful and Handy Links
    Begin learning Captivate 5 moments from now! $29.95
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcererStone Blog
    Captivate eBooks

  • Bapi for create Engineering Change Management (ECR)

    Hi abapers,
    do you know a function module to create ECR? (Not CM!)
    Thx

    nobody knows a bapi for CC31 transaction?
    Edited by: Andrea Peruffo on Sep 9, 2008 3:13 PM

  • Resources for creating an ebook cover?

    Greetings,
    I'm a writer and I'm going to post some of my stories on Kindle. I need to create some simple ebook covers, but I'm an Illustrator rookie. Can anyone point me in the right direction or know where I can get a template?
    Thanks!

    Perhaps Illustrator would be overkill to create "simple" ebook covers ...
    Why not use what you're comfortable with -- what did you use to write your stories?

  • Hints for resource to create video production compatible photoshop graphics

    Could someone please recommend a good website or information resource for creating graphics in Photoshop that are compatible with video production. 720x540, square vs non-square pixels, alpha channels, etc. I have Googled for an hour and am not finding what I need.
    I want to make images, graphics, titles, menus, etc for DV production that will be finished in DVD Studio Pro. I do not wish to use Final Cut or DVD studio apps for any of the graphics, I much prefer to design in Illustrator and Photoshop!
    I am concerned about sizes, NTSC colors and pixel shape as I mentioned above. There must be a good site with reference material and basic how to's.
    Thanks!

    How do people make high quality graphics ready for FCP? Re-sampling to a different size is never a good idea. Thanks for pointing me towards LAFCPUG - there's lots of other great stuff on the site, as always, but the Photoshop tutorial is from 2001. Much too old to be of any current use what so ever. Photoshop CS3/4 now handles all the pixel sizing automatically or so I am told.
    I'm not sure why I am having so much trouble finding out about this. Custom graphics are imported into FCP all the time. I just need a basic idea of how to properly create a new file in Photoshop CS3 that will not be re-sized and therefore look like trash! (images are only 72 dpi so resampling is not a good idea!)
    At the moment my only option is to do a test, and re-sample the width until it looks about right, then just make everything weird and distorted to start with? Same goes for Illustrator I guess... except I could import to Photoshop and stretch my graphics until they look similarly "weird and distorted"... seems very odd to me that there's no up-to-date solution for this very common situation.
    Also RGB monitor colors are no good for TV. I used to use my Hollywood DV and an actual TV to get colors right, but again, I am tired of guessing at all this!
    I am hoping someone will know where to direct me.
    Thanks

  • Creating customized Layout

    Hi Experts,
    My requirement is to create a customized layout.
    How can i create a layout and integrate it in portal.
    points will b awarded for answers
    Thanks in Advance
    Suba

    hai suba,
    i have given some sample code for creating custome layout.
    sample.jsp
    <%@ taglib uri="prt:taglib:com.sap.portal.reserved.layout.TagLibHtmlb" prefix="hbj" %>
    <%@ taglib uri="prt:taglib:com.sap.portal.reserved.layout.TagLibLayout" prefix="lyt" %>
    <%@ page import="com.sapportals.portal.pb.layout.taglib.variabledef.RunMode" %>
    <lyt:template>
        <hbj:content id="myContext" >
            <hbj:page title="Portal Page">
            <table width="100%" height="*" border="2">
               <TR>
                  <TD width="50%" valign="top" align="center" ><lyt:container id="search" /></TD>
                   <TD valign="top"  width="50%" align="center"><lyt:container id="contentarea" /></TD>
                  </TR>
              <TR>
              <TD width="100%" valign="top" align="center" colspan="2"><lyt:container id="result" /></TD>
                  </TR>     
               </table>
         </hbj:page>
        </hbj:content>
    </lyt:template>
    portlapp.xml
    <?xml version="1.0" encoding="utf-8"?>
    <application>
      <application-config>
        <property name="Vendor" value="sap.com"/>
        <property name="SecurityArea" value="NetWeaver.Portal"/>
        <property name="SharingReference" value="com.sap.portal.htmlb,com.sap.portal.pagebuilder"/>
      </application-config>
      <components>
        <component name="AddBooksLayout">
          <component-config>
            <property name="ClassName" value="com.sapportals.portal.pb.layout.PageLayout"/>
            <property name="ResourceBundleName" value="pagebuilder_nls"/>
            <property name="SafetyLevel" value="no_safety"/>
          </component-config>
          <component-profile>
            <property name="ComponentType" value="com.sapportals.portal.layout"/>
            <property name="com.sap.portal.pcm.Title" value="Custom Layout"/>
            <property name="com.sap.portal.pcm.Description" value="Layout of two rows where the second column has been merged"/>
            <property name="com.sap.portal.reserved.layout.TagLibLayout" value="/SERVICE/com.sap.portal.pagebuilder/taglib/layout.tld"/>
            <property name="com.sap.portal.reserved.layout.TagLibHtmlb" value="/SERVICE/com.sap.portal.htmlb/taglib/htmlb.tld"/>
            <property name="com.sap.portal.reserved.layout.TemplateFile" value="AddBookLayout.jsp"/>
            <property name="AuthScheme" value="anonymous"/>
            <property name="com.sap.portal.reserved.layout.Cont1" value="search">
              <property name="title" value="Search Area"/>
              <property name="orientation" value="vertical"/>
              <property name="designClass" value="prtlHeaderCon"/>
            </property>
            <property name="com.sap.portal.reserved.layout.Cont2" value="result">
              <property name="title" value="Results to Display"/>
              <property name="orientation" value="vertical"/>
            </property>
            <property name="com.sap.portal.reserved.layout.Cont3" value="contentarea">
              <property name="title" value="Content to Display"/>
              <property name="orientation" value="vertical"/>
            </property>
          </component-profile>
        </component>
      </components>
      <services/>
    </application>
    use the above code as sample and create ur own layout as per ur wish.this is a simple one.if u want more customization refer the following link.
    http://help.sap.com/saphelp_nw04s/helpdata/en/42/efe25b0d301aa2e10000000a422035/frameset.htm
    after creating par file upload it to portal and create a new layout using it.
    for uploading par file refer the following blog
    Tag Libraries: Creating a new SAP NetWeaver Portal framework page

  • E52 Advanced Communication Manager Lost!

    Hello Everyone
    Although I am a very very happy person with my E52, I had to reset my phone [using the *#7370# command] ](to refresh it after 2 yrs of continuous usage) and format my microsd (due to file corruption) in order to fix some problems I created on the phone.
    Everything is working excellent again , but I have completely lost the Advanced Communication Manager programme!
    From what I read it is built in the firmware so how can it be lost and how do I get it back?
    I have downloaded the programme from Nokia but it says it is limited version (???)
    Any ideas anyone
    Thank you all

    This resource confirms that Advanced Communication Manager was installed upon memory card in case of E52:http://melonmobile.com/CompanyMenu/News.aspx?news_id=43
    Did you download this version http://store.ovi.com/content/60614 rather than this one http://store.ovi.com/content/1353 ?
    Happy to have helped forum in a small way with a Support Ratio = 37.0

  • Advanced Communication Manager bug!

    Hi all,
    New day, new bugs. This time i found an irritating problem in Adv. Com. Mgr. version 1.00 (37) which is built-in my E55's latest firmware. The problem is, if you try to create a blacklist by adding numbers manually (not from contacts or logs), you WON'T be able to define same number with 'different' area codes.
    I mean, let's assume you defined a blacklist entry like this:
    Name: A1
    Number: +907851234567
    Action: Block
    ...choose 'option' and 'add' to append list with new entry like this:
    Name: A2
    Number: +905901234567
    Action: Block
    ...will result in a case that area (region) difference will be dismissed! A1 will be overwritten by A2 because main number '1234567' is the same though area codes are different(590 and 785)! That's not good!
    You can try to reproduce the same!
    Comments are appreciated.
    Thanks!

    This resource confirms that Advanced Communication Manager was installed upon memory card in case of E52:http://melonmobile.com/CompanyMenu/News.aspx?news_id=43
    Did you download this version http://store.ovi.com/content/60614 rather than this one http://store.ovi.com/content/1353 ?
    Happy to have helped forum in a small way with a Support Ratio = 37.0

  • ABAP interfaces for creating WM TO for Delivery

    I am looking for a function module, bapi, badi, or any other mechanism for creating a warehouse management transfer order for a delivery. I have tried using L_TO_CREATE_DN, but it does not expose some fields I need to populate. Specifically I need to update the ZEUGN (certificate) field.
    Again, my requirement is to be able to pass information to a routine that will create a warehouse management transfer order for a delivery.
    Any help would be greatly appreciated.
    thanks,
    Chip

    try this enhancement
    MWMIDO11---Enhancement for message WMTORD: TO with several items
    in above enhancement we have structure..
      LTAP_CREAT
    this structure consist of that field zeugn that u asked....

  • Adding Custom Layout Manager

    I'm trying to add my own LayoutManager to JDeveloper following the instructions at http://otn.oracle.com/jdeveloper/help/
    This might help identify the exact page:
    javascript:top.footer.viewTopic('jar%253Afile%253A/u01/webapps/OHW/ohw-app/jdeveloper/helpsets/jdeveloper/developing_gui_clients.jar%2521/ui_paddcustom.html');
    Snip
    JDeveloper supports the integration of other layout managers with its UI Editor. To get a custom layout manager to appear in the Inspector's layout property list, make sure that the layout manager is on the IDEClasspath as defined in JDeveloper\bin\jdeveloper.ini, and add the following line to JDeveloper\bin\addins.properties:
    jdeveloper.uiassistant.<full class name>=oracle.jdeveloper.uidesigner.BasicLayoutAssistant
    End snip
    I don't have jdeveloper.ini anywhere in my hierarchy. At present, I'm setting JDEV_CLASSPATH before starting jdev.exe. Is their a method for providing my own libraries to JDeveloper?
    I have addins.properties, but it is in JDeveloper\jdev\bin and this is the one I'm editing.
    Adding the line above gives the following console message when the UI is started:
    Assistant for com.wb.wfc.FormLayout could not be found: oracle.jdeveloper.uidesigner.BasicLayoutAssistant
    Adding jdeveloper.uiassistant.com.wb.wfc.FormLayout=oracle.jdevimpl.uieditor.assistant.BasicLayoutAssistant (cribbed from other assistants in the addins.properties file) shows my manager in the PropertyInspector, but won't allow it to be selected.
    My manager takes a simple String as it's Constraint. Must I do something else?
    Tony.

    Hello,
    we would like to provide a Layout Manager Support for a custom layout manager in JDev 9.0.3. A short description of how this can be done is provided in den jdev online docs "Developing Java GUI Clients / Working with Layout Manager / Adding Custom Layout Manager". There the javadocs for the oracle.jdevimpl.uieditor package is referenced. We found the classes needed in jdev.jar, but the jdev-doc.jar does not include the javadocs for this package. Can anyone help us with this?
    Regards
    Stefan Unfortunately the uieditor package has not been included in the javadoc distribution. I do not know of a way for you to
    generate the javadoc yourself without the source files. I have logged a bug to have the javadoc included in future releases.
    bug #2697038

  • How to create custom infotype for training and event management

    hai freinds can any one tell me how to create custom infotype for training and event managment with following fields
    PS No – PA0000-> PERNR
    Name   - PA0001 -> ENAME
    IS PS.No. – PA0001-> PS no. of Immediate Superior
    IS name PA0001 -> ENAME
    thanx in advance
    afzal

    Hi,
    Your question is not clear for me. Since it is a TEM infotype, it could be a PD infotype.
    If you wish to create a PD infotype, use transaction PPCI to create the infotype.
    But before that you need to create a structure HRInnnn (where nnnn is the infotype number) with all the fields relevant for the infotype.
    If you wish to create a PA infotype, use transaction PM01 to create the infotype.
    But before that you may be required to create a strcuture PSnnnn  (where nnnn is the infotype number) with all the fields relevant for the infotype.
    Regards,
    Srini

  • Layout manager for a Windows type toolbar

    I have made a layout manager that when there is not enough room to put all the buttons it stores them inside a "subMenu" that appears at the end of the tool bar. Unfortunally the perfered size is not being calculated correctly so when the user makes the toolbar floatable it doesn't make the toolbar long enough.
    Here is my code:
    * ExpandLayout.java
    * Created on May 29, 2003, 3:17 PM
    package edu.cwu.virtualExpert.caseRecorder;
    import java.awt.*;
    import javax.swing.*;
    import java.awt.event.*;
    * @author  subanark
    public class ExpandLayout implements java.awt.LayoutManager
        private JPopupMenu extenderPopup = new JPopupMenu();
        private JButton extenderButton = new JButton(new PopupAction());
        /** Creates a new instance of ExpandLayout */
        public ExpandLayout()
        protected class PopupAction extends AbstractAction
            public PopupAction()
                super(">");
            public void actionPerformed(ActionEvent e)
                JComponent component = (JComponent)e.getSource();
                extenderPopup.show(component,0,component.getHeight());
        /** If the layout manager uses a per-component string,
         * adds the component <code>comp</code> to the layout,
         * associating it
         * with the string specified by <code>name</code>.
         * @param name the string to be associated with the component
         * @param comp the component to be added
        public void addLayoutComponent(String name, Component comp)
         * Lays out the specified container.
         * @param parent the container to be laid out
        public void layoutContainer(Container parent)
            Dimension parentSize = parent.getSize();
            Dimension prefSize = preferredLayoutSize(parent);
            Insets insets = parent.getInsets();
            int x = insets.left;
            int y = insets.top;
            parentSize.width -= insets.right;
            int i;
            for(int j = 0; j < extenderPopup.getComponentCount();)
                Component aComponent = extenderPopup.getComponent(j);
                parent.add(aComponent);
            parent.remove(extenderButton);
            //System.out.println("Component count:"+parent.getComponentCount());
            for(i = 0; i < parent.getComponentCount() &&
                       parent.getComponent(i).getPreferredSize().width +(i==parent.getComponentCount()-1?0:extenderButton.getPreferredSize().width) + x < parentSize.width;i++)
                //System.out.println("exSize"+(parent.getComponent(i).getPreferredSize().width +extenderButton.getPreferredSize().width + x));
                Component aComponent = parent.getComponent(i);
                if(aComponent != extenderButton)
                    aComponent.setSize(aComponent.getPreferredSize());
                    aComponent.setLocation(x,y);
                    x += aComponent.getPreferredSize().width;
                    //System.out.println(aComponent.getX());
            if(i < parent.getComponentCount())
                while(i < parent.getComponentCount())
                    //System.out.println("Need Room");
                    extenderPopup.add(parent.getComponent(i));
                //System.out.println("extenderButton added");
                parent.add(extenderButton);
                extenderButton.setSize(extenderButton.getPreferredSize());
                extenderButton.setLocation(x,y);
                x += extenderButton.getPreferredSize().width;
                //System.out.println(extenderButton);
            else
                //System.out.println("extenderButton removed");
                parent.remove(extenderButton);
                //System.out.println("Component count:"+extenderButton.getComponentCount());
         * Calculates the minimum size dimensions for the specified
         * container, given the components it contains.
         * @param parent the component to be laid out
         * @see #preferredLayoutSize
        public Dimension minimumLayoutSize(Container parent)
            return extenderButton.getMinimumSize();
        /** Calculates the preferred size dimensions for the specified
         * container, given the components it contains.
         * @param parent the container to be laid out
         * @see #minimumLayoutSize
        public Dimension preferredLayoutSize(Container parent)
            Dimension d = new Dimension();
            d.width += parent.getInsets().right+parent.getInsets().left;
            for(int i = 0; i < parent.getComponents().length;i++)
                if(parent.getComponent(i) != extenderButton)
                    d.width+=parent.getComponent(i).getPreferredSize().width;
                    d.height = Math.max(d.height,parent.getComponent(i).getPreferredSize().height);
            for(int i = 0; i < extenderPopup.getComponentCount();i++)
                d.width+=extenderPopup.getComponent(i).getPreferredSize().width;
                d.height = Math.max(d.height,extenderPopup.getComponent(i).getPreferredSize().height);
            d.height += parent.getInsets().top+parent.getInsets().bottom+5;
            return d;
        /** Removes the specified component from the layout.
         * @param comp the component to be removed
        public void removeLayoutComponent(Component comp)
        public static void main(String[] argv)
            JFrame f = new JFrame();
            JToolBar toolBar = new JToolBar();
            toolBar.setLayout(new ExpandLayout());
            toolBar.add(new JButton("hello"));
            toolBar.add(new JButton("Hello2"));
            toolBar.add(new JButton("Hello3"));
            toolBar.add(new JButton("Hi"));
            f.getContentPane().setLayout(new BorderLayout());
            f.getContentPane().add(toolBar,BorderLayout.NORTH);
            f.setBounds(0,0,300,300);
            f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            f.setVisible(true);
    }

    This is a wierd one. I noticed that the width of a button is 22 pixels larger in the popup menu that it is in the toolbar.I traced this down to the insets being changed when the button is added to the toolbar. The strange part is that the size of the component keeps changing as you move it from the toolbar to the popup menu and back.
    Anyway, I ended up changing most of you code. Here is my version:
    import java.awt.*;
    import javax.swing.*;
    import java.awt.event.*;
    * @author subanark
    public class ExpandLayout implements java.awt.LayoutManager
         private JPopupMenu extenderPopup = new JPopupMenu();
         private JButton extenderButton = new JButton(new PopupAction());
         /** Creates a new instance of ExpandLayout */
         public ExpandLayout()
         /** If the layout manager uses a per-component string,
         * adds the component <code>comp</code> to the layout,
         * associating it
         * with the string specified by <code>name</code>.
         * @param name the string to be associated with the component
         * @param comp the component to be added
         public void addLayoutComponent(String name, Component comp)
         * Lays out the specified container.
         * @param parent the container to be laid out
         public void layoutContainer(Container parent)
              //  Position all buttons in the container
              Insets insets = parent.getInsets();
              int x = insets.left;
              int y = insets.top;
              int spaceUsed = insets.right + insets.left;
              for (int i = 0; i < parent.getComponentCount(); i++ )
                   Component aComponent = parent.getComponent(i);
                   aComponent.setSize(aComponent.getPreferredSize());
                   aComponent.setLocation(x,y);
                   int componentWidth = aComponent.getPreferredSize().width;
                   x += componentWidth;
                   spaceUsed += componentWidth;
              //  All the buttons won't fit, add extender button
              //  Note: the size of the extender button changes once it is added
              //  to the container. Add it here so correct width is used.
              int parentWidth = parent.getSize().width;
              if (spaceUsed > parentWidth)
                   parent.add(extenderButton);
                   extenderButton.setSize( extenderButton.getPreferredSize() );
                   spaceUsed += extenderButton.getSize().width;
              //  Remove buttons that don't fit and add to the popup menu
              while (spaceUsed > parentWidth)
                   int last = parent.getComponentCount() - 2;
                   Component aComponent = parent.getComponent( last );
                   parent.remove( last );
                   extenderPopup.insert(aComponent, 0);
                   extenderButton.setLocation( aComponent.getLocation() );
                   spaceUsed -= aComponent.getSize().width;
         * Calculates the minimum size dimensions for the specified
         * container, given the components it contains.
         * @param parent the component to be laid out
         * @see #preferredLayoutSize
         public Dimension minimumLayoutSize(Container parent)
              return extenderButton.getMinimumSize();
         /** Calculates the preferred size dimensions for the specified
         * container, given the components it contains.
         * @param parent the container to be laid out
         * @see #minimumLayoutSize
         public Dimension preferredLayoutSize(Container parent)
              //  Move all components to the container and remove the extender button
              parent.remove(extenderButton);
              while ( extenderPopup.getComponentCount() > 0 )
                   Component aComponent = extenderPopup.getComponent(0);
                   extenderPopup.remove(aComponent);
                   parent.add(aComponent);
              //  Calculate the width of all components in the container
              Dimension d = new Dimension();
              d.width += parent.getInsets().right + parent.getInsets().left;
              for (int i = 0; i < parent.getComponents().length; i++)
                   d.width += parent.getComponent(i).getPreferredSize().width;
                   d.height = Math.max(d.height,parent.getComponent(i).getPreferredSize().height);
              d.height += parent.getInsets().top + parent.getInsets().bottom + 5;
              return d;
         /** Removes the specified component from the layout.
         * @param comp the component to be removed
         public void removeLayoutComponent(Component comp)
         protected class PopupAction extends AbstractAction
              public PopupAction()
                   super(">");
              public void actionPerformed(ActionEvent e)
                   JComponent component = (JComponent)e.getSource();
                   extenderPopup.show(component,0,component.getHeight());
         public static void main(String[] argv)
              JFrame f = new JFrame();
              JToolBar toolBar = new JToolBar();
              toolBar.setLayout(new ExpandLayout());
              toolBar.add(new JButton("hello"));
              JButton button = new JButton("Hello2");
              System.out.println( button.getInsets() );
              toolBar.add(button);
              System.out.println( button.getInsets() );
              toolBar.add(new JButton("Hello3"));
              toolBar.add(new JButton("Hi"));
              f.getContentPane().setLayout(new BorderLayout());
              f.getContentPane().add(toolBar,BorderLayout.NORTH);
              f.setBounds(0,0,300,300);
              f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
              f.setVisible(true);
    }

  • Great Resource for anyone having problems rendering their projects

    We see questions almost every day about rendering problems. Why does my file???
    The best solution for most rendering problems is to use the Adobe Media Encoder. Joost van der Hoeven has created a new series on the AME for Adobe TV. I just watched them all. They are clear, concise and a great resource for anyone wanting to understand the rendering process and deliver high quality product to their viewers.
    Learn Adobe Media Encoder CC | Adobe TV

    This does not solve the problems in the rendering.

  • Unable to "Create Portal Resource" for content presenter templates

    Hi All,
    Using Jdeveloper 11.1.1.5, I have created a new WebCenter Portal Application and under webcenter/portalapp folder I created a "contentTemplates" folder and created a fragment page within it.I am trying to create portal resource for this fragment template but I am not seeing the option "Create Portal Resource" when I right clicked the jsff.
    I dont see the option for even for pageTemplates or pages.Am I missing anything?
    Any help appreciated.
    Thanks,
    Swathi Patnam

    Can you test pasting this code in your jsff? FYI <dt:contentListTemplateDef var="nodes"> is important when you create a portal resource.
    <?xml version = '1.0'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
    xmlns:dt="http://xmlns.oracle.com/webcenter/content/templates">
    <dt:contentListTemplateDef var="nodes">
    <af:panelGroupLayout layout="scroll" id="nodeListPanel" valign="middle">
    <af:iterator rows="0" var="node" varStatus="iterator" value="#{nodes}">
    <dt:contentTemplate node="#{node}"
    view="mycorp.content.templates.pressrelease.listitem"
    nodesHint="#{nodes}"/>
    </af:iterator>
    </af:panelGroupLayout>
    </dt:contentListTemplateDef>
    </jsp:root>

  • Weblogic datasource - Created "1" resources for pool "DataSource", out of which "1" are available and "0" are unavailable.

    I am performing some transactions with java application deployed on weblogic. I faced some issue of getting the transaction response with some delay. I found these below mention messages logged into the managed server logs. 
    Following is my datasource settings
    Initial Capacity: 2
    Maximum Capacity: 100
    Capacity Increment: 20
    Anyone have idea why these following errors coming.
    ####<Nov 26, 2013 2:25:41 PM PKT> <Info> <Common> <machine1> <managed_server> <[ACTIVE] ExecuteThread: '25' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <BEA1-1B6BE1217D118A188C49> <> <1385457941513> <BEA-000628> <Created "1" resources for pool "DataSource", out of which "1" are available and "0" are unavailable.>
    ####<Nov 26, 2013 2:25:42 PM PKT> <Info> <Common> <machine1> <managed_server> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <BEA1-1B6EE1217D118A188C49> <> <1385457942413> <BEA-000628> <Created "1" resources for pool "DataSource", out of which "1" are available and "0" are unavailable.>
    ####<Nov 26, 2013 2:25:43 PM PKT> <Info> <Common> <machine1> <managed_server> <[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <BEA1-1B71E1217D118A188C49> <> <1385457943792> <BEA-000628> <Created "1" resources for pool "DataSource", out of which "1" are available and "0" are unavailable.>
    ####<Nov 26, 2013 3:12:28 PM PKT> <Info> <JDBC> <machine1> <managed_server> <[ACTIVE] ExecuteThread: '19' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1385460748433> <BEA-001128> <Connection for pool "DataSource" closed.>
    ####<Nov 26, 2013 3:12:28 PM PKT> <Info> <JDBC> <machine1> <managed_server> <[ACTIVE] ExecuteThread: '19' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1385460748433> <BEA-001128> <Connection for pool "DataSource" closed.>
    ####<Nov 26, 2013 3:12:28 PM PKT> <Info> <JDBC> <machine1> <managed_server> <[ACTIVE] ExecuteThread: '19' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1385460748433> <BEA-001128> <Connection for pool "DataSource" closed.>
    ####<Nov 26, 2013 3:12:28 PM PKT> <Info> <JDBC> <machine1> <managed_server> <[ACTIVE] ExecuteThread: '19' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1385460748434> <BEA-001128> <Connection for pool "DataSource" closed.>

    i know this,
    The cause of the problem is: owing to the client's operations staff to modify the datasource ,and reployed
    thinks

Maybe you are looking for

  • Restoring from iTunes backup

    After losing my entire iTunes library (which, fortunately I backed up onto DVD via iTunes) due to an external hard drive failure, I am now in the process of restoring from backup. I first created an "iTunes" folder on the new drive so I would have so

  • Data extraction from r3 to sap bi 7.0

    Dear sirs, i am trying to transfer R/3 table into BI system.I created a DSO in Bi 7.o ,I can see the fields in BI 7.0 but I cannot see any data when i use that table for reporting . please tell me the steps that i should follow to get the data along

  • Bug with buttons

    I have a simple menu with a video set as background and a psd (one layer only) file for the incrustation (overlay). I created a button. The incrustation disappears when I switch between the different button states (opacity and color are set correctly

  • Command to know which process is doing huge paging

    Hi, I am using Oracle 10.2.0.2.0 on sun solaris 10. When I use OEM (Internet explorer version) it shows me that there is a huge paging going on. Also I have seen the vmstat output which is showing huge paging. For the time, I have stoped my oracle an

  • Passing/refering parameters to another report

    Hi, I am developing a report which displays multiple rows. Say, this is a summary. When clicked on any row I would like to pass the values of columns for that row to another report and display relevent details. How will I pass these values to next re