mario
mario

Reputation: 65

Spring Tools Suite, JPA project and the JPA facet

I am using a fresh install of STS 3.8.3 and I am unable to add the JPA facet to an EJB project:

enter image description here

If I try to create a JPA project, I cannot find that option:

enter image description here

I am certain these used to be available in STS. What did I miss?

Upvotes: 4

Views: 16228

Answers (3)

Shyam
Shyam

Reputation: 412

Go to Help -> Install New Software -> in the work with drop down , choose one with "https://download.eclipse.org/releases/*".

In the result you will be able to see Database Development. Choose the database you wish to configure.

Upvotes: 0

Martin Lippert
Martin Lippert

Reputation: 6508

We removed those extensions from the default distribution because users reported severe issues (search for JPA Event Handler on SO). In order to avoid this we decided to remove those tools from the distribution and added them to the extension install, so that you can get them back into STS quite easily.

However, we can revisit that decision in the future, if those tools don't cause those issues anymore.

Upvotes: 3

mario
mario

Reputation: 65

Upon further investigation I discovered that the Eclipse Web Tools Platform at eclipse update site http://download.eclipse.org/webtools/repository/neon includes the following: enter image description here

Why is this no longer configured in STS? That is really too bad and not a good decision in my opinion.

Upvotes: 0

Related Questions