Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8171557
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T21:29:54+00:00 2026-06-06T21:29:54+00:00

I have JPA code that compiles fine in eclipse Helios and works fine in

  • 0

I have JPA code that compiles fine in eclipse Helios and works fine in production. But in a newer version of eclipse, I am getting the error “ID class should not be mapped” when using the annotation @IdClass from javax.persistence.* package.

@Entity
@IdClass(RetailLocationPK.class)  // Generates "ID class should not be mapped" error
@Table(name="loc_rtl_loc")
public class RetailLocation implements Serializable {
    @Id
    @Column(name="organization_id")    
    private int organizationId;

    @Id
    @Column(name="rtl_loc_id")
    private int rtlLocId;
...
}

Then in RetailLocationPK.java I have:

@Embeddable
public class RetailLocationPK implements Serializable {
    //default serial version id, required for serializable classes.
    private static final long serialVersionUID = 1L;
    @Column(name="organization_id")
    private int organizationId;

    @Column(name="rtl_loc_id")
    private int rtlLocId;

    public RetailLocationPK() {
    }
    ...
}

Finally, in persistence.xml, I have:

<persistence-unit name="taxPu" transaction-type="JTA">
    <class>tbss.persist.RetailLocation</class>
    <class>tbss.persist.RetailLocationPK</class>
    ...
</persistence-unit>

I have turned off the error notification for now, but why does this happen?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T21:29:56+00:00Added an answer on June 6, 2026 at 9:29 pm

    I’m not sure that it shouldn’t be, but @IdClass (unlike @EmbeddedId) definitely doesn’t have to be @Embeddable and mapped with <class>.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have code using JPA and everything works fine in my development environment and
I have an old application that worked fine in JBOss 5, JPA and Derby.
I have a service that gets a JPA entity from outside code. In this
I have JPA entities as outlined here: QueryDSL JPA syntax error with contains on
A have a JPA entity that has timestamp field and is distinguished by a
I have a JPA/Spring application that uses Hibernate as the JPA provider. In one
I am using JPA 2.0 and SQL Server 2008 and I have determined that
I have to code an Stateless EJB3 that uses callable statements, and builds a
I have a series of JPA persists and setter calls (updates) that are supposed
Is there a code generator for Eclipse that can create a facelets form that

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.