Export to GitHub

gwtx - issue #10

Errors during compilation of Beans emulation


Posted on Oct 1, 2008 by Happy Wombat

What steps will reproduce the problem? 1. Inherits Beans: <inherits name="com.googlecode.gwtx.java.Beans"/> 2. Add some PropertyChangeSupport to your application 3. Compile

What is the expected output? What do you see instead? Should compile fine

What version of the product are you using? On what operating system? os: linux jdk: sun 1.5.0_16-b02 gwt 1.5.2 gwtx-1.5-20080929

Please provide any additional information below. There are some errors in the following classes: Introspector.java (extends GWTIntrospector is pointing at wrong package) InvocationTargetException.java is lacking package declaration BeanInfo.java has an import directive pointing at wrong package

Attached: patch that corrects these errors

Attachments

Comment #1

Posted on Oct 1, 2008 by Helpful Rhino

(No comment was entered for this change.)

Comment #2

Posted on Oct 2, 2008 by Massive Ox

Thanks for feedback Please test gwtx-1.5-20081002 : - don't force use of introspection module with beans module - fix wrong packages in introspection - introduce new experimental java.text.SimpleDateFormat emulation

Comment #3

Posted on Oct 2, 2008 by Happy Wombat

I've tested Beans module in gwtx-1.5-20081002 and it worked out of the box. Thanks.

Status: Fixed

Labels:
Type-Defect Priority-High