Re: [T5] using annotations in an separated JAR

2008-11-05 Thread Lucas Silva
My mistake! I realize that my ejb-jar(JPA entity) was using an annotation that its JAR was inside of WAR. I should put tapestry5-annotations.jar in the jboss/server/default/lib so I did then it worked !! Lucas On Wed, Nov 5, 2008 at 10:08 AM, Lucas Silva <[EMAIL PROTECTED]> wrote: > Hi, > I spe

[T5] using annotations in an separated JAR

2008-11-05 Thread Lucas Silva
Hi, I spent yesterday looking for a solution and I did not find. So, I have this tree in a WAR package: | | | `-- epcsato | | | |-- components | | | | `-- TEsteaAcs.class | | | |-- pages | | | | |-- Index.cl