JDev 10.1.3 Tool Question: Why ist there no /faces in URL when running JSF

Hallo,
I am developing an application with JDev 10.1.3, ADF Faces, Tiles.
Everything works fine, except the JDev support when trying to start a "tile" that does not contain a f:view tag. The url that is given to the browser by JDev does in this cases not contain the "/faces" part.
When entering the correct URL in the browser it works perfect.
Question: How does JDev identify then to add the "/faces" part in the URL and when not?
E.g. then a pure .jsp is "run" in JDev the URL that is given to the browser is without "/faces" - what is correct in that case. How does JDev know when pressing "run" that it is a pure .jsp or a "jsf .jsp"?
Thx Willi

good luck gettting a good answer to this! We're having the same sort of problem, when we deploy the application on the server we lose the /faces unless we manually put it in. On top of that we get a 'Faces_Servlet' loading in our servlet list instead of the needed 'Faces Servlet' loading(it sits unloaded the whole time). This may be also part of your problem, you may want to look into it. I'm currently working with oracle to try to solve this.
good luck!

Similar Messages

  • HT2534 why is there no option of "none" when signing up in iTunes for the billing part

    why is there no option as "none" for the billing account in iphone5?

    If you only want the free apps, take a look here:
    http://support.apple.com/kb/HT2534
    Read the steps carefully as the order in which you follow them is  critical. Note that you can do this only when creating a new Apple ID. You cannot use an existing ID. 
    You will of course not be able to get anything other than the free apps without entering in some sort of payment method (credit card, prepaid iTunes card, gift certificate, etc.)
    Regards.
    Forum Tip: Since you're new here, you've probably not discovered the Search feature available on every Communities page, but next time, it might save you time (and everyone else from having to answer the same question multiple times) if you search a couple of ways for a topic, both in the relevant forums and in the Apple Knowledge Base, before you post a question.

  • Why are there always 180 Free Apps when I choose "See All"?

    Surely new apps are added daily. Why are there never more than 180? Are there more, but I just don't know how to find them? I feel like I'm missing something here. (BTW - The same question applies to Paid Apps.)

    Well, no one really seems to have the answer to the essential question:
    "Are there only 180 apps in a category and is it going to stay that way? If there are more, where the heck are they?"
    I can't believe that 180 is the limit and we won't be seeing any more!

  • Why doesn't  Elements Premier 11 Start when running on Windows 8?

    Premier 11 does not start when running on Windows 8.  I error message calls for an up-dated display driver.  I checked the drivers in the device manager and all report that they are up to date.  What is the next step to trouble shoot?

    amertrainman
    I am not sure what is going on with the posting of your question.
    One copy (9:32 am) has already been posted in the Premiere Elements Forum here and has been responded to by Steve Grisetti who is awaiting a reply from you.
    See
    http://forums.adobe.com/thread/1256735?tstart=0
    Please respond to his line of questions in the link cited.
    Multiple posts for the same question can get confusing for the person asking the question as well as for the person(s) try to help with an answer to get you moving forward with your Premiere Elements project(s).
    Thanks.
    ATR

  • Why ist there still no 5.0a2 x64 windows version for download?

    Even the 4.0 x64 windews version was imho stable enough for a release. But the x64 version was planned for 5.0.
    But where ist the test version?
    The 6.0 version is not stable enough to use so I'm back on 4.0pre13.

    Alright Firefox Users,
    As I'm typing this to y'all, I'm chatting with a LIVE Mozilla Firefox Support agent online in regards to the x64.
    This particular agent advised as of the Firefox 3.0 edition, the 64bit version was available to be downloaded for use. I have spent the last 1.5hrs trying to get this strighten out as they claim that the 64bits are released but I have proved to him, NO WHERE on this site does it claim there has been a 64bit release.
    I have also sited the two different links [http://techblog.weblineindia.com/news/firefox-5-0-to-have-64-bit-version-for-windows-in-2011 Firefox 5.0 to have 64-bit Version for Windows in 2011] and also [[822874|Why is't there still no 5.0a2 x64 windows version for download?]] where clearly states there is nothing.
    Fortunately for us, Mozilla has decided to make a higher version called Nightly 8.0 which DOES NOT have any of the add-on that you might be looking for, but to be honest, this version of browser is honestly ONE OF THE BEST I've ever used despite the lack of add-on available. I believe this would definitely make your browser perform a bit better, and if you have some patience with Firefox/Nightly, they'll eventually come out with add-on bit by bit.
    In my final saying, I hope you guys encourage the techs you correspond with, have done all their research before you disconnect with them as it could be really difficult to wait for them to come back online from whatever they're doing.
    So before you beg and plea for more x64 stuff, try the [http://nightly.mozilla.org/ Firefox Nightly Builds - These builds are for testing purposes only]

  • Random question: Why are there multiple virtual consoles?

    I'm very interested in every single detail of some things and that has spawned a random question.
    Why do we have multiple virtual consoles(proper term?) ?  i.e. if I am looking at my desktop I can simply hit ctrl-alt-f3 for example, and poof!  I'm at a new login prompt.
    What is/are the purpose(s) for this feature?  Can someone name off some scenarios?
    Thanks!

    Forgotten Path wrote:
    How so?  I tried running
    virtualbox --startvm Windoze
    on a virtual console and received an error about finding the X server.
    Here is my ~/.xinitrc
    #xset b off
    setxkbmap -option ctrl:nocaps
    case $WM in
    kde)
    ck-launch-session dbus-launch startkde
    gnome)
    ck-launch-session dbus-launch gnome-session
    compiz)
    ~/bin/compiz&
    ck-launch-session dbus-launch compiz ccp
    #ck-launch-session dbus-launch fusion-icon
    lxde)
    ~/bin/lxde&
    ck-launch-session dbus-launch startlxde
    openbox)
    ~/bin/openbox&
    ck-launch-session dbus-launch openbox
    e17)
    ck-launch-session dbus-launch
    enlightenment_start
    vb)
    VirtualBox -startvm "Windows XP" -fullscreen
    xfce4)
    ck-launch-session dbus-launch startxfce4
    i3)
    ck-launch-session dbus-launch i3
    ck-launch-session dbus-launch startxfce4
    esac
    From the console, use :
    WM=vb startx
    or, if there is already something running on Screen 0 (OpenBox, Xfce4, whatever) simply:
    WM=vb startx -- :1
    Note that the examples start VitutalBox.  I could just as easily set WM to any of the other environments defined in my .xinitrc.
    I have also made this work straight from kdm.  I think I created a custom session, but I may have created a .desktop file in /usr/share/apps/kdm/sessions/ 
    I am not using kdm on this machine and I don't remember
    edit: Typo
    Last edited by ewaller (2012-02-11 23:14:09)

  • Newbie question: Why is "learn sound model" greyed out when trying to remove background sounds in a file using the Spectral Frequency display?

    I am trying to remove background sounds in a file using the Spectral Frequency display. The first edit on a new file, this process works fine:
    1. use brush to cover sound
    2. right click, learn sound model
    3. effects/noise-reduction-restoration/Sound Remover
    The next time I try to remove another sound in the file, "learn sound model" is greyed out. I have to close the file and reopen to be able to make another edit. What on earth is going on? Can it only learn one sound model or something?
    I'm a newbie, so thanks in advance for your advice!

    My daughter has had her Razr for about 9 months now.  About two weeks ago she picked up her phone in the morning on her way to school when she noticed two cracks, both starting at the camera lens. One goes completely to the bottom and the other goes sharply to the side. She has never dropped it and me and my husband went over it with a fine tooth comb. We looked under a magnifying glass and could no find any reason for the glass to crack. Not one ding, scratch or bang. Our daughter really takes good care of her stuff, but we still wanted to make sure before we sent it in for repairs. Well we did and we got a reply from Motorola with a picture of the cracks saying this was customer abuse and that it is not covered under warranty. Even though they did not find any physical damage to back it up. Well I e-mailed them back and told them I did a little research and found pages of people having the same problems. Well I did not hear from them until I received a notice from Fed Ex that they were sending the phone back. NOT FIXED!!! I went to look up why and guess what there is no case open any more for the phone. It has been wiped clean. I put in the RMA # it comes back not found, I put in the ID #, the SN# and all comes back not found. Yet a day earlier all the info was there. I know there is a lot more people like me and all of you, but they just don't want to be bothered so they pay to have it fix, just to have it do it again. Unless they have found the problem and only fixing it on a customer pay only set up. I am furious and will not be recommending this phone to anyone. And to think I was considering this phone for my next up grade! NOT!!!!

  • Why are there CORBA error messages -- COMM_FAILURE when using the orb obj?

    Hi Guys,
    I followed the tutorial http://download.oracle.com/javase/6/docs/technotes/guides/idl/GShome.html
    compiled and run the code. Everything works fine however whenever I use the ORB orb object I get the following message
    both in my Naming Service and the HelloServer output:
    2010-12-10 12:35:46.505 FINE Transport to 127.0.1.1:44100: stream closed on read < 0
    2010-12-10 12:35:46.506 FINE ServerGIOPConnection to 127.0.1.1:44100 (ec4a87): getMessage() -- COMM_FAILURE
    2010-12-10 12:35:46.507 FINE ServerGIOPConnection to 127.0.1.1:44100 (ec4a87): streamClosed()
    2010-12-10 12:35:46.508 FINE ServerGIOPConnection to 127.0.1.1:44100 (ec4a87): close()
    Why is this happening?
    I have also installed jacorb and added it to my class path and run the examples with:
    jaco -Djacorb.config.dir=. -DORBid=HelloClient HelloServer
    ns -Djacorb.naming.ior_filename=/home/zorg/Project/Java/CORBA/NameService/NS_Ref
    jaco -Djacorb.config.dir=. -DORBid=HelloClient HelloClient
    I have included the code from the tutorial for convinience:
    // HelloServer.java
    // Copyright and License
    import HelloApp.*;
    import org.omg.CosNaming.*;
    import org.omg.CosNaming.NamingContextPackage.*;
    import org.omg.CORBA.*;
    import org.omg.PortableServer.*;
    import org.omg.PortableServer.POA;
    import java.util.Properties;
    class HelloImpl extends HelloPOA {
      private ORB orb;
      public void setORB(ORB orb_val) {
        orb = orb_val;
      // implement sayHello() method
      public String sayHello() {
        return "\nHello world !!\n";
      // implement shutdown() method
      public void shutdown() {
        orb.shutdown(false);
    public class HelloServer {
      public static void main(String args[]) {
        try{
          // create and initialize the ORB
          ORB orb = ORB.init(args, null);
          // get reference to rootpoa & activate the POAManager
          POA rootpoa = POAHelper.narrow(orb.resolve_initial_references("RootPOA"));
          rootpoa.the_POAManager().activate();
          // create servant and register it with the ORB
          HelloImpl helloImpl = new HelloImpl();
          helloImpl.setORB(orb);
          // get object reference from the servant
          org.omg.CORBA.Object ref = rootpoa.servant_to_reference(helloImpl);
          Hello href = HelloHelper.narrow(ref);
          // get the root naming context
          org.omg.CORBA.Object objRef =
              orb.resolve_initial_references("NameService");
          // Use NamingContextExt which is part of the Interoperable
          // Naming Service (INS) specification.
          NamingContextExt ncRef = NamingContextExtHelper.narrow(objRef);
          // bind the Object Reference in Naming
          String name = "Hello";
          NameComponent path[] = ncRef.to_name( name );
          ncRef.rebind(path, href);
          System.out.println("HelloServer ready and waiting ...");
          // wait for invocations from clients
          orb.run();
          catch (Exception e) {
            System.err.println("ERROR: " + e);
            e.printStackTrace(System.out);
          System.out.println("HelloServer Exiting ...");
    // Copyright and License
    import HelloApp.*;
    import org.omg.CosNaming.*;
    import org.omg.CosNaming.NamingContextPackage.*;
    import org.omg.CORBA.*;
    public class HelloClient
      static Hello helloImpl;
      public static void main(String args[])
          try{
            // create and initialize the ORB
            ORB orb = ORB.init(args, null);
            // get the root naming context
            org.omg.CORBA.Object objRef =
                orb.resolve_initial_references("NameService");
            // Use NamingContextExt instead of NamingContext. This is
            // part of the Interoperable naming Service. 
            NamingContextExt ncRef = NamingContextExtHelper.narrow(objRef);
            // resolve the Object Reference in Naming
            String name = "Hello";
            helloImpl = HelloHelper.narrow(ncRef.resolve_str(name));
            System.out.println("Obtained a handle on server object: " + helloImpl);
            System.out.println(helloImpl.sayHello());
            helloImpl.shutdown();
            } catch (Exception e) {
              System.out.println("ERROR : " + e) ;
              e.printStackTrace(System.out);
    }Edited by: 819887 on 10-Dec-2010 04:51
    Edited by: 819887 on 10-Dec-2010 04:58

    Figure out the actual problem is when the naming service is resolving the name on line:
    helloImpl = HelloHelper.narrow(ncRef.resolve_str(name));

  • Why is there suddenly an error message when trying to download pdf documents online: "cannot export document"

    Why am I recently receiving an error message when trying to download pdf documents from the web? The message reads: "cannot export document" I've updated Adobe and all software updates are current. The first indication of a problem was when I opened a pdf that I thought downloaded, but the file is blank. Now that doesn't even happen. Any help would be tremendously appreciated! Thank you, KB

    I know man what your saying. I should have written it down when it happened last night. I figured if anyone had had the same issue they might know the reason. I'll try doing a test recording today and see if the same issue arises. Meanwhile, if anyone has this happen to them please let me know. Thanks

  • Why do l get an Invalid URL  when l try to login to facebook? Invalid URL  The requested URL "/?ref=home", is invalid.   Reference

    More than half the time, when l try to login to facebook l get an "Invalid URL" message or a box pops up with 'warning, certificate did not match hostname'' and sometimes l get a really weird version of fb. Also sometimes when l go other places on the internet the warning pops up about facebook. Help please!!

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Why is there so many Itunes related programs running in the background of my computer?

    It's bad enough Itunes is a brick on my HD.  Why can I not disable them? 

    What is it that you have?  On my machine I see 3:  iTunes.exe, iTunesHelper.exe, and AppleMobileDeviceHelper.exe.

  • Why Is There An Offset in Logic When Bouncing?

    I often send a stereo bounce of a file to a singer. I bounce from bar one, and include a click in the bounce.
    When he or she gets the bounce, they record (usually in PT or Cubase) their vocals, and send the vocal track back to me, WITH the click count off so I can make sure we are in sync.
    When I line their vocal up to BAR one in my file...which is where I bounced the ref track from....their click does not line up with mine. See the screenshot below and you'll see what should be a click on BAR ONE BEAT ONE is actually off. Any ideas on what could be causing this? Could it be frame rate differences?
    http://i271.photobucket.com/albums/jj143/oceantracks/ClickOffset2.jpg
    Thanks
    Tom

    MP3 compression issues aside, it needs to be noted Logic still adds an offset to WAV bounces as well. As far as I can tell, it's the length of the latency of the plugin chain in the session. Of course, the way plugin latency compensation works is by delaying everything, so apparently the delay is just still present in the bounce.
    This is very important to remember in case you're bouncing tracks for mixing elsewhere. If you're e.g. making synths for a track with live instruments and bouncing the synths down for importing into Pro Tools, it will be out of sync with the live tracks in Pro Tools unless you exported those other tracks through the same session as well.
    Interestingly, this drifting also happens with automation. You can test this by making a track with audio but no plugins and making an audible volume peak right on the beat. Then add a lot of latency-heavy plugins to the inserts (linear phase EQ etc.) and notice how the automation doesn't hit the beat exactly anymore.
    EDIT: Just to clarify, the automation drifts only in the audio side. Visually it still looks like it's in sync. It's just the playback doesn't match the visuals anymore.

  • Why am I having major graphical glitches when running windows 7 on my mid 2010 mac book pro

    I installed windows 7 on my mid 2010 macbook pro 13". It does not seem like I can tie it to any specific update or driver update. Has any one else noticed this. I found switching to the basic theme has stop the start menu and bottom task bar from glitching out but I can't view anyhing on the web in either windows explorer or firefox. The funny thing is I can log in and play Eve Online with out any issues. It seems to only affect the window pains themselves and anything i try to view on the web.

    Yes i did install it when i finished the windows installation. I am thinking something happened during a windows update

  • Why Is There A loss In Quality When I impoer a Minidv tape into Imovie 08

    I have the latest version of Imovie and this is my first Mac.
    I am using SD MiniDV camcorder (NTSC). I import the entire tape into iMovie. Then I export it to a large h.264 m4v file. I am somewhat disappointed about the picture quality of the m4v file.
    When I play the tape through my camcorder connected to the TV through svideo things it looks pretty good.
    When I play the m4v file on MacbookPro connected to a TV via svdeo or using the TV (DVI to HDMI) as second monitor the picture quality isn't as crisp.
    Any idea what I am doing wrong. My goal is to move all my Minidv home moves onto a hard drive at the best possible quality. My tapes are getting old and this seems like the best way of preserving them.
    Thanks,
    Dan

    sorry for 'overwhelming' you with info
    yes, all apps copy the dv-encoded material from miniDV devices 'natively' = lossless import..
    but only iM08 then adds some 'loss' .. nobody knows exactly, what & how.. but you are not able to EXport lossless from within iM08 ..
    example: import dv, export dv = adds blurr and 'magnifies' somehow the same file .. ( ! )
    using iMHD≤6, FCE/P allows you, to export lossless = highest quality possible (except the parts of your project, which need renderning, e.g. titles, transitions...)
    example: import dv, export dv = same quality ...
    so, if _pic quality_ is your major concern, avoid iM08 ..
    if you want fast results and export quality doesn't matter: iM08
    if you want a Library off all imports ever and full integration into AppleTV/, YT.. = iM08
    if you want other codecs than dv and simple use = iM08
    if you want all imports for any future project and high dv quality = FCE/P
    if you want easy to use and high dv quality = iMHD≤6 ..
    if you want other codecs than dv and Hollywood quality = FCP

  • Why won't rich symbol properties show when the .jsf file exists?

    In FW CS4 I've created a rich symbol via the "create symbol script" command, then I reloaded my common library, and put the symbol from common librray on a page.  Even though I have a .jsf file in C:\Documents and Settings\<user>Application Data\Adobe\Fireworks CS4\Common Library\Custom Symbols to match my symbol, there are no symbol properties available for it on my page.
    I can use the create symbol script command again on this symbol & it comes up with the same properties I had already defined.
    What would stop symbol properties from showing up when the symbol is taken from a recently reloaded Common Library & placed on a page?
    I've discovered that I can see the properties when I use this symbol in a totally brand new Fireworks file, but I can't in an existing file that ever had that same symbol before, even when I tell FW to "Replace the existing item."
    Below is my jsf file contents.
    Thanks!
    5
    title,textChars,Title,Title;
    outline,visible,Active%20window%3F,true;
    win%5Fmin%5Fbtn,visible,Min%20btn%20visible%20%28not%20modal%29%3F,true;
    win%5Fmax%5Fbtn,visible,Max%20btn%20visible%20%28not%20Modal%29%3F,true;
    background,fillColor,fillColor,%23ffffff;
    function setDefaultValues()
        var values = new Array();
        values.push({ name:"Title", type:"text", value:"Title" });
        values.push({ name:"Active window?", type:"boolean", value:"true" });
        values.push({ name:"Min btn visible (not modal)?", type:"boolean", value:"true" });
        values.push({ name:"Max btn visible (not Modal)?", type:"boolean", value:"true" });
        values.push({ name:"fillColor", type:"color", value:"#ffffff" });
        Widget.elem.customData["currentValues"] = values;
    function applyCurrentValues()
        var values = Widget.elem.customData["currentValues"];
        Widget.GetObjectByName("title").textChars = values[0].value;
        Widget.GetObjectByName("outline").visible = values[1].value;
        Widget.GetObjectByName("win_min_btn").visible = values[2].value;
        Widget.GetObjectByName("win_max_btn").visible = values[3].value;
        Widget.GetObjectByName("background").pathAttributes.fillColor = values[4].value;
    switch (Widget.opCode)
        case 1: setDefaultValues();   break;
        case 2: applyCurrentValues(); break;
    Message was edited by: oic.now

    Solution Found:  I had to explicitly delete the existing copy in my orginal FW file even though when I used the one from the common library I told it to "Replace the existing item"  I guess the replace doesn't really work for rich symbols.  After I deleted the symbol with the same name from the document library & pulled in the one from Common Library, it showed its rich symbol properties.

Maybe you are looking for

  • Problem with PDF files opening to the second page

    I am dealing with a fairly annoying issue where the PDF's I open to the second page without any rhyme or reason.  I open my PDF's with Internet Explorer by selecting the PDF> right clicking> selecting open with Internet Explorer. Is there anyway to f

  • Links bar

    Hi, I really like this effect on the BBC website (and probably a zillion other sites, right?) http://news.bbc.co.uk/ The effect is the navigation bar down the left-side of the page. Hover over a link and the background changes colour and the text und

  • How to inherit attribute values in object tables?

    I am trying to implement object inheritance with oracle 10g express. What i have done so far is created some types and subtypes. And some tables based on those types and sub types. So far i have understood that the subtypes inherit the attributes and

  • How to invoke synchronous services dynamically (parallel) using BPEL

    hi, I am working on soa suit 11g(11.1.1.2.0) & weblogic server 10.3.2. I have one requirement in which i need to dynamically route endpoints. To achive this, i have created one table in which i stored endpoints(wsdl url) & i used parallel flow to get

  • Mailbox audit log - Not searchable

    Exchange 2010 SP2 RU7 I enabled audit on one mailbox using the Set-Mailbox cmdlet. Here is the audit-specific o/p from the mailbox, AuditEnabled : True AuditLogAgeLimit : 90.00:00:00 AuditAdmin : {Move, MoveToDeletedItems, SoftDelete, HardDelete} Aud