Re: Tapestry5.3 javax.inject.Named exception

2011-11-14 Thread bogdan_cm
Thank you for the reply. I am not using Maven to download. I just picked up the jars manually from: https://repository.apache.org/content/groups/staging/org/apache/tapestry/ I am using JRE 6 but the problem persists. Also, the jsr250 is now included: *ProjectClassLoader: entry=D:\jars\Tapestry5

Re: Tapestry5.3 javax.inject.Named exception

2011-11-14 Thread Igor Drobiazko
javax is a transitive dependency of tapestry-ioc. Look here: https://repository.apache.org/content/groups/staging/org/apache/tapestry/tapestry-ioc/5.3-rc-3/tapestry-ioc-5.3-rc-3.pom On Mon, Nov 14, 2011 at 3:56 PM, bogdan_cm wrote: > Hi everyone, > Is there are new dependency for Tap5.3 rc3 t

Re: Tapestry5.3 javax.inject.Named exception

2011-11-14 Thread Steve Eynon
Hi, > Is there are new dependency for Tap5.3 rc3 Not if you're using Java 1.6, but if you're using Java 1.5 you need to add: "javax.annotation:jsr250-api:1.0" Steve. On 14 November 2011 22:56, bogdan_cm wrote: > Hi everyone, >  Is there are new dependency for Tap5.3 rc3 that we need to incl