[ANNOUNCE] MyFaces 1.0.2 alpha

Version 1.0.2 alpha of free open source JSF implementation MyFaces was just released.
Many bugs fixed, new tree component.
Changes in Release 1.0.2 alpha:
* refactored custom components to net.sourceforge.myfaces.custom package
* custom message and messages component with new attributes summaryFormat and detailFormat
* replaced com.oreilly.servlet lib cos.jar by commons-codec for Base64 encoding
* fileupload component now uses commons-fileupload instead of com.oreilly.servlet lib cos.jar
* new tree component
* Weblogic startup issue now fixed when MyFacesServlet is used instead of FacesServlet
* validator attribute now supported
* many many bugfixes
Have a look at http://myfaces.org
Regards,
Manfred

Hello,
I looked at myFaces because I am interested in the fileupload component but I gave up after niether the 1.0.4 or the 1.0.5 examples war file would load on JBoss 3.2.5. It seems that a non-existent method invocation is occurring at webapp deployment. Here is the runtime stack trace:
06:58:38,061 INFO [TomcatDeployer] deploy, ctxPath=/web-console, warUrl=file:/C:/software/appServers/JBoss/jboss-3.2.4/server/jboss1/tmp/deploy/tmp15079web-console.war/
06:58:39,326 INFO [TomcatDeployer] deploy, ctxPath=/myfaces-examples, warUrl=file:/C:/software/appServers/JBoss/jboss-3.2.4/server/jboss1/tmp/deploy/tmp15080myfaces-examples.war/
06:58:39,655 INFO [FacesConfigFactoryBase] Reading standard config net/sourceforge/myfaces/resource/standard-faces-config.xml
06:58:39,920 ERROR [Engine] StandardContext[myfaces-examples]Exception sending context initialized event to listener instance of class net.sourceforge.myfaces.webapp.StartupServletContextListener
java.lang.NoSuchMethodError: javax.faces.FactoryFinder.getFactoryNames()Ljava/util/Set;
at net.sourceforge.myfaces.config.FacesConfigFactoryBase.performMetaInfFactoryConfig(FacesConfigFactoryBase.java:199)
at net.sourceforge.myfaces.config.FacesConfigFactoryBase.parseFacesConfigFiles(FacesConfigFactoryBase.java:110)
at net.sourceforge.myfaces.config.FacesConfigFactoryBase.getFacesConfig(FacesConfigFactoryBase.java:88)
at net.sourceforge.myfaces.webapp.StartupServletContextListener.initFaces(StartupServletContextListener.java:78)
at net.sourceforge.myfaces.webapp.StartupServletContextListener.contextInitialized(StartupServletContextListener.java:60)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3805)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4321)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:823)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:807)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:595)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.apache.commons.modeler.BaseModelMBean.invoke(BaseModelMBean.java:503)
at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:109)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
at org.apache.catalina.core.StandardContext.init(StandardContext.java:5413)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.apache.commons.modeler.BaseModelMBean.invoke(BaseModelMBean.java:503)
at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:109)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
at org.jboss.web.tomcat.tc5.TomcatDeployer.performDeployInternal(TomcatDeployer.java:267)
at org.jboss.web.tomcat.tc5.TomcatDeployer.performDeploy(TomcatDeployer.java:68)
at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:324)
at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:315)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:836)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:645)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:608)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:185)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
at $Proxy7.deploy(Unknown Source)
at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:304)
at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:478)
at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:201)
at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:274)
at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:271)
at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:221)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:185)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:837)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:367)
at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:185)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
at $Proxy4.start(Unknown Source)
at org.jboss.deployment.SARDeployer.start(SARDeployer.java:251)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:836)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:645)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:608)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:592)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:185)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
at $Proxy5.deploy(Unknown Source)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:407)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:311)
at org.jboss.Main.boot(Main.java:144)
at org.jboss.Main$1.run(Main.java:389)
at java.lang.Thread.run(Thread.java:534)
06:58:39,951 ERROR [Context] Error listenerStart

Similar Messages

  • [ANNOUNCE] MyFaces 1.0.3 alpha

    Version 1.0.3 alpha of free open source JSF implementation MyFaces was just released.
    Major bugs fixed.
    Changes in Release 1.0.3 alpha:
    * commandLink javascript error bug fixed
    * bug #943210 ("outputLink produces very long URLs that don't work") fixed
    * bug #945118 ("Checkbox session state") fixed
    Have a look at http://myfaces.org
    Regards,
    Manfred

    Hi Manfred,
    Just wan a say you guys have done a great job with myfaces. Added many new tags and features and the best thing is that the browser back button works fine since myfaces1.0.3
    I am now switching to myfaces and I can recommend everyone to try it out.
    All the best and talk to you at the myfaces newsgroup.
    Regards:
    Nermin B.

  • [ANNOUNCE] MyFaces 1.0.0 alpha released

    This is the first MyFaces release that comes with our own JSF-API (the javax.faces classes).
    So, the jsf-api.jar from the reference implementation is no longer needed!
    In addition to that, the samples from the Sun reference implementation run with MyFaces now!
    Changes in Release 1.0.0 alpha:
    * MyFaces has it's own JSF-API Implementation now!
    * Sun's JSF-RI samples (cardemo, guessNumber) now run with MyFaces!
    * all core tags implemented now
    * new Calendar component (see examples webapp)
    * Bugfixes
    Regards,
    Manfred
    P.S.
    Dedicated to Admam Winer. Yes, you were right about the API classes! ;-)

    why is the encoding of file name is error if I set the JSP encoding to UTF-8?
    the following code can correct the error:
    String s = file.getName();
    byte[] b = s.getBytes("iso-8859-1");
    s = new String(b, "utf-8");
    response.getWriter().println(s);
    the whole code is like this:
    <%@ page import="java.util.Random,java.io.File"%>
    <%@ page session="false" contentType="text/html; charset=utf-8"
    %><%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"
    %><%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"
    %><%@ taglib uri="http://myfaces.sourceforge.net/tld/myfaces_ext_0_9.tld" prefix="x"
    %><html>
    <%@include file="inc/head.inc" %>
    <!--
    * MyFaces - the free JSF implementation
    * Copyright (C) 2003, 2004 The MyFaces Team (http://myfaces.sourceforge.net)
    * This library is free software; you can redistribute it and/or
    * modify it under the terms of the GNU Lesser General Public
    * License as published by the Free Software Foundation; either
    * version 2.1 of the License, or (at your option) any later version.
    * This library is distributed in the hope that it will be useful,
    * but WITHOUT ANY WARRANTY; without even the implied warranty of
    * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
    * Lesser General Public License for more details.
    * You should have received a copy of the GNU Lesser General Public
    * License along with this library; if not, write to the Free Software
    * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
    //-->
    <body>
    <f:view>
    <f:loadBundle basename="net.sourceforge.myfaces.examples.resource.example_messages" var="example_messages"/>
    <x:panelLayout id="page" layout="#{globalOptions.pageLayout}"
    styleClass="pageLayout"
    headerClass="pageHeader"
    navigationClass="pageNavigation"
    bodyClass="pageBody"
    footerClass="pageFooter" >
    <%@include file="inc/page_header.jsp" %>
    <f:facet name="navigation">
    <f:subview id="menu" >
    <jsp:include page="inc/navigation.jsp" />
    </f:subview>
    </f:facet>
    <f:facet name="body">
    <h:panelGroup id="body">
    <h:messages id="messageList" showSummary="true" showDetail="true" />
    <f:verbatim>
    <h4>File upload</h4>
    <table border="1"><tr><td>
    </f:verbatim>
    <h:form id="form1" name="form1" enctype="multipart/form-data" >
    <h:outputText value="Gimme an image:"/>
    <x:inputFileUpload id="fileupload"
    accept="image/*"
    value="#{fileUploadForm.upFile}"
    styleClass="fileUploadInput" />
    <h:commandButton value="load it up" action="#{fileUploadForm.upload}" />
    </h:form>
    <f:verbatim>
    </td></tr></table>
    <%
    if (application.getAttribute("fileupload_file") != null)
    File file = (File)application.getAttribute("fileupload_file");
    if (file != null)
    String s = file.getName();
    byte[] b = s.getBytes("iso-8859-1");
    s = new String(b, "utf-8");
    response.getWriter().println(s);
    // response.getWriter().println("&#20013;&#25991;");
    %>
    <!--
    <p>The image you loaded up:</p>
    <img src="fileupload_showimg.jsp?dummy=<%=Math.random()%>">
    -->
    <%
    %>
    </f:verbatim>
    </h:panelGroup>
    </f:facet>
    <%@include file="inc/page_footer.jsp" %>
    </x:panelLayout>
    </f:view>
    </body>
    </html>

  • [ANNOUNCE] MyFaces 1.0.1 alpha released

    http://myfaces.sourceforge.net
    Many bugs fixed, new components, new examples.
    Changes in Release 1.0.1 alpha
    * new DataList component (dynamical List based on UIData - see examples webapp)
    * new (speadsheet like) editable table example (see master/detail example in examples webapp)
    * x-checked various Renderers for Specs (tlddoc) compliance
    * serious bug in UIData fixed
    * server state saving bug fixed
    * f:convertNumber threw NPE - fixed
    * HiddenRenderer fixed
    * x:panelTabbedPane now supports dynamic jsp includes and f:subview
    * many small bugfixes
    Regards,
    Manfred Geiler

    Hi Manfred,
    Basically there is a very very popular library called displaytag on sourceforge:
    http://displaytag.sourceforge.net
    What it provides is if a table has 70 rows, it provides the ability to page through those rows by providing hyperlinks below the table. As in Google.
    In addition, many times, the user is presented with a large table say 100 rows and he wants to look for companies begining with 'N'
    In this case hiperlinks contain: "A", "B"...."Z"
    If MyFaces table tag provides these capabilities, it would be a life saver.
    Display tag also allows you to export the table as Excel spreadsheet write within the browser. Look at the demo. If such features were there in a JSF table components I am sure every one would be using that implementation.
    Please don't reinvent the wheel. Talk to the guy who has build displaytag (Matt Reible). I am sure the code and licencing terms would be favourable to allow making use of it.
    Look at the demo:
    http://www.displaytag.org/example-pse.jsp
    other demos are on:
    http://www.displaytag.org/index.jsp
    Hope you like it.
    Regards,
    Vinay

  • [ANNOUNCE] MyFaces 1.0.9(m9) is now available

    From the MyFaces website (http://myfaces.apache.org) ...
    MyFaces 1.0.9(m9) is now available. The (m9) stands for milestone 9. The license agreement covering JSF and all other JCP based specifications require that we use this terminology and avoid the word "final." Once MyFaces passes the TCK we will be able to refer to our releases as final. This is one of the reasons why we initially pulled the release announcement from the website a few days ago. But the release is official now and is available through your nearest Apache mirror. Enjoy!

    Searching for "facelets" at http://www.mail-archive.com/users%40myfaces.apache.org/ gives 24 hits. On the myfaces-user mailing list that stuff has been discussed already. And more help might also be available there...
    hth
    Alexander

  • [ANNOUNCE] MyFaces passed the JSF TCK 1.1

    The MyFaces team is very proud to announce the fact, that the current
    codebase has just passed all JSF TCK 1.1 tests!
    This is a great milestone (actually the greatest since MyFaces has
    started in 2003) and we are all looking forward to releasing the first
    official certified free open source JSF implementation "Apache MyFaces
    1.1.0" soon (after clarifying some legal and technical stuff).
    Thanks to every single contributor, who helped making MyFaces another
    open source success story.
    Manfred Geiler
    http://myfaces.apache.org

    The MyFaces team is very proud to announce the fact, that the current
    codebase has just passed all JSF TCK 1.1 tests!
    This is a great milestone (actually the greatest since MyFaces has
    started in 2003) and we are all looking forward to releasing the first
    official certified free open source JSF implementation "Apache MyFaces
    1.1.0" soon (after clarifying some legal and technical stuff).
    Thanks to every single contributor, who helped making MyFaces another
    open source success story.
    Manfred Geiler
    http://myfaces.apache.org

  • [Announcement] MyFaces 0.9.1 (JSF 1.0 final!)

    MyFaces 0.9.1 released today.
    This is the first (early access) MyFaces release that conforms to the final JSF specification 1.0 and is compatible to the final jsf-api.jar library 1.0.
    Look at http://myfaces.sourceforge.net
    Cheers,
    Manfred
    P.S.:
    Sun and JCP thanks for a powerful new specification, that will boost web GUI development.
    Great work!
    mailto:[email protected]

    I've had success getting MyFaces examples to work on WebLogic which is more than I can say for the RI. Thanks Manfred good work.

  • [ANNOUNCE] MyFaces 1.0.6 beta released

    New version 1.0.6 beta of free open source JSF implementation was just released.
    Have a look at http://www.myfaces.org
    This is an overdue maintenance release which also offers some often and long requested issues:
    * Library split - there are now 3 myfaces libs:
    - myfaces-jsf-api.jar = the javax.faces.* classes for compile time
    - myfaces-components.jar = the MyFaces extended and custom components for use with any JSR-127 implementation
    - myfaces.jar = the MyFaces implementation (including extended and custom components)
    * Better Tiles support with our JspTilesViewHandler
    * Switch from LGPL to Apache 2.0 license
    Changes in Release 1.0.6 beta:
    * switch to apache license
    * new JspTilesViewHandler for flawless Tiles support
    * RFE #975649 Enhance HtmlTabbedPaneRenderer (rendered attribute for TabbedPane component)
    * RFE #990814 dataList component ignores styleClass attribute
    * bug #1004867 h:message has duplicate attributes
    * bug #1004896 h:dataTable id attribute not rendered
    * bug #995085 graphicImage ignores value attribute
    * bug #992668 selectOneMenu doesn't restore the bean value if it's a primitive
    * bug #992628 StateManager.SerializedView is not static
    * bug #992629 FacesContext.getRenderKit() unimplemented
    * bug #992452 HtmlTree doesn't properly restore state
    * bug #991740 HtmlTreeRender icon URL conversion
    * bug #991234 command links not working with javascript disabled
    * bug #990395 myfaces.jar has bad taglib descriptor
    * bug #990302 Navigation-Rule redirect
    * bug #985274 f:view locale does not always work
    * bug #978654 Input hidden value of null being converted to zero
    * bug #979038 jsCookMenu component does not create dummyForm
    * bug #979039 default-values for ConvertNumberTag and ConvertDateTimeTag
    * changed build.xml - now myfaces-components are shipped via bin-distribution
    * bug #985217 decorator-factory not supported
    * splitting jar-files (myfaces.jar, myfaces-jsf-api.jar, myfaces-components.jar)
    * new EXPERIMENTAL feature to detect JavaScript support of a client browser
    Regards,
    Manfred

    great!!

  • [ANNOUNCE] MyFaces 1.0.5 beta released

    This is a maintenance release.
    http://www.myfaces.org
    Improvements in Release 1.0.5 beta:
    - New faces configurator (complete implementation, including decorator pattern for delegation)
    - rssticker (Newsfeed component)
    - dataScroller (at long last, the ultimative sroller component for UIData!)
    - jscookMenu (Renders a Javascript menu based on the excellent JSCookMenu by Heng Yuan - have a look at it!)
    - new validators (Regular Expressions, Equal)
    - of course many bugs got fixed
    Changes in Release 1.0.5 beta:
    * new faces configurator
    * new validator (Regular Expressions)
    * new validator (Equal)
    * new component (rssticker)
    * new component (dataScroller)
    * new component (jscookMenu)
    * modified renderers to comply with version 1.1 of the spec
    * modified dataList to support active components (comandLink, ...)
    * bug #955111 RestoreState of outputText with mixed ValueBinding attribute
    * bug #962084 rowClasses in GridRenderer
    * bug #967991 Action always called twice
    * bug #952385 decorator only for Viewhandler available
    * bug #957938 map-entries in faces-config.xml
    * bug #970747 Incorrect rendering of tag
    * bug #972165 and disabled attribute
    Regards,
    Manfred

    As explained by Marc Fluery of JBoss, there are essentially three types of
    open-source:
    1) Corporations that open their source for market share, such as IBM's Eclipse, that
    then uses it to market WebSphere Studio
    2) Hobbyist who develop an open-source project for free. The hobbyist may be a true
    professional developer, but he is dedicated to his project as a hobby. In this situation,
    donations are substantial enough to pay a dedicated developer.
    3) Professional Open-Source in which developer is paid to maintain and develop an
    open-source project in the hopes of making money with it through consulting and
    professional services.
    My question to the MyFaces team, which type of open-source are you?
    As a corporate developer, I would hope it is Professional Open-Source, since that
    model may have more support for the product I am using.
    -Me

  • [ANNOUNCE] MyFaces 1.0.7 beta released

    New version 1.0.7 beta of free open source JSF implementation was just released.
    Have a look at http://www.myfaces.org
    This is a maintenance release and at the same this is our LAST release on sourceforge.net before we move our project infrastructure to the Apache site.
    Some highlights:
    * New custom components (Panel stack, Stylesheet)
    * Autoscroll feature (Prevent browsers from jumping to top of page on every click)
    * Japanese translation
    * Improved Tiles support
    * And of course: Many, many bug fixes and improvements
    Have fun,
    Manfred

    great :)
    thanks a lot for your excellent work... I'm downloading it right away !

  • [ANNOUNCE] Apache MyFaces 1.1.0 released

    The Apache MyFaces team are proud to announce the production stable release of MyFaces 1.1.0.
    Download it from http://myfaces.apache.org/binary.cgi
    This is the first MyFaces release to be officially compatible with the
    JSF 1.1 specification.
    Thanks to everyone in our open source community for their hard work in
    making this possible.
    Furthermore this release includes 164 bug fixes and 43 new features
    and improvements since the last release on 16 April.
    For more information see: http://myfaces.apache.org
    We hope you enjoy using MyFaces!
    The MyFaces Team
    Interested in all announcements and news regarding MyFaces? Please
    subscribe to our brandnew "announce" mailinglist: [email protected]

    hi
    Thankyou for the reply , i fixed it by replacing the old myfaces.jar and myfaces-extensions.jar (from myfaces1.0.7 version) with new myfaces-all.jar (myfaces1.1.1 version), now everything works except the tree build with the old version. I see an error with org.apache.myfaces.custom.tree2.TreeModel customerTreeModel =  new  TreeModel(treeData); by Cannot instantiate the type TreeModel, since it is not a concrete class.
    anyhow i am looking into the example provided by myfaces team, hope i will find soon...
    Cheers..
    To err is human--and to blame it on a computer is even more so.
    - Robert Orben

  • ANNOUNCE:  Martin Marinschek on MyFaces 2.0, IRIAN, and Related Topics

    Hello,
    In this podcast, JSFCentral editor-in-chief Kito D. Mann talks with Martin Marinschek about MyFaces, IRIAN, and related topics. This interview was recorded in December of 2009 at the JSF Summit conference in Orlando, Florida. Here is an excerpt:
    Kito: Let’s talk a little bit about the project. MyFaces was originally just an implementation but now it has grown into a very large set of projects. Tell us a bit about some of the different projects that are part of the MyFaces umbrella.
    Martin: I hope I don’t miss anything. Of course there is the core MyFaces implementation and API. For the JSF implementation you have to do the API and the Impl, so it is actually two jars which are developed in the core section. Then there are the three component libraries: Trinidad, Tomahawk, and Tobago. Then there is Orchestra, which is a conversation scope implementation for long running conversations with integration to JPA as well. Then there is the JSF Portlet Bridge, and there is ExtVal validation integration for JSF, where you can put annotations on your managed beans and domain objects. It will directly be converted into JSF converters and validators, pretty nicely done. Now that bean validation has been standardized, it is also an implementation of bean validation, so you can use the bean validation annotations together with ExtVal.
    Read the full article here: http://www.jsfcentral.com/articles/marinschek-03-10.html
    Kito D. Mann -- Author, JavaServer Faces in Action
    http://twitter.com/kito99  http://twitter.com/jsfcentral
    http://www.virtua.com - JSF/Java EE consulting, training, and mentoring
    http://www.JSFCentral.com - JavaServer Faces FAQ, news, and info
    +1 203-404-4848 x3

    We are pleased to announce that Target Management 3.0M5 is available for
    download.
    News for Users include
    * UI for viewing and changing file permissions and owner on UNIX
    * SSH Keepalive mechanism
    * Link with Editor action fixed
    * Ctrl+Space Field Assist for history in the Terminal input field
    On the internals, TM 3.0M5 provides faster startup and reduced footprint
    thanks to improved lazy loading of filter pools; and the SystemRegistry
    implementation has moved to non-UI plugins for improved UI/Non-UI
    Separation.
    See the build notes for more information:
    http://download.eclipse.org/dsdp/tm/downloads/drops/S-3.0M5- 200802181400/
    As always, the build is available for download and on the TM milestone
    update site, and will be on the Ganymede Update Site soon.
    Enjoy!
    Martin Oberhuber
    Wind River Systems, Inc.
    Target Management Project Lead, DSDP PMC Member
    http://www.eclipse.org/dsdp/tm

  • [ANNOUNCE] Apache MyFaces 1.1.1

    The Apache MyFaces team is pleased to announce the release of MyFaces
    1.1.1. This is a minor patch release that fixes a few of the major
    problems with the previous release.
    Apache MyFaces 1.1.1 is available for download from
    http://myfaces.apache.org/binary.cgi
    Apache MyFaces is a free open source implementation of JavaServer(tm)
    Faces.
    For more information see: http://myfaces.apache.org
    For a detailed list of changes and fixes since the previous release see:
    http://myfaces.apache.org/RELEASE-NOTES-1.1.1.txt
    We hope you enjoy using MyFaces!
    The MyFaces Team
    Interested in all announcements and news regarding MyFaces? Please
    subscribe to our "announce" mailinglist at: [email protected]

    hi
    Thankyou for the reply , i fixed it by replacing the old myfaces.jar and myfaces-extensions.jar (from myfaces1.0.7 version) with new myfaces-all.jar (myfaces1.1.1 version), now everything works except the tree build with the old version. I see an error with org.apache.myfaces.custom.tree2.TreeModel customerTreeModel =  new  TreeModel(treeData); by Cannot instantiate the type TreeModel, since it is not a concrete class.
    anyhow i am looking into the example provided by myfaces team, hope i will find soon...
    Cheers..
    To err is human--and to blame it on a computer is even more so.
    - Robert Orben

  • Announcement: New beta firmwares available for Sound Blaster Tactic3D Alpha & Sigma - 21st Jan 2011

    Hi all,
    There are new beta firmwares available for Sound Blaster Tactic3D Alpha & Sigma. For those who are experiencing low volume with the microphone, download the corresponding beta to see if it hel
    ps.
    For Windows:
    Beta firmware for Sound Blaster Tactic3D Alpha
    Beta firmware for Sound Blaster Tactic3D Sigma
    For Macintosh:
    Beta firmware for Sound Blaster Tactic3D Alpha
    Beta firmware for Sound Blaster Tactic3D Sigma

    Hi,
    I confirm that the two files SBTA_PCFW_BETA_US_D0_0_2.exe and SBTS_PCFW_BETA_US_D0_0_2.exe are corrupted (not Win32 applications). The downloads do not complete and stop respecti'vely at .36 KB and 05 KB.
    Creative, you have to reupload the files on your webserver.
    Download done with XP and IE8.
    Bye.

  • Build error importing MyFaces 1.0.7

    Hi,
    I'm trying to use the MyFaces components in SJSC, but when I import myfaces-components.jar into JSCS I get the following build-error:
    compile-beaninfo:
    Compiling 35 source files to C:\Documents and Settings\Iwan\.Creator\1_0\components\jars\beaninfo-classes
    C:\Documents and Settings\Iwan\.Creator\1_0\components\jars\beaninfo-src\net\sourceforge\myfaces\component\html\ext\HtmlCommandButtonBeanInfo.java:99: exception java.beans.IntrospectionException is never thrown in body of corresponding try statement
            } catch (IntrospectionException e) {
              ^
    1 error
    startup\bin\create-dt-jar.xml [71] Compile failed; see the compiler error output for details.
    BUILD FAILED (total time: 50 seconds)I have no clue as to what is going on, and since there seem to be no official announcement of SUN to add more sophisticated components to Creator, I guess we're stuck with the ones we get.
    Iwan

    I found a way to import that library so you can use the MyFaces components by dragging and dropping. It is a little bit of a hack, but it works.
    Steps to add library:
    1. You need to try to import the component jar first. This importing will create the .Creator\1_0\components\jars directory in the user home (i.e. C:\Documents and Settings\<YOUR USERNAME>\.Creator\1_0\components\jars).
    2. Download and install WildEdit.
    3. Run WildEdit and point it at .Creator\1_0\components\jars\beaninfo-src directory. (i.e. C:\Documents and Settings\<YOUR USERNAME>\.Creator\1_0\components\jars\beaninfo-src)
    4. In the replace textbox of WildEdit type "IntrospectionException " (no quotes but 1 space at the end or could do a regular expression with whitespace at the end)
    5. In the Replace With textbox of WildEdit type "Exception " (no quotes but 1 space at the end).
    6. In Files matching, type *.java.
    7. In Character Encoding, UTF-8.
    8. Check Search Subfolders.
    9. Try importing the jar again.
    10. During import run the Replace All utility of WildEdit against the directory continuously (i.e. click the green arrow a bunch of times) until you see repeatedly in the Log tab at bottom of WildEdit:
    Number of files searched: 35
    Number of files modified: 0
    Total changes made: 0
    These steps added the components in my Creator application, but only the components seem to have been added. The validators will have to be added by hand, but that is not too hard via the page source.
    Regards,
    Marc

Maybe you are looking for