<div dir="ltr">Hi folks,<div><br></div><div>While I was preparing tonight&#39;s demo for Barcelona JUG, I found something really strange.</div><div><br></div><div>Whenever you try to generate Angular scaffold, it generates everything besides the JAX-RS endpoints for the selected entities.</div><div><br></div><div>Here are the steps to reproduce it:</div><div><br></div><div>1) Create new project</div><div>2) Add new JPA entity, setting up Wildfly as container and taking the defaults. Choose Conference as entity name</div><div>3) Add new field, choose name as name and leave the defaults for the other entries</div><div>4) Generate scaffold. Make sure you choose Angular, select the Conference entity and click Finish</div><div><br></div><div>You will notice that we have all the web resources generated fine, also the Application class (required by JAX-RS) is there, but not the stateless session EJB, which scaffolds the conference entity.<br></div><div><br></div><div>I tried also to first setup scaffolding and then generate, but the result was the same - no EJB.</div><div><br></div><div>JSF scaffolding works fine. Generating REST endpoints from entities works fine too. </div><div><br></div><div>I tried this with JBDS and IntelliJ IDEA.</div><div><br></div><div>I am pretty sure it used to work some time ago. I demoed the same thing in Macedonia last November and it worked.</div><div><br></div><div>Cheers,</div><div>Ivan</div></div>