You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@netbeans.apache.org by Craig A Garrett <ga...@mitre.org> on 2022/10/02 22:19:01 UTC

Design View throwing exception with NetBeans 12

Hi, I have a NetBeans Platform-based application, originally built in NetBeans 8.2, and migrated to NetBeans 12 and OpenJDK 11 and using Maven for dependencies and building. We do have some components that use BeansBinding, and I've installed a beansbinding NBM.

Here's the problem: on some Swing components (but not all), opening the class in NetBeans (which pulls up the Design View) results in NetBeans 12 giving the following exception and preventing me from using the Design View to edit the component.

Error in loading component: "No such property exists in the component"
org.netbeans.modules.form.PersistenceException: unknown binding property
GandalfPersistenceManager.loadBindingProperties line 2589

I have made sure that all projects have been opened and compiled, but the problem persists. I haven't had any luck finding references to this error elsewhere.

Suggestions?

Thanks!
Craig

Re: Design View throwing exception with NetBeans 12

Posted by Ernie Rael <er...@raelity.com>.
Could it have something to do with this?

    https://github.com/emilianbold/nb-apache-form-binding

-ernie

On 10/2/22 3:19 PM, Craig A Garrett wrote:
>
> Hi, I have a NetBeans Platform-based application, originally built in 
> NetBeans 8.2, and migrated to NetBeans 12 and OpenJDK 11 and using 
> Maven for dependencies and building. We do have some components that 
> use BeansBinding, and I’ve installed a beansbinding NBM.
>
> Here’s the problem: on some Swing components (but not all), opening 
> the class in NetBeans (which pulls up the Design View) results in 
> NetBeans 12 giving the following exception and preventing me from 
> using the Design View to edit the component.
>
> Error in loading component: “No such property exists in the component”
>
> org.netbeans.modules.form.PersistenceException: unknown binding property
>
> GandalfPersistenceManager.loadBindingProperties line 2589
>
> I have made sure that all projects have been opened and compiled, but 
> the problem persists. I haven’t had any luck finding references to 
> this error elsewhere.
>
> Suggestions?
>
> Thanks!
>
> Craig
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@netbeans.apache.org
For additional commands, e-mail: users-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists