<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent posts to Discussion</title><link>https://sourceforge.net/p/nbpfcrudgen/discussion/</link><description>Recent posts to Discussion</description><atom:link href="https://sourceforge.net/p/nbpfcrudgen/discussion/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 04 Jun 2018 13:46:09 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/nbpfcrudgen/discussion/feed.rss" rel="self" type="application/rss+xml"/><item><title>NetBeans 9 Under Apache?</title><link>https://sourceforge.net/p/nbpfcrudgen/discussion/general/thread/2f428d5e/?limit=50#b824</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi Paul.&lt;br/&gt;
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 not feel as confident in doing so. Again, I will need to revisit this topic once we actually have a release.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kay Wrobel</dc:creator><pubDate>Mon, 04 Jun 2018 13:46:09 -0000</pubDate><guid>https://sourceforge.netc56ea55c48743a1f4dba46d9da77153ae563cc2f</guid></item><item><title>Version 0.36.1 Released</title><link>https://sourceforge.net/p/nbpfcrudgen/discussion/releases/thread/7d7411f3/?limit=50#53db</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;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 &lt;code&gt;product&lt;/code&gt; and entity &lt;code&gt;warehouse&lt;/code&gt; had a many-to-many relationship joined by a table called &lt;code&gt;product_warehouse&lt;/code&gt; and the primary key of that table had the primary key of &lt;code&gt;product&lt;/code&gt; first, then the &lt;code&gt;product&lt;/code&gt; 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 any products associated whith that warehouse. This is now ppossible with this fix.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kay Wrobel</dc:creator><pubDate>Tue, 06 Jun 2017 19:33:27 -0000</pubDate><guid>https://sourceforge.netf9fb319701d763772df52ba1340258e65a8757e3</guid></item><item><title>Version 0.36 Released - Fixes Converter and LazyInitializationException Issues</title><link>https://sourceforge.net/p/nbpfcrudgen/discussion/releases/thread/35dfe15e/?limit=25#2023</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;A very tank you to you. With your explanation i understand very many things. For example differences and modifies from jpa implementations.&lt;/p&gt;
&lt;p&gt;And yours solutions are all times genials.&lt;/p&gt;
&lt;p&gt;I HOPE to continue to collaborate with you . And help you to  make grow this  very complicated  project , where the big  DIFFICULTY is  make  this general for all servers and jpa implementations.&lt;/p&gt;
&lt;p&gt;Tank you for yours explanations.&lt;br/&gt;
TANK YOU friend,&lt;br/&gt;
Mauro&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mauro</dc:creator><pubDate>Thu, 27 Apr 2017 21:15:58 -0000</pubDate><guid>https://sourceforge.net1a8dc237e343ff14799841cf73e853d03b620d33</guid></item><item><title>Version 0.36 Released - Fixes Converter and LazyInitializationException Issues</title><link>https://sourceforge.net/p/nbpfcrudgen/discussion/releases/thread/35dfe15e/?limit=50#5552</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello.&lt;/p&gt;
&lt;p&gt;It has been a very long time since the last release and I apologize for the long delay. One reason for this delay was obviously time related since this project is something that I do on the side. In addition to that, though, getting the LazyInitializationException problems resolved in the various Application Servers which utilize three major JPA implementations (EclipseLink, Hibernate and OpenJPA) was in all honesty a real pain in the behind. Fortunately, I can now present a solution that allows you to generate your entities with Fetch Type LAZY for all entities, and the app will still work!&lt;/p&gt;
&lt;p&gt;Another issue that has been introduced in previous versions was the problem that the injection of EJB Facade objects inside the converters would simply fail, leading to NullPointerExceptions in the server logs and the generated app seemingly doing nothing when trying to save changes. This issue is now resolved with this version.&lt;/p&gt;
&lt;p&gt;Please, if any of you have modified any templates of the CRUD Generator in the past, make sure you completely remove these templates or move them out of the way. Test the new version of the generated app and see you your modifications are still necessary. I have made many changes to some really low-level stuff, including modifying the AbstractFacade class.&lt;/p&gt;
&lt;p&gt;Hope you all still enjoy the CRUD Generator and hope it helps you learn about JSF, PrimeFaces and AJAX. The next project I am going to embark on is making the generated app more appealing. I intend to implement some standard free templates from PrimeFaces, and at the same time making the app behave in a responsive way, which would hopefully eliminate the need for separate Mobile versions of the pages.&lt;/p&gt;
&lt;p&gt;Have fun coding.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kay Wrobel</dc:creator><pubDate>Thu, 27 Apr 2017 18:49:51 -0000</pubDate><guid>https://sourceforge.netb832a04112a1fde09496f9fb3e375341b2772621</guid></item><item><title>Nullpointer Exception when injecting an ejbFacade into a Converter</title><link>https://sourceforge.net/p/nbpfcrudgen/discussion/general/thread/04891c82/?limit=50#8dd8/578d</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello. Sorry for the late response. Yes, the problem is resolved in vdersion 0.36, which I am rolling out today. Keep an eye out for the new file.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kay Wrobel</dc:creator><pubDate>Thu, 27 Apr 2017 16:23:08 -0000</pubDate><guid>https://sourceforge.netad9d607eb3e50352a6be18a456ff010acb58b0f8</guid></item><item><title>Nullpointer Exception when injecting an ejbFacade into a Converter</title><link>https://sourceforge.net/p/nbpfcrudgen/discussion/general/thread/04891c82/?limit=25#1ec4</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi Kay. That anonymous post was from me. I thought I was logged in. Anyway I figured out the workaround. The clues were in the converter.ftl template file. &lt;/p&gt;
&lt;p&gt;For anyone else having this problem, take a look at the template diff in the link below in side-by-side view and compare with the code in your failing converter(s). Change the lines like the left side to match the right side and then your code will work.&lt;/p&gt;
&lt;p&gt;&lt;a class="" href="http://" rel="nofollow"&gt;https://sourceforge.net/p/nbpfcrudgen/code/ci/1c3924f82deab11f415ecf367e5eef4620359199/&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Morris</dc:creator><pubDate>Tue, 28 Mar 2017 22:04:00 -0000</pubDate><guid>https://sourceforge.netccaa3ffcb146685b62dbf7d44e6f6ffe0c024371</guid></item><item><title>Nullpointer Exception when injecting an ejbFacade into a Converter</title><link>https://sourceforge.net/p/nbpfcrudgen/discussion/general/thread/04891c82/?limit=50#8dd8</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi Kay, was this ever resolved? If not what is the workaround? I'm having this exact problem with NB8.2/PF5/WF9.0.1 using your latest version.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kay Wrobel</dc:creator><pubDate>Mon, 27 Mar 2017 23:30:03 -0000</pubDate><guid>https://sourceforge.net9887dea7cd4a7f7c1b9bf041fc2f07577fc1e87d</guid></item><item><title>Don't install on NetBeans 8., any solution?</title><link>https://sourceforge.net/p/nbpfcrudgen/discussion/general/thread/75bfff03/?limit=50#9415</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When i try to install,  netbeans says:&lt;/p&gt;
&lt;p&gt;Some plugins require plugin J2EE Support Utilities to be installed.&lt;br/&gt;
The plugin J2EE Support Utilities is requested in implementation version 201609300101.  The following plugin is affected:       PrimeFaces CRUD Generator &lt;br/&gt;
Some plugins require plugin Java EE Core Utilities to be installed.&lt;br/&gt;
The plugin Java EE Core Utilities is requested in implementation version 201609300101.  The following plugin is affected:       PrimeFaces CRUD Generator &lt;br/&gt;
Some plugins require plugin Java EE Core APIs to be installed.&lt;br/&gt;
The plugin Java EE Core APIs is requested in implementation version 201609300101.  The following plugin is affected:       PrimeFaces CRUD Generator &lt;br/&gt;
Some plugins require plugin Enterprise JavaBeans Core to be installed.&lt;br/&gt;
The plugin Enterprise JavaBeans Core is requested in implementation version 201609300101.  The following plugin is affected:       PrimeFaces CRUD Generator &lt;br/&gt;
Some plugins require plugin Contexts and Dependency Injection Support to be installed.&lt;br/&gt;
The plugin Contexts and Dependency Injection Support is requested in implementation version 201609300101.  The following plugin is affected:       PrimeFaces CRUD Generator &lt;br/&gt;
Some plugins require plugin Web Common to be installed.&lt;br/&gt;
The plugin Web Common is requested in implementation version 201612141242.  The following plugin is affected:       PrimeFaces CRUD Generator &lt;br/&gt;
Some plugins require plugin JSF API to be installed.&lt;br/&gt;
The plugin JSF API is requested in implementation version 201609300101.  The following plugin is affected:       PrimeFaces CRUD Generator &lt;/p&gt;
&lt;p&gt;Some plugins not installed to avoid potential installation problems.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kay Wrobel</dc:creator><pubDate>Wed, 11 Jan 2017 20:23:52 -0000</pubDate><guid>https://sourceforge.netaf076d179d2054d0ef7edee7d62ef6d83a83ab76</guid></item><item><title>Version 0.35.2 Binary for NetBeans 8.2 Released</title><link>https://sourceforge.net/p/nbpfcrudgen/discussion/releases/thread/c3802bd9/?limit=50#03d6</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It's working, thanks a lot&lt;/p&gt;
&lt;p&gt;Richard&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kay Wrobel</dc:creator><pubDate>Tue, 10 Jan 2017 11:18:46 -0000</pubDate><guid>https://sourceforge.net1353e33f7a59fc9e932aa0503fd71ff178705bc3</guid></item><item><title>I can not install in netbeans 8.2, </title><link>https://sourceforge.net/p/nbpfcrudgen/discussion/general/thread/ee1e7ec3/?limit=50#82fb/9b28</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This topic really belongs under the Troubleshooting category. That said, I have released a new binary that should now work with NetBeans 8.2 Patch 1. Please try that one. Thanks.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kay Wrobel</dc:creator><pubDate>Wed, 04 Jan 2017 19:11:56 -0000</pubDate><guid>https://sourceforge.netd38392f524fb8b3d7a2c178b2d22d529936a7277</guid></item></channel></rss>