Quick update: I had not seen this the first time, and now I feel like a fool. I added afpstats = yes to the afp.conf file and restarted the service. afpstats gives no more error messages. Sorry for wasting your time.
afpstats fails with dbus exception "Could not get owner of name 'org.netatalk.AFPStats'"
Hi Paul. To answer your question, no. I have not been following the transition to Apache. When Netbeans 9 finally releases, I will try and see what it will take to make the CRUD Generator compile. In honest truth, though, I doubt it will. The generator's source code was originally stripped out of a NB core module for JSF support and it heavily depends on other core modules to function. The person who stripped the code out for me was none other than Geertjan Wielenga, head guru for Netbeans. I would...
First attempt at localizing some messages. Using German as exmaple. Needs more indepth expanding.
This is a small bug fix release. It fixes an issue where a user could not navigate from the right-end of a many-to-many relationship to the left-end. E.g. If entity product and entity warehouse had a many-to-many relationship joined by a table called product_warehouse and the primary key of that table had the primary key of product first, then the product entity is considered the "driver" of the relationship. With that said, the bug would cause a user to not be able to navigate from a warehouse to...
Fix display of selectManyMenu items by adding the "collectionType" attribute. Also changed the checkbox to PrimeFaces markup instead of JSF and remove the disabled attribute for cleaner look.
Changes to make menu items update after an edit.
Also use simplified return type in Controller classes. Requires a list imports for the used collections of the Child relationships (e.g. java.util.List).