question of content repository of data control when the webcenter applications running.

Hi all

I created the content repository connection in my local jdeveloper and
exposed as a data control.
data control I display some path and name based on some search criteria.

Whenever I am runnig this application I get following exceptions and no data is displayed.
Since I have set the connection to the server content locally on my jdeveloper do I need to create some jndi
the server-side.
TestContentServer is the content repository connection, that I created in jdeveloper.
If yes tell me how can I do and how it will port to my data control.

*************************************************************************************

[2010-10 - 05T 09: 34:39.245 - 07:00] [wc_custom] [WARNING] [] [oracle.adf.controller.faces.lifecycle.Utils] [tid: [ASSETS].] [ExecuteThread: '3' for the queue: "(self-adjusting) weblogic.kernel.Default"] [userId: anonymous] [ecid: 0000IhxFdvi4ulWpTwp2ic1CemrZ0000fT, 0:1] [WEBSERVICE_PORT.name: WSRP_v2_Markup_Service] [APP: application1] [J2EE_MODULE.name: TestContentService-ViewController-context-root] [WEBSERVICE.name: WSRP_v2_Service] [J2EE_APP.name: application1] ADF: addition of the following JSF error: TestContentServer []
javax.naming.NameNotFoundException: TestContentServer; another name 'TestContentServer '.

********************************************************************************

Thank you
Arun

Fixed it :)
I had to put the following parameter: IntradocServerPort = 4444

When I ran my program I saw results in my table. Also, I do not see the warning...

I used the search instead of getItems operation.
I need to set the path to "/" and recursive to true in order to see the results in my table.

When I use the getItems operation and set the path to "/" and run the file, I get a single record with the record of the contribution.

I notice in your links, you use links to set the path, so I think you want the user to go through the files and update the list when the user selects a folder, correct?

To test your connection, set the path in your links to the getItems operation to / instead to your EL expression.
If you have a result, that there is something wrong with your logic. If you do not see a result, there is something else wrong.

For example, here are my links:



  
  
    
    
  
  
    
      
      
    
    
      
        
          
          
          
          
          
          
          
          
          
          
          
          
          
          
          
          
          
          
          
          
          
          
          
          
          
        
      
    
  

If you do not see results when "code you" the path to /.
What type of connection do you use? What is your type of socket RIDC in your area? Web, sleeve or socketssl?

Tags: Fusion Middleware

Similar Questions

  • How can I disable a data block when the process is running.

    When I change a value of element in a folder, I want the cursor always focus on this record, until I pressed a button. I want to disable the block, but I can't find the way to disable a block

    Here's something similar to the previous solution:

    -Trigger a TIMES-NEWS-RECORD-INSTANCE

    : GLOBAL.navigation_flag: = 'n';

    -Trigger WHEN-VALIDATE-RECORD

    IF: GLOBAL.navigation_flag = n THEN

    / * The message is just to show how it works * /.

    MESSAGE ('you can leave the record changed after press the B button."); TAKE A BREAK;

    RAISE FORM_TRIGGER_FAILURE;

    END IF;

    -mouse button B (on the control block) owned navigate = no!

    -WHEN - Shutter release BUTTON

    : GLOBAL.navigation_flag: = 'Y ';

    Kind regards

    Zlatko

  • How to control the call to a data control using the portlet parameter

    Hello

    I use a web service data control in my portlet application. I would like to know if there is a way where in the data control will not be called when the portlet is responsible, unless the portlet parameter is specified.

    Thanks in advance!
    Rian

    You are right.

    It is an example of a classic which I use as a data control:

    public class UserDataControl {
    
      private UserService_Service user_service;
      private UserService us;
    
        public UserDataControl() {
            super();
            user_service = new UserService_Service();
            us = user_service.getUserServicePort();
        }
    
        public List getUserList(String company) {
          List list = us.retrieveUserList(company);
            System.out.println(list.size());
             return list;
        }
    }
    

    The proxy in my case has been generated in UserService_Service.
    This class is used as a datacontrol so my datacontrol will be a setting for the company, as you can see in the getUserList.
    You can check if the parameter is null, then returnn an empty list or so.

  • Bind several web service data controls on the same page

    Hello
    JDev version: 11.1.1.6.0
    I using SOAP web services. I have the following usage:
    I have the data control for the web service, that records the values entered into the form. I created the entry form using the data control (DC1).
    There is an input field [T1], on the tab, I need to fill an another text field, for which the data is returned to an another web service (DC2) data control.
    For the same input text [T1] on the tab out, I need fill in the object list in the component selectonechoice, for which the data is returned to an another web service (DC3) data control.

    Is it possible to use bind several data controls on the same page to reach the use case?
    However, I want to avoid the use of managed bean. Is it possible to do this?

    Concerning
    Fabiola

    Hello

    I can make the case to use even without the use of the managed bean?

    Yes, although the managed bean solution seems reasonable to me.

    Difficulties are

    + 1) REQ1 and REQ2 are the parameters that is common to both 1 and 3 services. +

    Text fields that provide arguments to a method are related to an input variable (file PageDef has an iterator variable in the executable section). A variable can be referenced from method arguments

    + 2) REQ1 is the parameter that is common to both 2 and 3 services. +

    Identical to 1. Create a setting for service 2 and map variables in the arguments of the method of service 3

    + 3) Service3 needs all REQ1, REQ2, REQ3, and REQ4 parameters as parameters to save the data. +

    As said, fields can be referenced from variables, dependent, the linking of the attribute fields (as I guess it is a return value in the bound field)

    There are problems of links as the same setting is available between several departments.

    It's new to me

    Is it possible to solve these problems of binding addresses?

    Yes. Make sure however that WS DC iterators you see in PageDef have their property Refresh ifNeeded for the refreshment of the bound field work properly

    Frank

  • How can I create a query with the data control to the web service?

    I need to create a query with the order of web service data, WSDL, it is query operation, there is a message of parameter with possible query criteria and a return message contains the results. I googled but can't find anything on the query with the web service. I can't find a criterion "named" to the data control of web service as normal data control. Blog of Shay, I saw the topics on the update with the data of web service command. How can I create a query with the data control to the web service? Thank you.

    Hello

    This might help

    * 054.     Search form using control data WS ADF and complex of entry types *.

    http://www.Oracle.com/technetwork/developer-tools/ADF/learnmore/index-101235.html

  • Cannot find the data control to the Web Service in the Menu

    Hello

    I try to call a web service in the ADF. To do this, I want to create a web service data command

    If I understand correctly, if I right click on the template project, I see the data control from the Web Service under layer Business > Web Services. (as indicated in 2.1 Sec-http://www.oracle.com/technology/products/jdev/howtos/1013/wsadf/adfcomplexwstypes.html#WsProxyPojoControl)

    However, I am not able to find this entry in there.

    I tried the following things:

    I tried with Jdev 10.1.3.5, 10.1.3.4 and 10.1.3.1
    I tried to select all available models of technology to create applications
    -Any model
    -Web Application [JSF, EJB, Toplink]
    -Web Application [JSF, ADF]
    -Web Application [JSF, EJB
    -Web Application [JSF, Struts, ADF]... .and everthing else...

    I still don't see the web service proxy.

    Then I opened the ADFToystore sample application, and I could see the service data Web controls here!... .that mean my jdev is not defective... something else is missing.

    So, I tried to see what libraries are selected... I saw that a library named 'Web Service Data Control' are there in the project, which is not there in the model applications project that I created. So I added this library to the project, but it still does not work...
    Next, I added all THE libraries I have seen in the libraries in the project properties section... still no luck

    I don't know I'm missing something basic. Can someone please help.

    Rgds,
    Amit

    Hi Amit,

    try to set the filter above in New Gallery to filter by: all Technologies

    Kind regards

    Branislav

  • Failure — CPU fan comes on full blast when the computer is running. Will not stop unless the computer is off

    Fan comes on full blast when the computer is running. Won't stop unless the computer is turned off, or in low power state. Tech has replaced the fans, problem resurfaced after computer tech left. Everything else seems to work very well. Dell XPS One (all-in-One), Intel Core 2 Quad CPU, Q8200 @ 2.33 GHz, 4 GB RAM, OS, Vista 32-bit

    I suggest you get back the Tech to fix it properly this time, because they have replaced the fan.

    Or try Dell Support/Forums:

    http://support.Dell.com/

    Dell support at the link above.

    http://en.community.Dell.com/support-forums/default.aspx

    Dell's Support Forums at the link above.

    See you soon.

    Mick Murphy - Microsoft partner

  • Catalyst Control Center - the host Application has stopped working

    my laptop rpet Catalyst Control Center: the host Application has stopped working. What should I do?

    Try to update the graphics drivers on your laptop manufacturers site

  • When the adobe application manager loads up, enter user name and password, continuous coming unable to contact adobe, please connect to the internet and try again.

    When the adobe application manager loads up, enter user name and password, continuous coming unable to contact adobe, please connect to the internet and try again.

    Please read https://forums.adobe.com/thread/1499014

    -try some steps such as changing browsers and disable your firewall

    -also clear the cache of your browser if you start with a fresh browser

    -check the file hosts for blocked entries https://forums.adobe.com/thread/1912777

    http://myleniumerrors.com/installation-and-licensing-problems/creative-cloud-error-codes-w ip.

    https://helpx.Adobe.com/creative-cloud/KB/creative-cloud-desktop-application-failed.html

    http://helpx.Adobe.com/creative-cloud/KB/failed-install-creative-cloud-desktop.html

  • put the offline data file when the database is in NOARCHIVELOG mode

    My question is when the database is in log mode Archive No. I am not able to take the database offline.

    When I tried in my computer I noticed set-aside.

    CASES1:

    SYS > alter database datafile 5 offline;

    ERROR at line 1;

    ORA-01145: offline immediately rejected at least media recovery enabled.

    case 2:

    SYS > alter database datafile 5 immediate offline;

    ERROR at line 1;

    ORA - 00933:SQL not correctly completed order

    CASE3:

    I tried the command drop alter database datafile offline 6; (in NOARCHIVELOG mode) and it is to show the same effect that alter database datafile offline 6; (in ARCHIVELOG mode).

    * In NOARCHIVELOG mode are we really drop the data file to use the offline data file? You please tell me the effect of the dropkeyword.

    Oracle protects you. Please review ARCHIVELOG and NOARCHIVELOG mode.

    When you take the database offline in NOARCHIVELOG mode:

    (1) the file is offline

    (2) the RCS in which you took the database offline will be is more to be in the online redo logs

    (3) at this point, you need to perform a media recovery to enable again the file online (ie. restore the database)

    So you can see why you shouldn't do that.

    The DROP Offline command does not actually remove the data file. It removes the control file file details and updates the offline data file. It can be used for purposes of recovery or when you actually plan on deleting data files.

  • Creation of Data Type when the script crashes LabVIEW

    When you use the script (LV2010) if I call the Create method of Data Type (available appeal node when a reference to the BD is cable), if I have all but 1 up to the wiring on 'style' terminal, LabVIEW, it blocks. LabVIEW then restarts with an error message saying that "the last time that you have run LabVIEW internal error or accident took place in lvmain.cpp, line 1756. If I have wiring 1 However, it creates a constant fine.

    I see in the context-sensitive help that it always creates a control at the start, but it seems that I can't get it to create a constant. So, okay, I decided to go around, create the constant, take the new object refnum he returned and there to change the constant in one control... but I can't get this work. Can someone point me in the right direction? Here is the code and the screenshot; This is a quick drop plugin.

    It is intended to run on a cluster that is perceived as an icon if you want to test, you need to create that.

    I presented the 'style' value, 0 if if you don't want to plant LabVIEW, set it up to 1.

    No time for an in-depth exploration now.  Create from Datatype killed my LV10.  What I was able to do after creating a constant of cluster, the consultation as an icon and select it.  (1) with the scripts, create a new VI and stick that the constant to figure (2) mount the pasted objected to the ClusterConstant and the change of control.

    I think I know where you're going, should be interesting.

  • Data control for the Web Service based filter table adf only appear not

    I have a SOAP web service I'm consumption as a web service data control.

    When I use one of the results of the web service through data to the web service in the form of a table control in the user interface with the filter and sort, I don't see the filters on the top of the table.

    It comes to JDeveloper version 11.1.1.7.

    Please let me know if anyone has an idea on this issue.

    TIA

    ABS

    You need connect your own logic on the filtering table.

    The table doesn't actually do the filter - it does, is the data control to filter the info - for a Web service we do not know how it will actually make a sort-, so you'll need to add a filterListener on the table and call a WS that will be returned the filtered data method.

  • Refresh of Page partial update of form before the data control returns the new value

    Hello

    I have a set of paintings of master detail based on a single data source (Session Bean encapsulating a web service call). The high-level table (t1) shows data of opportunity, as the low level (t2) poster contacts for a special occasion. When the opportunity is selected in t1, the contacts associated with this opportunity appear in t2. These tables of work as you wish.

    I have a read only form (form of the Panel layout) based on a different data control (supported by a Session Bean that calls a LinkedIn API and a table of database using EJB3 entities). LinkedIn Session Bean method takes a parameter which I get from the current row in t2. (#{bindings.relatedContact.currentRow.dataProvider.id}) I put the PartialTriggers as 't2' on the form.

    When the page is loaded for the first time, the first line (line A) from table t2 is selected and the display shows the data associated with this line. If I select another line (line B), the Session Bean is called with the value of the id of the newly selected row, but the display will show the associated data from line A. Thereafter, whenever I select a row in t2, bean is called with the new value, but the form displays the data from the selected line previously.

    I guess what happens is that the form is refreshed (using stale data in the data control), and then the call to the session bean is made. I checked using thread and print statements. Sleep() in the bean.

    Is this a correct behavior and how can I make sure that the call to the bean occurs before the form is updated?

    I use JDeveloper version 11.1.2.2.0

    Thank you
    Michael

    Hello

    as answered on StackOverflow, the trick is to set the refresh option on the iterator (s) to the second access WS (table 2) of PageDef on ifNeeded. The default setting is delayed, which in your case is not optimal because refresh occurs during rendering response, which is too late for the access of WS. Try "ifNeeded.

    Frank

  • Quarter playback controls when the 3rd party app plays

    When a 3rd party application plays on my iPhone (Audible, Castro,...), my Apple Watch does not show the playback controls to it. Wait for the watch to show the same controls as the control center on my iPhone. But it shows a Play button and gray < <>> / buttons. Volume controls work well and when I press the play button, the 3rd party app is dimmed and the iOS app music begins to play.

    I'm doing something wrong?

    iPhone 6 s more - iOS 10.0.1

    Apple Watch series 2 - Watch OS 3.0

    Hello

    Audible or Castro iPhone applications currently include an app for Apple Watch:

    I suggest that you see the respective developers support resources and/or consult the developers directly on the contribution of functionlity for their applications on Apple Watch:

  • Newbie question: How do I loop to stop when the weather changes?

    I'm using a 'chain of Date/Time Format vi"with a time format string % H: %m, I want time to stop a loop when the minute is changed. How should I do tjis?

    See you soon,.

    Sam

    Hi Sam,

    instead of shrek juggling with chains and locals (property node.value is the type of local!), you must use a whole number and register shift...

Maybe you are looking for

  • My tags do not appear in my Thunderbird e-mail folders. How to make labels visible?

    I create tags, while the files are located in the Inbox and they are well visible (color highlighting of the entrance of all e-mail), but after I transfer individual emails in a folder tags are no longer visible. At least, I have not found them. What

  • Recovery disk installs but says can't install the satellite A100 - 02L

    Hi, I'm new to this so any help greatly appreciated. I have an Equium A100 02 L model PSAAQE OOPOOKAVThe hard drive failed completely, so I bought a new hard drive and installed, then used the Toshiba Windows Vista recovery Disc... all good so far! O

  • HP Solution Center will not work

    ... even if I downloaded and installed the software. I have a disc that came with the printer which worked well with my laptop running Vista, but my new PC running Windows 7 and the disc does not work. The printer-scanner-copier works fine so the pil

  • HP-2000-369wm: could not find my driver sotware

    After doing a clean install of windows 7 my drivers needed for the update, but the page containing the software for the update is empty. I'm out of ideas and looking for a soluion.

  • Media Player 11 is a problem and stop.

    Media Player 11 no longer plays midi or wav files, although these same files play on other drives on my computer. Say MPEG encode error details does not properly. OS is xp. In need of a solution. Thank you