Drilldown on dvt:gauge (using JDev 11.1.2.1.0)

Hi,
I noticed the documentation mentions drilldown isn't currently supported -
http://docs.oracle.com/cd/E16162_01/apirefs.1112/e17490/tagdoc/dvt_gauge.html
And I could observe that a gauge set doesn't set current row on click.
Is there an ETA for when this will work?
Thanks.

Hello,
We have a similar requirement to be able to "drill" on Gauges.
For example, we have a number of gauges (5-10) displaying the average score and number of completed surveys by department.
Underneath, we have a table listing the people who completed the survey.
Clicking on each gauge will update the table, clicking on Accounting gauge, will show people who completed Accounting survey along with their scores.
Is this supported?
Thanks.

Similar Messages

  • Dvt:gauge StatusMeter displaying negative value strangely

    Hi,
    I'm creating a number of dvt:gauge components to display some retrieved numeric values. My aesthetic preference is to use the STATUSMETER gauge type. The values to be displayed vary greatly in scale and may be positive or negative. As a result I'm letting Oracle determine the best Min and Max values for the gauge(s).
    The problem is that when a negative value is displayed, the status bar is still shown starting from left to right. This looks quite odd to our users as we would expect the bar to start at 0 (zero) and move from right to left. Currently it looks as if the value starts at an arbitrary negative value and is moving towards zero...?!
    I've tried configuring the Min and Max values myself with no joy. Are there some additional attributes that I'm missing that enable the Status Meter to be shown in a more sensible way? Thanks.
    FYI. I'm using JDeveloper Studio Edition Version 11.1.2.1.0.

    Hi,
    Any help on this would be really appreciated.
    Thanks.

  • DVT : Gauge / Dial Set -  ThresholdSet Causing Dials To Not Be Rendered

    Hi all,
    Im using JDeveloper 11g, and I have a dial set which is currently just bound to some tabular data containing 6 rows. The dials display find without having any thresholdSet defined. However as soon as i try and add a threshold set as shown below, the dials no longer rendere when viewed at runtime. Is there some restriction to thresholdSets for dial sets? Or am i making an obvious mistake somewhere :p
    <dvt:gauge id="gauge131" gaugeType="DIAL"
           imageFormat="FLASH"
           gaugeSetDirection="GSD_ACROSS"
           gaugeSetColumnCount="3"
           binding="#{backingBeanScope.backing_ExecutiveSnapshot.gauge131}"
           tabularData="#{backingBeanScope.backing_ExecutiveSnapshot.gaugeData}"
           dynamicResize="DYNAMIC_SIZE"
           visualEffects="AUTO"
           animationOnDataChange="ON"
           animationIndicators="ALL"
           animationOnDisplay="AUTO"
           inlineStyle="width:100%;height:400px;">
    <dvt:gaugeBackground>
           <dvt:specialEffects fillType="FT_GRADIENT">
           <dvt:gradientStopStyle/>
           </dvt:specialEffects>
    </dvt:gaugeBackground>
    <dvt:thresholdSet>
           <dvt:threshold fillColor="#ff5a21" thresholdMaxValue="50.0" text="Low"/>
           <dvt:threshold thresholdMaxValue="100.0" fillColor="#00e700" text="High"/>
    </dvt:thresholdSet>
    <dvt:gaugeFrame/>
    <dvt:indicator/>
    <dvt:indicatorBase/>
    <dvt:gaugePlotArea useThresholdFillColor="true"/>
    <dvt:tickLabel/>
    <dvt:tickMark/>
    <dvt:topLabel/>
    <dvt:bottomLabel/>
    <dvt:gaugeLegendTitle text="Legend Title"/>
    <dvt:gaugeLegendArea position="LAP_RIGHT"/>
    <dvt:metricLabel position="LP_INSIDE_GAUGE"/>
    </dvt:gauge>Thanks in advance...

    Hi Branislav,
    the code to populate the table is a shown below, taken from [this tutorial|http://download.oracle.com/docs/cd/E12839_01/web.1111/b31973/dv_gauge.htm#CDEDJDAF] and slightly modified
    public List getGaugeData()
        ArrayList list = new ArrayList();
        String[] rowLabels  = new String[] {"London"};
        String[] colLabels  = new String[] {"Quota", "Sales", "Margin", "Costs", "Units"};
        double [] [] values = new double[][]{
            {60},
            {50},
            {13},
            {70},
            {11}
        for (int c = 0; c < colLabels.length; c++)
         for (int r = 0; r < rowLabels.length; r++)
            list.add (new Object [] {colLabels[c], rowLabels[r],
                new Double (values [c][r])});
        return list;
    }I Add in the threshold by right clicking on dvt:thresholdSet in the 'structure' pane and selecting insert inside -> threshold. This allows me to add in one threshold value, but if i try and add further thresholds, in design view the dial compnent is replaced with a red 'x'

  • DVT Gauge error display tabular data

    Hi,
    I have a dvt:gauge and is related to backing bean to get the tabular data.
        public List getGaugeData()
            ArrayList list = new ArrayList();
            String[] rowLabels  = new String[] {"London", "Paris", "New York"};
            String[] colLabels  = new String[] {"Quota", "Sales", "Margin", "Costs", "Units"};
            double [] [] values = new double[][]{
                {60, 90, 135},
                {50, -100, -150},
                {130, 140, 150},
                {70, 80, -130},
                {110, 120, 130}
            for (int c = 0; c < colLabels.length; c++)
             for (int r = 0; r < rowLabels.length; r++)
                list.add (new Object [] {colLabels[c], rowLabels[r],
                    new Double (values [c][r])});
            return list;
        }the result is wrong, rather than to have 3 gauge i am getting a lot more.
    If you a sample to give is much appreciated.
    How to solve this problem.
    Regards

    Hi,
    Data Specification - A Data Specification can be used to specify columns or rows of data to be used as the metric value, and threshold, minimum and maximum values. The following example shows how to use a Data Specification for a set of tabular data. This tabular data contains 5 columns and 2 rows. If Data Specification is not used, the following table will generate 10 Gauges that there will be a gauge for each value. Each column has its desired data specification as shown. Sales is assigned to be metric value, Quota is assigned to be the first threshold, etc. This will generate 2 Gauges, one for Boston and one for Chicago, both with metric, minimum, maximum and threshold values specified.
    Desired Spec. Metric Minimum Maximum Threshold 1 Threshold 2
    Name Sales Min Inventory Quota Target
    Boston 40 0 100 30 50
    Chicago 60 0 80 35 70
    [Oracle DVT Gauge|http://download.oracle.com/docs/cd/E15523_01/apirefs.1111/e12418/tagdoc/dvt_gauge.html]
    Too bad there is no sample.
    Anu hints

  • Reliable file upload using JDev, AS and other

    Hello,
    I'm not sure this is the right place to post this message, sorry if I was wrong to put it here.
    The question is our company is developing software, for active data exchange with other systems. We decided to exchange in xml format, by means of both web services and web interface (so that exchange could happen both automatically and on user request). We use JDev to develop, Oracle AS to deploy application. Systems we exchange can use various platforms, in fact, it doesn't matter what exactly they use. The question is we need a reliable way to exchange large (sometimes small, but can be 1Gb or, for example, 10Gb) files, maybe with appropriate security, so that it could continue if something happens with network connection.
    One simple decision is to have a web service that accepts, for example, 100K at a time, and another service continuously calls it until file is transfered. So it can check response code. But are there better decisions? I think, there are libraries or smth like this?
    Thanks in advance, believe, it's a right place to get help.
    Valeriy

    Another, simpler (we think), such package is Jenkov HTTP Multipart File Upload. It's a servlet filter which can work in front of both servlets and JSP's. The servlet filter parses the uploaded file and stores it temporarily on the servers disk. When the servlet or JSP executes afterwards, it can obtain all the information about the file, from the request attributes. There is a decent manual for HTTP Multipart File Upload on the website.
    Just search for "Jenkov HTTP Multipart" on Google and you'll find it. HTTP Multipart is free, open source, Apache Licsense.

  • How to use webservice using Jdev

    Hi All,
    Could some one please point me to a tutorial and let me know how to consume a webservice using Jdev.
    Scenario is, I want to extract data from Webserice which will be given by other department using Jdev.
    This will have basic authentication as well.
    I have created a Webservice client and Proxy and provided the WS URL, it is creating several files using Jax-WS Style.
    Now I want to test this webservice client, if its working fine and able to send us the data.
    Thanks

    Hi,
    see:
    http://www.oracle.com/technetwork/developer-tools/adf/learnmore/73-handson-wsdc-321927.pdf
    http://www.oracle.com/technetwork/developer-tools/adf/learnmore/72-wsprxyclient-pojodc-hands-on-321228.pdf
    Frank

  • No registered window for:w0 error using Jdev 11.1.2.4.0

    Hi,
    We are using JDev 11.1.2.4.0 version. We have created an ADF application and deployed it to weblogic server 10.3.5.0.
    When we run the application in IE 9 "No registered window for:w0" error appears in the logs. But for IE8 there is no such error. For mozilla 13 also there is no such error in the logs. Any pointers to it.

    Hi,
    I think you will have to run this through customer support (if you have a support contract) because I don't remember a discussion about such a problem here on OTN. May be mistaken though. The error sounds like a failure in the ADF Faces windowing manager
    Frank

  • Creating an extension that uses JDev's Edit Menu

    Hi, I'm working on an editor extension to JDeveloper, and I'd like the extension to use JDev's existing "Edit" menu. For example, when you select something in my editor, then click "Edit-->Cut," I'd like the IDE to perform a certain IdeAction that does the cut. How do I tell the IDE that "Edit-->Cut" has meaning within my extension? A sample would be greatly appreciated.
    Thanks.

    Hi, I'm working on an editor extension to JDeveloper, and I'd like the extension to use JDev's existing "Edit" menu. For example, when you select something in my editor, then click "Edit-->Cut," I'd like the IDE to perform a certain IdeAction that does the cut. How do I tell the IDE that "Edit-->Cut" has meaning within my extension? A sample would be greatly appreciated.Ryan,
    In the handleEvent method of the controller for your editor, add a case to handle the Command with the ID of IDE.CUT_CMD_ID.
    Rob

  • Hiding the default tool tip in DVT:Gauge status meter

    Hi,
    In my page, I have a DVT:Gauge(Status Meter) with 3 thresholds. Lets say, ThresholdMaxValue for the first is 1.0 and the second is 2.0 and the third is 3.0. Whenever I mouse over on the second threshold range, it says "Between 1.0 and 2.0". Is there any way to hide this text? Similarly if I mouse over on the first threshold, it says Below 1.0.
    Thanks!

    Is there anything like MarkerToolTipType in gauge ? Is yes try setting it to MTT_NONE. Hope that might be what you are looking for.

  • Using JDev to easily modify XML Stylesheets (.xsl)

    Hi all -
    I'm new to JDev and XML, and am trying to modify the standard PO form from EBS/BI Publisher. Since there's a default .xsl that is close to my requirement, I thought it might be faster to modify it, rather than start over w/ creating an .rtf. I simply need to add some fields which already exist in my .xsd file.
    I have a .xml, .xsd, and .xsl files. My question...is it possible to use JDev to easily update my .xsl so that I can see my updates with new data in real time as I develop? Can anyone point me in the direction of some documentation that explains how to setup the JDev Project to connect to a DB and use these xml files together? I've tried using WYSIWIG 3rd-party tools in the hopes of accomplishing this task in a design-like view. No luck.
    I hate to recreate the wheel, but if I don't get somewhere soon, I'm going to have to go the .rtf route.
    Thanks in advance for your repsonses.
    BR -

    Are you just looking for an easy way to see the result of running XSL on your XML doc?
    If so just right click run on your XSL (or go to project properties->Run/Debug configuration->edit -> XML ) and you'll have a place to specify the files involved in the translation. You can also use debug mode.

  • Can I measure Vibrating Wire Strain Gauges using Field Point Inputs?

    Is wish to connect a Vibrating Wire Strain Gauge using Field Point.
    The sensor requires a swept frequency excitation (typically 400 to 1500 Hz) and then generates a frequency output proportional to the strain applied on the vibrating element. The frequency (roughly upto 1kHz) needs to be measured.

    What sort of resolution is needed on the frequency sweeping? There are currently four FieldPoint modules that can be used for generating pulsed outputs; the FP-CTR-500, FP-CTR-502, FP-PWM-520 and FP-PG-522. For the remained of this posting, I will use FP-CTR-50X to represent both the FP-CTR-500 and FP-CTR-502 as they are identical in functionality, different in their input/output stages.
    The FP-PWM-520 is a Pulse Width Modulation output with 12 bit resolution on duty cycle and 16 bit resolution on the pulse period. The period is adjustable from 1 to 655535 milliseconds, which makes the module slightly less than ideal for frequency sweeping as it's highest frequency is 1 kHz and it's second highest frequency is 500 Hz.
    The FP-PG-522 is a Pulse Generator module that can operate in an continuous pulse mode. The On Time, Off Time and resolution (time base) are adjustable. The smallest time base is 100 ms, for a maximum output frequency of 5 kHz. Like the FP-PWM-520, the FP-PG-522 adjusts it's output rates by changing the time rather than the frequncy, making it difficult to smoothly sweep across frequencies.
    Finally, the FP-CTR-50X modules may be used. The FP-CTR-50X modules have 8 16 bit counters, 4 Gates and 4 outputs. The module has two internal clocks, 1 kHz ad 32 kHz that can be used to feed the counters. The outputs can be configured to toggle each time an adjustable terminal count is reached, allowing output pulse generation of up to 16 kHz (32 kHz internal clock divided by 2). The FP-CTR-50X modules have the advantage over the above modules in that the counters can be cascaded and set for differing terminal counts allowing multiple pre-scalers which may allow better resolution of generated frequncies.
    For measuring the output frequency generated by the gauge, the only current modules that will allow you to directly measure the output are the FP-CTR-50X modules. However, as they were primarily designed for event counting, it takes a little bit of extra programming to allow them to be used to measure frequencies. The effectiveness of frequency measurement on the FP-CTR-50X modules varies on the sampling period, the programming and the network module. There are several KnowledgeBase and Developer Exchange articles talking about how to use a FP-CTR-50X module to measure frequencies, so I will not duplicate the information in this post.
    Regards,
    Aaron

  • Error deploying web application using JDev 11.1.1.1.4

    I am using JDev 11.1.1.14 and WebLogic 10.3.2
    Whne I try to run a application html page from Jdev I get the foll error :
    weblogic.application.ModuleException: Failed to load webapp: 'avitrust'
    at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:393)
    at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
    at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    Truncated. see log file for complete stacktrace
    Caused By: java.io.FileNotFoundException: /u01/JDevApps/system11.1.1.4.37.59.23/DefaultDomain/servers/DefaultServer/tmp/_WL_user/jersey-web-lib/7srmrf/WEB-INF/web.xml (Too many open files)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:106)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.getInputStream(AbstractDescriptorLoader2.java:367)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBeanWithoutPlan(AbstractDescriptorLoader2.java:751)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBean(AbstractDescriptorLoader2.java:768)
    Any clue on why this error is getting generated and how this can be resolved ?

    When I try Deploying A WebCenter PS3 Portal Application using JDev 11.1.1.1.4 Integarted WebLogic Server I get the following error :
    [02:21:12 PM] Deploying Application...
    <29/03/2011 2:21:12 PM EST> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1301368872572' for task '1'. Error is: 'weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: oracle.webcenter.framework, Specification-Version: 11.1.1, exact-match: false], [Extension-Name: oracle.webcenter.skin, Specification-Version: 11.1.1, exact-match: false], [Extension-Name: oracle.sdp.client, exact-match: false].'
    weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: oracle.webcenter.framework, Specification-Version: 11.1.1, exact-match: false], [Extension-Name: oracle.webcenter.skin, Specification-Version: 11.1.1, exact-match: false], [Extension-Name: oracle.sdp.client, exact-match: false].
         at weblogic.application.internal.flow.CheckLibraryReferenceFlow.prepare(CheckLibraryReferenceFlow.java:26)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:613)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:184)
         at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:58)
         Truncated. see log file for complete stacktrace
    I need some help to triage the issue and resolve the cause. any help in this context appreciated .
    Redg

  • Step by Step Doc to Develop the JSP by using Jdev

    I am a newbie, i am looking for a setp by step doc. to tell how to start and compile the JSP by using JDev.
    chan.

    Hi Chan,
    You can check the 'Deploying Servlets and JSP' viewlet present at
    http://otn.oracle.com/products/jdev/viewlets/viewlet.html
    This viewlet explains how to start writing JSP and how to compile it using JDEV.
    You can even have a look at 'Working with JSP Tag Libraries' viewlet which helps to know how to use JDEV for JSPs. All the viewlets present in the page are very informative.
    Regards,
    Anupama

  • ADFBindingFilter error while deploying a war to WLS server using jdev 12c

    I've a OSB Server setup using XBUS_MAIN_GENERIC_120131.1402.S which is using JDEVADF_MAIN_GENERIC_120102.0032.6211.
    Launched the 12c Jdev and created a simple adfc web application with a test.jspx page and deployed in the OSB Server. The web app deployed and could launch the test page.
    I have added the page definition for that test page by 'Go to Page Definition' option.
    Now, If I try to deploy this web app war to the OSB Server, I'm getting the following exception in the jdev (Error1) and in the server log I could see the error (Error2).
    Any Idea how to resolve this issue?
    Error1 ( on Jdev )
    [03:15:08 AM] ---- Deployment started. ----
    [03:15:08 AM] Target platform is (Weblogic 10.3).
    [03:15:09 AM] Retrieving existing application information
    [03:15:09 AM] Running dependency analysis...
    [03:15:09 AM] Building...
    [03:15:15 AM] Deploying profile...
    [03:15:16 AM] Wrote Web Application Module to /scratch/sansrini/OSB_DEV/OSBMgmtTestApp/OSBMgmtTaskflowsTestApp/deploy/newosb2.war
    [03:15:16 AM] Deploying Application...
    [03:15:18 AM] [Deployer:149193]Operation "deploy" on application "newosb2" has failed on "AdminServer".
    [03:15:18 AM] [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application newosb2 on AdminServer.: [HTTP:101371]There was a failure when processing annotations for application /scratch/sansrini/view_storage/sansrini_xbus2/xbus/build/MW_HOME/user_projects/domains/base_domain/servers/AdminServer/upload/newosb2/app/newosb2.war. Ensure that the annotations are valid. The error is oracle.adf.model.servlet.ADFBindingFilter.
    [03:15:18 AM] weblogic.application.ModuleException: [HTTP:101371]There was a failure when processing annotations for application /scratch/sansrini/view_storage/sansrini_xbus2/xbus/build/MW_HOME/user_projects/domains/base_domain/servers/AdminServer/upload/newosb2/app/newosb2.war. Ensure that the annotations are valid. The error is oracle.adf.model.servlet.ADFBindingFilter
    [03:15:18 AM] Deployment cancelled.
    [03:15:18 AM] ---- Deployment incomplete ----.
    [03:15:18 AM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    Error2 ( on wls log )
    <Feb 3, 2012 3:15:18 AM PST> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    weblogic.application.ModuleException: [HTTP:101371]There was a failure when processing annotations for application /scratch/sansrini/view_storage/sansrini_xbus2/xbus/build/MW_HOME/user_projects/domains/base_domain/servers/AdminServer/upload/newosb2/app/newosb2.war. Ensure that the annotations are valid. The error is oracle.adf.model.servlet.ADFBindingFilter
    at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:732)
    at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:188)
    at weblogic.application.internal.ExtensibleModuleWrapper.prepare(ExtensibleModuleWrapper.java:93)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:100)
    at weblogic.application.internal.flow.ModuleStateDriver$1.next(ModuleStateDriver.java:172)
    Truncated. see log file for complete stacktrace
    Caused By: java.lang.ClassNotFoundException: oracle.adf.model.servlet.ADFBindingFilter
    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
    at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
    Truncated. see log file for complete stacktrace

    I guess you should be asking on an internal forum somewhere, because we, the unwashed masses, don't have access to JDev 12c.
    John

  • Error while creating place holder definition in Site Studio using Jdev,UCM

    Hi,
    I am Using UCM and Jdev 11g.
    I was creating a website using Oracle® Fusion Middleware Developer's Guide for Site Studio for External Applications
    11g Release 1 (11.1.1).
    It worked fine till step 9 of 4.2 i.e i created till region template.
    But as i was creating place holder definition, i was trying to add region definition.
    This was the step where i got the error :
    Unable to retrieve search results. Error occurred while retrying the search query. Error occurred while processing. Unable to return results.
    Because of this i am not able to see any region definitions which i had created earlier. so i am not able to add any region definition to it.
    Please help me resolve this.

    HI Srinath,
    Thanks for the response.
    Please let me know how to addsystemdatabase tracing section on UCM .
    PFB the error which is coming in Jdev.
    oracle.stellent.ridc.protocol.ServiceException: Unable to retrieve search results. Error occurred while processing. Unable to return results. Unable to create the result set for query 'SELECT Revisions.dID, dDocTitle, dDocType, dRevisionID, dSecurityGroup, dDocAuthor, dDocAccount, dRevLabel, dFormat, dOriginalName, dExtension, dWebExtension, dInDate, dOutDate, dCreateDate, dPublishType, dRendition1, dRendition2, dFileSize AS VaultFileSize, DocMeta.*, RevClasses.*
              FROM Revisions, DocMeta, Documents, RevClasses
              WHERE Revisions.dID=DocMeta.dID And Revisions.dID=Documents.dID And Revisions.dDocName = RevClasses.dDocName And dIsPrimary = 1 And dReleaseState IN ('Y', 'U', 'I') AND (((((((( xWebsiteObjectType LIKE '%Placeholder Definition%' ) AND ((( CONTAINS(xWebsites, 'SiteStudioDemo')> 0 ))))))))) AND ((((dSecurityGroup != 'SG_MO_Op' OR dSecurityGroup IS NULL))))) ORDER BY dInDate Desc'. ORA-00904: "CONTAINS": invalid identifier
    java.sql.SQLSyntaxErrorException: ORA-00904: "CONTAINS": invalid identifier.
         at oracle.stellent.ridc.protocol.ServiceResponse.getResponseAsBinder(ServiceResponse.java:135)
         at oracle.stellent.ridc.protocol.ServiceResponse.getResponseAsBinder(ServiceResponse.java:107)
         at oracle.stellent.wcm.core.idc.AbstractIdcApi.getResponseBinder(AbstractIdcApi.java:254)
         at oracle.stellent.wcm.core.idc.impl.SiteStudioApi.search(SiteStudioApi.java:216)
         at oracle.stellent.wcm.jdev.cis.PluginSiteStudioApi$1.run(PluginSiteStudioApi.java:127)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
         at java.lang.Thread.run(Thread.java:619)

Maybe you are looking for

  • Free Goods, Samples in COPA

    Hello Friends, I searched quite a bit on FREE GOODS,SAMPLES (Outgoing), and how to handle the same in COPA, there were lots of threads on same, and few good ones. But i had some specific questions on same: 1) For Free Samples in Billing, its planned

  • PDF Hyperlinks

    RH7 WebHelp Pro I have some PDF files in ../../../Images/PDFs/. The hyperlinks I have created work in View Selected Item but not when I View Primary Layout in Internet Explorer. I moved these files (within the project) from the top level folder to a

  • How to create an API java with Netbeans???

    can you please help me on creating an api with netbeans and explaine me how can i make it communicate with existing platforms.thank's

  • Opening Word 2003 manual problems

    Hello, I have a manual with linked bitmaps and imported bitmaps. All bitmaps that are links, are not imported in Pages 08. A table with imported bitmaps (bitmaps that are in the Word doc) has only 30% of the pictures. I also opened our Word doc in Op

  • How to avoid "The local variable ___ is never read" warnings

    If you create an instance of a class using something like: MyClass myClassInstance = new MyClass(param1, param2, ...); And everything you require this class to do is done from within it's constructor then you always get a warning saying "The local va