Tree Binding sample not works on iAS 10.1.2

I have downloaded sample Tree Binding - Tree View Control (http://www.oracle.com/technology/sample_code/products/jdev/index.html)
and opened with jDeveloper 10.1.2.
On Embedded OC4J it works fine but after deploy to iAS 10.1.2, the tree control on departmentTree.jsp is void.
Is there any problem with tree on iAS 10.1.2 ?
Regards,
Lumir Vanek

Hi dvohra,
Thanks for your reply. I'm afraid I overlooked something, which is the reason of the ajax functionality not working. The Servlet that made the Ajax functionality used a datasource, and the same was in the Embedded OC4J Preferences. The ADF Business Components part was changed to use the datasource declared on the iAS. The Servlet however was not...
So, all works now.

Similar Messages

  • Ias samples not working windows2000advanced ias sp5

    Ias sample applications is not working(even fortune).
    Os windows 2000 advanced server sp2
    appserver ver ias6.5
    webserver iis 5.0
    configured cgibin as mentioned in the release notes
    errorERROR: Unknown Type of Request Please Check the URL

    Hi,
    Please follow the Previous posting
    Regards
    Ganesh .R
    Developer Technical Support
    Sun Microsystems
    http://www.sun.com/developers/support

  • Touch Panel Shared variable binding does not work.

    Hi,
    Is there any reason why shared variable binding is not working under Touch Panel Target?
    Is there any plan for implementing or there is some trick I should know?
    Andras

    RebeccaFo wrote:
    Hello Andras,
    which version of LabVIEW are you using? As yu can see in:
    http://digital.ni.com/public.nsf/websearch/04AAA6903A9456F08625715A0026BC57?OpenDocument
    it should work. So what for problems do you have?
    Thanks,
    Just FYI, the KnowledgeBase article linked above has been revised and moved to a new location.  See the new KnowledgeBase 58JFBGD2: Are Shared Variables Available For LabVIEW Mobile Module (Formerly PDA Modul...

  • Adding multiple locales to TwitterTrends mobile sample - not working

    Hi All,
    I have been having trouble adding support for muliple locales in my application so I desided to try it out with TwitterTrends sample application. Should be easy, but not working for me...
    What I did:
    1. Add locale folder under assets with an en_US sub folder
              src/assets/locale/en_US
    2. Create a properties file for en_US and save to src/assets/locale/en_US
         src/assets/locale/en_US/twittertrends.properties
    3. Add a single resource key for the home view in 'twittertrends.properties'
         views.home.title=Twitter Trends
    4. Update the TwitterTrendsHome.mxml to use fetch the title from the properties file
         title="{resourceManager.getString( 'twittertrends', 'views.home.title' )}"
    5. Add the locale folder to the applications source path, I did this by modifying the additional compilter args for Flash Builder:
         -locale en_US -source-path=assets/locale/{locale}
    Result:
    No title is displayed..
    I am not sure what I did wrong. Any help is much appreciated.
    Has anyone else seen/not seen this issue?
    Cheers,
    Greg

    Try adding
    <fx:Metadata>
        [ResourceBundle("twittertrends")
    </fx:Metadata>
    The problem is that the compiler isn't smart enough to tell that you're using the 'twittertrends' resource bundle unless you tell it so via [ResourceBundle] metadata. It doesn't try to analyze the ActionScript code inside of databinding expressions to determine what parameters you are passing to ResourceManager functions, etc.
    If instead of databinding you use the @Resource() compiler directive, as in
    title="@Resource('twittertrends', 'views.home.title')"
    then it should be able to figure this out without the [ResourceBundle] metadata. But this way of doing it doesn't support switching the locale at runtime.
    Gordon Smith
    Adobe Flex SDK Team

  • Bind Variable NOT working in APEX 4.0 within charts SQL

    All,
    I had a chart working fine in 3.2 which had a bind variable like :P11_EMP_NAME, when I created the same chart in 4.0 using the same query it did not work, until I changed the variable to v('P11_EMP_NAME'). Does anyone have experienced the same behaviour?
    Thanks
    Venkat

    Hi Deb,
    Both of your queries are using multi-series syntax i.e. returning more than one series of data, therefore your generated chart is actually generating 6 series rather than just the two that you're aiming for. You could try changing your queries to ensure they each generate a single series of information, which would then result in the extra Y-axis being applied to your "Series 2". Here's an example of what I mean:
    Series 1:
    select null link, label, value from (
    select 'test' label, 1 value from dual
    union all
    select 'test2' label, 2 value from dual
    union all
    select 'test3' label, 3 value from dual
    )Series 2:
    select null link, label, value from (
    select 'test' label, 100 value from dual
    union all
    select 'test2' label, 200 value from dual
    union all
    select 'test3' label, 300 value from dual
    )I hope this helps.
    Regards,
    Hilary

  • Perf Mon: Open PMUs & Open PMU Trees options are not working...

    Monitoring System: Windows, PeopleTools 8.49 Patch 13. Database, web, app, process scheduler all in one system and OS is windows.
    Monitored Systems:
    1) Self monitoring system: OS- Windows, PeopleTools 8.49 Patch 13.
    2) Fin Demo - People Tools: 8.46.14 - HP Unix 11i,all web, app, process scheduler on HP Unix, 11i.
    Both the Open PMUs & Open PMU Trees option in performance monitor supposes to display current open PMUs data, ran long running queries
    on Monitored systems we are not seeing any data for open PMUS with either Open PMUs or PMU Tress options in Monitoring system.
    Do have the same issue on a diff setting(follows):
    Monitoring System:
    People Tools Version: 8.46.14
    Monitored Systems:
    Fin Demo - People Tools: 8.46.14
    Inv Dev - People Tools: 8.45.13
    Any thoughts why its not working?
    Thx/T

    I am not sure if I can help you but you must first try to identify your problem more specifically. From the man page of evdev, I see:
    Option "EmulateThirdButton" "boolean"
    Enable third button emulation. Third button emulation emits a right button event (by default) by pressing
    and holding the first button. The first button must be held down for the configured timeout and must not
    move more than the configured threshold for the emulation to activate. Otherwise, the first button event
    is posted as normal. Default: off. Property: "Evdev Third Button Emulation".
    The first thing I would check, is how to "press and hold the first button" (from a system point of view). When you click down  the first button, the system should see a NotifyGrab event, when you release the button a NotifyUngrab event. Is this actually what the system see? Try to disable any configuration files and see the output of evdev. Are you able to generate a NotifyGrab event with no NotifyUngrab?

  • Running samples not working...

    I could run these samples before, but now they do not work with the following error. Any idea why this is happening? I solved it once by deleting files in the temp directory, but now that does not work. Any ideas would be appreciated.
    Thanks,
    Ray
    MY CONFIGURATION INFO
    DB => 9.0.1.3
    DB Platform => Solaris 2.6
    DB SID => ifsdb
    2nd Tier Platform => Windows 2000 Server
    IFS Version => 9.0.1
    D:\ora901client\9ifs\samplecode>java oracle/ifs/examples/api/UserSample system manager IfsDefault ifssys
    UserSample starting
    Unable to start service:
    java.lang.NoSuchFieldError:java.lang.NoSuchFieldError: OCIEnvHandle
    java.lang.NoSuchFieldError: OCIEnvHandle
    at oracle.jdbc.oci8.OCIDBAccess.make_c_state(Native Method)
    at oracle.jdbc.oci8.OCIDBAccess.logon(OCIDBAccess.java:309)
    at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:307)
    at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.ja
    va:442)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:321)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at oracle.ifs.server.LibraryConnection.<init>(LibraryConnection.java:245
    at oracle.ifs.server.ConnectionPool.constructLibraryConnection(Connectio
    nPool.java:712)
    at oracle.ifs.server.ConnectionPool.createLibraryConnection(ConnectionPo
    ol.java:673)
    at oracle.ifs.server.ConnectionPool.<init>(ConnectionPool.java:311)
    at oracle.ifs.server.S_LibraryService.resetConnectionPools(S_LibraryServ
    ice.java:3204)
    at oracle.ifs.server.S_LibraryService.<init>(S_LibraryService.java:1051)
    at oracle.ifs.server.S_LibraryService.startService(S_LibraryService.java
    :1408)
    at oracle.ifs.beans.LibraryService.startService(LibraryService.java:255)
    at oracle.ifs.beans.LibraryService.startService(LibraryService.java:303)
    at oracle.ifs.examples.api.BaseSample.startService(BaseSample.java:95)
    at oracle.ifs.examples.api.UserSample.run(UserSample.java:62)
    at oracle.ifs.examples.api.UserSample.main(UserSample.java:43)
    UserSample could not establish a session; exiting

    Looks like your JDBC is not ok on the middle tier machine. You need to be able
    to connect using JDBC from the middle tier to the database.

  • Bind.ref not working for dynamically added fields

    I am working on a template that has a table with rows added at the run time. I have to attach fields in each row to an XML tag and child tags. I am using SOM Expression to identify each field in the run time. I have written the code to go in a loop and bind the field at run time but it was not working. So I am just kind of trying out for binding one field using the SOM Expression.
    This code was written in the initialize event of the TextField2 with Java Script as the scripting language.
    var fieldPath = xfa.resolveNode("xfa[0].template[0].Message[0].Page1[0].Table1[0].Row1[" + 0  +"].TextField2[0]");
    fieldPath.bind.ref = "$record.COMMAND.sendApplicationInformationRequest.formNumber";
    xfa.form.remerge;
    I also tried by changing the reference this way but no luck..
    var fieldPath = xfa.resolveNode("xfa.template.Message.Page1.Table1.Row1[" + 0+ "].TextField2");
    Can any one help on this?
    Thank you
    Srini

    Hi Steve,
         Thank you for your response..
         I could not able to open your attachments.. They both say QUEUED..
    dynamic-subform-with-data-binding.pdf (150.4 K) QUEUED
    form1.xml (533 bytes) QUEUED
    Thanks
    Srini

  • Color Sampler not working outside my window! Urgent, please help!

    I just installed Photoshop on my Surface Pro 3. I am doing a presentation in a few hours where I will need to be able to demonstrate the use of the Color Sampler outside the window. It doesn't work. It goes up to the edge of the workspace but does not sample beyond that. I've tried using the pen, the trackpad and the mouse. None of them work. If I try to do it on my Windows 8.1 desktop, it works fine. Help!

    Just looked into this and have found a resolution. Always learning new tricks!! So forgive me I was wrong in the first post.
    You CAN do it by clicking within the workspace and then dragging outside so continually holding down then letting go outside the workspace.
    Colour sampling outside Photoshop | Shape Shed
    Hope this helps!

  • Read-only bind mounts not working properly

    Hello,
    I discovered a strange behavior regarding mount --bind on my system. In the past I could create read-only bind mounts using first a mount --bind /source /dest and after that mount -o remount,ro /dest. But since some kernel update (not sure which) this procedure results in the complete filesystem of the source being remounted read-only, not only the /dest mountpoint. I also saw that bind-mounts are not shown as such in the outbput of mount:
    the mountpoint was created using
    mount --bind /mnt/data/Backup/vserver/Daten /mnt/data/homes/vserver/Daten
    and results in the following output of mount:
    /dev/mapper/data on /mnt/data/homes/vserver/Daten type ext4 (rw,noatime,nodiratime,user_xattr,acl,barrier=1,stripe=64,data=ordered)
    so its reported as if i mounted the parent fs (/dev/mapper/data on /mnt/data) to the directory.
    Does anyone know what caused this behavior, and how to get read-only bind-mounts back to a working condition?
    Thanks in advance,
    seiichiro0185

    R00KIE wrote:
    You could use the "alternative" way of doing it, which is exemplified in the manual page: '
    mount --bind olddir newdir
    mount -o remount,ro,bind olddir newdir
    Here I can reproduce your problem but the "alternative" way seems to work fine.
    That's not the alternative way, that's the only way. Though, you don't need to specify both the source and dest on the remount -- just the dest.
    Last edited by falconindy (2012-01-31 13:32:12)

  • Samples not working in EXS24 and Kontakt after volume change.

    So I recently swapped my optical drive for an SSD and have elected the SSD as my new boot disk (my internal hard drive was the boot disk before). When I installed the SSD, I installed Lion onto it and then used a time machine backup to restore it to a replica of my old internal drive. 
    Now when I open a recent project, I see only a few instances of Kontakt without instruments loaded (factory 808 kit works still) and all instances of exs24 (about 3 or 4) are showing that my samples are loaded in the edit window. Exs24 shows the samples emitting audio in the track list, but not in the inspector windows. Playing by midi doesn't work either, the only things that DO work are audio tracks and instances of synths.
    About my volumes:
    - I load my samples (including audio samples and libraries) from an external drive via usb.
    - My projects are also kept on the external drive.
    - The only task allocated to my SSD (or initially my hard drive) is to run logic and run my plugins
    - Old internal hard drive has been formatted and I'm not really using it at all
    What seems to be the icing on the cake is that my most recent project works perfectly fine and is running many instances of kontakt and exs24.
    Can someone please save me from this technological ****?
    Thanks guys!

    Any ideas people? If not, can someone kindly point me to a forum where there are advanced logic users?

  • DB Adapter Binding Fault Not Working

    Hi,
    I am trying to run the application "InsertWithCatch" bpel sample in 10.1.3.1 and after testing it's always generating the same exception as below for any Database error:
    javax.transaction.RollbackException: Transaction has been marked for rollback:.
    What might the possible reason that binding fault is not getting generated at rutime when I am doing a duplicate row insertion?
    Thanks.

    Hi,
    I have increased the domain Logging level and this is the actual stack trace that is getting generated:
    While trying to do an insert:-
    Caused by: ORABPEL-11616
    DBWriteInteractionSpec Execute Failed Exception.
    insert failed. Descriptor name: [InsertWithCatch1.Movies]. [Caused by: ORA-00001: unique constraint (SOADEMO.MOVIES_PK1) violated
    Caused by Exception [TOPLINK-4002] (Oracle TopLink - 10g Release 3 (10.1.3.1.0) (Build 061004)): oracle.toplink.exceptions.DatabaseException
    Internal Exception: java.sql.BatchUpdateException: ORA-00001: unique constraint (SOADEMO.MOVIES_PK1) violated
    Error Code: 1.
         at oracle.tip.adapter.db.exceptions.DBResourceException.createEISException(DBResourceException.java:369)
         at oracle.tip.adapter.db.exceptions.DBResourceException.outboundWriteException(DBResourceException.java:410)
         at oracle.tip.adapter.db.DBInteraction.executeOutboundWrite(DBInteraction.java:933)
         at oracle.tip.adapter.db.DBInteraction.execute(DBInteraction.java:211)
         at oracle.tip.adapter.fw.wsif.jca.WSIFOperation_JCA.executeRequestResponseOperation(WSIFOperation_JCA.java:480)
         ... 87 more
    Caused by: Exception [TOPLINK-4002] (Oracle TopLink - 10g Release 3 (10.1.3.1.0) (Build 061004)): oracle.toplink.exceptions.DatabaseException
    Internal Exception: java.sql.BatchUpdateException: ORA-00001: unique constraint (SOADEMO.MOVIES_PK1) violated
    Binding fault raised as expected:-
    <2008-03-19 13:45:18,468> <DEBUG> <default.collaxa.cube.engine> <bpel.insertwithcatch.BPEL_BIN$$BPELC_BpInv2::perform> error thrown
    com.oracle.bpel.client.BPELFault: faultName: {{http://schemas.oracle.com/bpel/extension}bindingFault}
    messageType: {{http://schemas.oracle.com/bpel/extension}RuntimeFaultMessage}
    While performing a merge:-
    org.collaxa.thirdparty.apache.wsif.WSIFException: file:/D:/soasuiteproduct/10.1.3.1/OracleAS_1/bpel/domains/default/tmp/.bpel_InsertWithCatch_1.0_4b0c7547e53123fc55dd2a1a4c59a472.tmp/InsertWithCatch1.wsdl [ InsertWithCatch1_ptt::merge(MoviesCollection) ] - WSIF JCA Execute of operation 'merge' failed due to: Could not create/access the TopLink Session.
    This session is used to connect to the datastore. [Caused by: Transaction has been marked for rollback: null]
    ; nested exception is:
         ORABPEL-11622
    Could not create/access the TopLink Session.
    Database adapter runtime platform classname is:-oracle.toplink.platform.database.Oracle9Platform
    What can be the possile fixture to above problem?
    Please advice as I am have to implement the error handling strategy to an actual Case Study implementation.
    Thanks

  • Tree expand / contract not working when region copied...

    Hi
    I have a tree view region which I want to appear on each relevant page. Simple, thinks I, I'll copy the region from page to page... but when I do this then the expand / contract buttons don't work. If I create a new tree region then paste in the code from the tree region I want to copy all works well...
    Using Apex version 4.0.0.00.46.
    Anybody else seen this?
    Steve

    >
    The existing page zero appears at the top of other pages, containing specific data. This Tree element only appears on the config pages and is on the left hand side of the page.
    >
    You've just caused me to make a discovery that I hadn't noticed in nearly 6 years of APEX use: Page Zero is assigned a page template! I've no idea why this is: I don't think it should; this template will have absolutely no effect on how the application is actually rendered so I therefore think we should ignore it and maybe it will go away...
    Has the presence of a page template on Page Zero influenced your thinking on its use?
    Understand that regions on Page Zero will not be rendered according to the Page Zero template, but according to the page template for the page they are included on. The region Display Points remain constant: if you assign the Tree element to region position 2 on Page Zero, and it's included on pages 6, 7 and 8, then it will appear in region position 2 on pages 6, 7 and 8. However, using page templates and CSS, region position 2 can be in completely different places on the screen on pages 6, 7 and 8 (and even be in different positions on the screen and on a printout from the same page...).
    The other main thing about Page Zero is that the rendering of regions can be controlled conditionally, often using the Current page in Expression 1 condition, where a list of page numbers specifies which pages a region should be included on. So to make your Tree region only appear on Config pages 6, 7 and 8, set its Display Position to Region Position 2, and give it a Current page in Expression 1 condition with Expression 1 set to <tt>6,7,8</tt>. If the "existing page zero" elements appear on every page except 6, 7 and 8 then use the opposite Current Page not in Expression 1 condition...
    Only very simple apps would tend to include all Page Zero regions on other pages in their entirety: most of the time there will be mix'n'match using conditional rendering.
    >
    Which raises yet another question (getting my 2 cents worth here!) - can we conditionally change the position of a region? eg if on app pages 1 thru 5 then page zero is at top. if on pages 6 thru 8 then appears on left side?
    >
    Hope I've managed to explain why that's not how it works?
    (And reflecting on the mysterious presence of a template on Page Zero, I can only think that it has something to do with the Display Point preview pop-up, even though it's entirely useless as a safe guide to where the region will ultimately appear...)

  • FDS samples not working "send failed"

    Hi all,
    me again with another problem .....
    I have installed FDS at the default location c:\fds2...
    I am having problems running the sample apps that can be
    accessed from the page :-
    http://localhost:8700/samples/
    The Integrated Flex Server is running in a cmd window as
    required.
    However, when I try to run the sample CRM app at
    http://localhost:8700/samples/dataservice/crm/companyapp.mxml
    (or any Data Service samples ) I get the initial screen showing
    with the 2 panels BUT then get an error message "Send failed"
    popup. When I say OK to this popup, I get not data returned.
    I am sure it's a fairly easy problem to solve for you
    talented folks.
    Thanks in advance
    Regards
    Smak

    Something is wrong with your installation because I've
    istalled today the two versions because I want use Tomcat and the
    CRM application works fine with JRun.
    I have your problem with the J2EE installation wich gives me
    a "Channel disconnected" and "send failed" message. I overcome this
    problem running Integrated Flex Server before open CRM application
    in tomcat. Now I have the two versions running without any problem
    Regards
    Manuel Guimarães, Portugal

  • Ultrabeat Samples Not Working?

    Using the African kit and some of the samples are not sounded when I play them on the ultrabeat interface whilst others work just fine. Any suggestions on how to sort this?

    Now I've been told that this could have something to
    do with 3 things. 1. intel mac (yes, I was stupid
    enough to buy this piece of crap) 2. logic 7.1 (I
    refuse to pay the $50 for crap updates) or 3. the O2
    usb midi controller I'm using is not compatible
    (which I find hard to believe)
    You can't run a non Universal Binary of Logic (i.e., < 7.2) on an Intel apple computer. This 'crap updates' is absolutely essential.
    Dual 1.8Ghz G5 PB G4 1Ghz LP7.1.1 RME FF800   Mac OS X (10.4.8)   Reaktor 5.1.1 Reason 3.0.5 Live 5.0.2 Battery 3.0.1 Recycle 2.1 DFH 1.5.3

Maybe you are looking for

  • How do I move pictures from Facebook to iPhoto?

    How do I move pictures from Facebook to iPhoto that my friends have tagged me in? Please help I hope it is possible!!

  • Set Key Field in Import Manager

    Hi All, I have 2 fields in my source file(name,category) .category(look up Field) is the key field and name(display Field) is the matching field. I got file like this...... Name                  category 1                           A 1               

  • What is an automatic clearing program?

    Hi, What is an automatic clearing program? how can we run the automatic clearing program? Regards sAT

  • Level Based Measure Problem

    Hi All, I have been struggling with what I think would be a common problem and I am hoping that someone can help me. I would like to create a report that shows for example the sales figure for a give region and the % that particular region represents

  • [SOLVED] Hostname: Thisfiletakesprecedenceoveretchostswhere

    Some days ago I converted Arch to pure Systemd, which is a great system imho. One lingering problem is that my /etc/hostname file (which has the same hostname as /etc/hosts is not effective? I get the following: handy ~ $ hostname Thisfiletakespreced