Re: Illegal field modifiers in class ...: 0x12

2016-06-09 Thread Thiago H de Paula Figueiredo
On Thu, 09 Jun 2016 05:44:49 -0300, Lherm Nicolas wrote: Hi, Hi! XhrSensitiveBlocItf.java is an interface which is in the package "base", when I put it in internal it works. The base package is also controlled by Tapestry and anything inside it has its bytecode rewritten. Is it the r

RE: Illegal field modifiers in class ...: 0x12

2016-06-09 Thread Lherm Nicolas
t solution to fix this problem because I will have to change the location of full classes ? Thanks. Nicolas De : Thiago H de Paula Figueiredo Envoyé : mercredi 8 juin 2016 23:38:31 À : Tapestry users Objet : Re: Illegal field modifiers in class ...: 0x12

Re: Illegal field modifiers in class ...: 0x12

2016-06-08 Thread Thiago H de Paula Figueiredo
On Wed, 08 Jun 2016 06:06:13 -0300, Nathan Quirynen wrote: Hey, Hi! In what package was the interface originally? Because Tapestry does bytecode rewriting in some defined packages; I know it does in package "components". Packages components, pages, base and mixins, to be complete. :)

Re: Illegal field modifiers in class ...: 0x12

2016-06-08 Thread Nathan Quirynen
Hey, In what package was the interface originally? Because Tapestry does bytecode rewriting in some defined packages; I know it does in package "components". So this might be what is happening and then it is true that the interface should be moved outside of this package. Nathan On 08/06/16