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
- gwtx15.diff 2.03KB
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 OxThanks 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 WombatI've tested Beans module in gwtx-1.5-20081002 and it worked out of the box. Thanks.
Status: Fixed
Labels:
Type-Defect
Priority-High