Jsp tags  dragdrop and activemenus in the portal

what does these tags do?
I could not find any documentation for these tags?

Here is some information about the DragDrop tags.
These tags allow you to easily add drag and drop functionality to a portal UI. The library is made up of 3 tags.
1. dragDropScript - This tag is used to include the necessary DragDrop Javascript libraries into the page. It must be included on the page before any other DragDrop tags are used.
2. draggableResource - This tag identifies a draggable resource on the page. It takes two attributes: resourceId and resourceName.
The resourceId identifies the resource that is being dragged. This should be an id that can be used by the underlying business logic to uniquely identify the resource.
The resourceName is a string that is the representative name of the dragged resource.
3. resourceDropZone - This tag identifies an area where draggable resources can be dropped. It takes the following attirbutes: targetId, jsFunctionCall, pageFlowAction, formAction.
The targetId uniquely identifies the drop target.
Only one of the following attributes is required: jsFunctionCall, pageFlowAction, or formAction. The jsFunctionCall takes precedence, then pageFlowAction, and finally formAction. These attributes represent what will occur when the resource is dropped on the drop zone.
If you set up the tag to execute a pageflow action upon dropping the resource, the action code can retrieve the dragged sourceId and the drop targetId using the following code:
String sourceId = getRequest().getParameter("sourceId");
String targetId = getRequest().getParameter("targetId");
Hope that helps.

Similar Messages

  • HTTP Headers - enabling caching and compression with the portal?

    Has anyone configured their web server (IIS or Apache) or use a commercial product to flawlessly cache and compress all content generated by the portal?
    Compression and caching is critical for making our portal based applictions work for overseas users. It should be doable, just taking advantage of standard HTTP protocols, but implementing this a complex system like the portal is tricky, we seem to be generating different values in the HTTP Headers for the same types of files (such as CSS).
    We are running Apache so can't take advantage of the built in compression capabilities of the .net portal. We are running the java vervion. 6.1 mp1, sql server 2000 (portal, search, collab, publisher, studio, analytics, custom .net and java portlets on remote server).
    Basically our strategy is to compress all outgoing static and dynamic text content (html, CSS, javascript), and to cache all static files (CSS, javascript, images) for 6 months to a year depending on file type.
    Here are some links on the subjects of caching and compression that I have compiled:
    Caching & Compression info and tools
    http://www.webreference.com/internet/software/servers/http/compression/
    http://www.ibm.com/developerworks/web/library/wa-httpcomp/
    http://www.mnot.net/cache_docs/
    http://www.codeproject.com/aspnet/HttpCompressionQnD.asp?df=100&forumid=322472&exp=0&select=1722189#xx1722189xx
    http://en.wikipedia.org/wiki/Http_compression
    http://perl.apache.org/docs/tutorials/client/compression/compression.html
    https://secure.xcache.com/Page.aspx?c=60&p=590
    http://www.codinghorror.com/blog/archives/000807.html
    http://www.howtoforge.com/apache2_mod_deflate
    http://www.ircache.net/cgi-bin/cacheability.py
    http://betterexplained.com/articles/how-to-optimize-your-site-with-http-caching/
    http://betterexplained.com/articles/speed-up-your-javascript-load-time/
    http://betterexplained.com/articles/speed-up-your-javascript-load-time/
    http://www.rubyrobot.org/article/5-tips-for-faster-loading-web-sites
    http://betterexplained.com/articles/how-to-optimize-your-site-with-gzip-compression/
    http://www.gidnetwork.com/tools/gzip-test.php
    http://www.pipeboost.com/
    http://www.schroepl.net/cgi-bin/http_trace.pl
    http://leknor.com/code/gziped.php?url=http%3A%2F%2Fwww.google.com
    http://www.port80software.com/surveys/top1000compression/
    http://www.rexswain.com/httpview.html
    http://www.15seconds.com/issue/020314.htm
    http://www.devwebpro.com/devwebpro-39-20041117DevelopingYourSiteforPerformanceCompressionandOtherServerSideEnhancements.html
    http://www.webpronews.com/topnews/2004/11/17/developing-your-site-for-performance-optimal-cache-control
    http://www.sitepoint.com/print/effective-website-acceleration
    http://nazish.blog.com/1007523/
    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/IETechCol/dnwebgen/IE_Fiddler2.asp?frame=true
    http://www.fiddlertool.com/fiddler/version.asp
    http://www.w3.org/Protocols/rfc2616/rfc2616-sec13.html
    http://www.web-caching.com/cacheability.html
    http://www.edginet.org/techie/website/http.html
    http://www.cmlenz.net/blog/2005/05/on_http_lastmod.html
    http://www.websiteoptimization.com/speed/tweak/cache/
    http://www.webperformance.org/caching//caching_for_performance.html
    http://betterexplained.com/articles/how-to-debug-web-applications-with-firefox/
    Edited by tkoenings at 06/18/2007 6:26 AM

    Hi Scott,
    Does Weblogic platform 8.1 supports netscape? We have developed a portal which
    works perfectly on IE but it dies in netscape. Is netUI tags not supported in
    Netscape?
    Pls reply
    manju
    Scott Dunbar <[email protected]> wrote:
    From a pure HTML perspective Portal does it's rendering with nested
    tables.
    Netscape 4.x and below have terrible performance with nested tables.
    The
    problem is not the Portal server but rather Netscape on the client machine.
    If IE and/or a recent version of Netscape/Mozilla is not possible then
    there are
    really only two options:
    1) Faster client hardware - not likely to be an acceptable solution.
    2) Minimize the number of portlets and the complexity within the portlets.
    Neither of these solutions are a great answer, but the 4.7 series of
    Netscape is
    getting pretty old. Having said that, we've got customers who want to
    continue
    to use IE 4 :)
    Again, though, this problem is, I'm afraid out of our hands. It is the
    client
    rendering time that is the issue.
    cg wrote:
    Does anyone know of any known reasons why the 7.0 (did it also with4.0) portal
    pages can take up to almost 30 seconds to load in Netscape 4.7? I knowit is a
    very generic question but our customer still uses 4.7 and will notuse the portal
    b/c it takes so long to load some of the webapps. What the pages willdo when
    loading is that the headers will come up and when it gets to the bodyof the page
    it seems to stall and then comes up all of a sudden. For some of thepages it
    takes 6 seconds and for others it takes about 24-27 seconds.
    We have suggested using IE only but that is not an option with allof the customers
    and getting a newer version of Netscape is also out of the question.
    Any suggestions would be greatly appreciated.--
    scott dunbar
    bea systems, inc.
    boulder, co, usa

  • How to pass username and password with the portal url

    i want to access portal from my web site. i have created username and password fields in my web page. when submited , my portal page should open. so how to pass username and password with the portal url.

    This is not straightforward; but it is doable.
    First tell us about your portal version; portal 10.1.4 has a slightly different method of doing it and the pre-10g portals were completely different animals.
    And if you are in AS Rel 2, then the most important document for you would probably be the following:
    [Creating Deployment Specific Pages| http://download-west.oracle.com/docs/cd/B14099_19/idmanage.1012/b14078/custom.htm#i1015535]
    You might want to use it in conjunction with some metalink notes about your portal version and such a login page.
    hope that helps!
    AMN

  • Calling oracle9iAS Forms and reports into the portal

    Hi !
    Could it possible to call a Forms and reports in the portals? if yes ? How?
    In my case I have to generate lots of reports..like printing reports in the different tray of printer through portal ? Could this be achieved by Oracle Portal ?
    thanks in advance
    chris

    Do you know how to do it by now.
    Thanks.

  • Creating headers and footers in the portal

    i had created a simple portal and modified the shell file inside the framework dir, include the path of the header.jsp which is inside the support dir form the shell file.
    But i didnt get the header part when i run the portal
    Why didnt i get the header.jsp include at the top of the portal

    i had created a simple portal and modified the shell file inside the framework dir, include the path of the header.jsp which is inside the support dir form the shell file.
    But i didnt get the header part when i run the portal
    Why didnt i get the header.jsp include at the top of the portal

  • Use more than one look and feel in the Portal

    Hi,
    I'm searching for a solution to use more than one Theme in the portal. It's not based on user or a role. One and the same user should be able to enter the portal and depending on his adress he should be rooted to A or B theme.
    We are usein EP6 sps13.
    Kind regards
    Michiel Veenemans

    Hello,
    To my feeling you should be work with display rules.
    You probably have user who need one theme and other user you want to give another theme. By using display rules you can assign a theme to one user group and another theme or themes to another group.
    So depending on the group the user is assigned to you get another theme. This way everybody uses the same URL and a theme can be altered with the default user functions.
    Best regards,
    Frederik

  • Visibility of non-SAP reports and documents in the Portal

    Hi All,
    I am new to the portal forum and need your direction.  We have the need for outside users to view static reports and documents not generated by SAP on the portal.  Can anyone point me to documentation on how this can be accomplished? We do not have Knowledge Management installed and my research seems to show that KM is the only way, is there another and how can we do it?
    Thanks for your help.
    Pam

    Pam,
    How are your reports served?  If they are served up by URL, you can create a URL iview back to the source system.  If you need to store them in the portal system then you need KM.
    jwise

  • Example of creating a valid LDAP user and group in the Portal tree

    I need to create (via bulk LDIP or API) fresh users AND groups into OID that can be used by Portal. In theory it sounds easy - just create an appropriate LDIF file.
    What is the best way to achieve this?
    I don't the know the structure that should be used in the LDIF file that would create the correct structure held for all the Portal users and groups in OID.
    I've looked through the OID admin and dev guides but am still confused as to what exactly I have to do. It seems that Portal accounts are synchronised by a method called Provisioning.
    All I want to do is bulk upload Portal compatible users into the repository.
    Can somebody please assist.
    Cheers,
    John

    I have below changes in files
    1] In jps-config.xml
    -- Added identity store and selected it from drop down in Security Context tab.
    2] In weblogic-application.xml
    In Security tab --> Role assignment mapped valid-users to principle name.
    <security>
    <realm-name>myrealm</realm-name>
    <security-role-assignment>
    <role-name>valid-users</role-name>
    <principal-name>DERDev</principal-name>
    </security-role-assignment>
    </security>
    3] Same thing done in weblogic.xml . I do not know the difference between weblogic-application.xml and weblogic.xml configuartion and which will work.
    4] Added security role "DERDev" along with the default/automatically added role "valid users"
    <security-role>
    <role-name>DERDev</role-name>
    </security-role>
    Still no luck ...... i am missing again ? I referred many links but found not a single document mentioning all steps
    Mukesh

  • Getting portal hostname and displaying on the portal masthead.

    Dear SCN
    I have some requirement, where in my portal masthead I need to display some string based on the portal hosname.
    eg, if my hostname is portaldev.abc.com then in my masthead I need to display a string portal development system.
    I  am new to the portal development, can somebody pls suggest me in getting the portal hostname and pls give me some code snippet on this. appreciate your help , many thanks.
    Thanks
    RAD

    The following portal component could be used to replace your masthead iView . Basically it makes a small table which has the normal masthead plus a bit of code that works out which host you're on and puts out a message,
    Make an iView from it and add it to your framework page in place of the regular masthead and you'll then get the appropriate information.
    public class WhoAmI extends AbstractPortalComponent
        public void doContent(IPortalComponentRequest request, IPortalComponentResponse response)
              IPortalComponentProfile profile = request.getComponentContext().getProfile();
              StringTokenizer st = new StringTokenizer(System.getProperty("SAPMYNAME"),"_");
              String message1 = "You are on the ";
              String host = "development";
              for (int i=0;st.hasMoreElements();i++) {
                   String s = st.nextElement().toString();
                   if (i==0) {
                        if (s.equals("abcdef")) host = "production";
              String message2 = " server";
              response.write("<div id=\"WhoAmIArea\"><table width=\"100%\"><tr>");
              response.write("<td align=\"left\" width=\"90%\"><iframe width=\"100%\" height=\"38\" src=\"/irj/servlet/prt/portal/prtroot/com.sap.portal.navigation.masthead.default\"></iframe></td>");
              response.write("<td  align=\"right\" width=\"10%\">");
              response.write("<span class=\"urTxtStd\">"+message1+host+message2+"</span>");
              response.write("</td></tr></table></div>");

  • Authorisations for Salary information and form16 in the portal

    hi all,
    we have implemeted Ess in the portal,
    i am not able to see the salary statement and form 16 data at portal level(only pan number and perno i can see )
    i can tell that some authorization required in r3 level.
    can u help me to find out that?
    when i am giving sap all sap new profiles i can able to see.
    What is the role the user should have in the backend to get the details of salary statement and form 16?
    Thanks
    swapna

    Maintain the following fields.
    Authorization level            *
    Area identifier for cluster in *
    The authorization object is used for controlling access to PY results and Time Eval results.
    User PFCG to add it to the role used by your ESS users.
    in the  'Area identifier for cluster in ' field, check T52RELID table for available entries to further restrict access.

  • JSP Tags, EL and toString() method

    Hi,
    I want to pass a Java object to a custom tag via EL, but am finding that since the class has a toString() method, EL automatically converts the class to a string using the toString method. Consequently, I get an error because the string cannot be cast back to the parent object in the tag handler class.
    I played around with a dummy class and found that if the toString() method wasn't defined, EL would pass the object as is without converting to a string.
    Is there some reason for this behaviour and is there some way I can get around this without having to remove the toString() method ? The object I am trying to process is from an external library, so I can't modify it.
    Thanks for any tips on this.
    Paul Samuel

    My initial guess was that you hadn't defined the type of the attribute, and it was defaulting to String as a result. Now that I've seen the tld file thats obviously not the cause.
    Next guess: EL evaluation is disabled, and it is interpreting ${model.results} as a string, rather than evaluating it.
    1 - What happens if you just put ${1 + 1} onto a JSP page. Does it print ${1 + 1} or evaluate it as 2?
    2 - What server are you using? What version? Which J2EE spec does it support?
    You can use the following JSP snippet to confirm this info:
    <h2> Server Info</h2>
    Server info = <%= application.getServerInfo() %> <br>
    Servlet engine version = <%=  application.getMajorVersion() %>.<%= application.getMinorVersion() %><br>
    Java version = <%= System.getProperty("java.vm.version") %><br>
    Session id = <%= session.getId() %><br>3 - What version is your web.xml declared as? 2.3 or 2.4?
    4- If you have a Servlet2.4/JSP2.0 container (eg Tomcat 5), try putting the following on your page and see if it works
    <%@ page isELIgnored="false" %>
    http://forum.java.sun.com/thread.jspa?threadID=629437&tstart=0
    Cheers,
    evnafets

  • JSP tag addition and subtraction possible?

    Hi, I need urgent help. I am not a jsp guru pretty much all the java work I have done for the past 6 years has been backend stuff. I am now having to maintain a JSP/Struts/Spring/Hibernate project which I am not familar with (any of the technologies!!!!).
    Most of the fixes required for the project have been small issues (adjusting a query here and there - changing a heading on a jsp page etc). I have a problem where a value being displayed in a column is incorrect.
    Consider the problem where you have an available amount, a used amount, and a total amount. Currently it is showing the used amount and the total amount when it should be displaying the available amount and total amount.
    Is it possible to do something like available amount = total - used?
              <c:forEach var="stat" items="${locationStats}">
              <tr>
                   <td class="label"><c:out value="${stat.statCode.name}" /></td>
                   <td class="value"><c:out value="${stat.amount}" /></td>
                   <td class="value"><c:out value="${stat.total}" /></td>                         
              </tr>
              </c:forEach>so what i need would be ${stat.total} - ${stat.amount}. Is this possible?
    They are both int datatypes.
              <c:forEach var="stat" items="${locationStats}">
              <tr>
                   <td class="label"><c:out value="${stat.statCode.name}" /></td>
                   <td class="value"><c:out value="${stat.total} - ${stat.amount}" /></td>
                   <td class="value"><c:out value="${stat.total}" /></td>                         
              </tr>
              </c:forEach>Here is the kicker I am not actually able to test this code....so if someone can tell me whether this will work I can send it off to our QA department.

    c) you need <td class="value"><c:out
    value="${stat.total  - stat.amount}" /></td>
    If value of stat.total = 100 and stat.amount = 90, it would display the difference 10 (which is what the OP wants)
    as opposed to "${stat.total} - ${stat.amount}" in the OP's post which would display
    100-90.
    Good catch, pgeuns :)
    Note in my post, I had ${j-i} as opossed to ${j} - $ which was exactly the point Pgeuns made too.
    cheers,
    ram.

  • JSP Tags Look and Feel

    I want to customize the look and feel ( fonts , BG colours , Layout etc ) of the pages rendered for the
    wizard and dialog tags like FormatCustomizer , CrossTabOptions , CalcBuilder etc, in BI Beans 9052 . How can this be achieved ?

    Hi,
    If you are using the BI beta release please use the beta forum to ask your questions.
    BI Beans PM

  • Issue when I copy a role of ESS and MSS in the portal

    Dear Experts-
    I have the following issue.
    We have copied the role of ESS for the users. However we are implementing ESS for several Country and for this we copied the role of ESS Standard. However when we do this whe system created this role for the user already created ie.
    We have employee for a country A. For this country A we created the Role of ESS_A. And Assign this role for the employee Juan. Now for the country B we created a role with the copy of the role standard of ESS, however the new role ESS_B is displayed in the roles assign to the employee Juan.
    Anyone can help me with suggestions for this issue, please.
    Thank in advance for your help.
    Best Regards
    Carmen

    Hi Mayank. I understant the use of the property"Invisible in Navigation Areas".
    We have employees for  country A,  country B,  country C,  country D. Each  country should display some Page of areas and other not.
    With the suggestions of BALA of use the FM HRXSS_SER_GETMENUDATA, I hid the page of area for the Country B, Country C , and with the proxy dynamic class i hid service for some Page of Areas that should be show for a country and not for others.
    My doubt is: How Can do the same for the Workset, ie. Worsket dynamic that depending of the country the system hide or show a worset of the same form that I can do with the Page of Area.
    For example.
    With the imagen following:
    [Image|http://www.freeimagehosting.net/uploads/13b9cee5e2.jpg]
    For the Country A, C This Page of Area Should be displayed and for the Country B, D the Page of area Horario de Trabajo not should be displayed. With the use of the  FM HRXSS_SER_GETMENUDATA, I hid the page of area for the country B, D. But the Workset Horario de Trabajo not can hide. If I use an only Role and use the property "Invisible in Navigation Areas" the system hide Workset Horario de Trabajo for all the employee of the Country A, C. And this not is the requirement of the company.
    Thank in adavance for your help.
    Best Regards
    Carmen G.

  • Connection Pooling and JSP Custom Tag Library - is code (inside) the best way/correc?

    Hi, can anyone advise as to whether my tag library code (based
    on Apache Jakarta Project) will actually achieve connection
    pooling functionality across my entire JSP based application? I
    am slightly concerned that my OracleConnectionCacheImpl object
    may exist multiple times, hence rendering my conection pooling
    attempt useless.
    package com.solved.tag.dbtags.connection;
    import java.io.IOException;
    import java.sql.Connection;
    import java.sql.SQLException;
    import javax.servlet.jsp.tagext.TagSupport;
    import javax.servlet.jsp.JspTagException;
    import javax.sql.DataSource;
    import javax.naming.InitialContext;
    import javax.naming.NamingException;
    import oracle.jdbc.pool.OracleConnectionCacheImpl;
    * <p>JSP tag connection, used to get a
    * java.sql.Connection object.</p>
    * <p>JSP Tag Lib Descriptor
    * <pre>
    * &lt;name>connection&lt;/name>
    &lt;tagclass>com.solved.tag.dbtags.connection.ConnectionTag&lt;/t
    agclass>
    * &lt;bodycontent>JSP&lt;/bodycontent>
    &lt;teiclass>com.solved.tag.dbtags.connection.ConnectionTEI&lt;/t
    eiclass>
    * &lt;info>Opens a connection based on a jndiName.&lt;/info>
    * &lt;attribute>
    * &lt;name>id&lt;/name>
    * &lt;required>true&lt;/required>
    * &lt;rtexprvalue>false&lt;/rtexprvalue>
    * &lt;/attribute>
    * </pre>
    * @author Matt Shannon
    public class ConnectionTag extends TagSupport {
    static private OracleConnectionCacheImpl cache = null;
    public int doStartTag() throws JspTagException {
    try {
    Connection conn = null;
    if (cache == null) {
    try {
    InitialContext ic = new InitialContext();
    DataSource ds = (DataSource) ic.lookup
    ("jdbc/pool/OracleCache");
    cache = (OracleConnectionCacheImpl)ds;
    catch (NamingException ne) {
    throw new JspTagException(ne.toString());
    conn = cache.getConnection();
    pageContext.setAttribute(getId(),conn);
    catch (SQLException e) {
    throw new JspTagException(e.toString());
    return EVAL_BODY_INCLUDE;
    package com.solved.tag.dbtags.connection;
    import java.sql.Connection;
    import java.sql.SQLException;
    import javax.servlet.jsp.tagext.TagSupport;
    * <p>JSP tag closeconnection, used to close the
    * specified java.sql.Connection.<p>
    * <p>JSP Tag Lib Descriptor
    * <pre>
    * &lt;name>closeConnection&lt;/name>
    &lt;tagclass>com.solved.tag.dbtags.connection.CloseConnectionTag&
    lt;/tagclass>
    * &lt;bodycontent>empty&lt;/bodycontent>
    * &lt;info>Close the specified connection. The "conn"
    attribute is the name of a
    * connection object in the page context.&lt;/info>
    * &lt;attribute>
    * &lt;name>conn&lt;/name>
    * &lt;required>true&lt;/required>
    * &lt;rtexprvalue>false&lt;/rtexprvalue>
    * &lt;/attribute>
    * </pre>
    * @author Matt Shannon
    * @see ConnectionTag
    public class CloseConnectionTag extends TagSupport {
    private String _connId = null;
    * The "conn" attribute is the name of a
    * page context object containing a
    * java.sql.Connection.
    * @param connectionId
    * attribute name of the java.sql.Connection to
    close.
    * @see ConnectionTag
    public void setConn(String connectionId) {
    _connId = connectionId;
    public int doStartTag() {
    try {
    Connection conn = (Connection)pageContext.getAttribute
    (_connId);
    conn.close();
    } catch (SQLException e) {
    // failing to close a connection is not fatal
    e.printStackTrace();
    return EVAL_BODY_INCLUDE;
    public void release() {
    _connId = null;
    package com.solved.tag.dbtags.connection;
    import javax.servlet.jsp.tagext.TagData;
    import javax.servlet.jsp.tagext.TagExtraInfo;
    import javax.servlet.jsp.tagext.VariableInfo;
    * TagExtraInfo for the connection tag. This
    * TagExtraInfo specifies that the ConnectionTag
    * assigns a java.sql.Connection object to the
    * "id" attribute at the end tag.
    * @author Matt Shannon
    * @see ConnectionTag
    public class ConnectionTEI extends TagExtraInfo {
    public final VariableInfo[] getVariableInfo(TagData data)
    return new VariableInfo[]
    new VariableInfo(
    data.getAttributeString("id"),
    "java.sql.Connection",
    true,
    VariableInfo.AT_END
    data-sources.xml:
    <?xml version="1.0"?>
    <!DOCTYPE data-sources PUBLIC "Orion data-
    sources" "http://xmlns.oracle.com/ias/dtds/data-sources.dtd">
    <data-sources>
    <data-source
    class="oracle.jdbc.pool.OracleConnectionCacheImpl"
    name="jdbc/pool/OracleCache"
    location="jdbc/pool/OracleCache"
    url="jdbc:oracle:thin:@oracle1:1521:pdev"
    >
    <property name="maxLimit" value="15" />
    <property name="cacheScheme" value="2" />
    <property name="user" value="console" />
    <property name="password" value="console" />
    <description>
    This DataSource is using an Oracle-native DataSource Class so as
    to allow Oracle Specific extensions.
    A getConnection() call on this DataSource will return
    oracle.jdbc.driver.OracleConnection.
    The connection returned is a logical connection.
    The caching scheme in place is Fixed Wait. Refer below to
    possible values.
    Dynamic 1
    Fixed Wait 2
    Fixed Return Null 3
    </description>
    </data-source>
    </data-sources>
    many thanks,
    Matt.

    Hi. Show me your pool definition.
    Joe
    Ramamurthy wrote:
    I am using the jsp custom tag library from BEA called sqltags.tld which came with Weblogic 5.1. Currently I am using Weblogic6.1 sp2 on Solaris.
    I have created a Connection Pool for Sybase database using the driver com.sybase.jdbc.SybDriver.
    When I created jsp page to connect to the connection pool using sqltags custom tag library, I am getting the error
    "javax.servlet.jsp.JspException: Failed to write body content
    at weblogic.taglib.sql.ConnectionTag.doAfterBody(ConnectionTag.java:43)
    at jsp_servlet.__hubwcdata._jspService(__sampletest.java:1014)"
    After this message, whenever I try to access the same jsp page I am getting the message
    "javax.servlet.jsp.JspException: Failed to load JDBC driver: weblogic.jdbc.pool.D
    river
    at weblogic.taglib.sql.ConnectionTag.doStartTag(ConnectionTag.java:34)
    at jsp_servlet.__hubwcdata._jspService(__sampletest.java:205)".
    Can you please help me the reason why this problem is happening and how to fix this ?
    This problem doexn't happen consistently. This occurs once in a while.
    I tried to increase Login delay Seconds parameter in the Connection Pool to 15 sec. It didn't help me much.
    Thanks for your help !!!
    Ram

Maybe you are looking for

  • AFP won't connect since upgrading to Mavericks

    Since upgrading to Mavericks I cannot connect to my QNAP TS-210 via AFP; this means my Time Machine can no longer find my backup disk and no longer works. Anyone else having similar issues? I have tried the usual quick fixes: Firmware is up to date A

  • CRM 5.0 Business package

    All, We have install CRM 5.0 Business Package on an EP7.0 box. A portal user has been assigned Partner Manager Channel Role ( com.sap.pct.crm.partnermngrcc). On logging into the portal with Partner Manager Role, the iviews associated to the Worksets

  • CS5 won't recognise scanner

    Hi Any ideas why CS5 has stopped recognising my Canon 8000 scanner. There was no problem until recently. Now when I open CS5 the scanner wakes up, but is not shown in the import menu. Have tried several ideas to resolve this without any luck.

  • Mass processing for forecating in SOP

    Hi all I ma able to forecast a material online thru MC87 in standard SOP, but when I try to set up a variant for mass processing in the background the forecasting does not work. Has anybody encountered this issue? thanks a lot

  • Nokia 6280 - Flight mode

    Hello, In the User Manual for Nokia 6280, on page 59, it's written that this phone supports the Flight Mode. User Manual: http://nds1.nokia.com/phones/files/guides/Nokia_6280_UG_en.pdf However, I don't see such a choice in my Profiles list. Can anybo