So ... you saw an error about javax.portlet.PortletSession and determined it had something to do with commons-lang? Step back and take a breath, please.
If you are using JDK 1.4, then you can't use the annotations. I've heard about some toolkits that allow you to use annotations in earlier releases, but haven't had even a moment to check them out. On 6/23/05, Warner Onstine <[EMAIL PROTECTED]> wrote: > Hrmm, I had to add in commons-lang because I got another error that > cropped up. Here's the current error: > javax.servlet.ServletException: Unable to construct service > tapestry.describe.DescribableStrategy: Unable to construct > configuration tapestry.describe.DescribableStrategies: Error at > jar:file:/Users/warner/webservers/jakarta-tomcat-5.0.24/webapps/ > helloworld2/WEB-INF/lib/tapestry-portlet-4.0-alpha-3.jar!/META-INF/ > hivemodule.xml, line 297, column 105: Unable to process attribute class > (of element strategy): Unable to convert type > 'javax.portlet.PortletSession' to a Java class, either as is, or in > package org.apache.tapestry.portlet. > > org.apache.tapestry.services.impl.WebRequestServicerPipelineBridge.servi > ce(WebRequestServicerPipelineBridge.java:60) > > $ServletRequestServicer_104aa478ab8.service($ServletRequestServicer_104a > a478ab8.java) > > org.apache.tapestry.request.DecodedRequestInjector.service(DecodedReques > tInjector.java:55) > > $ServletRequestServicerFilter_104aa478ab4.service($ServletRequestService > rFilter_104aa478ab4.java) > > $ServletRequestServicer_104aa478aba.service($ServletRequestServicer_104a > a478aba.java) > > On the note of annotations, what about those that are stuck on jdk 1.4? > I still will need to tell them about the page files then right? > > -warner > > On Jun 23, 2005, at 11:24 AM, Howard Lewis Ship wrote: > > > Adding annotations meant sacrificing commons-lang and > > EnumPropertySelectionModel. Where you depending on that? Otherwise, > > dependencies have been stable for a couple of months. > > > > BTW ... despite certain concerns, I'm heavily promoting the Tapestry > > annoations as the future One True Path. You'll be able to write your > > book with barely a mention of XML. > > > > On 6/23/05, Warner Onstine <[EMAIL PROTECTED]> wrote: > >> Hi all, > >> I'm working with Tapestry 4.0 b3 and running into some problems. This > >> code did work with b2 just fine so I'm thinking that some dependencies > >> may have changed. If not it could be that I changed something else > >> along the way. > >> > >> Specifically with b3 work with Hivemind 1.1-b1 or did that shift > >> again? > >> > >> -warner > >> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> For additional commands, e-mail: [EMAIL PROTECTED] > >> > >> > > > > > > -- > > Howard M. Lewis Ship > > Independent J2EE / Open-Source Java Consultant > > Creator, Jakarta Tapestry > > Creator, Jakarta HiveMind > > > > Professional Tapestry training, mentoring, support > > and project work. http://howardlewisship.com > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Howard M. Lewis Ship Independent J2EE / Open-Source Java Consultant Creator, Jakarta Tapestry Creator, Jakarta HiveMind Professional Tapestry training, mentoring, support and project work. http://howardlewisship.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
