Re: Embedded Derby DB and Platform Application

2020-12-18 Thread Peter Blemel
8:39 AM To: dev@netbeans.apache.org Subject: Re: Embedded Derby DB and Platform Application Just a quick guess without looking at your code ... The stack trace java.lang.IllegalStateException: Cannot find TopComponent with > > preferredID CustomerViewerTopComponent, see IDE log for more details.

Re: Embedded Derby DB and Platform Application

2020-12-18 Thread Peter Blemel
it to be whatever you've called your top component. Peter From: Ömer Halit Çizmeci Sent: Friday, December 18, 2020 12:41 AM To: dev@netbeans.apache.org Subject: Re: Embedded Derby DB and Platform Application Hi, FYI, Derby embedded/client database works w

Re: Embedded Derby DB and Platform Application

2020-12-17 Thread Ömer Halit Çizmeci
Hi, FYI, Derby embedded/client database works with NetBeans 12.0. You might want to review your code or imports. On Fri, Dec 18, 2020, 10:29 AM Geertjan Wielenga wrote: > Put all the code on GitHub so someone can take a look. > > Gj > > On Fri, 18 Dec 2020 at 04:29, Sean Carrick wrote: > > > H

Re: Embedded Derby DB and Platform Application

2020-12-17 Thread Geertjan Wielenga
Put all the code on GitHub so someone can take a look. Gj On Fri, 18 Dec 2020 at 04:29, Sean Carrick wrote: > Hey All! > > I am trying to use an embedded Derby database in my platform > application, but cannot get it to work. I have worked through the CRUD > tutorial

Embedded Derby DB and Platform Application

2020-12-17 Thread Sean Carrick
Hey All! I am trying to use an embedded Derby database in my platform application, but cannot get it to work. I have worked through the CRUD tutorial using the sample Derby database and it works flawlessly. However, when I try to do this