Struts-faces nightly build, RI Beta

Hi,
I'm using struts-faces and am trying (desperately) to upgrade to the Beta RI of JSF. I got last night's build but I'm getting this error:
2004-01-13 17:19:35 Exception sending context initialized event to listener inst
ance of class com.sun.faces.config.ConfigListener
java.lang.NullPointerException
at com.sun.faces.config.ConfigParser.parseConfig(ConfigParser.java:93)
any ideas?
thanks.

Oops.
Forgot that I needed jsf-impl.jar in my classpath now.
Thanks!

Similar Messages

  • Why is the Nightly build so much faster and has better looking features than the final Firefox product ??

    The Nightly build is so much faster than Firefox, and the download feature is much better than the download feature in Firefox.

    The Nightly build (22.0a1) is updated daily and has the latest code fixes and thus may be unstable.<br />
    This version is meant for experienced testers only to check out new code and to see if it if working properly before it will be added to a release version, so it may be faster to some extend.
    You should always install such an alpha (Nightly or Aurora) or beta release alongside of a the current release in case of problems (a lot of times websites may be broken).
    * http://kb.mozillazine.org/Testing_pre-release_versions
    *http://www.mozilla.org/en-US/firefox/channel/

  • Where can I find a Firefox 38 ESR beta or nightly build?

    If I were to look at Firefox 38.0 beta/nightly build here,
    http://ftp.mozilla.org/pub/mozilla.org/firefox/candidates/38.0b1-candidates/build1/
    would that necessarily be testing a potential release version of FF 38 ESR? According to the ESR life cycle,
    https://www.mozilla.org/en-US/firefox/organizations/faq/
    this is true, because a FF 38 release version will get made into a ESR 31.7.0 build, which will turn into FF 38 ESR. But there isn't a 31.7.0 build yet.

    The Firefox 38 will not turn into Firefox 31.7.0. Once 38 is released, we will have two ESR's, one of which is the new 38, and the other is the 31 code base with the security fixes from 38. then after another release or two, we will migrate all 31 ESR's to 38 and stop releasing new 31 branch releases.

  • Problem with struts-faces.jar

    hi,
    My requirement is to migrate a struts application to jsf.
    I am using the struts-faces.jar and doing all the configurations as mentioned.I am getting the following error while calling the application itself..
    java.lang.ClassNotFoundException: org.apache.struts.faces.taglib.LifecycleListener
    I am using the following version:
    1)Tried both struts-faces-0.4 and 0.3(downloaded from http://archive.apache.org/dist/struts/struts-faces/)
    2)Tomcat 5.0
    3)jsf-(SUN)
    4)struts 1.1
    Please let me know if i am doing something wrong. and any ways to fix this.
    Regards,
    Mythili

    Given the new release of the JSF ri and api .jar
    files,
    will this .jar provided at the apache site work?
    http://archive.apache.org/dist/jakarta/struts/old/relea
    e/struts-faces/
    No, those JARs only work with the EA versions of JavaServer Faces.
    A nightly build of the struts-faces integration library, that works with the beta release, is available at:
    http://cvs.apache.org/builds/jakarta-struts/nightly/struts-faces/
    and the corresponding source code is part of the Struts nightly build bundles in:
    http://cvs.apache.org/builds/jakarta-struts/nightly/src/
    in directory "contrib/struts-faces".
    This package is not yet ready to be released, but seems to work for me in all the cases where the old library worked before. (If you're migrating, note particularly some tweaks you need to add in the struts-config.xml file for the new version, documented in README.txt.) Work continues on the Tiles integration which feedback has indicated is really important to people.
    Developers who are building new components and renderers will be quite interested in the techniques used to make all the attributes of your own components value-binding-enalbled (like all the ones on the standard tags are). The source code for the <s:form> tag, plus the corresponding component and renderer, will be helpful in illustrating this.
    Craig McClanahan

  • Struts-Faces Integration (empty file)

    Hi,
    I have been trying to download the Struts-Faces integration library from:
    http://cvs.apache.org/builds/jakarta-struts/nightly/struts-faces/
    But the files seem to be empty. Is anyone else having the same problem?
    Does anyone have the latest build available?
    Thanks.
    rgds,
    Q.

    Thanks for replyinh. The URL you provided has the same files....but they are empty. It seems something is wring with the scripts that do the nightly packaging?
    Have you actually tried to download the struts-faces and unpacked it ok...recently?
    q.

  • Struts-faces library: provided struts/tiles example doesn't work?!

    Dear all,
    I�ve been trying to migrate my struts-tiles application to JavaServer Faces using the struts-faces library. I downloaded the latest nightly build, but I was unable to deploy and run the second example (the one using tiles) on Tomcat 5.0.28.
         At first, the <h:commandLink> components for the �Register� and �Login� links on the first page (loggedoff.jsp) wouldn�t work, probably because they should have been replaced by <s:commandLink>. So I fixed that, but then I get an inexplicable http 404 error: �Invalid path /layout was requested� when I click on any of the two links.
         Looking at the source code of both JSP and HTML I noticed that the JSP element <s:form action="/editRegistration"> translates to <form id="menu:_id5" name="registrationForm" action="/StrutsFacesExample/layout.do" method="post">. The action element is obviously(?) wrong: there is no layout.do action mapping anywhere, it�s the path pointing to the main layout jsp with the suffix replaced!
    I�ve been able to trace the problem down to method �action� in library class org.apache.struts.faces.renderer.FormRenderer, which does the following:
    protected String action(FacesContext context, UIComponent component) {
    String actionURL =
    context.getApplication().getViewHandler().
    getActionURL(context, context.getViewRoot().getViewId());
    if (log.isTraceEnabled()) {
    log.trace("getActionURL(" + context.getViewRoot().getViewId() +
    ") --> " + actionURL);
    return (context.getExternalContext().encodeActionURL(actionURL));
    Any ideas on what could be going wrong here? I also tried deploying the example on Tomcat 5.5.7 and JBoss 3.2.5, but the behavior was the same.
    Any comments would be greatly appreciated!
    Mario

    Did you ever find a solution to this problem? No, unfortunately I am still looking for a solution to this one.
    I� ve also reported this to Bugzilla (http://issues.apache.org/bugzilla/show_bug.cgi?id=35265) so you might want to keep an eye on the issue, in case something comes up. However there appears to be no significant activity in the library�s source code repository for almost a month.
    After reading other discussions in forums like this one, I must say that I am discouraged: I seriously doubt if anyone has successfully managed to use the struts-faces integration library. A lot of people are suggesting that integrating the two frameworks is not worth the trouble, and so I am now in the process of evaluating the cost of complete migration from struts to jsf (btw, it doesn�t look good�). Nevertheless, some recent articles demonstrate the library�s use (the most recent one is Kito Mann�s http://www.jsfcentral.com/reading/#4030 ) so I might be wrong.
    It would be nice though if someone who has managed to integrate the two technologies successfully would share his views on this forum�
    Mario

  • Flash in the latest nightly build is not working and causing crashes. Help?

    I'm using an Asus Transformer tf101. I updated Nightly today and now flash does not work in the program. Once I attempt to play any flash video, the program crashes and it crashes one or two more times after that before I can use it again. I disabled all my plugins and cold booted but to no avail.
    Another issue I am having is that it sometimes freezes on the home screen on startup. This instance usually happens after I try to type an address or use a bookmark. The only way I found around it was to tap one of the three top site icons first. Does anyone have a solution to this?
    edit: I have reverted back to the previous build for now. It isn't as nice as the latest version's style but it plays flash video better than the other mobile browsers out there. Controls like pausing, skipping ahead or putting video to full screen are still hit or miss though.

    It is a known issue with the current Nightly builds. We hope to have it sorted out early next week. I don't believe the Aurora builds are affected by this issue. http://www.mozilla.org/en-US/mobile/aurora/

  • How to update Flash Builder 4 beta 2 so that it remains compatible with snapshots?

    I have Flash Builder 4 beta 2 STANDALONE installed on my Mac (MacOSX 10.6) and I just upgraded my Flex SDK to the latest stable snapshot (4.0.0.13875). Now it seems that the visual designer is not very happy with this upgrade.
    And in "Using Gumbo builds with Flex Builder" (http://opensource.adobe.com/wiki/display/flexsdk/Using+Gumbo+Builds+in+Flex+Builder) it is said that "Please note that the release of a milestone build will usually have an associated automatic update to Flex Builder that will include all relevant files."
    The question is how do I get that automatic update? I've tried Help/Software Updates/Find and install.../Updates for existing features, but it didn't find any updates. Any idea how I can revive my Design mode?

    There are no updates for Beta 2.
    You're probably seeing one of two issues with the latest nightly build:
    1) playerglobal.swc change http://forums.adobe.com/thread/559312?tstart=0
    2) Namespace change from xmlns:mx="library://ns.adobe.com/flex/halo" to xmlns:mx="library://ns.adobe.com/flex/mx"
    Jason San Jose
    Quality Engineer, Flash Builder

  • SecurityError #2148 in nightly builds

    Hello all,
    I have little doubt that I've done something daft here, or completely missed a piece of documentation somewhere pertaining to using nightly builds, but I'm getting a security error when I try to build my Gumbo application with a nightly build (any of them). Compiling exactly the same application using the Flex SDK 4 beta 2 works no problem, but as soon as I switch to building with a nightly (4.0.0.13301 at the time of writing is the latest) I get:
    SecurityError: Error #2148: SWF file file:///Users/allan/Desktop/Flex/GoSMonitor/app.swf cannot access local resource file:///Users/allan/Desktop/Flex/GoSMonitor/textLayout_1.0.0.584.swf. Only local-with-filesystem and trusted local SWF files may access local resources.
    at flash.net::URLStream/load()
    at flash.net::URLLoader/load()
    at mx.core::CrossDomainRSLItem/load()
    at mx.core::RSLListLoader/loadNext()
    at mx.core::RSLListLoader/load()
    at mx.preloaders::Preloader/initialize()
    at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::initialize()
    at mx.managers::SystemManager/initHandler()
    Clicking continue in the error dialogue results in a blank Flash player window.
    I've seen mentioned in places while looking for an answer, that adding "-use-network=false" as a compiler option helps, and it does make a difference. I get a message saying my application is trying to communicate with fpdownload.adobe.com. Clicking okay results in the same blank Flash player window as before.
    Thanks in advance for any help that can be offered,
    Allan

    Hi Darrell,
    Thanks very much for pointing that out. I have done so now, and certainly seem to get further thought the process of actually running the application in Flash player, but am now hitting a different problem. In the Flash Player debug log I get:
    Error #2032: Stream Error. URL: file:///Users/allan/Desktop/Flex/GoSMonitor/textLayout_1.0.0.584.swf
    Failed to load RSL textLayout_1.0.0.584.swf
    Failing over to RSL http://fpdownload.adobe.com/pub/swz/flex/4.0.0.13301/textLayout_1.0.0.584.swf
    Error #2032: Stream Error. URL: http://fpdownload.adobe.com/pub/swz/flex/4.0.0.13301/textLayout_1.0.0.584.swf
    I part of this message appearing in the Flash Player window as well, and it is not displaying any of the application (just a stalled loading bar).
    What is the textLayout swf file? It doesn't appear to be in the Flex nightly download, although there is a 'textLayout' file (not sure it is even relevant...)
    Thanks,
    Allan

  • What is changing in the nightly builds?

    I've seen a lot of new commits go through svn with commit monitor.  But when I download the nightly builds and do a file compare there are few files that are actually changing.  I'm stuck on a couple of bugs that I think I've seen the fix be comitted, but it's not the nightly builds.
    Are the beta changes being included in the nightly builds?  (I thought I read a post somewhere that said the trunk would contain all of the beta changes.)  Even if the changes are being committed to the trunk and not the beta branch they aren't showing up in the nightly builds.
    I am just missing something?
    Thanks!

    Though not sure but the latest version as per this..
    http://www.nokia.co.in/support/download-software/d​evice-software-update
    ..is 20.0.005 but heard that v21.0.004 was released last week..so not sure what is v40
    BTW no one here can answer the second question with authenticity..(if and when..)
    --------------------------------------------------​​-------------------------------------------------​-------​------------------------------------------​--------​--If you find this helpful, pl. hit the White Star in Green Box...

  • Flash Builder 4 Beta RDS issue

    I cannot connect to ColdFusion via RDS with my Flash Builder 4 beta 2. I have no issue connecting to CF via RDS in dreamweaver CS3.
    However whenever I try to connect to a CFC via "connect to DataService" and I get "Enter RDS password and user name".. I always get "Authentication faliure. The supplied username or password may be wrong". I created 2 users for RDS in the CF 9 adminstrato.. and it would not accept either username/ password combo. I even tried using RDS with no authentication and rebooted the pc each time.
    I had no issue doing a very basic connection to a cfc like in the HelloCF example.. yet db connectivity fails.. idea of whats' the issue here?
    Thanks!

    Hi,
    Can you access your CFC from the browser?
    i mean like http://localhost:8501/MyCFC.cfc in the browser would open something like:
    http://localhost:8501/CFIDE/componentutils/cfcexplorer.cfc?METHOD=getcfcinhtml&PATH=/MyCFC .cfc&NAME=MyCFC.cfc
    Now replace METHOD=getcfcinhtml to METHOD=getcfcmetadata.
    If this displays some text as the result like:
    'C:\ColdFusion8\wwwroot\WEB-INF\cftags\component.cfccomponentWEB-INF.cftags.componentWEB-INF.cftags.componentC:\ColdFusion8\wwwroot\MyCFC.cfcAT_TestcasesFiles.LogicTesting.BookServiceTestAT_TestcasesFiles.LogicTesting.BookServiceTestnoBookgetItemremoteanytrueitemcomponent'
    If this itself throws an error, then you would be hitting
    http://bugs.adobe.com/jira/browse/FB-23626 , which showed up authentication error though CFC had problems.
    This has been resolved in the latest pre-release build.
    If you do not have access for the pre-release build please send a mail to rkrishna AT adobe DOT com.
    Hope this helps please let us know if you still face issues.
    Thanks,
    Balaji
    http://balajisridhar.wordpress.com

  • Struts-faces & JSF commandLink bug in RI 1.1

    Hello,
    There was a bug with JSF, multiple forms and commandLink as discussed in thread: http://forum.java.sun.com/thread.jsp?thread=526788&forum=427.
    This bug is now fixed for JSF h:form form type.
    I personnally use Struts and JSF with the struts-faces JAR and this issue is still not fixed when you create a form using the s:form tag, in fact as long as there is a s:form on the page the commandLinks do not work the same way as first reported for pure JSF apps.
    Will this be fixed anytime soon in the struts-faces library? I hope so because I do need it.
    Thanks
    Xav

    hi,
    i guess [email protected]
    or
    http://issues.apache.org/bugzilla/enter_bug.cgi?product=Struts
    might be a better place for that.
    regards.

  • Latest nightly build SDK_4.1.0.14651 error

    I downloaded the latest nightly build of gumbo SDK (flex_sdk_4.1.0.14651) and installed it on my flash builder 4 beta 2,
    but when I run each of my project, I see these run-time errors:
    Error #1014: Class spark.skins::SparkSkin could not be found.
    Error #1065: Variable _cee9af537b39795a3bd1729ebe7d63f3803fa353596b9c82a79ce2891eb0f825_flash_display_Sprite is not defined.
    What should I do?!

    you need to Merge SDK into code (read info on download page)
    Note: If you are using the Flash Builder 4 Beta 2 release with a nightly build of SDK 4 after build 13079, you will encounter a runtime error due to the sparkskins.swc being built and linked as an RSL. To workaround this issue, please make the following modification in Flash Builder: Project->Properties->Build Path->Library Path->Framework Linkage and select 'Merged into code'. This issue will be fixed in the next public drop of Flash Builder.
    This should fix your problem

  • Nightly build users can't use the feedback feature

    Ever since I've started using Firefox beta (around beta 4, I think), I've been unable to submit feedbacks using the gigantic button that have only been waiting for some love.
    However, it just keeps saying that my firefox version of Firefox is too old, and that I should download the last beta (currently b7) while I'm using Minefield b8pre directly from the (Linux) PPA.

    If you can't update via Help > Check for Updates then you have to download and install (or unzip a ZIP version) of the current Minefield nightly build. There have been occasions in the past that updating didn't work or caused an immediate crash upon restarting and in such cases the only option is to download a full version archive to get a new Minefield version.
    You can probably only access the feedback site with a not modified user agent (I haven't tested what works and what not).
    * http://input.mozilla.com/en-US/happy
    * http://input.mozilla.com/en-US/sad

  • Nightly build failure is not making BUG work item on test failure

    Hello,
    We are using VSO for everything and builds are handled through our own build server.
    Everything is working fine however for all nightly builds, when they fail on tests (the whole point of nightly builds), it is not generating a new bug. 
    There are no errors that I can see on build result even on the diagnostic logging verbosity. 
    What I see is that, it never gets into section to generate work item on build failure. 
    It does not even try to make a work item. 
    I tried several different settings as well.
    Associate Changesets and Work Items: True or False [Final value True]
    Label Sources: True or False [Final Value True]
    Create Work Item on Failure: Always True

    Hi Sseyaliglu,  
    Thanks for your post.
    As you’re using VSO, I moved this post to VSO forum for the better response.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

Maybe you are looking for

  • Microsoft Office Developer Tools for Visual Studio 2013 on Windows 10 Technical Preview

    Hi, I've never developed a plugin for Office before. I've downloaded the technical preview of Windows 10 and have it running via Boot Camp on my MacBook (Looks good! I'll buy it when it comes out). Obviously with this being in beta it's understandabl

  • How to switch to another page when clicking a button

    I have a main frame consits of many button.What I need to do when click a button,it switch to another page? Thanx....

  • Mapping for field which appear more than once.

    Hi experts. My source and target structure is: Field1 Field2 Field3 ___Child1 ___Child2 ___Child3 Field4 Field3 may appear a few times in the source message. For example: Field1 Field2 Field3 ___Child1 ___Child2 ___Child3 Field3[1] ___Child1 ___Child

  • Status of cat6k secondary supervisor

    Does anyone know whether the following output corresponds to the Hot standby Sup in slot 6 going into "unknown" status, when Module 2 is in fact unoccupied? #show facility-alarm status System Totals Critical: 1 Major: 0 Minor: 0 Source Severity Descr

  • About Performance issue

    Hi All, I have a table which is very frequently used for transcational purposes (like Insert,Delete,Update) from Oracle apps database. I have created a view based on this table only and this view is referenced by another database very frequently usin