On Wed, Oct 29, 2008 at 10:42 AM, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > it was done about one hour ago >
http://svn.apache.org/viewvc?view=rev&revision=708826 > On Wed, Oct 29, 2008 at 12:32 AM, Yee, Richard K CTR DMDC > <[EMAIL PROTECTED]> wrote: >> When will the patch be applied to the trunk? >> >> Thanks, >> >> Richard >> >> >> -----Original Message----- >> From: Felix Röthenbacher (JIRA) [mailto:[EMAIL PROTECTED] >> Sent: Tuesday, October 28, 2008 4:31 PM >> To: Yee, Richard K CTR DMDC >> Subject: [jira] Updated: (TRINIDAD-1215) >> org.apache.myfaces.trinidadinternal.menu.MenuNode has a dependency on >> javax.faces.webapp.UIComponentTag >> >> >> [ >> https://issues.apache.org/jira/browse/TRINIDAD-1215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel >> ] >> >> Felix Röthenbacher updated TRINIDAD-1215: >> ----------------------------------------- >> >> Attachment: patch.diff >> >> Uses class ContainerUtils from MyFaces to reduce dependency on JSP 2.1 >> container. This fixes this bug and allows to run Trinidad together with >> Facelets in a non JSP 2.1 environment. >> >>> org.apache.myfaces.trinidadinternal.menu.MenuNode has a dependency on >>> javax.faces.webapp.UIComponentTag >>> ---------------------------------------------------------------------- >>> --------------------------------- >>> >>> Key: TRINIDAD-1215 >>> URL: https://issues.apache.org/jira/browse/TRINIDAD-1215 >>> Project: MyFaces Trinidad >>> Issue Type: Bug >>> Components: Components >>> Affects Versions: 1.2.9-core >>> Environment: MyFaces 1.2.3, Trinidad 1.2.9, Facelets 1.1.14 >>> Reporter: Richard Yee >>> Attachments: patch.diff >>> >>> >>> A NoClassDefFoundError occurs when using a tr:commandNavigationItem inside >>> a tr:navigationPane tag to render a >>> org.apache.myfaces.trinidad.model.XMLMenuModel. when using Facelets in a >>> non-JSP 2.1 container. >>> This is the output from Facelets: >>> /menu.xhtml @15,66 text="#{menuItem.label}": >>> oracle.classloader.util.AnnotatedNoClassDefFoundError: Missing class: >>> javax.servlet.jsp.tagext.JspIdConsumer Dependent class: >>> javax.faces.webapp.UIComponentClassicTagBase Loader: >>> current-workspace-app.web.faceletMenuDemo:0.0.0 Code-Source: >>> /develop/java/jakarta/myfaces-core-1.2.3/lib/myfaces-api-1.2.3.jar >>> Configuration: <classpath> in >>> /Users/richard/sandbox/faceletMenuDemo/java/src/web The missing class is >>> not available from any code-source or loader in the system. >>> The result is that the Trinidad XMLMenuModel cannot be used with Facelets >>> in a non JSP 2.1 appserver. >> >> -- >> This message is automatically generated by JIRA. >> - >> You can reply to this email to add a comment to the issue online. >> >> > > > > -- > Matthias Wessendorf > > blog: http://matthiaswessendorf.wordpress.com/ > sessions: http://www.slideshare.net/mwessendorf > twitter: http://twitter.com/mwessendorf > -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf
