You're using an old ognl snapshot.
Add this to your pom:
<repository>
           <id>ognl.snapshots</id>
<url>http://opencomponentry.com/repository/m2-snapshot-repo</url>
       </repository>

You should get the ognl-2.7-20070603.222724-5. snapshot with that.

Chris Chiappone wrote:
tapestry-framework-4.1.2-20070604.004743-105.jar
ognl-2.7.20070425.021856-29.jar


On 6/4/07, Hugo Palma <[EMAIL PROTECTED]> wrote:
Are you sure you have the latest ognl snapshot ?
Can you please reply with the exact snapshots that you are using for
both tapestry and ognl ?

Chris Chiappone wrote:
> I updated this issue since I am still having problems:
>
> https://issues.apache.org/jira/browse/TAPESTRY-1520
>
>
>
> On 5/26/07, Jacob von Eyben <[EMAIL PROTECTED]> wrote:
>> I have created a JIRA issue:
>> https://issues.apache.org/jira/browse/TAPESTRY-1520
>>
>> Jesse Kuhnert wrote:
>> > Yes please do.
>> >
>> > On 5/25/07, Chris Chiappone <[EMAIL PROTECTED]> wrote:
>> >>
>> >> I've had issues with Java 1.4 and the latest 4.1.2-SNAPSHOT being
>> >> incompatible with java 1.4 also.  Should we add a JIRA?
>> >>
>> >> On 5/25/07, Jacob von Eyben <[EMAIL PROTECTED]> wrote:
>> >> > Hi,
>> >> >
>> >> > I am having trouble executing a test for a component I made for
>> >> tapestry
>> >> > 4.1.
>> >> > java.lang.UnsupportedClassVersionError:
>> >> > org/apache/tapestry/markup/MarkupFilter (Unsupported major.minor
>> >> version
>> >> > 49.0)
>> >> >
>> >> > It seems to me that tapestry 4.1 has been compiled using java 5 and
>> >> I am
>> >> > trying to compile and execute my test using java 1.4.
>> >> > Is it correct that tapestry 4.1 isn't java 1.4 compatible anymore?
>> >> >
>> >> > To further strengthen my theory I stumbled across the following
>> code
>> >> > which uses autoboxing, hence can only be compiled by java 5.
>> >> >
>> >> > org.apache.tapestry.dojo.form.Autocompleter
>> >> >
>> >> > from line 268:
>> >> >     /**
>> >> >      * [EMAIL PROTECTED]
>> >> >      */
>> >> >     public boolean isAsync()
>> >> >     {
>> >> >         return Boolean.TRUE;
>> >> >     }
>> >> >
>> >> > If I have to compile using tapestry 4.1, is it correct that my only
>> >> > solution is to go with java 5 and no longer support java 1.4
>> runtimes?
>> >> >
>> >> > Regards
>> >> > Jacob von Eyben
>> >> > http://ancientprogramming.blogspot.com
>> >> >
>> >> >
>> >> >
>> ---------------------------------------------------------------------
>> >> > To unsubscribe, e-mail: [EMAIL PROTECTED]
>> >> > For additional commands, e-mail: [EMAIL PROTECTED]
>> >> >
>> >> >
>> >>
>> >>
>> >> --
>> >> ~chris
>> >>
>> >> ---------------------------------------------------------------------
>> >> 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]
>>
>>
>
>



Reply via email to