Re: Excessive number of property descriptors

2010-08-12 Thread Gard Vaaler
Den 12. aug. 2010 kl. 09.49 skrev cokol: > lol this happens really seldom but is a Java "feature" maximum > compiled method size is 64k, like Fernando said - you have to split > the method "manually" or report a BUG to BeanBinder team to make a > split on big methods automatically Righto. Thanks

Re: Excessive number of property descriptors

2010-08-12 Thread cokol
lol this happens really seldom but is a Java "feature" maximum compiled method size is 64k, like Fernando said - you have to split the method "manually" or report a BUG to BeanBinder team to make a split on big methods automatically On 12 Aug., 09:43, Gard Vaaler wrote: > Den 11. aug. 2010 kl. 15

Re: Excessive number of property descriptors

2010-08-12 Thread Gard Vaaler
Den 11. aug. 2010 kl. 15.28 skrev Fernando: > split it into multiple files This isn't hand-coded -- GWT is writing the setupBeanInfo method. Is there some sort of switch or toggle? -- Gard -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" grou

Re: Excessive number of property descriptors

2010-08-11 Thread Fernando
split it into multiple files On 11 ago, 02:39, "G. Vaaler" wrote: > I got the following just now trying to GWT-compile for testing: > > gwtc: >       [java] Compiling module com.dataloy.webtest2.TestApp >       [java]    Scanning for additional dependencies: jar:file:*** >       [java]       Comp

Excessive number of property descriptors

2010-08-11 Thread G. Vaaler
I got the following just now trying to GWT-compile for testing: gwtc: [java] Compiling module com.dataloy.webtest2.TestApp [java]Scanning for additional dependencies: jar:file:*** [java] Computing all possible rebind results for 'org.gwt.beansbinding.core.client.util.GWT