Community
Participate
Working Groups
Build Identifier: 20110916-0149 We're facing unexpected classcast exceptions with SwingX 1.6.3 when re-parsing a simple code sample (attached). There's a good followup of the bug here: http://www.java.net/forum/topic/javadesktop/java-desktop-technologies/swinglabs/windowbuilder-woes-swingx-163 Reproducible: Always Steps to Reproduce: 1. create a class that extends a JXTable 2. open WindowBuilder 3. re-parse the code
Created attachment 209218 [details] The full WindowBuilder report
The new version on Maven brings back SwingX functionality under WindowBuilder. According to the author the problem did not happen on NetBeans. Also the problem did not happen with previous versions of SwingX (1.6.2.xx) so he suspected of classloading issues: "One change that may be exacerbating the WindowBuilder problem is the use of the ServiceLoader API to handle the loading of the UI addon stuff. We started using ServiceLoader for obtaining the addon stuff to help separate the code to prevent it from being too interconnected. If the root cause of the WindowBuilder bugs is a ClassLoader issue, as I am assuming at this point (given both the history with NetBeans and the various stack traces here), then the addons are being created from the wrong ClassLoader because of the ServiceLoader." - kschaefe
Please attach corresponding SwingX jars. I can not find where to download this version.
Hi, You can donwload them from here: https://maven.java.net/service/local/artifact/maven/redirect?r=snapshots&g=org.swinglabs.swingx&a=swingx-all&v=1.6.3-SNAPSHOT&e=jar https://maven.java.net/service/local/artifact/maven/redirect?r=snapshots&g=org.swinglabs.swingx&a=swingx-beaninfo&v=1.6.3-SNAPSHOT&e=jar
Works for me on Windows with SwingX-1.6.3 release. Alexander, can you check on Linux or Mac? I've uploaded test project with jars into DropBox.
Opens fine for me either.